diff --git a/app/notebooks/query_firestore.ipynb b/app/notebooks/query_firestore.ipynb index d0afd896..957a8059 100644 --- a/app/notebooks/query_firestore.ipynb +++ b/app/notebooks/query_firestore.ipynb @@ -4,16 +4,7 @@ "cell_type": "code", "execution_count": 1, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/opt/conda/envs/cabby2/lib/python3.8/site-packages/geopandas/_compat.py:123: UserWarning: The Shapely GEOS version (3.10.3-CAPI-1.16.1) is incompatible with the GEOS version PyGEOS was compiled with (3.10.4-CAPI-1.16.2). Conversions between both will be slow.\n", - " warnings.warn(\n" - ] - } - ], + "outputs": [], "source": [ "import firebase_admin\n", "from firebase_admin import firestore\n", @@ -83,29 +74,22 @@ "metadata": {}, "outputs": [ { - "data": { - "text/plain": [ - "['1',\n", - " '1A',\n", - " 'AY7WPVKHVNBLG',\n", - " 'A1198W1SPF1R4',\n", - " 'A3QAL3X23LHJRV',\n", - " 'A3GWRDHAURRNK6',\n", - " 'ALYR5CI2SM2JC',\n", - " 'A320QA9HJFUOZO',\n", - " 'APRZ7BR8C0ZMQ',\n", - " 'A3862RIFFUV141',\n", - " 'A1AKL5YH9NLD2V',\n", - " 'A2WX434EAQOE29',\n", - " 'AYIFHDQSXQJ6B',\n", - " 'A21LONLNBOB8Q',\n", - " 'A3UENPLNM9AQBK',\n", - " 'A5WWHKD82I8UE']" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" + "ename": "FileNotFoundError", + "evalue": "[Errno 2] No such file or directory: '/home/onlp_gcp_biu/cabby/app/qualified_workers.csv'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mFileNotFoundError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[4], line 6\u001b[0m\n\u001b[1;32m 3\u001b[0m parent_dir \u001b[39m=\u001b[39m Path(current_dir)\u001b[39m.\u001b[39mparent\u001b[39m.\u001b[39mabsolute()\n\u001b[1;32m 4\u001b[0m path_qualified \u001b[39m=\u001b[39m os\u001b[39m.\u001b[39mpath\u001b[39m.\u001b[39mjoin(parent_dir, \u001b[39m\"\u001b[39m\u001b[39mqualified_workers.csv\u001b[39m\u001b[39m\"\u001b[39m)\n\u001b[0;32m----> 6\u001b[0m qualified_work_list \u001b[39m=\u001b[39m pd\u001b[39m.\u001b[39;49mread_csv(path_qualified, header\u001b[39m=\u001b[39;49m\u001b[39mNone\u001b[39;49;00m)[\u001b[39m0\u001b[39m]\u001b[39m.\u001b[39mtolist()\n\u001b[1;32m 8\u001b[0m qualified_work_list\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/util/_decorators.py:211\u001b[0m, in \u001b[0;36mdeprecate_kwarg.._deprecate_kwarg..wrapper\u001b[0;34m(*args, **kwargs)\u001b[0m\n\u001b[1;32m 209\u001b[0m \u001b[39melse\u001b[39;00m:\n\u001b[1;32m 210\u001b[0m kwargs[new_arg_name] \u001b[39m=\u001b[39m new_arg_value\n\u001b[0;32m--> 211\u001b[0m \u001b[39mreturn\u001b[39;00m func(\u001b[39m*\u001b[39;49margs, \u001b[39m*\u001b[39;49m\u001b[39m*\u001b[39;49mkwargs)\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/util/_decorators.py:331\u001b[0m, in \u001b[0;36mdeprecate_nonkeyword_arguments..decorate..wrapper\u001b[0;34m(*args, **kwargs)\u001b[0m\n\u001b[1;32m 325\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39mlen\u001b[39m(args) \u001b[39m>\u001b[39m num_allow_args:\n\u001b[1;32m 326\u001b[0m warnings\u001b[39m.\u001b[39mwarn(\n\u001b[1;32m 327\u001b[0m msg\u001b[39m.\u001b[39mformat(arguments\u001b[39m=\u001b[39m_format_argument_list(allow_args)),\n\u001b[1;32m 328\u001b[0m \u001b[39mFutureWarning\u001b[39;00m,\n\u001b[1;32m 329\u001b[0m stacklevel\u001b[39m=\u001b[39mfind_stack_level(),\n\u001b[1;32m 330\u001b[0m )\n\u001b[0;32m--> 331\u001b[0m \u001b[39mreturn\u001b[39;00m func(\u001b[39m*\u001b[39;49margs, \u001b[39m*\u001b[39;49m\u001b[39m*\u001b[39;49mkwargs)\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/io/parsers/readers.py:950\u001b[0m, in \u001b[0;36mread_csv\u001b[0;34m(filepath_or_buffer, sep, delimiter, header, names, index_col, usecols, squeeze, prefix, mangle_dupe_cols, dtype, engine, converters, true_values, false_values, skipinitialspace, skiprows, skipfooter, nrows, na_values, keep_default_na, na_filter, verbose, skip_blank_lines, parse_dates, infer_datetime_format, keep_date_col, date_parser, dayfirst, cache_dates, iterator, chunksize, compression, thousands, decimal, lineterminator, quotechar, quoting, doublequote, escapechar, comment, encoding, encoding_errors, dialect, error_bad_lines, warn_bad_lines, on_bad_lines, delim_whitespace, low_memory, memory_map, float_precision, storage_options)\u001b[0m\n\u001b[1;32m 935\u001b[0m kwds_defaults \u001b[39m=\u001b[39m _refine_defaults_read(\n\u001b[1;32m 936\u001b[0m dialect,\n\u001b[1;32m 937\u001b[0m delimiter,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 946\u001b[0m defaults\u001b[39m=\u001b[39m{\u001b[39m\"\u001b[39m\u001b[39mdelimiter\u001b[39m\u001b[39m\"\u001b[39m: \u001b[39m\"\u001b[39m\u001b[39m,\u001b[39m\u001b[39m\"\u001b[39m},\n\u001b[1;32m 947\u001b[0m )\n\u001b[1;32m 948\u001b[0m kwds\u001b[39m.\u001b[39mupdate(kwds_defaults)\n\u001b[0;32m--> 950\u001b[0m \u001b[39mreturn\u001b[39;00m _read(filepath_or_buffer, kwds)\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/io/parsers/readers.py:605\u001b[0m, in \u001b[0;36m_read\u001b[0;34m(filepath_or_buffer, kwds)\u001b[0m\n\u001b[1;32m 602\u001b[0m _validate_names(kwds\u001b[39m.\u001b[39mget(\u001b[39m\"\u001b[39m\u001b[39mnames\u001b[39m\u001b[39m\"\u001b[39m, \u001b[39mNone\u001b[39;00m))\n\u001b[1;32m 604\u001b[0m \u001b[39m# Create the parser.\u001b[39;00m\n\u001b[0;32m--> 605\u001b[0m parser \u001b[39m=\u001b[39m TextFileReader(filepath_or_buffer, \u001b[39m*\u001b[39;49m\u001b[39m*\u001b[39;49mkwds)\n\u001b[1;32m 607\u001b[0m \u001b[39mif\u001b[39;00m chunksize \u001b[39mor\u001b[39;00m iterator:\n\u001b[1;32m 608\u001b[0m \u001b[39mreturn\u001b[39;00m parser\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/io/parsers/readers.py:1442\u001b[0m, in \u001b[0;36mTextFileReader.__init__\u001b[0;34m(self, f, engine, **kwds)\u001b[0m\n\u001b[1;32m 1439\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39moptions[\u001b[39m\"\u001b[39m\u001b[39mhas_index_names\u001b[39m\u001b[39m\"\u001b[39m] \u001b[39m=\u001b[39m kwds[\u001b[39m\"\u001b[39m\u001b[39mhas_index_names\u001b[39m\u001b[39m\"\u001b[39m]\n\u001b[1;32m 1441\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mhandles: IOHandles \u001b[39m|\u001b[39m \u001b[39mNone\u001b[39;00m \u001b[39m=\u001b[39m \u001b[39mNone\u001b[39;00m\n\u001b[0;32m-> 1442\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39m_engine \u001b[39m=\u001b[39m \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49m_make_engine(f, \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49mengine)\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/io/parsers/readers.py:1735\u001b[0m, in \u001b[0;36mTextFileReader._make_engine\u001b[0;34m(self, f, engine)\u001b[0m\n\u001b[1;32m 1733\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39m\"\u001b[39m\u001b[39mb\u001b[39m\u001b[39m\"\u001b[39m \u001b[39mnot\u001b[39;00m \u001b[39min\u001b[39;00m mode:\n\u001b[1;32m 1734\u001b[0m mode \u001b[39m+\u001b[39m\u001b[39m=\u001b[39m \u001b[39m\"\u001b[39m\u001b[39mb\u001b[39m\u001b[39m\"\u001b[39m\n\u001b[0;32m-> 1735\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mhandles \u001b[39m=\u001b[39m get_handle(\n\u001b[1;32m 1736\u001b[0m f,\n\u001b[1;32m 1737\u001b[0m mode,\n\u001b[1;32m 1738\u001b[0m encoding\u001b[39m=\u001b[39;49m\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49moptions\u001b[39m.\u001b[39;49mget(\u001b[39m\"\u001b[39;49m\u001b[39mencoding\u001b[39;49m\u001b[39m\"\u001b[39;49m, \u001b[39mNone\u001b[39;49;00m),\n\u001b[1;32m 1739\u001b[0m compression\u001b[39m=\u001b[39;49m\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49moptions\u001b[39m.\u001b[39;49mget(\u001b[39m\"\u001b[39;49m\u001b[39mcompression\u001b[39;49m\u001b[39m\"\u001b[39;49m, \u001b[39mNone\u001b[39;49;00m),\n\u001b[1;32m 1740\u001b[0m memory_map\u001b[39m=\u001b[39;49m\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49moptions\u001b[39m.\u001b[39;49mget(\u001b[39m\"\u001b[39;49m\u001b[39mmemory_map\u001b[39;49m\u001b[39m\"\u001b[39;49m, \u001b[39mFalse\u001b[39;49;00m),\n\u001b[1;32m 1741\u001b[0m is_text\u001b[39m=\u001b[39;49mis_text,\n\u001b[1;32m 1742\u001b[0m errors\u001b[39m=\u001b[39;49m\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49moptions\u001b[39m.\u001b[39;49mget(\u001b[39m\"\u001b[39;49m\u001b[39mencoding_errors\u001b[39;49m\u001b[39m\"\u001b[39;49m, \u001b[39m\"\u001b[39;49m\u001b[39mstrict\u001b[39;49m\u001b[39m\"\u001b[39;49m),\n\u001b[1;32m 1743\u001b[0m storage_options\u001b[39m=\u001b[39;49m\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49moptions\u001b[39m.\u001b[39;49mget(\u001b[39m\"\u001b[39;49m\u001b[39mstorage_options\u001b[39;49m\u001b[39m\"\u001b[39;49m, \u001b[39mNone\u001b[39;49;00m),\n\u001b[1;32m 1744\u001b[0m )\n\u001b[1;32m 1745\u001b[0m \u001b[39massert\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mhandles \u001b[39mis\u001b[39;00m \u001b[39mnot\u001b[39;00m \u001b[39mNone\u001b[39;00m\n\u001b[1;32m 1746\u001b[0m f \u001b[39m=\u001b[39m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mhandles\u001b[39m.\u001b[39mhandle\n", + "File \u001b[0;32m/opt/conda/envs/cabby2/lib/python3.8/site-packages/pandas/io/common.py:856\u001b[0m, in \u001b[0;36mget_handle\u001b[0;34m(path_or_buf, mode, encoding, compression, memory_map, is_text, errors, storage_options)\u001b[0m\n\u001b[1;32m 851\u001b[0m \u001b[39melif\u001b[39;00m \u001b[39misinstance\u001b[39m(handle, \u001b[39mstr\u001b[39m):\n\u001b[1;32m 852\u001b[0m \u001b[39m# Check whether the filename is to be opened in binary mode.\u001b[39;00m\n\u001b[1;32m 853\u001b[0m \u001b[39m# Binary mode does not support 'encoding' and 'newline'.\u001b[39;00m\n\u001b[1;32m 854\u001b[0m \u001b[39mif\u001b[39;00m ioargs\u001b[39m.\u001b[39mencoding \u001b[39mand\u001b[39;00m \u001b[39m\"\u001b[39m\u001b[39mb\u001b[39m\u001b[39m\"\u001b[39m \u001b[39mnot\u001b[39;00m \u001b[39min\u001b[39;00m ioargs\u001b[39m.\u001b[39mmode:\n\u001b[1;32m 855\u001b[0m \u001b[39m# Encoding\u001b[39;00m\n\u001b[0;32m--> 856\u001b[0m handle \u001b[39m=\u001b[39m \u001b[39mopen\u001b[39;49m(\n\u001b[1;32m 857\u001b[0m handle,\n\u001b[1;32m 858\u001b[0m ioargs\u001b[39m.\u001b[39;49mmode,\n\u001b[1;32m 859\u001b[0m encoding\u001b[39m=\u001b[39;49mioargs\u001b[39m.\u001b[39;49mencoding,\n\u001b[1;32m 860\u001b[0m errors\u001b[39m=\u001b[39;49merrors,\n\u001b[1;32m 861\u001b[0m newline\u001b[39m=\u001b[39;49m\u001b[39m\"\u001b[39;49m\u001b[39m\"\u001b[39;49m,\n\u001b[1;32m 862\u001b[0m )\n\u001b[1;32m 863\u001b[0m \u001b[39melse\u001b[39;00m:\n\u001b[1;32m 864\u001b[0m \u001b[39m# Binary mode\u001b[39;00m\n\u001b[1;32m 865\u001b[0m handle \u001b[39m=\u001b[39m \u001b[39mopen\u001b[39m(handle, ioargs\u001b[39m.\u001b[39mmode)\n", + "\u001b[0;31mFileNotFoundError\u001b[0m: [Errno 2] No such file or directory: '/home/onlp_gcp_biu/cabby/app/qualified_workers.csv'" + ] } ], "source": [ @@ -186,7 +170,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -215,7 +199,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -246,7 +230,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -273,7 +257,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -286,7 +270,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -2860,7 +2844,7 @@ }, { "cell_type": "code", - "execution_count": 80, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -2923,6 +2907,33 @@ "\n" ] }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{'corner', 'Shop'}\n" + ] + }, + { + "data": { + "text/plain": [ + "{'Shop', 'corner'}" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "get_entities_chatGPT(\"Go to the Shop on the corner\")" + ] + }, { "cell_type": "code", "execution_count": 27, @@ -24148,15 +24159,73 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "current_dir = os.getcwd()\n", + "parent_dir = Path(current_dir).parent.parent.absolute()\n", + "\n", + "train_path = os.path.join(parent_dir, 'dataset/manhattan.json')\n", + "dev_seen_path = os.path.join(parent_dir, 'dataset/manhattan_dev.json')\n", + "dev_unseen_path = os.path.join(parent_dir, 'dataset/pittsburgh.json')\n", + "test_path = os.path.join(parent_dir, 'dataset/philadelphia.json')\n", + "\n", + "train_set = pd.read_json(train_path, lines=True, orient='records')\n", + "dev_seen_set = pd.read_json(dev_seen_path, lines=True, orient='records')\n", + "dev_unseen_set = pd.read_json(dev_unseen_path, lines=True, orient='records')\n", + "test_set = pd.read_json(test_path, lines=True, orient='records')" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": {}, + "outputs": [ + { + "ename": "TypeError", + "evalue": "can only concatenate list (not \"int\") to list", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mTypeError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[32], line 11\u001b[0m\n\u001b[1;32m 7\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39mremove_map\u001b[39m(dataset):\n\u001b[1;32m 8\u001b[0m dataset\u001b[39m.\u001b[39mdrop([\u001b[39m'\u001b[39m\u001b[39mlandmarks\u001b[39m\u001b[39m'\u001b[39m, \u001b[39m'\u001b[39m\u001b[39mrvs_sample_number\u001b[39m\u001b[39m'\u001b[39m, \u001b[39m'\u001b[39m\u001b[39mrvs_path\u001b[39m\u001b[39m'\u001b[39m], axis \u001b[39m=\u001b[39m\u001b[39m1\u001b[39m, inplace\u001b[39m=\u001b[39m\u001b[39mTrue\u001b[39;00m)\n\u001b[0;32m---> 11\u001b[0m finished_key \u001b[39m=\u001b[39m add_keys(train_set, \u001b[39m0\u001b[39;49m)\n\u001b[1;32m 12\u001b[0m \u001b[39m# finished_key = add_keys(dev_seen_set, finished_key+1)\u001b[39;00m\n\u001b[1;32m 14\u001b[0m train_set\u001b[39m.\u001b[39mkey\u001b[39m.\u001b[39miloc[\u001b[39m-\u001b[39m\u001b[39m1\u001b[39m:\u001b[39m-\u001b[39m\u001b[39m2\u001b[39m]\n", + "Cell \u001b[0;32mIn[32], line 4\u001b[0m, in \u001b[0;36madd_keys\u001b[0;34m(dataset, start_from)\u001b[0m\n\u001b[1;32m 3\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39madd_keys\u001b[39m(dataset, start_from\u001b[39m=\u001b[39m\u001b[39m0\u001b[39m):\n\u001b[0;32m----> 4\u001b[0m dataset[\u001b[39m'\u001b[39m\u001b[39mkey\u001b[39m\u001b[39m'\u001b[39m] \u001b[39m=\u001b[39m \u001b[39mlist\u001b[39;49m(\u001b[39mrange\u001b[39;49m(dataset\u001b[39m.\u001b[39;49mshape[\u001b[39m0\u001b[39;49m]))\u001b[39m+\u001b[39;49mstart_from\n\u001b[1;32m 5\u001b[0m \u001b[39mreturn\u001b[39;00m dataset[\u001b[39m'\u001b[39m\u001b[39mkey\u001b[39m\u001b[39m'\u001b[39m]\u001b[39m.\u001b[39mmax()\n", + "\u001b[0;31mTypeError\u001b[0m: can only concatenate list (not \"int\") to list" + ] + } + ], + "source": [ + "import numpy as np\n", + "# landmarks, rvs_sample_number, rvs_path\n", + "\n", + "def add_keys(dataset, start_from=0):\n", + " dataset['key'] = np.arange(dataset.shape[0])+start_from\n", + " return dataset['key'].max()\n", + "\n", + "def remove_map(dataset):\n", + " dataset.drop(['landmarks', 'rvs_sample_number', 'rvs_path'], axis =1, inplace=True)\n", + "\n", + "\n", + "finished_key = add_keys(train_set, 0)\n", + "finished_key = add_keys(dev_seen_set, finished_key+1)\n", + "finished_key = add_keys(dev_unseen_set, finished_key+1)\n", + "finished_key = add_keys(test_set, finished_key+1)\n", + "remove_map(test_set)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "per sample number tokens: 43.51\n", - "size of vocabulary: 7884\n" + "number of tokens per sample: 43.79\n", + "size of vocabulary: 6365\n" ] } ], @@ -24167,7 +24236,10 @@ "\n", "\n", "\n", - "all_tokenized_words = all_valid_instructions.content.apply(word_tokenize)\n", + "# all_tokenized_words = all_valid_instructions.content.apply(word_tokenize)\n", + "manhattan_set = pd.concat([train_set, dev_seen_set]) \n", + "\n", + "manhattan_tokenized_words = manhattan_set.content.apply(word_tokenize)\n", "train_tokenized_words = train_set.content.apply(word_tokenize)\n", "dev_seen_tokenized_words = dev_seen_set.content.apply(word_tokenize)\n", "dev_unseen_tokenized_words = dev_unseen_set.content.apply(word_tokenize)\n", @@ -24187,80 +24259,18 @@ "\n", "# \n", "\n", - "number_tokens_avg_samples = round(mean([len(l) for l in all_tokenized_words.tolist()]), 2)\n", + "number_tokens_avg_samples = round(mean([len(l) for l in manhattan_tokenized_words.tolist()]), 2)\n", "print(f\"number of tokens per sample: {number_tokens_avg_samples}\")\n", - "number_unique_tokens_corpus = len(set([w for l in all_tokenized_words.tolist() for w in l]))\n", + "number_unique_tokens_corpus = len(set([w for l in manhattan_tokenized_words.tolist() for w in l]))\n", "print(f\"size of vocabulary: {number_unique_tokens_corpus}\")\n", "\n" ] }, { "cell_type": "code", - "execution_count": 22, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
I'm staying at a hotel at \n", - "\n", - " East 31st\n", - " DATE\n", - "\n", - " south of your current location. Its not \n", - "\n", - " the Hilton Garden Inn\n", - " FAC\n", - "\n", - " but it is not far from it, just \n", - "\n", - " 2\n", - " CARDINAL\n", - "\n", - "-3 blocks south of it. There is a Zipcar sharing just a block east of it.
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "import spacy \n", - "from spacy import displacy\n", - "\n", - "NER = spacy.load(\"en_core_web_sm\")\n", - "raw_text=manhattan_valid_instructions.content.iloc[1]\n", - "\n", - "text1 = NER(raw_text)\n", - "\n", - "# for word in text1.ents:\n", - "# print(word.text, word.label_)\n", - "\n", - "# spacy.explain(\"GPE\")\n", - "# spacy.explain(\"LOC\")\n", - "\n", - "displacy.render(text1,style=\"ent\",jupyter=True)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 20, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "max length: 6791\n", - "min length: 202\n", - "mean length: 1339.6309111880046\n", - "median length: 1388.0\n" - ] - } - ], + "outputs": [], "source": [ "# length of path, max. min\n", "\n", @@ -24271,7 +24281,7 @@ " return round(util.get_linestring_distance(entity.route))\n", "\n", "\n", - "route_length = all_data.apply(get_route_length, axis=1)\n", + "route_length = manhattan_set.apply(get_route_length, axis=1)\n", "\n", "max_result = max(route_length.tolist())\n", "\n", @@ -24317,12 +24327,12 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 15, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYwAAAGFCAYAAADuNsSCAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy88F64QAAAACXBIWXMAAA9hAAAPYQGoP6dpAABVqUlEQVR4nO3dd5xU9b3/8deZPrO9F/ougjRRwQYiqCAS8cZ2RaxwTS7GX64x9l6vN5qoiXo10SRXbEmsRKIioBTFiiKCKFKWpbO9T59zfn8cWFh2l20zc6Z8nj7mATt7Zs5ncXbe8z3fpmiapiGEEEJ0wWR0AUIIIeKDBIYQQohukcAQQgjRLRIYQgghukUCQwghRLdIYAghhOgWCQwhhBDdIoEhhBCiWyQwhBBCdIsEhhBCiG6RwBBCCNEtEhhCCCG6RQJDCCFEt0hgCCGE6BYJDCGEEN0igSGEEKJbJDCEEEJ0iwSGEEKIbpHAEEII0S0SGEIIIbpFAkMIIUS3SGAIIYToFgkMIYQQ3SKBYaA5c+YwePBgo8sQQohukcDogKIo3bqtWLHC6FKFECJqFE3TNKOLiDUvv/xym69ffPFFli5dyksvvdTm/mnTplFQUNDr8wQCAVRVxW639/o5hBAiWiQwuuGXv/wlTz/9NF39U7ndblwuV5SqEkKI6JJLUr00ZcoURo8ezddff81pp52Gy+XijjvuAODtt9/mnHPOobi4GLvdTmlpKQ8++CChUKjNcxzeh1FeXo6iKDz66KM899xzlJaWYrfbOeGEE1i9enU0fzwhhGjHYnQB8aympoYZM2ZwySWXcPnll7denpo/fz6pqanccMMNpKamsmzZMu655x4aGxv53e9+1+Xz/u1vf6OpqYl58+ahKAq//e1vueCCCygrK8NqtUb6xxJCiA5JYPTBvn37+NOf/sS8efPa3P+3v/0Np9PZ+vU111zDNddcwzPPPMN///d/d9lnsWPHDjZv3kxWVhYAw4cP56c//SmLFy9m5syZ4f9BhBCiG+SSVB/Y7Xbmzp3b7v5Dw6KpqYnq6momTZqE2+1m48aNXT7vrFmzWsMCYNKkSQCUlZWFoWohhOgdaWH0Qb9+/bDZbO3u37BhA3fddRfLli2jsbGxzfcaGhq6fN6BAwe2+fpAeNTV1fWhWiGE6BsJjD44tCVxQH19PZMnTyY9PZ0HHniA0tJSHA4Ha9as4dZbb0VV1S6f12w2d3i/DGgTQhhJAiPMVqxYQU1NDW+99RannXZa6/3btm0zsCohhOg76cMIswOtg0NbA36/n2eeecaokoQQIiykhRFmEyZMICsri6uuuorrrrsORVF46aWX5HKSECLuSWCEWU5ODu+88w433ngjd911F1lZWVx++eWceeaZTJ8+3ejy4oPfD83N4PWCz6ff/H79dujXPh8cNhmyQyYT2Gxgt+u3Q/9+6C0tTf+eEKJDsjSIiD5VhaYmaGiAxsaDt+Zm/eb3G1ebzQbp6Xp4HP5nWpoePkIkKQkMEVnBINTWQnW1fquqgro6PTTijaJAZibk5kJenv5nTg7I7HuRJCQwRPioqh4IVVUHA6K+Pj7DobsUBTIy2oZIfj50MjRaiHgmgSH6prYWdu2C3bth7169RZHszGYoKID+/aFfPz1EFMXoqoToMwkM0TPNzXo4HLh5PEZXFPvsdiguPhgg6elGVyREr0hgiK7V1EBZGWzbpl9iEn2TlgaDB0NpqX75Sog4IYEhOlZbq4dEWZmERCSlpkJJiR4eeXlGVyPEEUlgiIPq62HrVj0kZKHD6EtP18OjpETv9xAixkhgJLtAALZsge+/1y89idiQkQHDh+u3Dha5FMIIEhjJqrZWD4nNm/XQELHJZNL7O0aM0DvMhTCQBEYyUVX9ctP338O+fUZXI3oqMxNGjtRbHTJZUBhAAiMZtLTAhg2wcaO+PpOIb1YrDBsGo0frl66EiBIJjETW3Axr18KPP3ZvkT4RXxRFH111/PF660OICJPASESNjXpQbNqU2MtyCJ2iwJAhenBkZxtdjUhgEhiJpL4evvlGH/Uk/1uT0+DBenDIsFwRARIYiaC+Hr7+Wu/Qlv+dAmDgQBg3TiYDirCSwIhnXq8eFD/8IJeeRMeGDoWTToKUFKMrEQlAAiMeqao+6mnNGn3XOSGOxGKBY4+FY47R/y5EL0lgxJsdO+Dzz2V9J9Fzqal6a6O01OhKRJySwIgXdXXw2Wf63hNC9EVhIZxyivRviB6TwIh1wSCsXq1fgpJ+ChFOw4fDySfr+3UI0Q0SGLFs715YuVKfVyFEJLhccOqp+nBcIboggRGLAgH48ku9VSFENAwdChMmgMNhdCUihklgxJo9e/RWRVOT0ZWIZON0wqRJ0toQnZLAiBWBgD766YcfjK5EJLvSUpg4UVoboh0JjFiwdy8sX64vFihELJDWhuiABIaRNE2ffLdmjSzpIWLTmDH63A2TyehKRAyQwDCK2w3Llul9FkLEsoICmDpVlhcREhiG2LMHPvwQPB6jKxGiexwOOOMM6N/f6EqEgSQwom3tWn0invyzi3ijKHDccfoquIpidDXCABIY0eL3w4oVUF5udCVC9E2/fnDmmTKKKglJYERDUxMsWiQLBorEkZICZ58NOTlGVyKiSAIj0iorYfFi6a8Qicdq1TvDBwwwuhIRJRIYkVRero+ECgaNrkSIyDCZ9El+I0YYXYmIAgmMSFm/Xp+5Lf+8IhkceyyceKLRVYgIk8AIN03T96347jujKxEiuoYOhcmTwWw2uhIRIRIY4RQM6vMrtm83uhIhjFFYCNOnyx4bCUrm+4eL3w/vvCNhIZLbvn3w9tv6SgYGmj9/PoqitN4cDgfFxcVMnz6dJ598kiZZDbpXJDDCwe+Hd9/VR0QJkezq6+Ff/4KWFqMr4YEHHuCll17ij3/8I//1X/8FwPXXX8+YMWNYt26dwdXFH7kk1Vc+nx4W1dVGVyJEbElPh3PPNWQNqvnz5zN37lxWr17N+PHj23xv2bJlzJw5k/z8fH744QecTmfU64tX0sLoCwkLITrX2Ki3NGJs2f4zzjiDu+++m+3bt/Pyyy+33r9x40YuuugisrOzcTgcjB8/noULF7Z+/6uvvkJRFF544YV2z7l48WIUReGdd9454rn/8Y9/MG7cONLS0khPT2fMmDE88cQTbY6pr6/n+uuvZ8CAAdjtdoYOHcojjzyCqqptjlNVlT/84Q+MGjUKh8NBQUEB8+bNo66urs1xgwcPZubMmaxatYoTTzwRh8NBSUkJL774Yrf/zQ6QwOgtr1fvs5CwEKJzjY3670mMhcYVV1wBwJIlSwDYsGEDJ598Mj/88AO33XYbjz32GCkpKZx33nksWLAAgPHjx1NSUsJrr73W7vleffVVsrKymD59eqfnXLp0KbNnzyYrK4tHHnmEhx9+mClTpvDJJ5+0HuN2u5k8eTIvv/wyV155JU8++SQTJ07k9ttv54YbbmjzfPPmzePmm29m4sSJPPHEE8ydO5dXXnmF6dOnEwgE2hy7ZcsWLrroIqZNm8Zjjz1GVlYWc+bMYUMPt4G29OhooTsQFrW1RlciROw70NKYORPS0oyuBoD+/fuTkZHB1q1bAfjVr37FwIEDWb16Nfb9I7yuvfZaTj31VG699VbOP/98AGbNmsWjjz5KXV0dWVlZAPj9fhYsWMAFF1yA1Wrt9Jzvvvsu6enpLF68GHMnQ48ff/xxtm7dyjfffMNRRx0F6MFQXFzM7373O2688UYGDBjAqlWr+Mtf/sIrr7zCpZde2vr4008/nbPPPpvXX3+9zf0//vgjH330EZMmTQLg4osvZsCAATz//PM8+uij3f53kxZGT0lYCNFzTU16aMTQ6KTU1FSampqora1l2bJlXHzxxTQ1NVFdXU11dTU1NTVMnz6dzZs3s3v3bkAPjEAgwFtvvdX6PEuWLKG+vp5Zs2Yd8XyZmZm0tLSwdOnSTo95/fXXmTRpEllZWa11VFdXM3XqVEKhEB999FHrcRkZGUybNq3NcePGjSM1NZXly5e3ed6RI0e2hgVAXl4ew4cPp6ysrEf/ZtLC6IlgEN5/X8JCiN5obob33oOf/jQmVrptbm4mPz+fLVu2oGkad999N3fffXeHx1ZWVtKvXz/Gjh3L0UcfzauvvsrVV18N6JejcnNzOeOMMwCora3F7/e3PtbpdJKRkcG1117La6+9xowZM+jXrx9nnXUWF198MWeffXbrsZs3b2bdunXk5eV1WseB4xoaGsjPzz/icQcMHDiw3TFZWVnt+ju6IoHRXZoGH3wgQ2eF6IuGBv1D18yZYDHu7WfXrl00NDQwdOjQ1s7km266qdM+iKFDh7b+fdasWTz00ENUV1eTlpbGwoULmT17Npb9P88FF1zAypUrW4+/6qqrmD9/Pvn5+axdu5bFixezaNEiFi1axPPPP8+VV17Z2pGuqirTpk3jlltu6bCOYcOGtR6Xn5/PK6+80uFxhwdOZ5fAejpIVgKju1atgh07jK5CiPhXWamviHDWWYZtxPTSSy8BMH36dEpKSgCwWq1MnTq1y8fOmjWL+++/nzfffJOCggIaGxu55JJLWr//2GOPtfnkXlxc3Pp3m83Gueeey7nnnouqqlx77bU8++yz3H333QwdOpTS0lKam5u7rKO0tJQPPviAiRMnRnVYsPRhdMeaNfDDD0ZXIUTi2L4dDhkdFE3Lli3jwQcfZMiQIVx22WXk5+czZcoUnn32Wfbu3dvu+KqqqjZfjxgxgjFjxvDqq6/y6quvUlRUxGmnndb6/XHjxjF16tTW28iRIwGoqalp8zwmk4ljjjkGAJ/PB+id0Z999hmLFy9uV0d9fT3B/StfX3zxxYRCIR588MF2xwWDQeojtPeOtDC6smkTfPWV0VUIERWaSUE1KyiqhhLSiOjn/++/h9RUfaXbCFm0aBEbN24kGAxSUVHBsmXLWLp0KYMGDWLhwoU49velPP3005x66qmMGTOGn//855SUlFBRUcFnn33Grl27+Pbbb9s876xZs7jnnntwOBxcffXVmExdf/b+2c9+Rm1tLWeccQb9+/dn+/btPPXUUxx77LGM2L88/M0338zChQuZOXMmc+bMYdy4cbS0tLB+/XreeOMNysvLyc3NZfLkycybN4/f/OY3rF27lrPOOgur1crmzZt5/fXXeeKJJ7jooovC/u8pM72PZOdOffOjwybMCBEvQjYzQYeZkM1E0GoiZNEImjVCJhVV0dD/U1H3/+1wCqBgQmn9z4RZUzCHTFhCCpaAhtmvYfYFsXhDmNRevJ2cfjrsH0IaLgdmeh9gs9nIzs5mzJgxzJw5k7lz55J22BDfsrIy7r//fpYsWUJNTQ35+fkcd9xxzJkzhwsvvLDNsVu2bGkd9rpq1SomTpzYZU1vvvkmzz33HGvXrqW+vp7CwkJmzJjBfffdR2FhYetxzc3N/M///A+vv/46O3bsID09nWHDhnHBBRdw3XXXtRm6++c//5lnn32W77//HovFwuDBg5kxYwbXX389RUVFgD5xb/To0e0mFU6ZMgWAFStWdP0Pup8ERmdqamDhQjhsAowQsUhTIJBixe8y43co+C0h/EqgwxCIJDMWbKoFW8CEzaNiawli8XaxgZjJBDNm6HuFi5gmgdERnw/eeiumxowLcaiQzYw3w4bXBX5LiAD+KEdD95kxY1Wt2AMmnI1BbI3+9pe67HY4/3x9/SkRsyQwDqdp+rC/nTuNrkSIVpoCvgw7nlQTHrseEPHKhAlHyI7TA46GwMEWSHY2nHeeocNtxZFJYBzu66/1mxAG0xTwZDtoSVPwmn2oJGZfmhUrTr+VlLogtsKBsH8CnIg9EhiH2rkTFi0yugqR5HzpNloyzbitfkKEjC4nqqxYsQwciWvQKFJtqUaXIw4jgXFAU5Peb7F/PLQQ0RR0WGjOseJ2BAmQ5AMtFFibYceansfwnOEMzhyM2ST7hMcCCQyAUEjfVlKWKhdR5ku30ZRtpsXsMbqUmBK0WPg4VcWPit1sZ3jucMYWjMVplc2OjCSBAfDRR7Bxo9FViCTizrbTlAleRVq0nWl0OvjM7m392mKycHTu0RxbeCwuq8vAypKXBEZZmb6ooBARpinQku+kMVUuO3XX9nQXG03uNveZFXNrcKTYor/9azJL7sDweOD11/U9LoSIIHeug/qMkARFTymwJt1GldJ+GLFZMTM8dzjHFh4rHeRRktyBsXixvgiaEBHiy7BTlwM+ufTUawGrhY9SQgQ7mZpoUkwMzxnOcUXHSXBEWPIGxqZN0IM1VIToiYDLSn2+GbdZWq/hUJHqYq3FfcRjzIqZ44uOZ2zhWEyKLMQdCckZGC0t+qUof/zOlhWxSTMp1Pdz0mRzx+xSHXFJgdUZVmq7cUkv25nN5EGTyUvpeNc60XvJGRjvvQe7dhldhUgw3gw7tbmq9FNEiMdu5yNn9y7tKSiMzh/NCf1OwGKSpUbCJfkC4/vv9d3zhAgT1aRQ399Jk/XIl0xE321Ld7LJ1P05K2m2NCYNmkT/9P4RrCp5JFdgNDXpl6KCXSy3LEQ3ebLs1GaHCCKvqWhQTSZWpSl4lJ4tmTIsZxin9D8Fu8UeocqSQ3IFxpIlUF5udBUiAWgK1Pd30WiTVkW01bucfGHr+cx4p8XJpEGTGJw5OPxFJYnkGUqwa5eEhQiLoN1MxRC7hIVBMt0e+mmOHj/OE/SwZOsSvtojWy73VnIEhqrCp58aXYVIAJ4sO/v6y7wKow13BzFrvdtxfM3eNSzZuoRASAYn9FRyBMZ330F9vdFViDjX0M9FZbYv6ZYcj0XWQJBRau8XIiyvL+efG/9Jo68xjFUlvsQPDLdbNkQSfaKaFCqHOKh3yCWoWFLU7CYTa68fX+etY8EPC9jVKEPsuyvxA+PLLyEgTU/ROyGriYrBVjwmmbEdczQY4+nbW5gv5GPR5kWsq1gXpqISW2IHRmWlvgSIEL0QcFrYN9CEv4OF70RscPl8DNX6tkeGhsbnuz5n+bblhFS53HgkiR0Yn3xidAUiTvnTbFQUazK/Ig4MagmE5Y1sc+1m3t38rnSGH0HiBkZ5OVRVGV2FiEOeLDsV+UHp3I4TlmCQ0j50gB9qX/M+3tv8Hv6QtCo7kriBIR3dohc82Q6qsn2oqEaXInpggCeAEqYpyBUtFby76V0JjQ4kZmBs2wY1NUZXIeKMJ8tOVZZPVpmNQ9ZAkJI+9mUcqspdxTub3sEXlPk2h0rMwJDWheghb4adqmw/msRF3BroCYatlQFQ7a5m0ZZF0qdxiMQLjLIyqK01ugoRR/xpNqpyAxIWcc4WCDA4jK0MgMqWSt7f8j5BVQY/QCIGxpo1Rlcg4og/xUplfkj6LBLEIG/4Byrsbd7LB2UfoGryGkmswJDWheiBoMNCZaEqo6ESiN3vZ3AvFibsyo6GHSzftjzszxtvEiswpO9CdJNqVqjsZ5KwSECDPZFpCWyt28rafWsj8tzxInECY/t2qKszugoRBzSgeqCdADJsMhHZ/X4GaJHZKGn17tXsbtwdkeeOB4kTGOvXG12BiBP1A1yyNlSCK/FEZgCDhsaH2z6k2d8ckeePdYkRGLW1sGeP0VWIONCS65SNj5KAw+/v1SZL3eENelm6dWlSrjuVGIEhrQvRDf4UK7UZMhErWZR6IzdMuspdxSc7k2+tuvgPDK8XtmwxugoR4zSTQnUhMnw2iTh9PrL7sF9GVzZWb2Rj9caIPX8siv/A2LQJQsnXNBQ9U9fPQQCZsZtsBgYsEX3+T3Z8QlVL8ixyGv+B8f33RlcgYpwny06TzWN0GcIAuV5/WJcLOVxIC7G0bGnSrDkV34Gxaxc0yp68onOqxURNtrRAk5U5FKKYyAyxPaDZ38wXu7+I6DliRXwHhrQuRBdq+9sJySZISa1/IPJvcxurN7KveV/Ez2O0+A0Mnw927DC6ChHDWnKdtJjlUlSyy/B6sWpKxM+zaseqhF9vKn4DY9s2UBP7f47oPdVioi5DZnILUFQtIutLHa7WU8u6inURP4+R4jcwtm41ugIRwxqK7LJOlGhV4IvOa2HN3jUJPQs8PgPD7ZaZ3aJTAZdVRkWJNlJ8ftK0yA6xBQiqQVbtWBXx8xglPgOjrAw02exGdKy2wCxbIYl2Bqu2qJxnR8MOyuvLo3KuaIvPwJCZ3aIT7hwHXllYUHQgzxu9iZuf7vw0Ibd2jb/AaGyEykqjqxAxSDMp1GXKEFrRMWsgQL4WnVZGs7+ZNXsTb/fP+AsM6ewWnWgqcBKUORfiCAYGzVE714aqDXiDidXajb/AKCszugIRgzSTQqMrOZZnEL2X5fFF7U0vqAbZULkhSmeLjvgKDLcbamqMrkLEoOZ8hwyjFV0yqSr5EV4q5FDfVX6XUH0Z8RUYu3YZXYGIQZoCjSmJ80spIis/FL3LUr6Qjx+qf4ja+SJNAkPEvZZ86bsQ3Zflj+5rZX3F+oRZMiTyM1nCRdMSMjD+uHIlf1y5kvL9l9pGFRVxz8yZzBg9us1xmqbxk6ee4v0NG1jwi19w3rHHtnuumuZmxj74ILvr66n7/e/JdLkAWLVlC7e+9RYb9+3D7fczKDubeaedxq+nTo34zxdpGtCYGnth8cW6TTz32hLWb95BZU0Dz97/C6ZPPLb1++9/vIZX3vmI9Zt2UN/Uwrt/uotRQwe0e56vv9/Ko//3Nms3bsNsMjGytD8vPvwrHHYbO/dV89TL7/Hp2o1U1TZSkJPBeVNP4peX/gSbNX5+taPN4fNjd5jwKdF5E28JtLCpZhNH5x4dlfNFUvy8qqqr9d31Ekz/zEwePv98jsrPRwNe+OwzfvrMM3xz112MKi5uPe4PH36Iohx5AbWrX3yRY/r3Z3d9fZv7U2w2fjllCsf070+KzcaqLVuY98orpNhs/Odpp0Xgp4oed56TALE3q9vt9TOipD//fvZErrnvTx1+f/zooZwzeTy3Pf5Sh8/x9fdbmXPbk/xi9gzu/+UlmM0mfti6q/V1sHXHPlRN5X+uv5zBxXn8WL6H2x9/CY/Xz53zLorozxfvirBTHsXXzdp9axmeM7zL3+FYFz+BkYCtC4Bzx45t8/VD553HH1eu5POystbAWLtzJ48tXcpXd9xB0S23dPg8f1y5knqPh3vOOYdF333X5nvHDRzIcQMHtn49ODeXt775ho+3bIn7wGhOi82m/uknjub0E0d3+v0Lpp0MwM591Z0e8+AzrzPn/DO4dvbZrfeVDihs/fuUE0cz5ZBzDCzOo2znPl7+10cSGF3IC0J55HZvbafR10hZXRml2aXRO2kExE8fxs6dRlcQcSFV5R+rV9Pi93NKSQkAbr+fS//6V56ePZvCjIwOH/f9nj088M47vDh3LqZufIL5ZscOPi0rY/KwYWGtP9oCLiteJTGH0lbXNbJ24zZyMtO44LpHGH/RTVx8w6OsXn/kVQ6aWjxkpruiVGX8SvdFf5DE2n1ro37OcIuPFobfn9Czu9fv3s0pjzyCNxAg1W5nwTXXMHJ/6+LXr73GhJISftpBnwWALxBg9l//yu8uvJCB2dmUVXW+v3D/W2+lqrmZYCjEfeeey89OPTUSP07UNOdYIUH36d6xV295/OHFd7hj3oWMLB3AW0s/57Jbfs/iP9/DkP4F7R5TvruSF/65nDukddElSzBIKhaaozhYosZTQ2VLJfkp+VE7Z7jFR2Ds25fQe18MLyhg7V130eDx8MaaNVw1fz4rb7yRLVVVLPvxR765885OH3v7ggWMKCzk8pNP7vI8H998M80+H5+XlXHbggUMzctj9oknhvNHiRpNgRZbYrYuQB/kAHDpzElcfPZEAEYfNZBPv9nIa+9/yq0/O7/N8fuq67jq9if5yeRxzD5nUtTrjUf5mpVmJboDJjbVbJLAiLgEbl0A2CwWhubrL6JxgwaxurycJ5Ytw2m1srWqisxf/7rN8Rf+6U9MOuooVtx4I8t+/JH1u3fzxhp93ZoDbzS5N97InTNmcP+//Vvr44bk5gIwpl8/Khobue+dd+I2MNw5TkIx2NkdLvnZ+uXHowYVtbm/dGAheypr29xXUV3P7BsfZ9zIUn7z68ujVmO8yw5CWRT7MQDK6sqYMGACJiV+egMOFR+BcYTLLIlI1TR8wSD3d3DZaMwDD/D7iy/m3GOOAeDNa67B4z+4s9zq8nL+48UX+fimmyjNy+vyHPGqOS2xFzDvX5hDQU4mZTsr2ty/bVclU04c1fr1vuo6Zt/4OKOHDeJ3N1+FyRSfb0RGSPMHIcqB4Q162dGwg8GZg6N74jCRwDDY7QsWMGPUKAZmZ9Pk8/G3L79kxaZNLL7uOgozMjrs6B6Ynd3aWjg8FKqb9d2+RhQVtc7DeHr5cgZmZ3N0oT7C5qPNm3l06VKuO/30SP5oEROym2N+CfMWj5fy3Qdftzv3VrNhy04y01LoV5BNfWMLuytrqaypB6Bs5z4A8rLTyc/OQFEU/vPiafzhhX8xorQ/I0sH8OaSz9i6cx9/vHceoIfFJTc+Tr/8bO6cdyE1DU2t5zvQQhGdswUC2LXozcc4YHPNZgmMiGlsTMj5FwdUNjVx5fz57G1oIMPp5Jh+/Vh83XVMGzkybOdQNY3b//lPtlVXYzGZKM3L45ELLmDepPi81u3JtEGMX45a9+N2Zt/0eOvX//2n1wG48KxTeOyWOSz97Ftu/t0Lrd//r4f+AsCvrpjJr686F4CrL5yKzx/kwT++Tn1TCyNK+vPyI9czqFj/kPDx1z9QvruS8t2VnHzJbW3OX/7BsxH9+RJFATZ2EN33lx0NOwiqQSym2H/7PZyiaTG+dd3WrfDhh0ZXIWJI5RAHnhhvYYj4UJHqYq3F3eH3Vr6xkpVvrKRmr74KQ1FJETN/NpPRE0dTvaeaO/+t48Eo//nwfzJu6rg29zXXN/PgpQ9SX1nP75f/nn8b+2+UZJWE94eJgtiPuAS+HCV6TjUpeE2JOzpKRFdKUO30XTAzP5Pzf3k++QPzQYPP3vmMZ258hrteuYvCwYX89v3ftjn+4wUfs+SlJYyaMKrdc7344Iv0H9qf+sp6ALbVbZPAiIgEHyElesabZUeL8iUEkbjsoc4Hfow9re0qDOf9v/NY+eZKytaXUVxaTEZu236itcvXMn7qeBwuR5v7V76xEk+Th3N+fg7ffaqvwrCjYQchNYTZFL2Vc8MhtodUaJq+hpQQ+7lT43stHhFbrIFgt94E1ZDK6sWr8Xv8lBzTvmWw/Yft7Ny0k4k/ndjm/j1le3jnz+8w94G5bdaRCqgBdjft7mv5URfbLYyGBojjoZ8ivDTAa/F3eZwQPZGOlfpOVgzYvWU3j8x9hIA/gN1p55rfXUNxSXG74z55+xOKhhRROvbgWlEBf4C/3vlXLvzVhWQXZlO1q+3l9T1NexiYMfDwp4ppsd3CaGgwugIRQwJpNtlVT4Rdutr522DBoALu+ttd3Db/NiZfNJn5981nT9meNsf4vX6+fP/Ldq2LBf+7gMLBhZz8k45XYahorujw/lgW+y0MIfbzploAaWGI8ErVOg8Mi9VC/gB9FYZBIwZR/n05y/6+jMvvPDijfs2Ha/B7/Zx8Tttg+PGrH9m9ZTdrTmq7CsONU29kxn/M4PxrzkfV1Lia9R3bgdHYaHQFIob47bE9AlzEpxQV6Gbfs6ZqBANtL5N/8vYnjD1tLGlZaW3uv+a31+D3HvyAU/59OS8+8CI3/fkm8vrnEdJCVLur42ptqdgODGlhiEP4zIm5Mq0wliMY6nCJkAX/u4BRE0aRXZiNz+3jy/e/ZNPXm7juqetaj6ncWcnmbzbzyyd+2e7xef3brsLQXK+vwlA0pAhXmr4KQ7ytXhvbgSEtDLFf0G6WfbtFRNg6GVjTVNvE/Hvn01DdgDPVSb+j+nHdU9cx8uSDqzB8svATMvMz29zXExXNFYzO73yjrVgTuzO9VRX++ld9aK1Iei25TqozYns5EBG/lmea8BP9LRRSbalcOubSqJ+3t2K3t6WxUcJCtPI7Zf6FiJx0zZgJdM3+ZtyBjpcmiUWxHRhC7Oe3ynBaETnpBl6dj6fhtRIYIi4EFAkMETmpqnEt2IoWCYy+88j1aqFTTQoh6fAWEeQMGbcFdL233rBz91TsBoZPViQVuqArtgfzifhnDxnXXyp9GOGQwJsmiZ4JOuJrRU8RfxTNuBZGi7/FsHP3lASGiHkBW+y+TEViMKnGtTA8QQ+qgYHVE7H7myiBIfYLWmV4tYgss8FD+OOllSGBIWJe0CyBISLLyEtSAC0BCYy+kU5vsV9IiY/muohfRl6SAmlh9E0gACEZdy90quyBIaLAgnFzMaSF0RfSuhCHkMAQ0WBkYMTL0NrYDAzZllXspyr61qxCRJr1CBspRVqzv9mwc/dEbAaGLDoo9tOsMgdDRIdVMa6F4QvGx1UVCQwR01SzrFIrosPIS1LxQgJDxDTNHJsvUZF4LJpxgaEY2LrpidhcpEcCQ7SS10LfKASVFEI4CWkWNM2MihlVNaFqJkKaCTWkEFIVVFUhFAJFAZMZzIqGYgKTomIyafpNUVEIYVI0LCY/Zq0FKy0kwv8nq7QwuiSBIWKbvBS6TVXsBLR0/JqTQNCGP2jG71d6/E+oaaAGIdj6BtpZP1IKkIUC2GwaNmsIm8mH1ezForVgJj5G/hxgNjAwlDgJKwkMEdMUeSl0Kqik4VUz8QfteP0WAgYNLtQAn1/B57egv6WkADmYTGC3qthtARymJmzUocTwEGmLBnHyvm0YCQwh4oQGBJRMPKFM3F4H/oDRFR2ZqoLHZ8LjswN2FHJxOlWcNjcOpR6LFltDSUMGNmelD6MvJDDEAUn+WtAw4Vey8QTSafba4noBBA1we0y4PalAKnarRorTi8NUh1UzfofNYHy8ZxsqNgPDJCNjhC45f4cVvEo+bn8aLV4LaoIupeULKPgCTsCJzVpMqtNDimkfJs2YOQkBI1sYcfJKj83AsFqNrkDECoMXhYsmVbHiVgtpcKck3WIH/gDUBpzUMYS0lACp1qqotzr8BnaYySWpvpDAEPuZAwn68foQIcVJc6iQxmZ7MuVjhzSgscVKI8U4HYWkO+qxa5VR+fztx7jXmrQw+sJmM7oCESMUVcOECdXAX+ZICZBBUyCPJnds/hoazeM14fFmY7Nmk+5sxqXsQyFyTS8jA8NhcRh27p6IzVeqtDDEIcyYEyowfEoeDd4sPF7pq+sOfwCqA6mYTENJT/GRbtqNgj/859FUwzrNXFaXMSfuodgMDEXRQyMQ4+MGRVSYNFNC9H4HlHTqPIV4fBIUvaGqUN9kp8lUQnZqI05lT9heFpqioBrYhyGB0VcSGGI/s6bEdWCoipWmYH/qm+1Gl5IQQipUNabjsKWR7arEqtX1+TlVRcHIZQUkMPrKZgN3fC0tICLDHFJidZnMLnmUImqaMuJ6/kSs8voV9vgLSHNlk2HdjRlvr59LNZvAwMueEhh9JR3fYj9zSIE469YKKmnUeouknyIKmtxWWpTBZKW1kKLsRunFG7+qGPv/Kc2eZuj5u0sCQ8Q8i1+F+BhEgoaFRnUA9U1y+SmaVA1qGlNotA4jN6UKm1bTo8eHTMZd87SZbXEzSip2P/6kpBhdgYgRVk98XM/xkcOelqESFgYKBGBvfR6N6mB60vEVNHDiXLo93bBz95QEhoh5VndsT3vWgEZ1EPsa8pJuhnasqmtyUOk7ClXpXniHDBxUkWaLj8tRIIEh4oCiali12Lx6GsJBlW8YdU1Oo0sRh/F4TexpGoJfye7y2ICB69dJCyMcUlONrkDEkFgMDL+Szd7mwdKxHcNCIdhbn0+zNvCIg2bdJuOG1Oa6cg07d0/F7itdAkMcwuqPrYkYbq0/e+vzZbhsnKhpdFHjPwqNjgfTNBs4aa8wtdCwc/dU7AZGWvxc1xORZw3/ShC9omGiLlRKVaN8oIk3LR4ze1pK8CuZ7b7XGME1qo4k1ZZKii1+Lr/HbmBYLOCKj8ksIvLsTcbP+lexUeUdSmNznE0KEa2CQdhXX4iX/IN3KtBsUGDEU+sCYjkwQFoZopXFG8Ri4LQhFRuVniGyDlQC0ICKhmzcFAHgt1jRDLriKYERTunxM3pARJ49aMwne1WxU+kegi/G+lFE31Q1ZNCi9cdvMRtWgwRGOGV3PRxOJA9H75cK6jVVsVPZMhhfQMIiEVU3plIV6m/IuW1mG1mOLEPO3VuxHRg5OUZXIGKIvTG6/RgSFsmhyV+EKzg26uctSCmIm61ZD5DAEHHD6glijlI/hqrYqZCwSApurLibC6MeGvF2OQpiPTCcThkpJdpwhCLfj3EgLPwSFkmhef+HEHdzIa7QMVE7b0FqQdTOFS6xHRggrQzRhrM5shOsQjgkLJKJxUrokEUK3U1FONXSiJ/WZrZRkCKBEX4SGOIQzlofSoS239MwU+0ZJGGRRIK29suKe5qGYieyl4tKskowm4wbndVbsR8YufGzzoqIPJOq4QxFZu+A+uBgvDJ0Nql4LR2sZqtBsGk0FiI3rH9o9tCIPXckxX5gSAtDHMYVgctSLfSjsUVmcCebZlPHa0uFQmaUlnGYOll7qi9cVhdFqUVhf95oiP3ASE8Hq/wii4PCfVnKr2RS0yCrCiQdxUTjEVZBDgRsWL0nEe63yaHZQ+NuOO0BsR8YigIF8dc5JCJHvywVnl3tVMVOVVPhEZe+FolJtdtRu/jg4fO6cAbGhfW88Xo5CuIhMACKi42uQMQYV3M4PqEpVHsGEZQlypOS39q9vjBPSzaOMI2cynRkxtX+F4eTwBBxyVXjwUzfRpk0hAbLYoJJzG3ufv+Ev7k0LJ3g8dy6AAxc/rMn8vLAZgN/jGyKIAynaJDqs9Ngd/fq8R6liPrm8FzWMoLb4+avf/8rH3/xMXWNdRw15Cj+6z/+ixFDRwAw+cLJHT7umiuuYfZ5s9vc5w/4+cVtv2BL+Rb+8uhfOGrIURGvPxY09KBDW1UVLO7jwPUxoPb6nBIY0aAoUFgIO3YYXYmIIalVPhr70+P+h5DipLohIyI1Rctvn/kt23Zs487r7iQnO4elHy3lxvtv5IU/vEBeTh5v/eWtNsd/8c0X/PaZ3zL55PZB8qcX/0ROVg5byrdEq3zjWW34tJ61Lv1+By77aNzmdb06ZX5Kflzt392R+GmPy2UpcRiLL4RT7fmcjHp/f9Q47uX2+Xx89PlHXHPlNYwdNZb+Rf2ZO2su/Qr78fbitwHIycppc/vky084bvRxFBe2/T36fM3nrP52Nddeda0RP4ph/HZnrx7nbi7CpuX16rFj8sf06nGxRAJDxLW0up698/uUPJrd8TfD9lAhNURIDWGztr2kYrfZWb9xfbvja+tr+WzNZ/zkzJ+0u//RPz7Kndfdid0ev5fneqPJ3LvAQAPNPRpF69lrKNORSUlWSe/OGUPiJzByciDJXtSia456H1a6N09Hw0xNc/xPBHU5XYwaPooX33iR6tpqQqEQS1YuYcOmDdTU1bQ7/v0V7+NyujjtpNNa79M0jd/872/4t+n/xtFDj45m+cZTTNT2YUJeIGDDGepZa+HYwmPjdu7FoeInMBQFiuJzdqSIrPTm7nXFNakDCBizdXPY3XndnWiaxoU/v5Bpl0zjzffe5MxTz+zwTWnRh4uYOmkqdtvBD1xvvvcmHo+Hy86/LJplx4SQw9lmwcHe8LTkd3vUVLo9Pe47uw+Ij07vAwYPhvJyo6sQMSal0kNDqoUgnadBUEmjvikya1AZoV9hP5588Ek8Xg9uj5ucrBzue+w+igvaXrr99vtv2bFnB/feeG+b+79Z/w0bNm1g2iXT2tw/75Z5TD1tKnf81x0R/xmM4rb18nLUITRNweofSdD2eZfHji0Yi0mJn8/mRxJfgTFoEJhMoPZ+WJtIPIoGGU1WatI6D4xab1FCzuZ2Opw4HU6amptYvXY1866Y1+b77334HsNLhzN0cNtPuNddfR1XX3p169c1tTXc9OBN3HvDvYwYNiIqtRuljvB8cPC4M7DbCvGxr9NjUqwpDM8dHpbzxYL4Cgy7Xe/83rXL6EpEjEmp9NCYZiVA+21cPUoRHm9ifMI74MtvvkRDY2DxQHbt28WfXvwTA/sN5CdnHOzYbnG3sOKzFR2OgCrIa7vcjtOhf+ouLiwmPyc/ssUbSLPacfdxwmeb5/MMB2fngTG2MHFaFxBvgQEwZIgEhmhHATIaLFRntA0MVbFS0xTfcy460uxu5s+v/JmqmirSUtOYfPJkfnbpz7BYDv5Kf7jqQzRN48xTzzSw0tjic4R3B0+/z4HTUYJHKWv3PafFyYjcxGqtKZqmxVdL3eOBl1+GOCtbRMeeUhsBDq4I0KgOoq6p79esRWLYl1lEvRbeJcstliCh1JVoh/WhndTvJMYWRnef8EiLv7aS0ymjpUSnMusPvqRVxUpDi4SF2M9qC3tYAASDFpyhtkOTU6wpjMofFfZzGS3+AgP0y1JCdMBV422d/e1Wi2R8hGjlcaZG7Lm9LUUo2sH5QBMGTMBiir8r/l2RwBAJJ6siBIqF+ubwXq8W8a3aFLnXg6qacKr6SLT+6f0ZkpWY71HxGRgul74YoRAdsLoDKC0DCUnrQuyn2hy09HA5j57ye4oxK1ZOHXhqRM9jpPgMDIDhiTO2WYSXhglT9WCsJtnaV+haHJG7HHVAMGhhVPrUuF+R9kjiNzBKS/U9MoQ4jNs5mFDASq4nfnc2E+FVpUR+8IMVK3u/6x/x8xgpfgPDYoGjkmOjF9EzTaEBANiabKSbEvfTnuiekCsFfxTe6kzVOVRVKlRWRvxUhonfwAAYkViTYkTf+a1Z+PwHl37IrMnEZpKWaDJrtEX+cpQrkIavQV/c8bvvIn46w8T3uK/sbMjPJ6EjXfRIi3UQh64OooQUclty2evci5aQq0mJIzJbeOGVv7Jm1WL27dyKze6gZOTxXPDz2ygcUApAS2M9C1/4PT98/TG1lbtJzcjh2Iln8dM5N+BM7bqFasOGZ1dW69dlZXDqqYl5xTy+WxggrQzRSkOhxde+38LaYiVbyzagImE0T0o6P677gik/vYLbnlrArx55iVAwyBO3XonPo+8HX19TQUNNBRfOu4N7/7KEObc8yobVK3nxsVu7fH4TJrS9uWjqweXSVRW2bYvYj2So+Fsa5HDBoL5UiN/f9bEioXkc/an0dj67tjq/mha1JYoVCaOVZ/THe9hig031Ndx00ThufPxVhh1zUoeP+3rlu/zfw7/myXe+x2zu/EKMsyEXT3VKu/v794ef/KSDB8S5+G9hWCwwNDE2JxF908yRR6jk1OYk5Oxb0bGgK61dWAB4WpoASEnL7PSxnpYmHK7UI4dFIK3DsADYswe83p7VGw/iPzAARo82ugJhMFWx4PEd+XqzElTIc+dFqSJhtOoOOrtVVeW1Zx6gdNR4+g3peC5Xc0Mt7778FJPOmd3pc9uw4T2k36L9eRJzr7fECIzMTH03PpG0vLZiNK3rbTdtzTZyiP99vcWRaXZHhwsN/v3Ju9lT/iM/v+upDh/naWniqTvnUjRoKOdeeX2Hx5gwoe5p22/Rka1be1x2zEuMwAA47jijKxAG8pgKuj5ov9TqVDJMibdHhjioztH+/+/fn7qH9V8s44ZH/0FWXvsVr73uZp68/SoczlR+cf+zmC0drRSgYK3NJejpehWBPXv03RgSSeIERl4e9OtndBXCIJ5AzyboZVZlkmLq+PqziHMWK1WHbMOqaRp/f+oe1q5azK9/9zdyiwa0e4inpYk/3HoFFouV//fgX7DaOt7G1dmUja+ue7PGNS3xLkslTmCAtDKSlN+WQyjYw85sDXKqc3CYwrO/s4gdjSmZbWbc/P3Ju/nigwVcfccTOFwpNNRW0lBbid+n90p7Wpp44tYr8Hs9XHnTb/G4m1qPUUOh1udxebLwVPZsEuCePeH4iWJH/A+rPdzbb0NFhdFViChqcI2m3t271qVqVanIqsCvyrDshGCx8mNKcZvAmDd1cIeHXnXz75gw/d/5ce1nPH5Txx3cD738MbmFA3AF0nDv6PlcHpcLLr+8xw+LWYkXGNu3w+LFRlchoqjCPgmvr/d7HYQcIfam7SWkhbo+WMS0how89hLefS+cIRee8lz0neN7btYsyEiQLrPEuiQFMGiQvmSISAoaJnz+vq1EavaaKXAXYFYiu1+CiDCrlX1hDgu75sC7o/dhAbB3b/jqMVriBQbA8ccbXYGIkoA1q1vDabtibbFS0CKhEc/qXVlhXS3MoTrwl+d1OXy2K/v2hamgGJCYgVFSoi9KKBKezxK+PS+sbiuFzYVYFJkNHm80q519hG8Ag0N14S3PR1P7/haZSB3fiRkYACefbHQFIgp8hPfisMVjobCpUJYQiTP1KZn05bLRoZyhFLzluRCGlitAc7N+SwSJGxiFhTAkMTdiFwf5g+GfS2H2milsKJR9NOKEZrNTodnD8lzOYCqe8pywhcUB1dVhfTrDJG5gAJx0EpgS+0dMZqpiJRCIzJu62Wcmvz4fuyk8b0QicqqdWYSjdeHyp+PZnhOW5zpcQ0PYn9IQif1ump4Oozpf7lrEt6Alstuvmv1mCmoKZEZ4DAu6Uqmh76Hucmfh3tn5YoJ9JYERL44/HuzyKTERBSxpET+HElLIqcwhi8i9mYheUkzstmX26SlMmHDU5uPeG9kPH/X1EX36qEn8wLDbZZhtggoSnU/+Cgrp1ekUBAswKYn/KxMv3GmZeLTeD4O2YsW8txBvN9eG6gtpYcSTUaMSZ6qlaBUM8yStrjjqHRQ1F2E1db1SqYgwq41dSs/WdTqUM+QiWF5IwB2d/5ceT2JsCpocgWEywaRJRlchwiygRv6T4eEsHgtFtUW4zNENK9FWTUo2aq86pxV9EcHyPLRQdN/+EuGyVHIEBkBxMYwYYXQVIoyCQWOGvSpBhbyKPPK0PLlEZYCQM4WqXgyjtWHFVlmIe09k+ys609hoyGnDKrle7SedBCky4iVRqCFjl/Fw1bgobirGaYp+SydpKSb22Hs+AMHlT8dfVoS/ybi5NYmwx3dyBYbNJpemEoSqWMK6blBvmb1m8irzyNFypLURBc1p2bT0oKPbihVbVaE+ZDbMk/F6Svow4tHAgVBaanQVoo/UGJpQp6CQWpNKUXORbMgUQarDyS6l+31HTn86wW2F+Btj47UigRGvJk4Eh/xix7NYCowDLB4LBVUF5Gl5suptuCkmdtm7NwvbrtmxVRXi2ZkVlsUDw8XnM7qCvoudf81ocjjglFOMrkL0gRqrn+S1/X0bdcVkKpkoEVhmIhk1pufg5sghbMGCsyEXX1nstCoOJS2MeHbUUfpmSyIuqUpsz4UwBU1kVGXQr6kfaabIz0hPZCFnCnuOMOfGhAmXJ4vQtmI81bE7qEVaGPFu8mR9010RdzQlPj65m31msiuzKfbIaKpeMZnZZe9sB00FZyANdhTj3pPe542OIk1aGPHO4YAzzoA4efMR8cvaYiW/Mp9Cf6FM+uuB+rQcPFrbtykTJlz+dMy7ivHsyEYNxEd/kaoaXUHfJXdggD6hb+xYo6sQScLeaCevIo9idzHppnTp4ziCQEo6+zjYKjNjxuXJhO39cO/MIuSLr02uEmGnhfj6F4+U8eP1ndorKoyuRCQJq9tKljuLdFs67gw3DTQQ0kJGlxUzNKudcksmoM+lsDSn46lMwW3wXIq+MMdHQ+iIEiDzwsBkgqlTZahtPImFWXthYPabSatKo19NP/LUPJnHAfps7pQ8rMFU7DUFBLYW46lINXziXV8lQmBIC+OAlBS9P2PRItAS5N0ogcX3W0d7iqrgqnXhwkXIEaIltYVmUzMBNWB0aVHlMruoDPWneVt+1BcHjDS5JJVo+vfX9874+mujKxFdUAgaXULEmL1m0r3ppJOO3+XHm+KlWUnM8FBQcJqduPwunM1OaqyZ7HIn5mZV0sJIRMcfDzU1UF5udCXiCExqAgxq7wab24bNbSOddEKOED6nD6/Vi1tzx22fh91kx6k5cfgc2JptKPuHw7rtDta6M40tLoIkMBKRouiXphYuhOpqo6sRnUiWwDiU2WvG5dUvW2WTTdAZ1APE4sWjeWI2QKwmK06cOPwO7C12TIH212aCFgurA7m93OMiPkhgJCqLBc4+GxYsgJYWo6sRHTCrCbBWdB9ZPBYsHgsp+7eqDdlDBO1BAtYAAVMAv+LHr/lRtehMADArZuwmOzbVhjVoxeKzYPVaW1sQndEUhW9NeXiDCfCOegTOBJi3KYHRGZdLD42FCyGQeNeO451JTYBps2Fm9pkx+8zYObiOkoaGalcJ2UOEzCFUk0pICaEq+p+t/+1vnSgobUcUaKAoCgoKZsWMRbNg1syYNTMm1YQ5ZMYUNGH2mztsOXTHFkcO1R7j9qmIltTe7ygbMyQwjiQnB848ExYvlpFTMchsDhEyeBOlWKegtAZJLNrtyqTMHbvrP4VTIuzdlgADvSJs4EBZ2TZGmcyJO1IqGVS40vnOnWF0GVEjLYxkMXo0NDTAhg1GVyIOYTX5CBDdZaxfWvkSr6x8hV01uwA4qugorpt5HaePPh2A7VXbeeiNh/hqy1f4g34mj5rMfZfcR156Xutz1LfUc+8/7uXDdR+iKAozjp/BvRffS4ojAT6CdlO1M421CTp8tjOJEBjSwuiuCROgpMToKsQhLKbod3wXZRZx6/m38q87/sXCOxYy4egJ/Ocz/8mmPZtw+9xc8YcrUFD42w1/441b3sAf9POzp3+GesjKc7/666/YtGcTL13/Ev/3y//jy81fcvvLt0f9ZzFKnTOFrz2drUCbmMzmxOj0VjRNLs53m6rCBx/IHI0Y0eQcTq1nsNFlMPbXY7njwjsoyi5izpNz+Pb335Lm1PfAaPQ0MvbXY3npVy9x6ohT2bJ3C1Pvm8rC2xdyzOBjAFjx3Qrm/u9cPn/4cwoyC4z8USKuweniC08uWgIPn+1IejpcconRVfSdtDB64sCaUwMHGl2JAKyhRkPPH1JDLFy9EI/fw/Elx+MP+FEUBZvl4Igfu8WOSTGxestqANaUrSHdld4aFgCnjjgVk2Lim23fRP1niKZmh5MvkzAsQA+MRCB9GD1lMsG0afD++7B7t9HVJDVrqN6Q827cvZELHrkAX8CHy+7i2Wue5ajio8hOy8Zlc/HwWw9zy/m3oGkaj7z1CCE1RGVDJQBVDVXkpuW2eT6L2UJmSiZVjVVG/DhR4bY7+MKX2BPzjiQ3t+tj4oG0MHrDbIbp06GoyOhKkpo55MFsjv7s5pKCEt676z3+eds/uXzy5dw4/0Y279lMTloOT897mg/XfcjI60Yy5voxNHoaGT1wNCYleX/VvDY7n/vzCGrJ+2+Qn290BeEhLYzeOjAb/L33ZB8NA9msHjyh6A4/sVlsDM4fDMCYQWNYV76O/1v2f/zm8t9w2sjT+Oihj6htrsVsMpPhymD8zeM5N/dcAPIy8qhuarvkTDAUpL6lvs1IqkThs1n5PJhHIInDAqSFIQCsVpgxI3E+PsQhu6nB6BJQNRV/sO3M8+zUbDJcGXy68VNqmmqYOnYqAMeXHE+ju5H129e3Hvvpj5+iairHDTkuqnVHWsBq5YtQAT41NicNRovTmRhDakECo+9sNjjnHH1pdBF19lBtVM/3yIJH+GLTF+ys3snG3Rt5ZMEjfL7pc8478TwAXvvkNdaUrWF71XYWfL6Aa5+7lqvPvJrSwlIAhhYNZfKoydz20m2s3baWr7Z8xb1/v5dzx5+bUCOk/FYrX6j5eGQmPnkJ1HCUYbXhoqqwYgVs2WJ0JUlFVSzs1M6M2vluefEWPtn4CVUNVaQ50zi639FcM/0aJo2cBMDDbz3MG5+9QUNLA/1z+nPZaZdx9dSrUZSDnb31LfXc8/d7+HDdh5gUE2cffzb3zbovYSbuue0Ovgjk4Vfl8yjoO0Aff7zRVYSHBEa4ffYZrF/f9XEibPbapuD3R3fGt+hYrTOVrz3ZSTsaqiMzZsCAAUZXER7yESDcTjkFTjrJ6CqSit3cZHQJAn0hwdWeHAmLQ5hMUFhodBXhI4ERCWPHwpQpibGJbxxwajJKzUiaorDJmZtUCwl2V0GBPjYmUcg7WqQMG6bP1bDIyOVIc/j2oihyZdUIIbOZdbZ8tnkSo/8l3BLlUtQBEhiRNGAAnHde4qwLEKMULYTTLpeloi1gtfKlUsA+n8PoUmJWoq0iJIERadnZcP75Muw2wpyK7L8eTR67nU9DBTQGE+h6S5ilpem//olEAiMa7HZ9qMRxiTUxK5Y4/bKuV7TUO1P4xF+AN8kn5HVlyBCjKwg/CYxoURQ44QQ466zE6gWLEeaQG7st+vtjJJu9rgy+8OQS0mQkVFcGDza6gvCTwIi2wYP1S1SZmUZXknBSzPuMLiFhBS0W1tsLWOfONLqUuJCSoo+QSjQSGEbIzNQ7wxPxI4iBUnzbZLRUBNQ7U/hYLWKPdG5329FH6xcVEo0EhlFsNv3y1OTJcokqTEyqH5fD+MUIE4VqMrHZmcsXnlxZ5qMHFEUPjEQkkwSMNnw4FBfD8uWwTy6p9FWKtosWMo0uI+657Q6+CeXQ7JG3iJ4aOFC/JJWI5GNDLEhLg3PP1ZcUkdnhfeLw7sFiCRpdRtzSFIWdriw+9hXQHJSw6I0RI4yuIHLk3SlWKIq+pMgFFyTe4O0oUtBItVUaXUZc8tmsfGUp5Hu3TDTtrdTUxJvdfSgJjFhzYKLf2LGJ2WsWBaneTdL53UOVrnQ+DhRRG7AZXUpcS9TO7gMkMGKR2axfnjrvvMTafSVKzKqPVKfM/O6OoMXMensB37izZG5FH5nNidvZfYDshxHrNA1+/BG+/BK8MjGtu4KWVPYEJyIv7o5pikKlM40Nnoyk3287XEaNgokTja4isiQw4oXPp4fGxo16iIguVTtPosWTaXQZMafJ4eS7YJasAxVGZjPMng0ul9GVRJYERrypqoJVq/Q/xRH5rdnsDZxgdBkxw2+1ssmcxW6v0+hSEs6YMfreaYlOAiMeyWWqbqt2nkyLJ7k39lFNJnY5MvjRnSa74UWAxaK3LpxJkMMSGPEsGNT3D1+3Tr9kJdoJWtLYEzoFLQk7dA/0U3zvzZCZ2hE0dmzy7MosgZEI/H49NNavh0DA6GpiTp3rOBrd+UaXEVW1zlQ2+DNxh2QJ8kiyWvXWhSNJltmSwEgkXi98+y1s2KC3PgQAqsnGbiajJsGn7EaHix9CmdQHpEM7GsaN02/JQgIjEXk88M038MMPEAoZXU1MaHQeTZ1nkNFlRISmKNQ6UtgaTKNOJt5FTWYmXHihPkIqWUhgJDK3W29tfP990vdxaJjYa51MIIHeUIMWC/tsqWzxpuKT3e+ibuZMfd3QZCKBkQyCQdi0Se/jaEje5b999gL2+Y41uow+89jt7FDS2OF1yagngwwbBlOmGF1F9ElgJJudO/VWx86dSTkBsNZ1PE3ueFxuRaHe6WJbKI1Kv93oYpKawwEXX5w8Hd2HksBIVo2N+qWqTZuSai6HqljYa55MME6W7g6ZzVTZU9nsS5MRTzFiyhS9hZGMJDCSnarCrl2weTNs354Uo6s89mIqfWOMLuOIPHY7e02plHlTEnZRQFUN8a9/3ccXX7xMY+M+MjKKmTBhDj/5yV0o+5d81TSNf/3rXj7++M94PPWUlk7k0kv/SEHBUa3Ps2PHGt5661bKy1djMpk57rgL+fd/fxyHIzXsNRcX630XyUoCQxwUCMC2bXp47NmT0JesapzjafbkGF3GIRRaHHaqFBc7/a6kaE28997/8MEHjzN37gsUFY1i+/aveOGFuZx33kOcccZ1ALz//iO8//5vmDPnBXJzh7Bw4d3s3r2e++77HqvVQX39Hu6/fzTjx8/izDOvx+tt5LXXricjo4h5894Ia70Ohz4qKlF30+uO+GiXi+iwWvW29rBh+girLVv0W3XiLRWe7f0Gv20SfgP7AzRFodnuoFJxsdPnxOdN/JA4VFnZpxx77E8ZM+YcAHJzB7N69d/Ztu1LQG9dfPjhH/jJT+7i2GN/CsDcuS9y000FrF37T0444RLWrXsHs9nK7NlPY9q/W+Vll/2JBx44hsrKLeTnDw1bvaefntxhAbIfhuiMywXHHKPvAHjZZXDaaTB4sB4qCUDRQuRq32AyqVE9r2Yy0eBw8aMjl+X051NvPls8yTkstqRkAhs3fkhFxSYAdu78li1bVjF69AwAqqu30di4jxEjprY+xunMYMiQkygr+wyAYNCHxWJrDQsAq1Vf1GnLllVhq/W44xJ7J73ukhaG6FpKir4zzNFH630e+/bBjh36SKu6OqOr6zVroIFs52aqPcMjeh7VZKLB7mSv6mKP30nIm5h9Ej119tm34fU2cu+9R6MoZjQtxE9/+hAnnXQZAI2N+wBITy9o87j09AIaGvTvHX30Gbz++g0sXvw7zjzzV/h8LSxYcBsADQ17w1JncTGMHx+Wp4p7EhiiZ0wm/TeouBhOPhmam/XgqKjQb3E2zyPFU47PlR3WobY+m41ms416zU5tyEZdwIrmkZA43Ndfv8aXX77C1Vf/jeLiUezcuZbXXruezMxiTjnlqm49R3HxKObOfYHXX7+Bf/7zdkwmM6effh3p6QUoSt8voDidcMYZib3tak9IYIi+SU2FESP0G+gzyisr9fCorNRvfr+xNXYhy70Wv/1UfL6er08dtFhosdpoVPRwqPbbCPrlSm93vPnmzUyffhsnnHAJAP36jaGmZjuLFv2GU065ivT0QgAaGyvIyChqfVxjYwUDBhzb+vWJJ17KiSdeSmNjBTZbCoqi8MEHj5OXV9Kn+hQFzjwz8TdF6gkJDBFedrt+sffQC7719Xpw1NXpLZD6en0eiBrd/oPOKKjkBb5kn2XiEednqCYTHpuNJpOdOtVGdcCOO2iGxB+JHBF+v7tN3wOAyWRG0/TXRW7uENLTC9m48cPWgPB4Gtm27QsmT/5Fu+c7cOnqk0/+D6vVwYgR0/pU36mnJt/SH12RwBCRl5mp3w6ladDUpIdHfb0eJA0N0NKiL54Y5VaJWfWSb/+WneYT8SpWvIoFj2LBrVloCVloClnwhMyQPHMcI+6YY87lvfceIjt7IEVFo9i58xs++OBxJkz4DwAUReHMM6/nvff+m/z8o8jNHcLbb99NZmYxxx57XuvzLF/+v5SWTsBuT+X775fy5ps3c8EFD+NyZfa6tnHjDjaaxUEyD0PEJlXVg8Pj0WeiH/i7x6PPF1HV9rdQ6ODfQd8KzWo9+Oehfz/wp8t18GazsW8fvPuuLPIbDV5vE2+/fTdr1y6gqamSjIxiTjhhNjNn3oPFoi8SeXDi3nO43fUMHXoql176DAUFB6daP//8laxf/y4+XzOFhUczbdpNnHzyFb2ua+RIvXUh2pPAEOIw5eWwdGlCz1sUnRgyBKZOlU7uzkjvnBCHGTwYJk0yugoRbUVFMiKqKxIYQnTg6KNh8mR580gWubkwfXpybYbUG3JJSogj2LoVli+PmQFdIgKKivSwsCXO3loRI4EhRBd27ND7NKQjPPEMGqT3WUjLonskMITohj174P33k2L196QxbJi+RJpJLsx3mwSGEN1UUQGLFsX8xHXRDWPGwCmnGF1F/JHAEKIH6upgyZK4WzJLHGL8eDj+eKOriE8SGEL0kN+vd4Rv3250JaInbDZ9e9XBg42uJH5JYAjRS2vWwFdfGV2F6I6cHJg2DdLTja4kvklgCNEHO3bAsmXSrxHLhg3Tl/qwyMp5fSaBIUQfNTbq/Rq1tUZXIg5lNsOECbKIYDhJYAgRBqEQfP01rFsnk/xiQWamvgd3Xvj2xRJIYAgRVtXVsGKFtDaMoij6VvTjx8tkvEiQwBAizFQVvvlGv0lrI3qys/WJePn5RleSuCQwhIiQ2lq9tVFdbXQlic1i0Tc8GjNGZm1HmgSGEBGkafDjj/rwW7fb6GoSz+DBesd2aqrRlSQHCQwhoiAYhO++g7VrZQhuOPTvr/dTyOWn6JLAECKKfD69b2PDBln9tjcKCuCEE6C42OhKkpMEhhAGaG7Wh+Fu2SLB0R25uXqLYuBAoytJbhIYQhjI44EffoDvv5c+jo4MGAAjR+r7VgjjSWAIEQNUFcrK9H6OykqjqzGWwwHDh+sztGXtp9gigSFEjKms1Fsc27ZBIGB0NdGTnw+jRkFJiUy6i1USGELEqFAIdu3SWx7btyfm6KrcXH1o7JAhkJVldDWiKxIYQsQBVW0bHj6f0RX1jskERUV6SAwaJPMn4o0EhhBxRlX12eP79um3igq98zwWmUz6kh35+VBYqHdi2+1GVyV6SwJDiATQ0HAwPCoq9K+NWMfK5dLnSuTn67e8PNmHIpFIYAiRgDRN36ejvl4Pj+Zm/evmZr01Egjos897ymLRLyOlp7f/My1NWg+JTgJDiCSlqnpo+P16gBy4mUx6MBx6M5v1P2Vxv+QmgSGEEKJb5POCEEKIbpHAEEII0S0SGEIIIbpFAkMIIUS3SGAIIYToFgkMIYQQ3SKBIYQQolskMIQQQnSLBIYQQohukcAQIszmz5+PoiitN4fDQXFxMdOnT+fJJ5+kqanJ6BKF6BVZR1KICHnggQcYMmQIgUCAffv2sWLFCq6//noef/xxFi5cyDHHHGN0iUL0iKwlJUSYzZ8/n7lz57J69WrGjx/f5nvLli1j5syZ5Ofn88MPP+B0Og2qUoiek0tSQkTRGWecwd1338327dt5+eWXW+/fuHEjF110EdnZ2TgcDsaPH8/ChQtbv//VV1+hKAovvPBCu+dcvHgxiqLwzjvvdHreFStWoCgKK1asaHN/eXk5iqIwf/781vvmzJlDamoqu3fv5rzzziM1NZW8vDxuuukmQqFQm8f/4x//YNy4caSlpZGens6YMWN44okn2hxTX1/P9ddfz4ABA7Db7QwdOpRHHnkE9bANO1RV5Q9/+AOjRo3C4XBQUFDAvHnzqKura3Pc4MGDmTlzJqtWreLEE0/E4XBQUlLCiy++2OnPL8JDAkOIKLviiisAWLJkCQAbNmzg5JNP5ocffuC2227jscceIyUlhfPOO48FCxYAMH78eEpKSnjttdfaPd+rr75KVlYW06dPD1uNoVCI6dOnk5OTw6OPPsrkyZN57LHHeO6551qPWbp0KbNnzyYrK4tHHnmEhx9+mClTpvDJJ5+0HuN2u5k8eTIvv/wyV155JU8++SQTJ07k9ttv54Ybbmhzznnz5nHzzTczceJEnnjiCebOncsrr7zC9OnTCQQCbY7dsmULF110EdOmTeOxxx4jKyuLOXPmsGHDhrD9G4gOaEKIsHr++ec1QFu9enWnx2RkZGjHHXecpmmaduaZZ2pjxozRvF5v6/dVVdUmTJigHXXUUa333X777ZrVatVqa2tb7/P5fFpmZqb2H//xH0esafny5RqgLV++vM3927Zt0wDt+eefb73vqquu0gDtgQceaHPscccdp40bN67161/96ldaenq6FgwGOz3vgw8+qKWkpGibNm1qc/9tt92mmc1mbceOHZqmadrHH3+sAdorr7zS5rj333+/3f2DBg3SAO2jjz5qva+yslKz2+3ajTfeeMR/B9E30sIQwgCpqak0NTVRW1vLsmXLuPjii2lqaqK6uprq6mpqamqYPn06mzdvZvfu3QDMmjWLQCDAW2+91fo8S5Ysob6+nlmzZoW9xmuuuabN15MmTaKsrKz168zMTFpaWli6dGmnz/H6668zadIksrKyWn+26upqpk6dSigU4qOPPmo9LiMjg2nTprU5bty4caSmprJ8+fI2zzty5EgmTZrU+nVeXh7Dhw9vU58IPxklJYQBmpubyc/PZ8uWLWiaxt13383dd9/d4bGVlZX069ePsWPHcvTRR/Pqq69y9dVXA/rlqNzcXM444wwAamtr8fv9rY91Op1kZGT0uD6Hw0FeXl6b+7Kystr0J1x77bW89tprzJgxg379+nHWWWdx8cUXc/bZZ7ces3nzZtatW9fuuQ792Q4c19DQQH5+/hGPO2DgwIHtjjm8PhF+EhhCRNmuXbtoaGhg6NChrR2/N910U6d9EEOHDm39+6xZs3jooYeorq4mLS2NhQsXMnv2bCwW/Vf5ggsuYOXKla3HX3XVVa3zQjpyeCf2AWazucufIz8/n7Vr17J48WIWLVrEokWLeP7557nyyitbO+dVVWXatGnccsstHT7HsGHDWo/Lz8/nlVde6fC4wwOns/o0GfQZURIYQkTZSy+9BMD06dMpKSkBwGq1MnXq1C4fO2vWLO6//37efPNNCgoKaGxs5JJLLmn9/mOPPdbmU3ZxcTGgf/oGfcTSobZv396nn8Vms3Huuedy7rnnoqoq1157Lc8++yx33303Q4cOpbS0lObm5i5/ttLSUj744AMmTpwoQ41jmPRhCBFFy5Yt48EHH2TIkCFcdtll5OfnM2XKFJ599ln27t3b7viqqqo2X48YMYIxY8bw6quv8uqrr1JUVMRpp53W+v1x48YxderU1tvIkSMBGDRoEGazubXP4IBnnnmm1z9LTU1Nm69NJlPrZESfzwfAxRdfzGeffcbixYvbPb6+vp5gMNh6XCgU4sEHH2x3XDAYbBd0whjSwhAiQhYtWsTGjRsJBoNUVFSwbNkyli5dyqBBg1i4cCEOhwOAp59+mlNPPZUxY8bw85//nJKSEioqKvjss8/YtWsX3377bZvnnTVrFvfccw8Oh4Orr74ak6nrz30ZGRn8+7//O0899RSKolBaWso777zTrm+gJ372s59RW1vLGWecQf/+/dm+fTtPPfUUxx57LCNGjADg5ptvZuHChcycOZM5c+Ywbtw4WlpaWL9+PW+88Qbl5eXk5uYyefJk5s2bx29+8xvWrl3LWWedhdVqZfPmzbz++us88cQTXHTRRb2uVYSJ0cO0hEg0B4bVHrjZbDatsLBQmzZtmvbEE09ojY2N7R6zdetW7corr9QKCws1q9Wq9evXT5s5c6b2xhtvtDt28+bNrc+9atWqbtdVVVWlXXjhhZrL5dKysrK0efPmad99912Hw2pTUlLaPf7ee+/VDn3LeOONN7SzzjpLy8/P12w2mzZw4EBt3rx52t69e9s8rqmpSbv99tu1oUOHajabTcvNzdUmTJigPfroo5rf729z7HPPPaeNGzdOczqdWlpamjZmzBjtlltu0fbs2dN6zKBBg7RzzjmnXX2TJ0/WJk+e3O1/D9FzsjSIEEKIbpE+DCGEEN0igSGEEKJbJDCEEEJ0iwSGEEKIbpHAEEII0S0SGEIIIbpFAkMIIUS3SGAIIYToFgkMIYQQ3SKBIYQQolskMIQQQnSLBIYQQohukcAQQgjRLf8faJ2RcEfq1SgAAAAASUVORK5CYII=", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAcQAAAGGCAYAAADlz/F4AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjYuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/P9b71AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA+3ElEQVR4nO3deXhU5d0+8Puc2SeTyb4nJBBk3xREpSKrgGurVgpqLbRaKqVaW/vS2laRalv9tVoXoK31BfWtVsEFF5AiiLKICiogCLIlLCaE7MtkMtv5/XFMJCRClpk8Z7k/1zVXkslh5jsZZu551iMpiqKAiIjI5GTRBRAREWkBA5GIiAgMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgAMRCIiIgCAVXQBRDGlKEBTE+D3f30Jh9XrIxH1a/P3kqReZLn19zYb4HR+fbHZRD8qIooBBiLpUyAAVFcDNTVAY2PrwDv10tSkBl40WSytA9LpBFyur7+PiwMSEwGvVw1VItIFSVGi/W5BFEUNDWrwnXqpqgJ8PrF1dYQsAwkJajgmJalfmy9WfhYl0hoGImlDJAKUlQEnTqiBV1Wltv4CAdGVxYbH83U4pqYCmZlqi5KIhGEgkhjBoBp+paVASYkahuGw6KrEcrvVYMzKUi/JyaIrIjIVBiL1DL//6/ArLQXKy6M/tmc0DocakM0hmZqqdsMSUUwwECk2IhHgyy+BoiL1a3W16Ir0z2oFMjKAnBygoEDtbiWiqGEgUvQEAsCRI0BxMXD0qHHH/7QiMVENxoICID1dcDFE+sdApO4JBIDDh4FDh4Djx9WWIfU8t1sNxsJCtXuViDqNgUidFwiorcCDB4FjxxiCWhMXB/Tpo4YjW45EHcZApI4rLQX27FFbhGafEaoXHg8wYAAwcKC6eQARfSMGIp1ZMAjs368GYWWl6Gqoq2QZ6N0bGDxYnbVKRG0wEKl9VVVqCO7fz8kxRpOcDAwaBJxzDvdlJToFA5G+FomoyyR271bXC5Kx2WxqKA4erG4tR2RyDERS9wXdswfYu1cfe4RS9GVlqcFYUMDF/2RaDEQz8/mATz8FPv+ck2RI5fUCI0cCffvyTB1kOgxEM/L71SDcswcIhURXQ1qUmKgGY2Gh6EqIegwD0UyamoAdO4DPPmMQUsckJ6vB2Lu36EqIYo6BaAaBALBzJ7Brl7qMgqizUlPVYMzPF10JUcwwEI0sEFBbgzt3cukERUdaGjBqFJCXJ7oSoqhjIBqRoqhLJ7ZvV7tJiaItIwMYM0YNSCKDYCAaTVkZsHEjUFEhuhIyOklSt4QbPRqw20VXQ9RtDESjaGoCPvhAXUtI1JNcLuDCC9VF/kQ6xkA0gn371DD0+0VXQmaWnQ1cfDFPXEy6xUDUs8pKYNMm9SwURFogy8Dw4cC55wJWq+hqiDqFgahHoRCwbZs6g5TnIiQtio8HvvUtoFcv0ZUQdRgDUW+Ki4HNm4H6etGVEJ1d797qbNS4ONGVEJ0VA1EvgkFgyxZ1vJBITxwOYOxYoE8f0ZUQnREDUQ/KyoD164HaWtGVEHVdv35qNyrPwUgaxUDUMkUBPv4Y+OQTjhWSMXi9wIQJ6sJ+Io1hIGpVfT2wbh1w4oToSoiiS5LUfVHPPZenmCJNYSBqUXExsGEDt10jY8vJUVuLbrfoSogAMBC1JRJRF9jv2iW6EqKe4XIBEyeq4UgkGANRK+rq1C7SsjLRlRD1LElSu09HjmQXKgnFQNSC0lLgv//l1mtkbnl5wOTJnIVKwjAQRTtwAHj3XSAcFl0JkXjJycC0aYDHI7oSMiEGokjbt6sXIvqa262GYmqq6ErIZBiIIoTDaqvwwAHRlRBpk9WqTrYpKBBdCZkIA7Gn+f3qeCHPUEF0ZpIEXHABMGyY6ErIJBiIPam6GnjrLW7BRtQZgwapG4TLsuhKyOAYiD3lyy+BtWu52J6oK3Jz1RmodrvoSsjAGIg94YsvgPfe436kRN3BGagUYwzEWNu9Wz1/IRF1n8cDXHmlukk4UZSxUz6WGIZE0VVfD7zxBsfhKSYYiLHCMCSKDYYixQgDMRYYhkSxxVCkGGAgRhvDkKhnMBQpyhiI0cQwJOpZzaFYVye6EjIABmK0MAyJxKivB15/naFI3cZAjAaGIZFYDEWKAgZid+3ZwzAk0oLmUKyvF10J6RQDsTuOHGEYEmlJfb26X3AgILoS0iEGYldVVgLr1gHc6IdIW/japC5iIHaFz6d+Cg0GRVdCRO05epS9N9RpDMTOCoXUMOQ4BZG27dkD7NolugrSEQZiZygKsH49UF4uuhIi6oitW4HiYtFVkE4wEDvjgw+AoiLRVRBRRymKOp7ID7HUAQzEjvr8c2DnTtFVEFFnhULAmjVAQ4PoSkjjGIgdcewYB+iJ9KyhQQ3FUEh0JaRhDMSzqaoC3n6bZ7sn0rvyci7HoDNiIJ5JKASsXctFvkRGUVwMfPKJ6CpIoxiIZ7JxI1BdLboKIoqm7duBkhLRVZAGMRC/yb59wP79oqsgomhrnnnq94uuhDSGgdieqipOoiEyMp9PXVNMdAqr6AI0p3nckLPRiAxFARCxyVBkSb1UnUBo93Y0FPSCJEktx1kkC5xWJ5xWZ6vryfgkReGUq1Y2bVK3fCIiXQnbZISdVoTsMsI2CSGbhLBFQUiOICyFEUYIbd7sJOBjrx0npbYT5yRIcFgdcFldcNlccFqdLd977B4ku5KR7EqGLLGjzSgYiKcqLlbXKhGRpkVkCQGvHQG3BU32CAKWEELoWq9O0GbDe3Gh9uLyrGRJRqIzESmuFKS4U1q+Oq3OLtVCYjEQmzU2AsuXc6CdSIOCbhua4q1ocgJN1jCCiO5SqAq3C9vsjVG7vThbHDI8GeiV0At53jy4bK6o3TbFDgOx2erV6iljiEgTmrx2+BKsaLQHEUTsT7W2N8GJYik2H4jT3GnIS8hDr4ReSHOncWxSoxiIgDpmuGmT6CqITE2RAH+iA43xMny2IMJd7ALtqrDFgi3xgA/hmN6P0+pEnlcNx/zEfFhlzm3UCgaizwe88AJP9kskiD/BgfpEGY3WJkQgdovEGrcLW6PYdXo2NtmGwuRC9E/pjwxPRo/dL7WPgfj228ChQ6KrIDIVRZbQkOZEnSeMQJTHA7trV4IDX0pNPX6/ic5EDEwdiP6p/WG32Hv8/snsgXjsGLBqlegqiEwj5LSiLs2OBnsTwjHumuyqoM2Gd90hhCUxb41W2Ypzks/B4PTBSHYlC6nBrMwbiOGwOqu0tlZ0JUSG509woC5Jgs+ij1ncX8a7scviE10Gcr25OD/7fKTFpYkuxRTMG4jbt6sXIoqZQLwdVWkS/AK6ILtDkSRsTbCgtocn9nyTgsQCjMoexRZjjJkzEGtqgBUr1FYiEUVdyGVFdboVDVZ9tAjbU+90YrNTO/VLkFCYXIhR2aPgdXhFl2NI5gzEVavU8UMiiqqwTUZtphN1dl8X9n3Rnn0JThTFaG1iV8mSjP4p/XFe1nmIs8eJLsdQzBeIBw+qp34hoqhRZAm1mS7UuvzCl05EU8hixXueMIKCJticiUWyYHjmcJybeS4sskV0OYZgrkAMBIAXX1TXHhJRVDQmOVCZHO7yXqJaV+Zx4xOrdt8zkpxJGFcwDulx6aJL0T1zBeKWLcBnn4mugsgQIrKE6lwn6mw9t5BdCAn4KMGGyh7YPq6rJEgYkj4E5+ecz51vusE8gVhTo7YOTfJwiWLJn+BARapxW4Wn8zkd2OjU/kxZr8OLS/IvQXZ8tuhSdMk8gbh+PXDggOgqiHRNkSVUZztR6zB4q7Adonaw6YpBaYNwQc4FsFlsokvRFXOc2bKqSp1MQ0RdFoi3o6S31ZRhCACF2ppsekZ7Tu7B8j3LcbLhpOhSdMUcgbh9O7tKibqhLtOF0vRAj5yGSavcTU3IVhyiy+iw+kA9Xtv3GvZX7Bddim4YPxArKrh5N1EXKRJQ2cuFyrhGQ6wr7K6+OmolAkBYCeOdonfw/tH3YZbRse4wfiByezaiLgnbZJT1NsEs0k5wNTUhR0etxGa7ynZh1f5VaArpYwxUFGMHYnk5UFQkugoi3Qm6bTjRywK/xnZp0YK+fn22tI7XHcfLn7+MysZK0aVolrEDcds20RUQ6U5jkhOlWWFTjxeeibMpgDzFKbqMLqkL1OHVva/iUBWHkdpj3EAsKwOOHBFdBZGu1GW6cDLZWNuvxUJho37/PqFICG8fehuflXGTktMZNxDZOiTqlJocNyfPdJAjEEC+TluJzbYc3YJPSz8VXYamGDMQS0t5NguiTqjOdaPaqd39OrWot45bic0+PP4hPjr+kegyNMOYgbhjh+gKiHSjKs+NGgfDsLMcAf2OJZ7qk9JP8MGxD0SXoQnGC8T6eo4dEnVQda4btXaGYVf1CoiuIDp2nNjBliKMGIh79nBXGqIOqMlmy7C7PI1+xCvGOLvEJ6WfYPuX5l63baxAjESAfftEV0GkeXWZLlS7GIbR0CdsnA20t5dsx64Tu0SXIYyxAvHQIaCRu2oQnUlDmroVG0VHWmMAFkUSXUbUbD22FUdqzDnsZKxA3LNHdAVEmhbw2FHh5e4z0WQJh1FggMk1zRQoWHdoHaoaq0SX0uOME4iVlepyCyJqV9gm42RGBApXGkZdTpP+l2CcKhgJYs3BNfCHzPXhyTiBuHu36AqINEuRgPI8m2nOcN/TXE1NSFHsosuIqtqmWqw9uBYRxVhhfybGCMRAADhwQHQVRJpVleeCXydne9er3kGL6BKirqS+BJuObBJdRo8xRiDu3w8EuRExUXvqM1w8hVMPSPb7YTfIW+qp9pbvNc3MU2M8e5xMQ9SuJq8dlR6GYU+QIgr6hPV3rsSO2HpsK0rrjT9HQ/+BeOIEUGW+2VBEZxOxyjiZFuEUmh6U2RQWXUJMKFCwoWgDQhFjj0HrPxAPHhRdAZEmVeU4EOYkmh7lCASQCOMs1D9VbVMtth7bKrqMmNJ3ICqKuhifiFppTHKi3squUhFyDbRzzen2nNyD47XHRZcRM/oOxJISwMftp4hOFbFIqExmy1CU1CZj/+3fLX4XgbBBdjU/jb4Dka1Dojaqc5xcbyiQIxAwzIbf7akP1Bu261S/gcjuUqI2/IkOLrHQgDyDLdI/3d7yvYbc71S/gVhSAvjNta0Q0ZlEZAkVKcac5ag3qQadbXqq94rfM1zXqX4DsahIdAVEmlKT42JXqUa4mpoQpxhv55pT+YI+fFLyiegyooqBSGQAQZcVdXZOMNOSvIixu00B4LOyz1AfqBddRtToMxArKoB64zwJRN1Vk2HjAnyNSQsYf1PssBLGti+3iS4javQZiGwdErUIeGxosHAijda4m5rgMni3KQDsr9iPysZK0WVEBQORSOeq04z/pqtXRp9tCqjbun14/EPRZUSF/gLR71e7TIkITQkONMqcba1VKUFzdGQfqTmCkroS0WV0m/4CsdT4O64TdVR1iugK6EziAuY5Ld0Hxz8QXUK36S8QS/T/KYQoGhqTnDzpr8ZZwmHDbvZ9urKGMhyuOiy6jG5hIBLpVE2S8WcxGkFaxLjbuJ1ux4kdokvoFn0FYjDI8UMiqCf+bZKMtUuIUZlpn/WyhjKcqD8huowu01cgnjih7mFKZHL1SZxZqhceE40jAsCusl2iS+gyfQUiu0uJELHKaLByZqleWEMheGCebtOi6iLd7l7DQCTSmfo0JxTuS6Mr6Yo5JtYAQESJYG/5XtFldIl+AjEcBk6eFF0FkXD1bnN1wRmBmcYRAfX0UBFFf5O+9BOIJ0+qoUhkYv5EB4JgIOpNfMBciegL+nR5vkT9BCK7S4lQl6iflyx9zR4Mwqmjt9to+Pzk56JL6DT9PEPcoYZMLmyT0chNvHUrwwT7mp7qWO0x+EP6mvyln0Dk+kMyucYkO6fS6Jg3IokuoUcpUHTXbaqPQAwEAB9Pfkrm1hgnugLqjjgTToEoqi4SXUKn6CMQq6tFV0AklCJLaJS5b6meOUPmS8RjtccQjujncTMQiXTAn+jg2kOds4eCkEz2FIYiIRyvOy66jA5jIBLpQKPHXONPRiRFFFPtWNOsuLpYdAkdpo9ArKoSXQGRUD4b1x4aQaIZA7GGgRhdbCGSiQXi7QjDXAu7jSpe0cdbbjT5gj6UNZSJLqNDtP/sRCJAXZ3oKoiEafSar1VhVHFhkw0ifkUvyy+0H4g1NWooEpmU36GfWXp0Zq6QOd/LSuv1sbGK9gOR3aVkcgGJ44dGYQ+Zs+u73FcuuoQOYSASaVjQbUME5mxVGJElHDbdnqYAEAgHUOOvEV3GWWn/mWEgkokF4jh+aDSJMM+5EU+lh1ai9gOxoUF0BUTCBByiK6Boc0W0/7YbCyd92j+frfafGb++dksniqaAnd2lRmPWzzhsIUYDA5FMjBNqjMeumHPXIQZiNDAQyaSCLisn1BiQLWLOtYh6mFij7UAMBLgGkUwrEGfOyRdGZ9ZABLTfStR2ILJ1SCYWtpuza83orCYOxPpAvegSzoiBSKRRYYvoCigWrCbu9fIFtX2idwYikUaFLeZtSRiZhYGoWdoOxMZG0RUQCROWzfvGaWRmDsSGoLbXlWs7ENlCJBMLS+Z94zQySVFgM+nSC7YQu4OBSCYWBs9yYVRm3M8UYCB2DwORTCpikbgG0cBckjlnTIUiIQTCAdFlfCNtB6JJT5VCFHZwU28js5q0yxTQditR2686Ew8+R9uf33oLv3nlFdwxcSL+9r3vAQAOnjyJu1aswKYDB9AUCmHa4MF4fMYMZHi9AIAN+/ZhwsMPt3t7H/7mNzi/oAAA8OK2bfjj6tX44sQJpMXHY9748fjV1Kk98riMKmzT9mfV032w8wv888X/Ytf+IyirqME/7rsNU781ouX3jzz9Ol7f8BFKTlbBZrVi6Dm9cNcPv4NzB/ZuOebQsRP44z9ewvbdBxAMhTGgdw5+MfvbGDOif6v7Wr5mC55a8TYOHTuB+DgXLr/kPPzh9ht66qFqUiQcwev/fB0frP4AtRW1SEhNwJirxuDyH10OSVLDV1EUvP6P17HxlY1orG9E4fBC3PDrG5DRK6Pldo7sPYKXH3sZRXuKIFtknDvxXFx/5/Vwup1Rq7Ux2IhEZ2LUbi+atB2ICqedR8NHRUX4x3vvYVhubst1DU1NmPK3v2F4bi7W/+IXAIDfr1yJqxYtwtb58yHLMsYUFqLkoYda3dbvX3sN6/buxaj8fADA6s8+w41PPYXHZ8zAlEGD8HlpKW599lm47HbMmzCh5x6kwSiyvloQPn8AA/vk4vpp38JPFvy9ze/75GZg4byZ6JWVCn8giKdeehs3z/8bNjxzP1IS4wEAP/rtEyjIScdzf/kFnHYb/vfldfjR757Au8/cj/TkBADAv1asxZPL38bdP74OIwb2hs/fhGOlFT36WKMh2s/uW0+/hXdXvIvZ981GVp8sFO8pxtMLn4bL48LEGRMBAGueXoP1/1mPWQtmITUnFa8teQ2P/ewxLHhxAWwOG6pPVuORuY9g1KWjMON/ZsDf4MeLf30RTy94GnMemhO1WsOKdsfGtf0xlC3Ebqv3+3HjU0/hye9/H0lud8v1mw8eRFFFBZbNmoWhOTkYmpODp2fPxrbiYqzftw8AYLdakZmQ0HJJ8XiwcscOzB4zpuVT57Nbt+I7I0bgJ+PGoU9aGq4YOhS/mTYND65ZA4UfaLpOX3mICaOH4K4ffgfTLj633d9/e9JoXDxyIHplp6FfQTZ+95PrUefzY++hYwCAypp6HD5ehttmTsPAPrnonZuB+bdci0Z/AF8c/hIAUFPXgL8sXYmH58/CtyeNRn52Ggb2ycWlY4b32OOMFjnKT/ChnYcwYtwIDL14KFKzUzFy8kgMumAQDu8+DEBtHa57fh0u/9HlGDF+BHLPycXshbNRfbIan274FACwc+NOWKwWzJw/E5kFmSgYXIAb774RH6//GGVHy6JWa0TR7vu6tgORb6jd9tPnn8cVQ4di8sCBra5vCgYhSRIc1q87CZxWK2RJwqYDB9q9rdd27EBFfT1mjxnz9e2EQnDaWu+56bLbcayqCsUV+vvkrhWKZNz/+4FgCM+/uRHxcS4MLMwDACR549AnLwMv/3crfI1NCIXDeO6N95CaGI+h/XoBADZu/xyRiILS8mpM+uG9uHDGfPx04T/xZVmlyIfTJVKU39v6DOuDvR/txYniEwCAo18cxYEdBzBkzBAAQPnxctRW1GLg6K/fB1weF3oP6Y1Duw4BAEKBEKw2K2T561iwOdTX9oFP239P6AoGYlcxELvlPx99hI+PHMGfrrmmze8u7NMHcXY75r/8MnyBABqamnDXihUIRyIoqWl/R/qnNm/G1MGDkZuU1HLd1EGD8PInn2Dd558jEongixMn8Ne1awHgG2+HOkDSWROxA9Zt3YlBV96O/pfPw1MvrcP/PfhzJCd4AACSJOHfD92J3QePYPDVd6D/ZfPwr5fexrI/3Y6E+DgAwJGSciiKgkXPr8Y9t03H4nvmoLquATfN/xsCQX1NwJOj/PxOmzUNo6aMwr3fvRe3XXAbHrjxAUyaOQkXXHYBAKC2ohYA4E3xtvp33mQvairU1+mA8wegprwGa55Zg1AwhIbaBrzy+CsAgJry6L2WtRyI2h5DpC47WlmJO154AWt//vM2LTgASIuPx/I5c3Dbv/+Nx955B7IkYeb55+O8Xr3afbEeq6rCmt278eKPf9zq+lvHjsXBkydx5aJFCIbD8DqduGPiRCx4441WnzSJLhreH6v+8TtU1tTjP6s24af3/xOvPv5rpCZ5oSgKfv/Y80hJ9GL5I3fB6bDjP6s24ZbfL8Jri+5GekoCFCWCYCiMBT+dgUtGDQIAPPbbW3D+9F/h/U/3Ydz5gwU/QnG2r92OD9/6ED+6/0fILszG0X1H8eLDLyIxLREXXXlRh24juzAbs++bjeWPLMeri16FLMuYMGMCvCneliESo9N2IJrkSYiF7UeOoKyuDuc98EDLdeFIBO/t348nNmxA06JFmDJoEA4+8ADK6+thlWUkut3I/NWv0Cc1tc3tLd2yBSkeD64e3nq8RpIkPHjddfjjNdegtKYGafHxWLd3LwC0ezvUQQbsHHG7HCjISUdBTjrOG9QH43/we7ywejN+esNl2PLJXqz/YCd2vPII4uNcAID777gBmz7+HCv++z7mzpyGtK8m1pyTn9VymymJ8Uj2enTXbRrtp/elx17C1B9MxflTzwcA5PTNQUVJBVYvXY2LrryopWXYPAO1WW1lLfL65bX8PHraaIyeNhq1FbWwu+yQJAlv//ttpOWmRa1WWdLuB2UGokFNGjAAu+65p9V1s59+GgMyMzF/6lRYTmm9pXrUbqv1e/eirK6uTegpioKlW7bg5gsvhM3S/oJiiywj56uu1Oc/+ggX9emDtPj4aD4kUzHwEGKLSCTS0tXZ2KQu1pZPm10rSxKUr7rYRg3pCwA4dLQUWWnq/7Xq2gZU1tYjJyOlp8qOimh3Ggb8gTY9MrJFbpnYlpqTCm+KF3s/2ou8/moANtY34vBnhzHuunFtbq85QDev3Ayb3YaBFwxsc0xXMRC7ioHYZfFOJ4bk5LS6Ls7hQEpcXMv1SzdvxsCsLKTFx+P9gwdxx4sv4s5Jk9A/M7PVv1u/dy8Ol5fjlosvbnM/5fX1WLF9O8b37w9/MIilW7Zg+fbtePeXv4zdgzMDnQViQ6MfRcdPtvx8tKQcuw8cRWJ8HJK8cXjiuVWYfNFwpKckoKqmHs+s3IDS8mpcMW4kAOC8QYVI8LjxyweX4fbvX6F2mb65EUdLyzHhgqEA1KUbl44ZjvsWv4g/3XkTPG4nHnrqFRTmZeKi09Yqal20n95hY4dh1f+uQnJmMrL6ZOHovqN4+99vY8zV6gQ4SZIwaeYkrHpqFdLz0pGak4qVS1YiMS0RI8aPaLmdd154B4XDC+FwObDngz146dGXcO3ProU73v0N99x5koanUGs7EDkGFVP7TpzAb159FZUNDShIScFvL7sMd06e3Oa4pzZvxpjCQgw4LSibPf3++7jrpZegKAou6tMHG375S4zu3bvdY6ljoj0LMdZ27ivGzLu+3sTh/r8vBwBcN+UiPPDzG3HwaCle+u9WVNXWI9Ebh2H9CrD8kV+hX0E2ACA5wYOn/3Q7/t//rsQNdz2CUDiMc/Kz8M+FczGo8OsuvYfnz8YflizH7N8+AVmScMHwc/D0n26HzaqvrdCi/ezO+NUMrPz7Sjz35+dQV1WHhNQEjL12LK689cqWY6b+YCoC/gD+74//B1+dD31H9MXtj93eMpMUAIp2F+H1f76OJl8TMgsycdPdN+HCKy6Maq1abiFKipYXi739NnDokOgqiHpcwGNDSUZQdBkUI7sSHPhSahJdhhDfHfRdJLuSRZfRLu1GNQBYtd2AJYoVi19fywioc7S7V0vsuW3R636NNm0HosMhugIiISwhRdNjLdQ9fpNGoizJcFqjty9qtGk7EJ3a/cMRxZoF+hoXo47zm/TUXlpuHQIMRCLNsijafnlS1zVJDEQt0vYrzuUSXQGRMJaItl+e1DVhE8+eZyB2B1uIZGKWCMcQjShs0fbbbiwxELuDgUgmZgkzEI0oxBaiZmn7mWEgkolZgtpdIkxdZ+ZAjLPFiS7hjLT9zDgc3L6NTMvuM+fUfKMLyuZ9T0txa3vPWW0HoiRxLSKZlq0hwLWIBhQ06Yd8WZI1u0NNM20HIsBuUzItSQFsSttzWZK+BcyZh0h2JWt6H1OAgUikaY4QF+cbTcAM5/ZqR5o7eudUjBXtByLXIpKJ2c25/7Oh+c0aiHEMxO5LTBRdAZEwnFhjPDWSOTduT3Wnii7hrBiIRBpmqw9wWo2BKLKEepgvEC2SRfMTagAGIpGmSQpgg110GRQlAas5J0npYUINwEAk0jxHkOcFNYpGqzknSaXHpYsuoUO0H4g2GxCn7d0NiGLJVcdxRKPwWczZAd4roZfoEjpE+4EIsJVIpuasboKsk5cqnVmdbL4ZpjbZhuz4bNFldIg+XmVJSaIrIBJGUgBnmDs2GUGNCSfU5HpzYZH10VWsj0BkC5FMzuUTXQFFQ40UFF1Cj8tPzBddQocxEIl0wFXFFfp6F7TZEBFdRA+TIOlm/BBgIBLpgiUYgUNht6me+U04wzTDkwGnVT/bb+ojEN1uwM61WGRubr/53lCNpMGEM0wLEgtEl9Ap+ghEAEjW/i4HRLHkqjbf+JORNJjw80x+gn7GDwE9BWJGhugKiISy+YLsNtWxMpNNqElxpSDBmSC6jE7RTyBmZYmugEi4+Dr9vGTpa2GLBbUmW3IxMG2g6BI6TT+vrsxMwKRnmiZq5q7wwwIT9r3pXL3DXHMgrLIVfZP7ii6j0/QTiHY7F+iT6UkRBXEBdpvqTZXJtqPtm9wXdov+PgToJxABdpsSAfCUB0SXQJ10UjZZd2mq/rpLAQYike7YGkNwRfSztsvsIrKMSphnQk1GXAbS4tJEl9El+grEzEzRFRBpgqdWdAXUUQ0mGz8cmjFUdAldpq9AdLsBr1d0FUTCuSr8sMJkA1M6VW01z2RAj92D3om9RZfRZfoKRIDdpkQAJADeBnOefV1vyi3mOZ/l0PShkHS8GoCBSKRTnhONbCVqnCJLKIc5JkF57B4MShskuoxu0V8gchyRCIB6nsTEWrYStcxnd5jmDBejskfp5ryH30R/gej1Ah6P6CqINCHuZCNsMNekDT2ptunvLbYrkl3JOCf5HNFldJs+n618fW0YSxRLSVX6fBmbwTGLOZZbjM4Zreuxw2b6fCUVFIiugEgzXJV+bvqtQQGbDdUmWH+Y5cnS1UmAz0SfgZiVxfMjEp0isVJ0BXS6Cqc5xncvyL1AdAlRo89AlGWglzE+kRBFg7O6ibvXaIwZukt7J/ZGely66DKiRp+BCLDblOg0ySUhyDp+SRtJ0GY1/HZtFsmC0TmjRZcRVfp99eTlARZ9T/EliiarP4TEBo4lakGlCbZrG5U9SncnAD4b/QaizcZuU6LTxJc2wskJNsIdtxj77BYZcRkYljFMdBlRp99ABIDCQtEVEGlOckkYEvQ/BV6vQlYrTkrG3Z3GKlsxvmC8IZZZnE7fgdirF2Dl1lVEp7I1hpDoc4kuw7SqnMbuLh2dM9pwXaXN9B2IVisX6RO1I77Ex7WJgnxpNe5m3tnx2RiSPkR0GTGj70AE2G1K1A4JQEpphF2nPSxssaAUTaLLiAmbbMO4/HGiy4gp/Qdir16Ak+uviE5n8wWRXM/XRk8qdxm3VX5h7oWId8SLLiOm9B+IsgwMGCC6CiJN8pxoRHyQ44k95aDFmJNp+ib3xcC0gaLLiDn9ByIADBoEGHDGE1E0JB3lUoyeUO9yok4y3nKL9Lh0w3eVNjNGIHo86kJ9ImpDUoDUo0GeTDjGim2K6BKizmP3YErhFN2f57CjjBGIADB4sOgKiDTLEowgrUzmJJsYCVmtOC4ZazKNVbZiSuEUuG1u0aX0GOMEYl6eevJgImqXvS6AlFpOsomFUpcNisE+a0womIBUd6roMnqUcQIRAAYaf9CXqDviTjbCGzDPJ/6eoEgSDlqM1ToclT0KvZN6iy6jxxkrEPv354bfRGeReNSHuDBnnkZLjcsJPyKiy4iavsl9cV7WeaLLEMJYgeh0cqE+0VlIAFKKG+Hm+ROj4rDNODvT5HnzML5gvOgyhDFWIALqEgwiOiNJAVKL/HAyFLulyW5HmUE28s715mJK4RTIkvFioaOM98jT04G0NNFVEGmepABpxU1wKgzFrjruNMZbaHZ8tqmWV3wTYzybpxs6VHQFRLogRxSkFTWxpdgFYYsFh2X9T6bJic/BtL7TYJW5TtWYgVhYCCQmiq6CSBfkiIL04ia4GIqdctztQAj6Xoyfn5DPMDyFMQNRkoCRI0VXQaQbUkRBWpEfbs4+7ZCwxYIv5EbRZXRLYVIhLi281PTdpKcyZiACaisxOVl0FUS6ISlAWlEjEpq4TvFsjrntCEv6bR0OThuMib0nmnoCTXuM/ddgK5Go0xKP+ZBa4+Q2b98gZLFiv+wXXUaXWCQLxuWPw7d6fQsST4jQhrE7jnv3BlJSgIoK0ZUQ6UpcuR/WgB0n08IIwzjr7KLhWJwNYR2e1cJtc2NK4RSkx6WLLkWzjN1CBIBRo0RXQKRLjtoAso4BdsUuuhTNCFmt2K/DscOMuAxcO/BahuFZGD8Q8/O5LpGoiyxNYWQUBTnZ5itH3DbdbdI2IHUArup/lanOWtFVxg9EgK1Eom5Q1yo2IrnBZepxxaDNioM6ah3Kkoxv5X0Ll+RfwskzHWTsMcRmeXlARgZw4oToSoh0K760EU63DRWZMpoMdu6/jjjisiICfYwdprhSMK5gnOlO39RdkqIo+p073BnHjwNvvim6CiLdUwDUZrtQ4/JD0fnC9I4K2qx4xx3S/DkPZUnGeVnnYUTmCLYKu8AcLUQAyMlRW4pHj4quhEjXJAAJXzbC5bGhIkNCAMbY3PpMDrgsUDQ+szQ9Lh3j8schyZUkuhTdMk8LEQBqa4Hly4Ewp5ETRYMiATXZLtQ6Gw3bVqxzObHFod11h1bZilHZozA0fSjXFnaTuQIRAD7+GNi2TXQVRIYS8NhQnSaj0QCbXZ9KkSW8H29BnUZbh1meLIwrGAevwyu6FEMwXyCGw8CKFUBNjehKiAzHn+hAVYpimG7UY/Fu7Lb4RJfRRpIzCefnnI+CxALRpRiK+QIR4AQbohhrSHOi2htCSCezMtsTsNnwblxQU+sOvQ4vRmaNRN/kvuwejQFzBiIArFsHHDwougoiw1IkoC7TjRq3HxFNxUrH7Epw4EuNLC9x29w4L+s8DEgdwNmjMWTeQPT5gBdfBALG6Noh0qqIVUZdhhN1zibd7Ita7XbhA7v4RfhOqxMjMkdgcNpgnqapB5g3EAHgs8+ALVtEV0FkCooE+FKcqPMqml7YH5FlbIqX0CiJC+9EZyIGpw1Gv5R+sFlswuowG3MHoqIAr7wClJeLroTIVALxdtQmW+Czam9xf5HXhX0CtmiTICE/MR+D0wYjx5vT4/dPZg9EADh5Enj1VTUciahHhW0y6tOcqHcFNDEBx2+34z1XoEd3pElwJKB/an/0S+nHDbgFYyACwObNwO7doqsgMrWAxw5fohU+RwhBEcs2JGB7gh3lPXDfHrsHvRJ6oW9yX2R6MmN+f9QxDEQACIWAl18GqqtFV0JEAIIuKxqT7PA5wz023ng83o3PYrTmUJZkZMRloFdCL/RK6MXt1TSKgdisvFztOo3ob3o4kZGFHRb4kuxocgIBSwhBBKN+H40OBzY6m6LaVeqyupCXkIdeCb2Q682F3cITLWsdA/FUn34KfPih6CqI6AzCNhkBjx0Bt4wmewQBOdit5RwRWcbWeLlb27N57B6kuFKQ4k5p+crt1PSHgXgqRQHeeAMoKRFdCRF1QshlRSDOipBNRtgKhCwKwnIYISmC8Fkm6xzwus564l9ZkuG0OuG0OuGyuhBnj2sVgA6rI5oPhwRhIJ6uvl7d65QL9okMQZGAsMOKkMOCiFWCIktQJAWKLCGUnY1jeemtjrfIlpbgc9lcLUFIxsdAbE9REfDf/4qugohiyesFrrsOsHHhO6m4KV57CgqAIUNEV0FEsWKxAJMnMwypFQbiN7nwQiAtTXQVRBQLF14IpKaKroI0hoH4TWQZmDQJsHOqNJGh9O4NDB4sugrSIAbimXi9wPjxoqsgomhJTATGjRNdBWkUA/FsCgqA0aNFV0FE3eV0AtOmsdeHvhEDsSNGjAAGDBBdBRF1lcUCTJmi9voQfQMGYkddfDGQnS26CiLqinHjgExuok1nxkDsKFlWP2EmJoquhIg6Y+RIoG9f0VWQDjAQO8NuV8cgnNy1gkgX+vZVA5GoAxiIneX1AlOnqmMSRKRdmZmcUUqdwkDsiowMLscg0jKvVx3i4AdX6gQGYlcVFgKjRomugohO53DEdGhj1qxZKCgoiMltn2rZsmWQJAnbtm2L+X11xoYNGyBJElasWCG6lKhjIHbHeecB/fqJroKImlkswKWXdnnyW3MINV+cTif69euHefPm4cSJE+3+G5/PhwULFmDDhg1tfrdq1SosWLCgS7VQz7OKLkD3xo0DwmHg4EHRlRCZW/Nawygsj1q4cCF69+4Nv9+PTZs2YcmSJVi1ahU+++wzPPnkk4hEIi3H+nw+3HfffQCA8acNpaxatQqLFi1iKOoEA7G7JAmYOFH9nqFIJEZzGOblReXmLrvsMoz6akjklltuQUpKCh5++GGsXLkSM2fOjMp9aEVDQwPi4uJEl6EJ7DKNhuZQLCwUXQmR+TR3k0YpDNsz8asPvYcPH241hlhUVIS0r86Kc99997V0tS5YsACzZs3CokWLAKBVN2yz//znPxg5ciTi4+Ph9XoxdOhQPProo23u2+fzYc6cOUhJSYHX68XNN9+MqqqqVsc03+fpCgoKMGvWrJafm7uE3333XcydOxfp6enIzc1t+f2iRYvQp08fuFwujB49Ghs3bsT48ePbtHwBIBKJ4IEHHkBubi6cTicmTZqEAwcOdOjvqVVsIUYLW4pEPa85DHv1iundHPzqNZ2SktLq+rS0NCxZsgS33XYbrrnmGlx77bUAgGHDhqGhoQFffvkl1q5di2effbbVv1u7di1mzpyJSZMm4cEHHwQAfP7559i8eTPuuOOOVsfOmzcPiYmJWLBgAfbt24clS5aguLi4ZXJLV8ydOxdpaWm455570NDQAABYsmQJ5s2bh7Fjx+LOO+9EUVERvvOd7yApKalVaDb785//DFmWcdddd6GmpgYPPfQQbrzxRnzwwQddqkkLGIjRxFAk6jkxDMOamhqUl5fD7/dj8+bNWLhwIVwuF6688kq8//77LcfFxcXhu9/9Lm677TYMGzYMN910U6vb6devH9auXdvm+jfffBNerxdr1qyB5SxLQ+x2O9atWwfbVyczzs/Px//8z//g9ddfx9VXX92lx5ecnIx169a13HcgEMDvf/97nH/++Vi/fj2sVjUahg0bhlmzZrUbiH6/H59++insX22WnpSUhDvuuAOfffYZhuj0BOvsMo02dp8SxV6MW4aTJ09GWloa8vLyMGPGDHg8HrzyyivIycmJyu0nJiaioaEBa9euPeuxP/7xj1vCEABuu+02WK1WrFq1qsv3f+utt7YK4m3btqGiogK33nprSxgCwI033oikpKR2b2P27NktYQgAY8eOBQAcOnSoy3WJxhZiLLClSBQ7shzzbtJFixahX79+sFqtyMjIQP/+/SHL0Ws/zJ07Fy+++CIuu+wy5OTkYMqUKZg+fTqmTZvW5thzzjmn1c8ejwdZWVkoKirq8v337t271c/FxcUAgL6n7flqtVq/cc1lr9P+/s3Befr4pp4wEGOFoUgUfc2b7Md4zHD06NEts0xjIT09HZ9++inWrFmD1atXY/Xq1Vi6dCluvvlmPP3001G7n3A43O71Lper27f9TV29iqJ0+7ZFYZdpLDWHIhfvE3WfzabuQBPjMOysM01sOdPv7HY7rrrqKixevBgHDx7EnDlz8Mwzz7SZqbl///5WP9fX16OkpKRVyy0pKQnV1dWtjgsEAigpKenQY8jPzweANvcdCoW61RLVGwZirEmSuu/p+eeLroRIvzwe4NvfBtqZ3CGa2+0GgDaBBKBlfd/pv6uoqGj1syzLGDZsGACgqamp1e/++c9/IhgMtvy8ZMkShEIhXHbZZS3XFRYW4r333mvz776phXi6UaNGISUlBU8++SRCoVDL9f/+97913QXaWewy7SnnngskJADvvKPubENEHZOaqrYMvwoerXG5XBg0aBBeeOEF9OvXD8nJyRgyZAiGDBmCkV+deur222/H1KlTYbFYMGPGDNxyyy2orKzExIkTkZubi+LiYjz++OMYMWIEBg4c2Or2A4EAJk2ahOnTp2Pfvn1YvHgxLr744lYzTG+55Rb85Cc/wXXXXYdLL70UO3bswJo1a5Camtqhx2C327FgwQL87Gc/w8SJEzF9+nQUFRVh2bJlKCws7PLyDr1hC7En9ekDXHUVEIX+eyJTKCgArr5as2HY7F//+hdycnJw5513YubMmS0bX1977bX42c9+hrfeegvf//73W3a5uemmm+B0OrF48WLMnTsXTz/9NL73ve9h9erVbSbvPPHEExg4cCDuueceLFu2DDNnzsTKlStbhdStt96K+fPn47333sMvf/lLHD58GGvXru3UDjTz5s3DY489hiNHjuCuu+7Cxo0b8dprryExMRFOk5wDVlL0PAKqV3V1wFtvASbqiiDqtGHDgAsuUIcdSIhIJIK0tDRce+21ePLJJ0WXE3NsIYoQH6/Z8RAi4WQZGDsWuPBChmEP8vv9bWaIPvPMM6isrGx36zYjYgtRpEgE2LwZ+Pxz0ZUQaYPdDkyezA+LAmzYsAF33nknrr/+eqSkpODjjz/GU089hYEDB2L79u2tFuEbFSfViNT8STghAfjgA4CfTcjMPB518kxysuhKTKmgoAB5eXl47LHHUFlZieTkZNx8883485//bIowBNhC1I7iYmDDBuC0KddEppCdDUyaxAlnJBQDUUvq64G33wbKykRXQtQzJAk47zz1wvFCEoyBqDWRCPDhh8DOnaIrIYott1vdySkKZ7gnigYGolYdOaJ2ofr9oishir6cHDUM2UVKGsJA1LKGBjUUjx8XXQlRdMiyuo3h8OGiKyFqg4GoBzt3Ah99xC3fSN8SE9VWYQe3EyPqaQxEvaisBNat4+42pE+DBqkL7a1c6UXaxUDUk3BYbSnu2sU1i6QPHg9w8cWaO2UTUXsYiHpUUQFs3MjlGaRdsgwMHQqMHMlWIekGA1HP9u5Vd7jhYn7SksxMdQempCTRlRB1CgNR7/x+YOtW4IsvRFdCZud0quOE/fqJroSoSxiIRlFaCmzapE6+IeppAwaop2pyOERXQtRlDEQjiUTUCTfbtwOhkOhqyAxSUtRJMxkZoish6jYGohHV1wNbtgBFRaIrIaOy29UJM0OGcA9SMgwGopGdOAFs28adbih6rFY1BIcPZ/coGQ4D0QxKStRgLCkRXQnpldWqLq4fMUKdPENkQAxEMzl+XA3GEydEV0J6YbEAAweqQeh2i66GKKYYiGZ09Kg68YYL++mbyLI6c/Tcc4G4ONHVEPUIBqKZHTmithjLy0VXQlohy+o6wvPOU7ddIzIRBiKps1F37eIYo5nZ7cA556jbrXm9oqshEoKBSF+rqgL27AH27wcCAdHVUE9ITlYny5xzDmCzia6GSCgGIrUVDKqhuGcPd74xIlkGevcGBg9W9x0lIgAMRDqb0lI1GA8dUnfCIf3yeNQZowMGAC6X6GqINIeBSB3T2KieXePzz9WdcEg/cnPVbtH8fO4qQ3QGDETqHEUBvvwSOHgQOHyYp57SqtRUoE8foLAQiI8XXQ2RLjAQqesiEXWx/8GD6kxVTsQRKzn56xBMSBBdDZHuMBApOiIRteVYVKRefD7RFZlDRobaFVpQACQmiq6GSNcYiBQbZWVAcbF64UzV6LFagexsNQTz87mdGlEUMRAp9vx+ddF/aan6taJCHYuks3M41FZgVpZ6SU1Vl00QUdQxEKnnBYPqBuMlJerl5EkgHBZdlTa43erawOYATE4WXRGRaTAQSbxwWA3FkhI1KCsrzbG0w2pVx/2Sk78OQG6bRiQMA5G0KRQCqqvbXmpq9NeadDrV4EtKUr82f8/Ns4k0hYFI+qIoQF1d65BsbFTHKZsvPbk2UpbVwDv1EhfXOvx4Ql0iXWAgkvEoSuuAPD0sQyH1GEVRl4s0fw+oO7nIcuuvNlvb0Gu+2O1iHysRRQ0DkYiICADnbxMREYGBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSF2wYMECSJKE8vJy0aUQEUUNA1FHli1bBkmSIEkSNm3a1Ob3iqIgLy8PkiThyiuvFFBh1y1evBjLli1rc/2ePXuwYMECFBUV9XhNRGQuDEQdcjqdeO6559pc/+677+LYsWNwOBwCquqeMwXifffdx0AkophjIOrQ5ZdfjuXLlyMUCrW6/rnnnsPIkSORmZkpqDIiIv1iIOrQzJkzUVFRgbVr17ZcFwgEsGLFCtxwww1tjv/LX/6CMWPGICUlBS6XCyNHjsSKFSvaHCdJEubNm4dXX30VQ4YMgcPhwODBg/HWW2+1W0d1dTVmzZqFxMREJCQkYPbs2fD5fK2OWbp0KSZOnIj09HQ4HA4MGjQIS5YsaXVMQUEBdu/ejXfffbelS3j8+PFYtmwZrr/+egDAhAkTWn63YcMGAMDKlStxxRVXIDs7Gw6HA4WFhfjDH/6AcDjc6vbHjx+PIUOGYM+ePZgwYQLcbjdycnLw0EMPnf2PTUSmwUDUoYKCAlx00UV4/vnnW65bvXo1ampqMGPGjDbHP/roozj33HOxcOFC/PGPf4TVasX111+PN998s82xmzZtwty5czFjxgw89NBD8Pv9uO6661BRUdHm2OnTp6Ourg5/+tOfMH36dCxbtgz33Xdfq2OWLFmC/Px83H333fjrX/+KvLw8zJ07F4sWLWo55m9/+xtyc3MxYMAAPPvss3j22Wfx29/+Fpdccgluv/12AMDdd9/d8ruBAwcCUMdUPR4PfvGLX+DRRx/FyJEjcc899+DXv/51m1qrqqowbdo0DB8+HH/9618xYMAAzJ8/H6tXr+7gX52IDE8h3Vi6dKkCQPnoo4+UJ554QomPj1d8Pp+iKIpy/fXXKxMmTFAURVHy8/OVK664ouXfNR/TLBAIKEOGDFEmTpzY6noAit1uVw4cONBy3Y4dOxQAyuOPP95y3b333qsAUH74wx+2+vfXXHONkpKS0uq60+9bURRl6tSpSp8+fVpdN3jwYGXcuHFtjl2+fLkCQHnnnXfa/K69254zZ47idrsVv9/fct24ceMUAMozzzzTcl1TU5OSmZmpXHfddW1ug4jMiS1EnZo+fToaGxvxxhtvoK6uDm+88Ua73aUA4HK5Wr6vqqpCTU0Nxo4di48//rjNsZMnT0ZhYWHLz8OGDYPX68WhQ4faHPuTn/yk1c9jx45FRUUFamtr273vmpoalJeXY9y4cTh06BBqamo6/oDP8rjq6upQXl6OsWPHwufzYe/eva2O9Xg8uOmmm1p+ttvtGD16dLuPi4jMySq6AOqatLQ0TJ48Gc899xx8Ph/C4TC++93vtnvsG2+8gfvvvx+ffvopmpqaWq6XJKnNsb169WpzXVJSEqqqqs56bFJSEgA1dL1eLwBg8+bNuPfee/H++++3GV+sqalBQkLCWR7pN9u9ezd+97vfYf369a1CuPm2T5Wbm9vm8SYlJWHnzp1dvn8iMhYGoo7dcMMNuPXWW1FaWorLLrsMiYmJbY7ZuHEjrr76alxyySVYvHgxsrKyYLPZsHTp0naXblgslnbvS1GUTh978OBBTJo0CQMGDMDDDz+MvLw82O12rFq1Co888ggikUgnHm1r1dXVGDduHLxeLxYuXIjCwkI4nU58/PHHmD9/fpvb7szjIiJzYiDq2DXXXIM5c+Zg69ateOGFF9o95qWXXoLT6cSaNWtarU9cunRpzOt7/fXX0dTUhNdee61Va/Kdd95pc2x7rdUzXb9hwwZUVFTg5ZdfxiWXXNJy/eHDh7tZNRGZFQNRxzweD5YsWYKioiJcddVV7R5jsVggSVKrpQhFRUV49dVXY15fc6vs1FZYTU1Nu2EcFxeH6urqdq8H0OZ37d12IBDA4sWLu1s2EZkUA1HnfvCDH5zx91dccQUefvhhTJs2DTfccAPKysqwaNEi9O3bN+bjZ1OmTIHdbsdVV12FOXPmoL6+Hk8++STS09NRUlLS6tiRI0diyZIluP/++9G3b1+kp6dj4sSJGDFiBCwWCx588EHU1NTA4XBg4sSJGDNmDJKSkvCDH/wAt99+OyRJwrPPPssuUCLqMs4yNbiJEyfiqaeeQmlpKX7+85/j+eefx4MPPohrrrkm5vfdv39/rFixApIk4a677sLf//53/PjHP8Ydd9zR5th77rkHl19+OR566CHMnDkTCxcuBABkZmbi73//O8rKyvCjH/0IM2fOxJ49e5CSkoI33ngDWVlZ+N3vfoe//OUvuPTSS7nYnoi6TFL4kZqIiIgtRCIiIoCBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBICBSEREBAD4/7xYhQgDc92jAAAAAElFTkSuQmCC", "text/plain": [ "
" ] @@ -24335,20 +24345,665 @@ "# venn digram over train, dev-seen, dev-unseen\n", "\n", "import matplotlib.pyplot as plt\n", - "from matplotlib_venn import venn3\n", + "from matplotlib_venn import venn2\n", "\n", "\n", - "tokenized_words_pittsburgh = pittsburgh_valid_instructions.content.apply(word_tokenize)\n", + "# tokenized_words_pittsburgh = pittsburgh_valid_instructions.content.apply(word_tokenize)\n", "\n", "\n", "# Use the venn2 function\n", - "set_train = set([w for l in train_tokenized_words.tolist() for w in l])\n", - "set_dev_seen = set([w for l in dev_seen_tokenized_words.tolist() for w in l])\n", + "set_train = set([w for l in manhattan_tokenized_words.tolist() for w in l])\n", + "# set_dev_seen = set([w for l in dev_unseen_tokenized_words.tolist() for w in l])\n", "set_dev_unseen = set([w for l in dev_unseen_tokenized_words.tolist() for w in l])\n", "\n", - "venn3([set_train, set_dev_seen, set_dev_unseen], ('Train', 'Dev-seen', 'Dev-unseen'))\n", + "venn2([set_train, set_dev_unseen], ('Manhattan', 'Pittsburgh'))\n", "plt.show()" ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0.6847960444993819\n" + ] + } + ], + "source": [ + "d = set_dev_unseen-set_train\n", + "upper_list = []\n", + "lower_list = []\n", + "\n", + "for w in d:\n", + " if w[0].isupper():\n", + " # print (w)\n", + " upper_list.append(w)\n", + " else:\n", + " lower_list.append(w)\n", + "\n", + "print (len(upper_list)/len(d)) " + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2195\n", + "554\n" + ] + }, + { + "data": { + "text/plain": [ + "{'Carson': 65,\n", + " 'Forbes': 62,\n", + " 'Pittsburgh': 54,\n", + " 'Allegheny': 29,\n", + " 'Smallman': 28,\n", + " 'Railroad': 25,\n", + " 'Shore': 18,\n", + " 'Ohio': 18,\n", + " 'Good': 16,\n", + " 'Bellefield': 16,\n", + " 'Schenley': 15,\n", + " 'Spirits': 15,\n", + " 'Heinz': 14,\n", + " 'Fort': 13,\n", + " 'Bruegger': 12,\n", + " 'Waterfront': 11,\n", + " 'Graeme': 10,\n", + " 'Oakland': 10,\n", + " 'Baum': 10,\n", + " 'Shadyside': 9,\n", + " 'Allies': 9,\n", + " 'Giant': 8,\n", + " 'Academy': 8,\n", + " 'Walnut': 8,\n", + " 'Brighton': 7,\n", + " 'Margaret': 7,\n", + " 'UPMC': 7,\n", + " 'Morrison': 7,\n", + " 'Riverfront': 7,\n", + " 'Dairy': 7,\n", + " 'Sales': 7,\n", + " 'Duquesne': 7,\n", + " 'Fruit': 7,\n", + " 'Panther': 7,\n", + " 'Auction': 7,\n", + " 'Queen': 7,\n", + " 'Monongahela': 7,\n", + " 'Federated': 6,\n", + " 'PPG': 6,\n", + " 'Aiken': 6,\n", + " 'Rooney': 6,\n", + " 'Citizens': 6,\n", + " 'Clips': 6,\n", + " 'Hair': 6,\n", + " 'Trail': 6,\n", + " 'Eloise': 6,\n", + " 'Reedsdale': 6,\n", + " 'Meraki': 6,\n", + " 'Fourth': 6,\n", + " 'Foster': 5,\n", + " 'Mellon': 5,\n", + " 'Commons': 5,\n", + " 'Day': 5,\n", + " 'Frew': 5,\n", + " 'Fairmont': 5,\n", + " 'Lawrence': 5,\n", + " 'Rye': 5,\n", + " 'LA': 5,\n", + " 'Kiefer': 5,\n", + " 'Hollow': 5,\n", + " 'Stephen': 5,\n", + " 'Mercy': 5,\n", + " 'Wilson': 5,\n", + " 'Jimmy': 5,\n", + " 'Shiloh': 4,\n", + " 'Knoll': 4,\n", + " 'Litchfield': 4,\n", + " 'Natural': 4,\n", + " 'ALDI': 4,\n", + " 'Locust': 4,\n", + " 'Stanwix': 4,\n", + " 'Benedum': 4,\n", + " 'Academic': 4,\n", + " 'Roberto': 4,\n", + " 'Clemente': 4,\n", + " 'Hot': 4,\n", + " 'Brereton': 4,\n", + " 'Wabash': 4,\n", + " 'Sorrells': 4,\n", + " 'Dithridge': 4,\n", + " 'Hamerschlag': 4,\n", + " 'Robinson': 4,\n", + " 'Clarissa': 4,\n", + " 'Brewery': 4,\n", + " 'Traditional': 3,\n", + " 'Whiting': 3,\n", + " 'Meyran': 3,\n", + " 'Neville': 3,\n", + " 'Boundary': 3,\n", + " 'Campo': 3,\n", + " 'Laurie': 3,\n", + " 'Nova': 3,\n", + " 'Sidney': 3,\n", + " 'Hunan': 3,\n", + " 'Boutique': 3,\n", + " 'Rex': 3,\n", + " 'Cowley': 3,\n", + " 'Purnell': 3,\n", + " 'EQT': 3,\n", + " 'Mon': 3,\n", + " 'Playhouse': 3,\n", + " 'Marco': 3,\n", + " 'Millvale': 3,\n", + " 'Kraus': 3,\n", + " 'Gulf': 3,\n", + " 'Bellefonte': 3,\n", + " 'County': 3,\n", + " 'Hemingway': 3,\n", + " 'Andy': 3,\n", + " 'Zerrer': 3,\n", + " 'Allegheny-Singer': 3,\n", + " 'Walking': 3,\n", + " 'Butterfield': 3,\n", + " 'Commonwealth': 3,\n", + " 'Z': 3,\n", + " 'VFW': 3,\n", + " 'Vehicles': 3,\n", + " 'Fairview': 3,\n", + " 'Cinderlands': 3,\n", + " 'Pressley': 3,\n", + " 'California': 3,\n", + " 'Moravian': 3,\n", + " 'Filmore': 3,\n", + " 'Information': 3,\n", + " 'Animal': 3,\n", + " 'Legends': 3,\n", + " 'McKee': 3,\n", + " 'Klavon': 3,\n", + " 'Sandusky': 3,\n", + " 'Convention': 3,\n", + " 'Bridle': 3,\n", + " 'African': 3,\n", + " 'Aspen': 2,\n", + " 'Boys': 2,\n", + " 'Lava': 2,\n", + " 'Bites': 2,\n", + " 'Tire': 2,\n", + " 'Bouquet': 2,\n", + " 'Copeland': 2,\n", + " 'Aviary': 2,\n", + " 'Pavillion': 2,\n", + " 'Cake': 2,\n", + " 'Carlyle': 2,\n", + " 'McAnulty': 2,\n", + " 'Beta': 2,\n", + " 'Brownell': 2,\n", + " 'Dounton': 2,\n", + " 'Tennyson': 2,\n", + " 'Collision': 2,\n", + " 'BMX': 2,\n", + " 'Suismon': 2,\n", + " 'Greyhound': 2,\n", + " 'Shell': 2,\n", + " 'CMU': 2,\n", + " 'Steuben': 2,\n", + " 'Drovers': 2,\n", + " 'Hunt': 2,\n", + " 'Portal': 2,\n", + " 'Virginia': 2,\n", + " 'Ultra': 2,\n", + " 'Lucy': 2,\n", + " 'Rope': 2,\n", + " 'Pandora': 2,\n", + " 'Logan': 2,\n", + " 'Warner': 2,\n", + " 'Run': 2,\n", + " 'Libert': 2,\n", + " 'HealthyRide': 2,\n", + " 'Brioche': 2,\n", + " 'Hemlock': 2,\n", + " 'Wrights': 2,\n", + " 'Gumberg': 2,\n", + " 'Atwood': 2,\n", + " 'Parador': 2,\n", + " 'Luna': 2,\n", + " 'Penn-Lincoln': 2,\n", + " \"O'Hara\": 2,\n", + " 'Ross': 2,\n", + " 'Delray': 2,\n", + " 'Lefty': 2,\n", + " 'Perlora': 2,\n", + " 'Wharf': 2,\n", + " 'Moe': 2,\n", + " 'Bidwell': 2,\n", + " 'Grandpa': 2,\n", + " 'Culloden': 2,\n", + " 'Citgo': 2,\n", + " 'Charlick': 2,\n", + " 'Salem': 2,\n", + " 'Wee': 2,\n", + " 'Happy': 2,\n", + " 'Kaufmann': 2,\n", + " 'Physique': 2,\n", + " 'Piada': 2,\n", + " 'MECKA': 2,\n", + " 'Warhol': 2,\n", + " 'Semple': 2,\n", + " 'U': 2,\n", + " 'Cypress': 2,\n", + " 'Metal': 2,\n", + " 'Sisters': 2,\n", + " 'II': 2,\n", + " 'Number': 2,\n", + " 'Round': 2,\n", + " 'Lockhart': 2,\n", + " 'Yinzers': 2,\n", + " 'Burke': 2,\n", + " 'Dave': 2,\n", + " 'U-Turn': 2,\n", + " 'Fox': 2,\n", + " 'WQED': 2,\n", + " 'BABB': 2,\n", + " 'Doree': 2,\n", + " 'Mahla': 2,\n", + " 'Morewood': 2,\n", + " 'Childrens': 2,\n", + " 'Casino': 2,\n", + " 'Sky': 2,\n", + " 'Grano': 2,\n", + " 'Slacker': 2,\n", + " 'ArtPark': 2,\n", + " 'Birmingham': 2,\n", + " 'Press': 2,\n", + " 'Saw': 2,\n", + " 'Rx': 2,\n", + " 'Training': 1,\n", + " 'Hofbräuhaus': 1,\n", + " 'Ellsworth': 1,\n", + " 'Student': 1,\n", + " 'Towne': 1,\n", + " 'Starwix': 1,\n", + " 'Locks': 1,\n", + " 'Oh': 1,\n", + " 'Wedding': 1,\n", + " 'McCrea': 1,\n", + " 'Parts': 1,\n", + " 'Girls': 1,\n", + " 'Congratulations': 1,\n", + " 'Mao': 1,\n", + " 'Mana': 1,\n", + " 'Ditch': 1,\n", + " 'Bartlett': 1,\n", + " 'Northing': 1,\n", + " 'Giftes': 1,\n", + " 'Moroccan': 1,\n", + " 'Haute': 1,\n", + " 'Tartains': 1,\n", + " 'Boiler': 1,\n", + " 'Masterwork': 1,\n", + " 'Clubhouse': 1,\n", + " 'Main': 1,\n", + " 'Priory': 1,\n", + " 'Mirrors': 1,\n", + " 'Chicks': 1,\n", + " 'Pamela': 1,\n", + " 'Ludwig': 1,\n", + " 'Extension': 1,\n", + " 'Emiliano': 1,\n", + " 'Ehlers': 1,\n", + " 'Wayne': 1,\n", + " 'Besides': 1,\n", + " 'Street.I': 1,\n", + " 'U-shaped': 1,\n", + " 'Laboratory': 1,\n", + " 'Religion': 1,\n", + " 'Small': 1,\n", + " 'Jr.': 1,\n", + " 'Automotive': 1,\n", + " 'Sportswork': 1,\n", + " 'Fairmonth': 1,\n", + " 'Centers': 1,\n", + " 'Latter-day': 1,\n", + " 'Touch': 1,\n", + " 'Course': 1,\n", + " 'Hens': 1,\n", + " 'BeerHive': 1,\n", + " 'Forber': 1,\n", + " 'Brugge': 1,\n", + " 'Gran': 1,\n", + " 'Toast': 1,\n", + " 'Stationary': 1,\n", + " 'Medicine': 1,\n", + " 'Ruth': 1,\n", + " 'Hodge': 1,\n", + " 'Eide': 1,\n", + " 'Walter': 1,\n", + " 'Location': 1,\n", + " 'Blind': 1,\n", + " 'Tech': 1,\n", + " 'Cogo': 1,\n", + " 'Fired': 1,\n", + " 'Rothberg': 1,\n", + " 'Allegany': 1,\n", + " 'Armstrong': 1,\n", + " 'Galley': 1,\n", + " 'Chancery': 1,\n", + " 'Farmers': 1,\n", + " 'Glory': 1,\n", + " 'Katie': 1,\n", + " 'Bypassing': 1,\n", + " 'Drug': 1,\n", + " 'Mocha': 1,\n", + " 'Aldi': 1,\n", + " 'Ewart': 1,\n", + " 'Legacy': 1,\n", + " 'Bridgestreet': 1,\n", + " \"O'Connor\": 1,\n", + " 'Omni': 1,\n", + " 'Passage': 1,\n", + " 'Buca': 1,\n", + " 'Phipps': 1,\n", + " 'Northern': 1,\n", + " 'Louisa': 1,\n", + " 'Lab': 1,\n", + " 'Cork': 1,\n", + " 'Grab': 1,\n", + " 'Sassafras': 1,\n", + " 'Dominoes': 1,\n", + " 'Fixture': 1,\n", + " 'Nationality': 1,\n", + " 'Jour': 1,\n", + " 'Stanwick': 1,\n", + " 'Tartan': 1,\n", + " 'Storage': 1,\n", + " 'Federak': 1,\n", + " 'Kilday': 1,\n", + " 'Ts': 1,\n", + " 'Emmanuel': 1,\n", + " 'Sailors': 1,\n", + " 'Parisiennes': 1,\n", + " 'Frick': 1,\n", + " 'Chris': 1,\n", + " 'Starting': 1,\n", + " 'Dessert': 1,\n", + " 'Qdoba': 1,\n", + " 'Fanny': 1,\n", + " 'Cipriani': 1,\n", + " 'USGS': 1,\n", + " 'Desoto': 1,\n", + " 'Elementary': 1,\n", + " 'Langley': 1,\n", + " 'Dorée': 1,\n", + " 'Pep': 1,\n", + " 'CCAC': 1,\n", + " 'Fame': 1,\n", + " 'Nails': 1,\n", + " 'Book': 1,\n", + " 'Wright': 1,\n", + " 'Bow-Wow': 1,\n", + " 'Rachel': 1,\n", + " 'Bloom': 1,\n", + " 'Toyes': 1,\n", + " 'Vision': 1,\n", + " 'Pane': 1,\n", + " 'Frank': 1,\n", + " 'Purple': 1,\n", + " 'Taps': 1,\n", + " 'Papa': 1,\n", + " 'Bureau': 1,\n", + " 'Gesling': 1,\n", + " 'Brynes': 1,\n", + " 'Thakery': 1,\n", + " 'Technical': 1,\n", + " 'Cheesecake': 1,\n", + " 'Meraku': 1,\n", + " 'Thackeray': 1,\n", + " 'Doscher': 1,\n", + " 'Weldin': 1,\n", + " 'Ballet': 1,\n", + " 'Donner': 1,\n", + " 'Cruze': 1,\n", + " 'Mansions': 1,\n", + " 'Morning': 1,\n", + " 'Randall': 1,\n", + " 'Greenfield': 1,\n", + " 'Taproom': 1,\n", + " 'Dina': 1,\n", + " 'Handmade': 1,\n", + " 'Sly': 1,\n", + " 'Ruskin': 1,\n", + " 'Jester': 1,\n", + " 'Aves': 1,\n", + " 'Save': 1,\n", + " 'Helltown': 1,\n", + " 'Mullaney': 1,\n", + " 'Musical': 1,\n", + " 'Birthplace': 1,\n", + " 'Jim': 1,\n", + " 'Croatian': 1,\n", + " 'Bo': 1,\n", + " 'Heart': 1,\n", + " 'Yinz': 1,\n", + " 'Curto': 1,\n", + " 'Conference': 1,\n", + " 'Submarine': 1,\n", + " 'Schiller': 1,\n", + " 'Boardgame': 1,\n", + " 'Steel': 1,\n", + " 'Sherwin': 1,\n", + " 'Pavilion': 1,\n", + " 'Baierl': 1,\n", + " 'Jail': 1,\n", + " 'Highmark': 1,\n", + " 'Flagpole': 1,\n", + " 'Negley': 1,\n", + " 'Hillel': 1,\n", + " 'Yuo': 1,\n", + " 'Landing': 1,\n", + " 'Olde': 1,\n", + " 'Belt': 1,\n", + " 'Bluff': 1,\n", + " 'Conestoga': 1,\n", + " 'Brackenridge': 1,\n", + " 'Osteria': 1,\n", + " 'THIS': 1,\n", + " 'Perk': 1,\n", + " 'Outfield': 1,\n", + " 'Magee': 1,\n", + " 'Schorin': 1,\n", + " 'Dusquesne': 1,\n", + " 'Sennott': 1,\n", + " 'Grandview': 1,\n", + " 'Cupka': 1,\n", + " 'Coop': 1,\n", + " 'Ibiza': 1,\n", + " 'Ends': 1,\n", + " 'Posvar': 1,\n", + " 'Apollo': 1,\n", + " 'BBq': 1,\n", + " 'Dobson': 1,\n", + " 'Living': 1,\n", + " 'Fiddle': 1,\n", + " 'NORTH': 1,\n", + " 'Ville': 1,\n", + " 'Dippy': 1,\n", + " 'Beech': 1,\n", + " 'Vocational': 1,\n", + " 'Merlot': 1,\n", + " 'Frazier': 1,\n", + " 'Emerald': 1,\n", + " 'Farms': 1,\n", + " 'Elliot': 1,\n", + " 'Foxtail': 1,\n", + " 'Bepo': 1,\n", + " 'BNY': 1,\n", + " 'Star': 1,\n", + " 'Wheels': 1,\n", + " 'Parlor': 1,\n", + " 'Amoco': 1,\n", + " 'Kavsar': 1,\n", + " 'Luxx': 1,\n", + " 'Disregard': 1,\n", + " 'Makeup': 1,\n", + " 'Rooms': 1,\n", + " 'Moorhead': 1,\n", + " 'Monterey': 1,\n", + " 'Recreation': 1,\n", + " 'Football': 1,\n", + " 'Vogt': 1,\n", + " 'Barco': 1,\n", + " 'Crazy': 1,\n", + " 'Gooskis': 1,\n", + " 'McMasters': 1,\n", + " 'Barry': 1,\n", + " 'Dawson': 1,\n", + " 'Pointe': 1,\n", + " 'HealthRide': 1,\n", + " 'Hartley-Rose': 1,\n", + " 'S.W': 1,\n", + " 'Riggs': 1,\n", + " 'Unless': 1,\n", + " 'Brewing': 1,\n", + " 'Edel': 1,\n", + " 'Senator': 1,\n", + " 'Legume': 1,\n", + " 'Watt': 1,\n", + " 'Northside': 1,\n", + " 'Entertainment': 1,\n", + " 'Saints': 1,\n", + " 'Geonames': 1,\n", + " 'View': 1,\n", + " 'Branch': 1,\n", + " 'Herron': 1,\n", + " 'Doggie': 1,\n", + " 'Yisheng': 1,\n", + " 'Themed': 1,\n", + " 'Darragh': 1,\n", + " 'Pride': 1,\n", + " 'Valero': 1,\n", + " 'Boulevatrd': 1,\n", + " 'Porter': 1,\n", + " 'Plant': 1,\n", + " 'Pacific': 1,\n", + " 'Salon': 1,\n", + " 'Bluebird': 1,\n", + " 'KeyBank': 1,\n", + " 'Cloister': 1,\n", + " 'Daughter': 1,\n", + " 'Prima': 1,\n", + " 'Gardner': 1,\n", + " 'Bob': 1,\n", + " 'Arnold': 1,\n", + " 'Complete': 1,\n", + " 'Belting': 1,\n", + " 'Mantini': 1,\n", + " 'Davide': 1,\n", + " 'Lochoff': 1,\n", + " 'Rug': 1,\n", + " 'Martindale': 1,\n", + " 'Sculpture': 1,\n", + " 'Woodruff': 1,\n", + " 'Falk': 1,\n", + " 'Salle': 1,\n", + " 'Distributing': 1,\n", + " 'Minuteman': 1,\n", + " 'Gross': 1,\n", + " 'S.': 1,\n", + " 'Peet': 1,\n", + " 'Merchandise': 1,\n", + " 'Hear': 1,\n", + " 'Open': 1,\n", + " 'Pathways': 1,\n", + " 'Blvd': 1,\n", + " 'Massage': 1,\n", + " 'Entropy': 1,\n", + " 'Kenny': 1,\n", + " 'Bruce': 1,\n", + " 'Dancer': 1,\n", + " 'SYN': 1,\n", + " 'Mazeroski': 1,\n", + " 'Golf': 1,\n", + " 'Biroche': 1,\n", + " 'Services': 1,\n", + " 'Thackery': 1,\n", + " 'Kim': 1,\n", + " 'Prizant': 1,\n", + " 'Helicopters': 1,\n", + " 'Blvd.': 1,\n", + " 'Martyr': 1,\n", + " 'Mecka': 1,\n", + " 'Fraternal': 1,\n", + " 'Expressway': 1,\n", + " 'Taking': 1,\n", + " 'Aden': 1,\n", + " 'Harp': 1,\n", + " 'Advance': 1,\n", + " 'Damian': 1,\n", + " 'Lewis': 1,\n", + " 'Kandy': 1,\n", + " 'Jerusalem': 1,\n", + " 'Ossipee': 1,\n", + " 'Strret': 1,\n", + " 'Encore': 1,\n", + " 'Tapas': 1}" + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from collections import Counter\n", + "from itertools import chain\n", + "\n", + "freq_pittsburgh = Counter(chain.from_iterable(dev_unseen_tokenized_words.tolist()))\n", + "print (len(freq_pittsburgh))\n", + "\n", + "new_freq_pittsburgh = {}\n", + "for w in upper_list:\n", + " if w in freq_pittsburgh:\n", + " new_freq_pittsburgh[w] = freq_pittsburgh[w]\n", + " # print (freq_pittsburgh[w], w)\n", + "\n", + "print (len(new_freq_pittsburgh))\n", + "new_freq_pittsburgh = dict(sorted(new_freq_pittsburgh.items(), key=lambda x:x[1], reverse=True))\n", + "new_freq_pittsburgh" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{'Pele': 150, 'Ronaldo': 132, 'Messi': 125, 'Eusebio': 120, 'Cruyff': 104}\n" + ] + } + ], + "source": [ + "footballers_goals = {'Eusebio': 120, 'Cruyff': 104, 'Pele': 150, 'Ronaldo': 132, 'Messi': 125}\n", + "\n", + "sorted_footballers_by_goals = sorted(footballers_goals.items(), key=lambda x:x[1], reverse=True)\n", + "converted_dict = dict(sorted_footballers_by_goals)\n", + "\n", + "print(converted_dict)" + ] } ], "metadata": { diff --git a/cabby/evals/utils.py b/cabby/evals/utils.py index e8ca5e69..2f954851 100755 --- a/cabby/evals/utils.py +++ b/cabby/evals/utils.py @@ -18,7 +18,7 @@ import numpy as np from geopy.distance import great_circle -from cabby import logger +from absl import logging # Object for storing each evaluation tuple parsed from the input file. EvalDataTuple = collections.namedtuple( @@ -39,9 +39,7 @@ class Evaluator: """Class for evaluating geo models.""" def __init__(self): - self.eval_logger = logger.create_logger( - "rvs_geo_eval.log", "rvs_geo_eval") - self.eval_logger.info("Starting evaluation.") + logging.info("Starting evaluation.") def get_error_distances(self, input_file): """Compute error distance in meters between true and predicted coordinates. @@ -56,11 +54,11 @@ def get_error_distances(self, input_file): """ error_distances = [] total_examples = 0 - self.eval_logger.info(f"Opening file <= {input_file}") + logging.info(f"Opening file <= {input_file}") for line in open(input_file): toks = line.strip().split("\t") if len(toks) != 7: - self.eval_logger.warning( + logging.warning( "Unexpected line format: [%s]. Skipping", line) continue eval_tuple = EvalDataTuple(toks[0], float(toks[1]), float(toks[2]), @@ -79,9 +77,9 @@ def compute_metrics(self, error_distances): eval_logger: Logger object. """ num_examples = len(error_distances) - self.eval_logger.info(f"Started evaluation with {num_examples} samples") + logging.info(f"Started evaluation with {num_examples} samples") if num_examples == 0: - self.eval_logger.error("No examples to be evaluated.") + logging.error("No examples to be evaluated.") accuracy = float( len(np.where(np.array(error_distances) == 0.)[0])) / num_examples @@ -91,8 +89,8 @@ def compute_metrics(self, error_distances): accuracy_100m = float( len(np.where(np.array(error_distances) <= 100.)[0])) / num_examples - accuracy_1000m = float( - len(np.where(np.array(error_distances) <= 1000.)[0])) / num_examples + accuracy_250m = float( + len(np.where(np.array(error_distances) <= 250.)[0])) / num_examples mean_distance, median_distance, max_error = np.mean(error_distances), np.median( error_distances), np.max(error_distances) @@ -104,11 +102,11 @@ def compute_metrics(self, error_distances): # Normalized AUC by maximum error possible. norm_auc = auc / (_MAX_LOG_HAVERSINE_DIST * (num_examples - 1)) - self.eval_logger.info( + logging.info( "Metrics: \nExact accuracy : [%.2f]\n10 m accuracy : [%.2f]\n100 m accuracy : [%.2f]" + - "\n1000 m accuracy : [%.2f]" + "\nmean error [%.2f], " + + "\n250 m accuracy : [%.2f]" + "\nmean error [%.2f], " + "\nmedian error [%.2f]\nmax error [%.2f]\n" + - "AUC of error curve [%.2f]", accuracy, accuracy_10m, accuracy_100m, accuracy_1000m, + "AUC of error curve [%.2f]", accuracy, accuracy_10m, accuracy_100m, accuracy_250m, mean_distance, median_distance, max_error, norm_auc) - return EvalMetrics(accuracy, accuracy_10m, accuracy_100m, accuracy_1000m, + return EvalMetrics(accuracy, accuracy_10m, accuracy_100m, accuracy_250m, mean_distance, median_distance, max_error, norm_auc) \ No newline at end of file diff --git a/cabby/model/dataset_item.py b/cabby/model/dataset_item.py index 1bb7e51d..86e09ce1 100755 --- a/cabby/model/dataset_item.py +++ b/cabby/model/dataset_item.py @@ -279,12 +279,15 @@ def __init__(self, region: str, data: pd.DataFrame, s2level: int, self.graph_embed_start = self.start_cells.apply( lambda cell: util.get_valid_graph_embed(self.graph_embed_file, str(cell))) - data['landmarks_cells'] = data.landmarks.apply( - lambda l: [gutil.cellid_from_point(x, self.s2level) for x in l]) + if 'landmarks' in data: + data['landmarks_cells'] = data.landmarks.apply( + lambda l: [gutil.cellid_from_point(x, self.s2level) for x in l]) - self.graph_embed_landmarks = data.landmarks_cells.apply( - lambda l: [util.get_valid_graph_embed( - self.graph_embed_file, str(cell)) for cell in l]) + self.graph_embed_landmarks = data.landmarks_cells.apply( + lambda l: [util.get_valid_graph_embed( + self.graph_embed_file, str(cell)) for cell in l]) + else: + self.graph_embed_landmarks = ['0']*data.instructions.shape[0] self.start_embed_text_input_list = [ str(i).replace(':', f': Start at {str(s)}.') for s, i in zip( @@ -310,6 +313,7 @@ def __init__(self, region: str, data: pd.DataFrame, s2level: int, self.landmarks_dist_raw.append('; '.join(landmark_dist_cur)) else: + logging.info(self.region) self.landmark_label = ['0']*data.shape[0] if is_dist: logging.info(f"Calculating distances between {dist_matrix.shape[0]} cells") @@ -561,11 +565,9 @@ def set_generation_model(self, data): self.text_output_tokenized = output_text self.text_input_tokenized = input_text return - try: - self.text_output_tokenized = self.text_tokenizer( - output_text, truncation=True, padding=True, add_special_tokens=True).input_ids - except: - logging.info(f"????? {output_text}") + + self.text_output_tokenized = self.text_tokenizer( + output_text, truncation=True, padding=True, add_special_tokens=True).input_ids self.text_input_tokenized = self.text_tokenizer( input_text, truncation=True, padding='max_length', add_special_tokens=True, max_length=200) @@ -734,15 +736,10 @@ def __getitem__(self, idx: int): text_output = torch.tensor(self.text_output_tokenized[idx]) - key = self.data.iloc[idx].key - - # print ("!!!!!!!!!! ", key) - sample = {'text': text_input, 'cellid': cellid, 'neighbor_cells': neighbor_cells, 'far_cells': far_cells, 'end_point': end_point, 'start_point': start_point, 'label': label, 'prob': prob, 'text_output': text_output, 'graph_embed_start': graph_embed_start, - 'key': key } return sample diff --git a/cabby/model/datasets.py b/cabby/model/datasets.py index 47d972c3..86a3c5f9 100644 --- a/cabby/model/datasets.py +++ b/cabby/model/datasets.py @@ -261,7 +261,6 @@ def load_data(self, data_dir: str, ds_set: str, lines: bool): ds['start_end'] = ds.apply(self.get_fixed_point_along_route, axis=1) - ds = shuffle(ds) ds.reset_index(inplace=True, drop=True) return ds @@ -318,7 +317,6 @@ def load_data(self, data_dir: str, lines: bool): ['map', 'id', 'instructions', 'end_point', 'start_point']) ds.drop(columns_keep, 1, inplace=True) - ds = shuffle(ds) ds.reset_index(inplace=True, drop=True) dataset_size = ds.shape[0] diff --git a/dataset/manhattan_dev.json b/dataset/manhattan_dev.json index b35e3a5b..882e8b32 100644 --- a/dataset/manhattan_dev.json +++ b/dataset/manhattan_dev.json @@ -1,1103 +1,1103 @@ -{"content":"Meet me at Starbucks on West 81st Street, west of you. It's one block north of DSW. An episcopal church is across a divided street to the west.","rvs_goal_point":[40.7849274,-73.9788012],"key":7000,"region":"Manhattan","rvs_start_point":[40.7771865,-73.9693815]} -{"content":"Go north on the street near you that will allow you to go most northern. When you reach West 27th street though, go almost a block east. When you almost reach the intersection meet me at the bike parking spot, near the end of the block where 2 bikes can be parked. It is on the north side of the street.","rvs_goal_point":[40.7468712,-73.9942357],"key":7001,"region":"Manhattan","rvs_start_point":[40.7406369,-74.0021615]} -{"content":"Meet me at the university northwest of you on Washington Square South. A music venue is west of it. To the east of the university is a church.\r\n","rvs_goal_point":[40.7304427575,-73.9988715043],"key":7002,"region":"Manhattan","rvs_start_point":[40.7264138,-73.9860122]} -{"content":"Meet me at Forever 21. If you head north, it will be a block and a half past 1500 Broadway. It's on the same block as the a theatre but in the middle of the block on the side that faces Broadway.","rvs_goal_point":[40.75822,-73.9851207],"key":7003,"region":"Manhattan","rvs_start_point":[40.7520955,-73.9877281]} -{"content":"Meet me to your southeast, at a cafe on the south of East Broadway. It's the one not on the corner. There's a church on the same block, on the southeast corner. A small triangle-shaped park is northeast of it. ","rvs_goal_point":[40.7138499,-73.9908808],"key":7004,"region":"Manhattan","rvs_start_point":[40.7226578,-73.9981644]} -{"content":"Head northwest to meet me at Life Time on West 42nd Street. A bicycle parking is east of me. A theatre is located on my southeast.\r\n","rvs_goal_point":[40.7615013,-73.9990197],"key":7005,"region":"Manhattan","rvs_start_point":[40.7487049,-73.9928183]} -{"content":"Let's get fit at Cross Fit fitness centre north of East 9th street. West of here and on the opposite block is a gallery. ","rvs_goal_point":[40.7255676,-73.9783274],"key":7006,"region":"Manhattan","rvs_start_point":[40.7340385,-73.9742561]} -{"content":"Meet me at J. Crew. Head northeast on Broadway past Javits Federal Building. Stay on Broadway for a while. You will pass Muji and the post box. On the next block, you will see Citibank. J. Crew is a couple businesses past the bank on the same side of the street.","rvs_goal_point":[40.7215489,-73.999866],"key":7007,"region":"Manhattan","rvs_start_point":[40.7113298,-74.0135253]} -{"content":"Go northwest of where you are. You'll likely pass by Alexander Lyman Holleys memorial in the park. The place we're meeting is about 2 1\/2 blocks northwest of that. It's that bar on the south side of Christopher street right before it changes name at it's eastern terminus. There is a triangle shaped block to the east. The bar is on the south side of the street. Across the triangle block there is a sort of pharmacy.","rvs_goal_point":[40.7339589,-74.0000309],"key":7008,"region":"Manhattan","rvs_start_point":[40.7195003,-73.9973762]} -{"content":"Meet me at a supermarket northeast of you on the corner of 1st Avenue. A block north of it on the same street is a Duane Reade Pharmacy. East of this supermarket is an ArchCare Social Facility.","rvs_goal_point":[40.7673529,-73.9565664],"key":7009,"region":"Manhattan","rvs_start_point":[40.7637153,-73.9710106]} -{"content":"Go to bicycle parking north of you. Head north on Broadway street until you see Best Buy and Urban Outfitters. Then go to the next block. Bicycle parking is on the opposite side of the corner of that block.","rvs_goal_point":[40.7271556,-73.9954215],"key":7010,"region":"Manhattan","rvs_start_point":[40.7173762,-73.9999299]} -{"content":"Meet me at a restaurant west of you on the south side of John Street. Southeast of it is the John Street Church and to its west is Pret A Manger fast food. A block northeast of of this restaurant is CityMD clinic.","rvs_goal_point":[40.7098512,-74.0090589],"key":7011,"region":"Manhattan","rvs_start_point":[40.7116958,-73.9959345]} -{"content":"Let's rent a bike on east 12th and ride from there. It's just a little after you pass Grace Church, to the east. ","rvs_goal_point":[40.7322327,-73.9888996],"key":7012,"region":"Manhattan","rvs_start_point":[40.7229575789,-73.9965168332]} -{"content":"When you're hungry head northwest and meet me at the dunkin' donuts on the west side of 9th avenue. It's on the block west of the park.","rvs_goal_point":[40.7620698,-73.9901894],"key":7013,"region":"Manhattan","rvs_start_point":[40.7552731,-73.9831694]} -{"content":"Let\u2019s meet for drinks at the pub. It\u2019s pretty close to you. Just go 4 blocks north and 2-3 blocks west. It\u2019s on West 38th Street, in the same block as fast food. It\u2019s almost in the northwest corner. There is an East Coast Trimming right next to it. ","rvs_goal_point":[40.7531352,-73.9882647],"key":7014,"region":"Manhattan","rvs_start_point":[40.7480531,-73.9841627]} -{"content":"Let's meet up for our rendezvous? The Residence Inn is the spot ok? Remember we planned this? It's on West 54th street. There is a starbucks to the southeast, cattycorner to it. Maybe we could also talk about going to the attraction in the same block but on the opposite side\/corner? This is going to be fun.","rvs_goal_point":[40.7643419,-73.9826989],"key":7015,"region":"Manhattan","rvs_start_point":[40.7688283,-73.9885588]} -{"content":"I'm at a parking space on 14th Street Loop, northeast of you. It's on the east side of the loop. To the north of me is a public bookcase and a fountain. ","rvs_goal_point":[40.7304780053,-73.977785472],"key":7016,"region":"Manhattan","rvs_start_point":[40.7246121,-73.9843772]} -{"content":"Meet me at the charging station northeast of you on East 58th Street. A library is east of me and a bicycle parking is on my west.\r\n","rvs_goal_point":[40.7619443,-73.9697683],"key":7017,"region":"Manhattan","rvs_start_point":[40.749463,-73.9769581]} -{"content":"I am northeast of you at toilet near the corner of Bayard Street. To its south is a park and the Louis J. Lefkowitz State Office Building. A historic building is northwest of my location.","rvs_goal_point":[40.7159724,-73.9999898],"key":7018,"region":"Manhattan","rvs_start_point":[40.7070134,-74.0069368]} -{"content":"Meet me at the toilets at the park. It is south west of the fountain and the lake. North east of viewpoint. South East of another fountain. There are two toilets, please meet me at the one on the west.","rvs_goal_point":[40.7735229,-73.9712258],"key":7019,"region":"Manhattan","rvs_start_point":[40.7760832,-73.9625104]} -{"content":"Meet me at a bakery shop northeast of you on the north side of Chatham Square. 2 restaurants is a block west of it and a doctor's office is to its northeast. Mariners Temple is south of this bakery shop.","rvs_goal_point":[40.7140325,-73.9978216],"key":7020,"region":"Manhattan","rvs_start_point":[40.704162,-74.0117227]} -{"content":"Meet me at the clothes shop. Head west on West 33rd Street past Madison Square Garden. Cross over one more street after that and you will see TD Bank on the corner. The clothes shop is about half a block down from the bank, on the same side of the street.","rvs_goal_point":[40.752122,-73.9949853],"key":7021,"region":"Manhattan","rvs_start_point":[40.7507708,-73.9868081]} -{"content":"Meet me at bicycle rental southeast of you and to the west of Peter Minuit Plaza Greenway. A restaurant is southwest of it. To the northeast of the rental is 1 New York Plaza.\r\n\r\n","rvs_goal_point":[40.7018673,-74.013935],"key":7022,"region":"Manhattan","rvs_start_point":[40.7039608,-74.0118856]} -{"content":"I'm at the bench on the west side of two benches on Liberty Street. Move southwest past museum and turn right when you get to the block where fire station is located.","rvs_goal_point":[40.7106223,-74.0139491],"key":7023,"region":"Manhattan","rvs_start_point":[40.7176869,-74.0000405]} -{"content":"Go south a few blocks and meet me at the school on East 33rd Street, just northeast of the bank and southwest from the historic district.","rvs_goal_point":[40.7462177,-73.9809816],"key":7024,"region":"Manhattan","rvs_start_point":[40.7528809869,-73.9818684866]} -{"content":"Meet me at bicycle parking. Go north about 6 or so blocks and to your west you should see 2 cafe locations in blocks right next to each other. You\u2019ll want to go to the eastern most block. Go to the north of that block and you will see bicycle parking all by itself, on Broome Street. There is another bicycle parking right across the street from it. ","rvs_goal_point":[40.721894,-74.0002273],"key":7025,"region":"Manhattan","rvs_start_point":[40.7171151,-73.99811]} -{"content":"Move down south, I'm at the cafe on Mott Street near the church. It is a block from Lombardi's Pizza.","rvs_goal_point":[40.720511,-73.9960362],"key":7026,"region":"Manhattan","rvs_start_point":[40.7358148,-73.9976834]} -{"content":"Meet me at the italian restaurant on Mulberry street. It's northwest of the police station about 2 blocks, and just south of the Christmas in new york store.","rvs_goal_point":[40.7185144,-73.9975852],"key":7027,"region":"Manhattan","rvs_start_point":[40.7149226,-73.9982376]} -{"content":"Meet me at the mobile Phone store on on Beaver street, it's south west of you, in the Bowling Green area. it's in the block of the street that is the most western one. About a block west is a nice fountain and historic type marker by it.","rvs_goal_point":[40.7048979,-74.0127034],"key":7028,"region":"Manhattan","rvs_start_point":[40.7167641,-73.9996642]} -{"content":"Go about 18 blocks south and turn east onto East 32nd street. After a couple blocks you'll meet me at the beauty shop on the right side of the street just past CVS Pharmacy. It's right between two coffee shops.","rvs_goal_point":[40.7469383,-73.9852274],"key":7029,"region":"Manhattan","rvs_start_point":[40.7618189,-73.9853212]} -{"content":"Meet me at the wastebasket. Head south about 14 blocks or so, then east until you hit the water\u2019s edge and can go no further. To help you figure out where the exact location is, look for a bicycle rental and a parking lot in Murphy Park. From the bicycle rental, go straight east to the water. Go RIGHT to the edge of the water so you couldn\u2019t get any closer if you tried. Then go ever so slightly north, so you are lined up with the end of Avenue C Loop, and northeast from the bicycle rental. The wastebasket is there. ","rvs_goal_point":[40.7310186,-73.973257],"key":7030,"region":"Manhattan","rvs_start_point":[40.7431961,-73.9797906]} -{"content":"Let's meet up at the University before class, remember it's northeast of you, up on Greene Street, just a block away from Washington Square, remember, the place with the fountain in the middle of it. ","rvs_goal_point":[40.7305947537,-73.9947978969],"key":7031,"region":"Manhattan","rvs_start_point":[40.7189373,-74.0020369]} -{"content":"To southeast toward 3rd avenue. When reaching there, turn southwards. There is a book shop at that corner where you turn. There is a fast food restaurant just past this. At the next corner, across the street on the east side you'll find me waiting, I'm at the bus station.","rvs_goal_point":[40.7574475,-73.9694162],"key":7032,"region":"Manhattan","rvs_start_point":[40.7586533,-73.9698921]} -{"content":"Let's meet at the fast food restaurant on East Houston Street. It's catty-corner from Katz's Deli. The ice cream shop is south of it on the other side of the street.","rvs_goal_point":[40.7226539,-73.9866876],"key":7033,"region":"Manhattan","rvs_start_point":[40.7197293,-73.9892699]} -{"content":"Let's get our drugs ok? Meet up at the Duane REade pharmacy on East 79th street. Across the street is a capital one bank. A cafe is over a block north and across the street.","rvs_goal_point":[40.7734567,-73.9546468],"key":7034,"region":"Manhattan","rvs_start_point":[40.7637563,-73.9623018]} -{"content":"There is an awesome Indian food truck, it's there during weekdays at lunch time. Let's meet there. It's on the continuation of William street, but the name of the street is different, can't remember what. Its close to the water. Go way southwest, pass the bridge to the Financial District and get on William street. The road will go south and then bend east. after a 5 streets intersection you should walk for 3 blocks where the street intersects with another main street. It is across from a bank.","rvs_goal_point":[40.7041695,-74.0091492],"key":7035,"region":"Manhattan","rvs_start_point":[40.7153978,-73.9947308]} -{"content":"I'm located southeast of you on John Street. At 7-Eleven opposite post office and east of Montessori school.","rvs_goal_point":[40.7076397,-74.0055749],"key":7036,"region":"Manhattan","rvs_start_point":[40.7096385,-74.0098983]} -{"content":"Meet me at the bank. You need to head south for a while and then slightly east until you come to the post office and the stock exchange. From the stock exchange, go north two blocks. The bank is in the southwest corner of this block, on Pine Street. ","rvs_goal_point":[40.7083019,-74.0110037],"key":7037,"region":"Manhattan","rvs_start_point":[40.7212719,-74.016101]} -{"content":"We should grab a bite to eat at the subway on the south side of Maiden lane. It's across the street and east of the two benches, but before the PNC ATM. You'll need to head southeast to get there.","rvs_goal_point":[40.7069584,-74.0072664],"key":7038,"region":"Manhattan","rvs_start_point":[40.711356,-74.0129138]} -{"content":"Let's meet up at the bicycle parking on East 6th street. There is a synagogue in the middle of the block I am on. A telephone is to the west. It's the second bike parking on the north side of the street.","rvs_goal_point":[40.7258766,-73.9847472],"key":7039,"region":"Manhattan","rvs_start_point":[40.7255676,-73.9783274]} -{"content":"We need to get some new Kicks for you. I'll treat. Meet up with me at the shoes shop on Broadway. Just north of it is a church. A couple of blocks to the east is a museum.","rvs_goal_point":[40.7282196,-73.9946324],"key":7040,"region":"Manhattan","rvs_start_point":[40.7339069,-73.9990967]} -{"content":"I will go through east 65th street after reach end of 65th street turn up and go little bit then will reach my destination.","rvs_goal_point":[40.7649037,-73.9550667],"key":7041,"region":"Manhattan","rvs_start_point":[40.7683715,-73.9716059]} -{"content":"I'm just northeast of you, at the Toy Shop on the south side of West 45th Street. There is a FedEx post office across the street from me.","rvs_goal_point":[40.7558239,-73.9808049],"key":7042,"region":"Manhattan","rvs_start_point":[40.7525066,-73.9855737]} -{"content":"Head southwest to meet me at a pharmacy on Bayard Street. There is a restaurant on my southwest and Mott Optical Group is on my northwest.","rvs_goal_point":[40.7155025,-73.9978469],"key":7043,"region":"Manhattan","rvs_start_point":[40.7253863,-73.9897977]} -{"content":"We are in the doctor's office now. Its not far from the restaurant, just two blocks down south and one east. There is a book shop down the street. ","rvs_goal_point":[40.7443409,-73.9890991],"key":7044,"region":"Manhattan","rvs_start_point":[40.7468975,-73.9922271]} -{"content":"Head southwest to meet me at the bicycle parking on King Street. There are two parks on my north. A cinema is located northwest of me.\r\n","rvs_goal_point":[40.7275975,-74.0027101],"key":7045,"region":"Manhattan","rvs_start_point":[40.7233990542,-73.9969398619]} -{"content":"We can meet to the northeast of you, at a Mexican fast food place on the southwest corner of the block on Lexington Avenue. A synagogue is very close, and there's a clothes shop on the same block. ","rvs_goal_point":[40.7591865,-73.9706375],"key":7046,"region":"Manhattan","rvs_start_point":[40.7463177,-73.9821458]} -{"content":"Take 10th Avenue east until you reach 28th Street. Then turn right and walk on the block, in the park. I parked my bike next to some public building towards the end of the block.","rvs_goal_point":[40.7497755,-73.9997873],"key":7047,"region":"Manhattan","rvs_start_point":[40.744249,-74.0064253]} -{"content":"There is a restaurant and I really want to meet you there. Will you just go to it, it's on East 55th Street. A St. Regis hotel is a block to the east. The Avenue of the America's plaza is almost a block to the west on the same street.","rvs_goal_point":[40.7624058,-73.9769664],"key":7048,"region":"Manhattan","rvs_start_point":[40.7696407,-73.9861928]} -{"content":"Let\u2019s meet at the jewelry shop. Go east about seven blocks and then north about five. You\u2019ll eventually see a Verizon Wireless. The blocks are kind of wonky and diagonal, so bear with me. Go to the block northeast of there so you\u2019re on Crosby Street (there\u2019s a Starbucks cafe in the block just east of it). Go to the northwest corner of the block and you\u2019ll see two jewelry shops right next to each other. The one you want is the one farthest from the corner (closest to Arita clothing shop). ","rvs_goal_point":[40.7201802,-73.9999505],"key":7049,"region":"Manhattan","rvs_start_point":[40.71878325,-74.01294605]} -{"content":"Move southwest and get onto Charlton Street. I am waiting at the bicycle parking on the south side of the street. There is a historic district up northwest and Four Points by Sheraton is west of me.\r\n","rvs_goal_point":[40.7269937,-74.0045424],"key":7050,"region":"Manhattan","rvs_start_point":[40.7401213,-73.9954972]} -{"content":"Meet me on Clinton street, at the bar towards the south side of the block. A gallery can be found on the same block, northside. ","rvs_goal_point":[40.7194207,-73.985079],"key":7051,"region":"Manhattan","rvs_start_point":[40.7225554291,-73.9729909291]} -{"content":"Meet me at the Citi Bike rental on Spruce Street. There is a hospital a block southeast of me. You need to take the road closest to the west of you all the way south where you see a 32 Avenue of the America building and then swithc over to the road that is heading directly south. It'll curve after a few blocks and head more southwest and you'll pass the 56 Leonard Street apartments go 10 more blocks and then head southeast and then it will bend and turn into another road heading northeast and you'll see Spruce Street a few blocks up and that's where the road starts and the rental place is right there on the northern side of the road.","rvs_goal_point":[40.7114636,-74.0055243],"key":7052,"region":"Manhattan","rvs_start_point":[40.7262525,-74.0001116]} -{"content":"Meet me at the post box on the north side of East 55th Street. It is right across the street from a synagogue.","rvs_goal_point":[40.7597521,-73.9701155],"key":7053,"region":"Manhattan","rvs_start_point":[40.7578618,-73.9875598]} -{"content":"You will see me on the east side of 8th Avenue, at the pizza restaurant close to the south corner. It is on the same block with a church. ","rvs_goal_point":[40.7630158,-73.9853514],"key":7054,"region":"Manhattan","rvs_start_point":[40.7690442,-73.9831589]} -{"content":"Meet me at this bakery shop almost directly north of you on 3rd Avenue. The St. Jean Baptiste Church is on the block north of here. About halfway between us is the Lenox Hill Station Post Office. ","rvs_goal_point":[40.7714244,-73.9596363],"key":7055,"region":"Manhattan","rvs_start_point":[40.7637488,-73.9618062]} -{"content":"Go west all the way to greenwich street. I'll be at the bench just south of the 9\/11 memorial and museum, and north of the bronze name parapets.","rvs_goal_point":[40.7112367,-74.0126289],"key":7056,"region":"Manhattan","rvs_start_point":[40.7140177,-73.9922148]} -{"content":"If you want to meet, go to the Verizon Wireless on Broadway near a Starbucks. A CityMD clinic is to the southwest on the next block, and townhall is to the south. ","rvs_goal_point":[40.7150331,-74.005777],"key":7057,"region":"Manhattan","rvs_start_point":[40.7223045,-74.0120532]} -{"content":"Meet me at the bench southwest of you. Head southeast along West Broadway for 12 blocks until you see Church Street Station Post Office. Continue going for 3 blocks. You will see World Trade Center train station, 3 World Trade Center and Under Armour. The bench is situated near a museum on the opposite block.","rvs_goal_point":[40.71137,-74.0134188],"key":7058,"region":"Manhattan","rvs_start_point":[40.720431,-74.0050542]} -{"content":"Let's meetup at the alcohol shop just off Chrystie Street. I am in the Southeast corner of the block and just one block over to the West is an historic neighbourhood. ","rvs_goal_point":[40.7162174,-73.9950092],"key":7059,"region":"Manhattan","rvs_start_point":[40.7274686,-73.9995707]} -{"content":"Meet me at the restaurant right across from the church on 2nd Avenue. It's in the northeast corner of the block but there is another restaurant that is first in the corner. It's the one next to it. ","rvs_goal_point":[40.7452838,-73.9757505],"key":7060,"region":"Manhattan","rvs_start_point":[40.752154,-73.978267]} -{"content":"I am a small bicycle parking rack to your northeast. The street it's on is four blocks east of you and then north just past East 69th Street. The rack is on the west side of the street and practically on the corner. There is a Chase bank on the opposite corner.","rvs_goal_point":[40.768655,-73.9636225],"key":7061,"region":"Manhattan","rvs_start_point":[40.7633372,-73.9771733]} -{"content":"I will be at the grocery shop which is almost in the middle of the block on 9th Avenue. You will see an attraction on the next block, slightly northeast. ","rvs_goal_point":[40.7549345,-73.9949239],"key":7062,"region":"Manhattan","rvs_start_point":[40.75388795,-73.98442795]} -{"content":"Let's get you a new shirt. Meet me at the Polo Ralph Lauren store. It is on the west side of Greene Street and in the south east corner of it's block. Across the street to the west is a hotel and two blocks to the east is a Victoria's Secret. ","rvs_goal_point":[40.7251889,-73.9994493],"key":7063,"region":"Manhattan","rvs_start_point":[40.7364211,-73.9972187]} -{"content":"Meet me at the cafe north of your location. Head north from your destination. Head 10 blocks then head east onto West 51st Street. Your destination is across the street on the block to the north. If you see a church, you've gone too far.","rvs_goal_point":[40.7628613,-73.985265],"key":7064,"region":"Manhattan","rvs_start_point":[40.7558212,-73.9902448]} -{"content":"I'm southwest of you, waiting at a an Avis car rental on West 54th Street, near a cinema. The Sheraton is south of it, and Carnegie Hall Tower is to the north. ","rvs_goal_point":[40.7632695,-73.9803085],"key":7065,"region":"Manhattan","rvs_start_point":[40.7673284,-73.9721879]} -{"content":"Move slightly northwest past Arhaus and meet me at the bicycle parking on the next block just before west 14th street. ","rvs_goal_point":[40.7413745,-74.0070557],"key":7066,"region":"Manhattan","rvs_start_point":[40.7390801187,-74.0028191313]} -{"content":"I'm about 8 blocks south of you at the restaurant on Mott street. It's just past the bend and on the first corner of the block south of the roman catholic church.","rvs_goal_point":[40.7144241,-73.9988882],"key":7067,"region":"Manhattan","rvs_start_point":[40.7235044,-73.9947752]} -{"content":"Meet me at the playground southwest of you on West 19th Street. You can find a park north of me and a theatre on my east.","rvs_goal_point":[40.7443618324,-74.0042811093],"key":7068,"region":"Manhattan","rvs_start_point":[40.7526738,-73.9950505]} -{"content":"I'll be at the restaurant on Exchange Place. Meet me there. It's one block south of the stock exchange but on the other side of the street. It's on the northernmost corner of that block.","rvs_goal_point":[40.7061255,-74.0110467],"key":7069,"region":"Manhattan","rvs_start_point":[40.7023554672,-74.0163941037]} -{"content":"I'm at the fast food restaurant at the north of you on Saint Mark's Place. There is a library across the street. You can see a pub on my southwest in the same block as me.","rvs_goal_point":[40.7287607,-73.9883895],"key":7070,"region":"Manhattan","rvs_start_point":[40.722842,-73.9889583]} -{"content":"Go south until you hit east 10th street, and you'll find me on th corner at the bike parking west of the place of worship and south of the nightclub. It's pretty much in the middle of the street.","rvs_goal_point":[40.7307077,-73.9889596],"key":7071,"region":"Manhattan","rvs_start_point":[40.7466845,-73.9859964]} -{"content":"Meet me at the bicycle parking on East 31st Street. It is on the block that is across the street from Chase bank. There are three spots, meet me at the one in the middle.","rvs_goal_point":[40.7456791,-73.9837283],"key":7072,"region":"Manhattan","rvs_start_point":[40.7552548,-73.9709515]} -{"content":"Head southeast to Manhattan Bridge lower level and meet me at the supermarket, which is southeast of a bridge and east of a church.\r\n","rvs_goal_point":[40.7133378,-73.9940155],"key":7073,"region":"Manhattan","rvs_start_point":[40.7141518,-73.9986409]} -{"content":"Go northwest up to West 43rd Street where we can meet at the theatre that's on the north side of the road. It is west of another theatre and east from a catholic place of worship.","rvs_goal_point":[40.7581985,-73.9895564],"key":7074,"region":"Manhattan","rvs_start_point":[40.7471659,-73.9751226]} -{"content":"Meet me at bicycle parking on 2nd Avenue. You want to head south for a while, passing Grace church, the historic district, and the library. The block southeast of the library is where bicycle parking is. It's on the east side of the street in this middle of it. ","rvs_goal_point":[40.7281569,-73.987888],"key":7075,"region":"Manhattan","rvs_start_point":[40.7408961,-73.9941053]} -{"content":"Let's meet up at the bench on the north side of State Street just before it ends on its eastern end and turns into another street. It is right across the street from 5 benches south of our meeting spot. There is also a kiosk to the north east on the adjacent block to the north. This bench has a good view of a church which is to the east.","rvs_goal_point":[40.7026481,-74.0138214],"key":7076,"region":"Manhattan","rvs_start_point":[40.7053791,-74.0067932]} -{"content":"Meet me at the atm It's near the nine vending machines in the Park Avenue sort of wide loop at the terminal. The gray bar building is a block or so east.","rvs_goal_point":[40.7529359,-73.9776047],"key":7077,"region":"Manhattan","rvs_start_point":[40.7523658,-73.9738921]} -{"content":"Meet me at the drinking water southeast of you on East 9th Street. Citi Bike is northeast of me and a church is on the northwest. It is in a big park. You should pass Performance Space 122 theater on the way. ","rvs_goal_point":[40.7269,-73.982],"key":7078,"region":"Manhattan","rvs_start_point":[40.7339808,-73.9990418]} -{"content":"I'm at the dentist's office in the middle of the block on W. 44th St. It is on the other side of the street from The Blue Bar. Meet me here by going northeast from your location. If you come to Diamond Braces, you have gone too far. ","rvs_goal_point":[40.7554476,-73.9818089],"key":7079,"region":"Manhattan","rvs_start_point":[40.753594,-73.9873522]} -{"content":"Head north. Let's meet at the church right next to the museum, on West 23rd Street. It's just east of the restaurant.","rvs_goal_point":[40.7436015623,-73.9935817605],"key":7080,"region":"Manhattan","rvs_start_point":[40.7327227,-73.9882473]} -{"content":"Meet me at the ice cream shop northwest of you. It's on the north side of Rivington street, just one block west of the Two Playgrounds.","rvs_goal_point":[40.7215736,-73.9930301],"key":7081,"region":"Manhattan","rvs_start_point":[40.7202766,-73.9901449]} -{"content":"Move southwest and get on Battery place. You will see me at the supermarket west of drinking water and east of the bay. ","rvs_goal_point":[40.7072236,-74.0170631],"key":7082,"region":"Manhattan","rvs_start_point":[40.717085,-74.005967]} -{"content":"Meet me at the bicycle parking west of your location. Head west until you get to 8th Avenue. Head south three blocks. Your destination is on the corner of the next block right next to a college. If you see a Duane Reade pharmacy, you've gone too far.","rvs_goal_point":[40.7482066,-73.9962226],"key":7083,"region":"Manhattan","rvs_start_point":[40.748233,-73.9902189]} -{"content":"Let's meet up at bicycle parking. Go northeast a handful of blocks until you reach Ricky's NYC. Go to the block east of there. The bicycle parking is on the west side of Lafayette Street, and is the one farthest north in the block. So there is no place at all north of it. ","rvs_goal_point":[40.7241721,-73.9961794],"key":7084,"region":"Manhattan","rvs_start_point":[40.7191958,-74.0046861]} -{"content":"Let's meet up at the cafe? It's the one on 7th Avenue. To it's north and across the street is a studio. A bicycle habitat is a couple of blocks and across the street south.","rvs_goal_point":[40.745544,-73.9943954],"key":7085,"region":"Manhattan","rvs_start_point":[40.7469763,-73.9885749]} -{"content":"I'm just west of you a couple of blocks at the citi bike rental on the corner opposite the charge point on the same block.","rvs_goal_point":[40.7287346,-74.008557],"key":7086,"region":"Manhattan","rvs_start_point":[40.728969,-74.0049638]} -{"content":"Let's meet at the restaurant on Amsterdam Avenue. It's on the next block north of the hotel but on the opposite side of the street. It's only a few spaces north of the intersection between those two blocks.","rvs_goal_point":[40.7838789458,-73.9774228496],"key":7087,"region":"Manhattan","rvs_start_point":[40.7713955,-73.9835858]} -{"content":"Meet me at the bicycle parking on East 6th Street. It's less than a block west of the arts centre. If you were coming from the arts centre, it would be the first bicycle parking on the north side after you cross the street.\r\n","rvs_goal_point":[40.7257078,-73.9843811],"key":7088,"region":"Manhattan","rvs_start_point":[40.7365546,-73.9967629]} -{"content":"Meet me at the bicycle parking on East 13th Street. It is directly across the street from the Regal Cinema.","rvs_goal_point":[40.7338032,-73.9907195],"key":7089,"region":"Manhattan","rvs_start_point":[40.7259694,-74.00157]} -{"content":"Head Southeast, going to almost the very end of East 23rd street before it terminates at the east river near the spot where seaplanes land and depart, If you are confused about where you are going, wait until you see planes land on the east river area there. You'll likely see things happening, during daylight hours. There is a garbage can about 1\/3 of a block from the very end of the street on it's north side.","rvs_goal_point":[40.7361141,-73.9761162],"key":7090,"region":"Manhattan","rvs_start_point":[40.7472701,-73.98464]} -{"content":"I am northwest of you, at a convenience shop on Canal Street. A fire station is a block and a half south of it. Over a block east of the convenience shop is a church. Go North to Canal Street and then go west, when the street turns you will know you are close, walk another 2 blocks and I'll be on your left.","rvs_goal_point":[40.7179864,-74.0002146],"key":7091,"region":"Manhattan","rvs_start_point":[40.7144127,-73.9981498]} -{"content":"Meet me at the parking lot by FDR Drive. It is north of where you are now. Head north and you will see a school, a track and a playground in a row near the seashore. The parking lot is not far from these locations and on the same side of the street.","rvs_goal_point":[40.7378339,-73.9735451],"key":7092,"region":"Manhattan","rvs_start_point":[40.7316413345,-73.9759971844]} -{"content":"Meet me at the Pret A Manger fast food restaurant on 6th Avenue. It is on the block next to staples and south west of Chipotle fast food. It is north west of the NY library.","rvs_goal_point":[40.7413453,-73.9941968],"key":7093,"region":"Manhattan","rvs_start_point":[40.726776,-74.0036466]} -{"content":"Head south down 6th Avenue where you'll meet me at the handbags shop just north of the pharmacy, and a few blocks south of the Courtyard","rvs_goal_point":[40.7456936,-73.9910056],"key":7094,"region":"Manhattan","rvs_start_point":[40.7510666,-73.984278]} -{"content":"Meet me at the ATM. Go south on 8th Avenue past Hearst Tower. Go four and a half blocks past Hearst Tower and you will see me at the ATM. It's on the next block past 7-Eleven but on the opposite side of the street.","rvs_goal_point":[40.7632469,-73.9851823],"key":7095,"region":"Manhattan","rvs_start_point":[40.778979,-73.9778964]} -{"content":"Travel directly north and meet me at the garden just off the west side of 20th Street Loop, west of the deli restaurant and east of Ace Hardware.","rvs_goal_point":[40.7336164839,-73.9781081382],"key":7096,"region":"Manhattan","rvs_start_point":[40.7199736,-73.9791232]} -{"content":"Can you pick me up at the Car shop on West 20th, it's the same street you're on now. I'm about a block and a half northwest of where you are now. It's on the southwest side of the street, you'll pass the blink station (charging) on the corner before you pass over the ave. and you'll see the car shop, early in that next block west.","rvs_goal_point":[40.7424053,-73.9977848],"key":7097,"region":"Manhattan","rvs_start_point":[40.7407974,-73.9933552]} -{"content":"If you want to meet, I'm many blocks due south of you, at the small circle garden by the end of Coenties Slip, southwest of 3 gardens and 2 fountains. ","rvs_goal_point":[40.7026684764,-74.0095424239],"key":7098,"region":"Manhattan","rvs_start_point":[40.7157159,-74.0076211]} -{"content":"Meet me at the parking space northeast of you on 14th Street Loop. To my southwest is two gardens and public bookcase is on the northeast.","rvs_goal_point":[40.7303985205,-73.9777464061],"key":7099,"region":"Manhattan","rvs_start_point":[40.7237589,-73.9884638]} -{"content":"Go southwest and meet me at the bench near the waterfront just off of Battery Place. It's east of another bench and northeast of the viewpoint.","rvs_goal_point":[40.7047647,-74.0178652],"key":7100,"region":"Manhattan","rvs_start_point":[40.706505,-74.0141733]} -{"content":"Meet me at the concrete bench in a park on Liberty Street. The park is near a bridge. Head southwest until you hit that street. You will see a fire station in the block before the park. The bench is in the middle of the park. If you reach the bridge, you have gone too far.","rvs_goal_point":[40.7102571,-74.0135525],"key":7101,"region":"Manhattan","rvs_start_point":[40.7188968,-74.0063291]} -{"content":"Meet me at the massage shop on Lexington Avenue. It's a few spaces north of Kalustyans supermarket. ","rvs_goal_point":[40.7430443,-73.9819653],"key":7102,"region":"Manhattan","rvs_start_point":[40.7411922,-73.9979167]} -{"content":"Meet me at a bicycle parking southwest of you on the south side of West 4th Street. To its west is a cinema and to it southeast is Washington Square Park. Over a block to the northeast of this bicycle parking is a CVS Pharmacy.","rvs_goal_point":[40.7315199,-74.0007397],"key":7103,"region":"Manhattan","rvs_start_point":[40.7429953,-73.9887329]} -{"content":"I'm buying a new shirt at the clothes shop that is on the north side of West 38th Street. It's between to the same two avenues that you're between. It's the second clothes shop from the east corner.","rvs_goal_point":[40.7551842,-73.9921496],"key":7104,"region":"Manhattan","rvs_start_point":[40.7606902,-73.9895916]} -{"content":"Let\u2019s do some shopping at the clothes shop. Meet me there around noon. You\u2019re only a few blocks away. Go 4 blocks north and then 3 blocks west and it\u2019s in that block on Spring Street. It\u2019s in the very southeast corner of the block. The block south of it has an \u201cattraction\u201d. ","rvs_goal_point":[40.7227912,-73.9980837],"key":7105,"region":"Manhattan","rvs_start_point":[40.7191024,-73.9970647]} -{"content":"Meet me at the bank at the corner of East 48th street and the street that the ATM is on directly south of the bank. It's one block east of Topman clothing store. It's about 5 blocks south and 5 blocks east of where you are at.","rvs_goal_point":[40.7568836,-73.9766617317],"key":7106,"region":"Manhattan","rvs_start_point":[40.7650981,-73.9866666]} -{"content":"Meet me at the bicycle parking on the west side of Broadway. It's a block and a half west of 51 Astor Place and one block south of the cafe. It's on the corner of the block.","rvs_goal_point":[40.7307401,-73.9923941],"key":7107,"region":"Manhattan","rvs_start_point":[40.7296795,-73.9812602]} -{"content":"Join me at a school on Broad Street. The destination is south of you. One block before the school, there is Fearless Girl. You will see Indochino next to the school. If you reach Duane Reade, you have gone too far.","rvs_goal_point":[40.7057886,-74.0112224],"key":7108,"region":"Manhattan","rvs_start_point":[40.7103681,-74.0128545]} -{"content":"Head north to meet me at the bench facing West Street. There is a museum on my northwest and Duane Reade is located on my east.\r\n","rvs_goal_point":[40.7051593,-74.017031],"key":7109,"region":"Manhattan","rvs_start_point":[40.7027646368,-74.0165159902]} -{"content":"Meet me at the coffee shop north of you on Bedford Street. It's in that block that's kind of shaped like a triangle. It's just south of the pub.","rvs_goal_point":[40.7291731,-74.0037059],"key":7110,"region":"Manhattan","rvs_start_point":[40.7153523541,-74.0061591564]} -{"content":"Meet me at the beauty shop on East 2nd Street. It's two blocks south of the Catholic Church and a block east of the Indian fast food place. It's on the northwest corner of that block.","rvs_goal_point":[40.7228099,-73.9856979],"key":7111,"region":"Manhattan","rvs_start_point":[40.7317071,-73.9810863]} -{"content":"Meet me at the bike parking place on Second avenue. It's the one that is just south of the fast food place that is Dunkin Donuts. South of the bike parking spot over a block is a place to get drinking water and then even further down is a post office.","rvs_goal_point":[40.7704885,-73.9573103],"key":7112,"region":"Manhattan","rvs_start_point":[40.768641,-73.9666795]} -{"content":"Meet me at the post box southwest of you on MacDougal Street. Go two and a half blocks past the Comedy Cellar and you'll see the post box right after you pass the large divided street there. It's on the west side of MacDougal Street right past the divided street.","rvs_goal_point":[40.7279065,-74.0023777],"key":7113,"region":"Manhattan","rvs_start_point":[40.7388991,-73.9912584]} -{"content":"Meet me at the waste basket on William Street to the northeast of you. Head north on that street and you will see Downtown Pharmacy and a hospital on two adjacent blocks. The waste basket is outside the hospital at the end of the street.","rvs_goal_point":[40.710887,-74.0052123],"key":7114,"region":"Manhattan","rvs_start_point":[40.7093119,-74.01553125]} -{"content":"We need just, to rent some bikes. Meet up with me at Citi Bike, it's the one on the north of Prince street. It's a couple of blocks from the eastern terminus of it. A christian cathedral is across the street to the west and north of it. A hotel is a couple of blocks east and a little south.","rvs_goal_point":[40.7231796,-73.9948001],"key":7115,"region":"Manhattan","rvs_start_point":[40.7156175,-73.9981712]} -{"content":"Meet me at a restaurant southwest of you on Prince Street. A cathedral is northeast of it. Gina Keatley, CDN is north of the restaurant.","rvs_goal_point":[40.723501,-73.9963078],"key":7116,"region":"Manhattan","rvs_start_point":[40.7258789,-73.9902971]} -{"content":"Meet me at the indian restaurant northeast of you on the south side of East 46th Street. New York Public Library is northeast of me across the street. Capital One bank is on my east.\r\n\r\n","rvs_goal_point":[40.7536128,-73.9735973],"key":7117,"region":"Manhattan","rvs_start_point":[40.7456554,-73.9880474]} -{"content":"Meet me at the resturant on East 50th. You would have to go down south for that. You will pass the LVMH Tower on your way. Its east of the Grand Central Terminal and its one block east from a W hotel.","rvs_goal_point":[40.7557488,-73.9702226],"key":7118,"region":"Manhattan","rvs_start_point":[40.7671831,-73.9720578]} -{"content":"I'm now at the bicycle parking on Morton Street which is a short street leading to the shore. The destination is southwest of you. There is a theatre on the block where the parking is located. It is the second bicycle parking when you head west along the street. If you reach a nightclub, you have gone too far.\r\n","rvs_goal_point":[40.7308675,-74.0053093],"key":7119,"region":"Manhattan","rvs_start_point":[40.7360128,-73.9981157]} -{"content":"Meet me at the park at Hillman Playground just south of Willamsburg bridge. It's about 13 blocks east of you and slightly northwest of Parking near the East River Cooperative Power House.","rvs_goal_point":[40.7153429,-73.9796043],"key":7120,"region":"Manhattan","rvs_start_point":[40.7191105,-73.9915999]} -{"content":"Go east all the way to the waterfront and meet me at the bench along FDR Drive just east of the attraction.","rvs_goal_point":[40.7505524,-73.9659645],"key":7121,"region":"Manhattan","rvs_start_point":[40.7583421993,-73.9777544783]} -{"content":"I'm east of you, at a restaurant just past the end of East Broadway. A Citi Bike is to the southeast, St. Augustine's Church is to the southwest, and a bank is to the west. ","rvs_goal_point":[40.7147579,-73.9821321],"key":7122,"region":"Manhattan","rvs_start_point":[40.7137479,-73.99549]} -{"content":"Meet me at the restaurant. It's six blocks north of you along 9th Avenue. It's about a block and a half past Poulette on the same side of the street. There is a Citi Bike bicycle rental right across the street from the restaurant.","rvs_goal_point":[40.7660183,-73.9868806],"key":7123,"region":"Manhattan","rvs_start_point":[40.7615008,-73.9892854]} -{"content":"Cross East Huston street and head north. I'm at a church just 4 blocks north. There is a bank one block south and to the west of me. Also the fire station is two blocks south of me. There is a small garden at the corner of the street, just a building separates the church from it. It is a small church, hard to see. ","rvs_goal_point":[40.7226998376,-73.9805541197],"key":7124,"region":"Manhattan","rvs_start_point":[40.7205318,-73.9863634]} -{"content":"Move north of where you are. Go past Uniqlo and east on Prince Street. Meet me at the cafe directly opposite Allbirds on Prince Street.","rvs_goal_point":[40.7238795,-73.9967151],"key":7125,"region":"Manhattan","rvs_start_point":[40.7105634504,-74.0040554951]} -{"content":"Meet me at the dog park next to the New York City Police historic memorial by the river just north of the large Gateway Plaza complex. You'll want to go about 6 blocks south and then west until you get to the edge of the river where the dog park is. Liberty Street leads right into the park right by a citibike rental.","rvs_goal_point":[40.7120178195,-74.0169167895],"key":7126,"region":"Manhattan","rvs_start_point":[40.7159457,-74.010353]} -{"content":"Meet me at the restaurant on the south side of East 26th Street. It is on the north west corner of the block. It is across the street from the north eastern corner of park.","rvs_goal_point":[40.7424976,-73.9863663],"key":7127,"region":"Manhattan","rvs_start_point":[40.7559902,-73.9805626]} -{"content":"Let's meet up and rent a bike, at the Bicycle rental place on West 18th street. There is a library a couple of blocks north and slightly east across the block\/s. To the northeast further east and south of the library is a historic district. South east, mainly east is a muji. 4 clinics is due south though.","rvs_goal_point":[40.739713,-73.994564],"key":7128,"region":"Manhattan","rvs_start_point":[40.7346045408,-73.999166964]} -{"content":"Meet me at an alcohol shop south of you on 2nd Avenue. A bank and a Petco are south of it on the same street. A Barnes & Noble is west of the shop.","rvs_goal_point":[40.7571563,-73.9666235],"key":7129,"region":"Manhattan","rvs_start_point":[40.7595821,-73.9622337]} -{"content":"I am located directly west of you, at the police station on Ericsson Place. It's before you get to Citi bank.","rvs_goal_point":[40.7203451,-74.0070419],"key":7130,"region":"Manhattan","rvs_start_point":[40.7203299,-73.9901284]} -{"content":"I'm so hungry, let's get a sammy at the Pret A Manger on West 42nd? You know the one. it's to the west of COS clothing shop. A college is to it's west.","rvs_goal_point":[40.7538242,-73.9812572],"key":7131,"region":"Manhattan","rvs_start_point":[40.7450974,-73.9947013]} -{"content":"Go northwest over to 7th Avenue where we'll meet at the musical instrument shop near Central Park. It's north of the Park Hyatt and east from the Gap.","rvs_goal_point":[40.7666639,-73.9795237],"key":7132,"region":"Manhattan","rvs_start_point":[40.7627413,-73.9716949]} -{"content":"I am waiting at Starbucks south of West 47th street. It is on the same block with a catholic church. McGraw-Hill building is northeast of here. ","rvs_goal_point":[40.758148,-73.9824848],"key":7133,"region":"Manhattan","rvs_start_point":[40.7655576,-73.9765642]} -{"content":"Meet me at the alcohol shop west of you on Hudson Street. It's one block south of Rite Aid pharmacy.","rvs_goal_point":[40.7335078,-74.0061607],"key":7134,"region":"Manhattan","rvs_start_point":[40.7288571,-73.9871068]} -{"content":"I'm standing next to a wastebasket just west of you, on the southeast corner of the park. It's across the street from the park. There is a bank next to me.","rvs_goal_point":[40.7345298,-73.9903971],"key":7135,"region":"Manhattan","rvs_start_point":[40.7348233,-73.9830228]} -{"content":"Meet me at the tobacco shop on East 26th Street. It is diagonally south west of the block with park on the same street.","rvs_goal_point":[40.7397206,-73.979801],"key":7136,"region":"Manhattan","rvs_start_point":[40.7327698965,-73.9776788996]} -{"content":"Meet me at the bicycle rental. Start by heading northeast until you see the library, surrounded by many fountains and gardens. Go 3 blocks north of there. It will be in that third block, in the corner where West 44th Street and a major avenue connect. It is next to Five Guys. ","rvs_goal_point":[40.7550025,-73.9801444],"key":7137,"region":"Manhattan","rvs_start_point":[40.7498831,-73.9953154]} -{"content":"Meet me at the dojo on Broadway southwest of you. The Angelika cinema is on the block northwest of here. It is on the northwest corner of the block. Forever 21 is on the block but down the street.","rvs_goal_point":[40.7251534,-73.9967885],"key":7138,"region":"Manhattan","rvs_start_point":[40.7317002,-73.9829848]} -{"content":"Meet me at the clothes shop on Elizabeth Street. Find the en Elizabeth Street Garden then cross the street to the north of it. Stay on the corner closest to the Garden and it will be across the street from you to the east.","rvs_goal_point":[40.7228768,-73.9939701],"key":7139,"region":"Manhattan","rvs_start_point":[40.7293558865,-73.9949696032]} -{"content":"Meet me at a cloth shop northeast of you on the north side of West 42nd Street, just north of the park, about the middle of the block, but the college is west of me and Chipotle is east of me. The Independent Hotel is northwest of me. ","rvs_goal_point":[40.754007,-73.9816908],"key":7140,"region":"Manhattan","rvs_start_point":[40.7396065,-73.9886459]} -{"content":"Travel north and meet me at the bicycle parking on the west side of 2nd Avenue, southwest from the TD Bank across the street. It's northwest of Ace Hardware and the south most bike parking of the two.","rvs_goal_point":[40.7716305,-73.9564349],"key":7141,"region":"Manhattan","rvs_start_point":[40.7588838,-73.961895]} -{"content":"Meet me at the bicycle parking north of you on Prince Street. It's the one that is catty-corner to the cathedral. ","rvs_goal_point":[40.7234355,-73.9960612],"key":7142,"region":"Manhattan","rvs_start_point":[40.7181753,-73.9976755]} -{"content":"Meet up with me at that bicycle parking that is on walker street. It's about a block and a half before the eastern end of that street, on it's south side. Over a block to the north is a Starbucks. To the east, past the end of the street is 2 jewelry shops.","rvs_goal_point":[40.7175628,-74.0002128],"key":7143,"region":"Manhattan","rvs_start_point":[40.7181446,-74.0106118]} -{"content":"I am at the Zachary Kaplan Museum to your northeast. It is in the northern part of the Bowery neighborhood just south of Stanton street. It is adjacent to the Sunshine Hotel.","rvs_goal_point":[40.7224177,-73.9929044],"key":7144,"region":"Manhattan","rvs_start_point":[40.7177661903,-73.9988833441]} -{"content":"Meet me at the church. Go northeast, passing Serendipity 3, and coming up to the park. From the park, cross the street and the church will be lined up with the park on the south side of East 69th Street. ","rvs_goal_point":[40.766115689,-73.9584991379],"key":7145,"region":"Manhattan","rvs_start_point":[40.761992,-73.9723867]} -{"content":"Join me at the donut fast food restaurant on 2nd Avenue. It is located east of your current location. Head north on the avenue until you see a bicycle rental and a tobacco shop on the opposite sides of the street. Then, the donut restaurant is at the end of the next block. If you see Target, you have gone too far.\r\n\r\n","rvs_goal_point":[40.7401458,-73.9789411],"key":7146,"region":"Manhattan","rvs_start_point":[40.7406022,-73.9877902]} -{"content":"Meet me at Burton on Greene Street. It's in the same block as the cafe and just north of the historic district. H&M is two blocks southeast of here.","rvs_goal_point":[40.7233032,-74.0009234],"key":7147,"region":"Manhattan","rvs_start_point":[40.7286994,-73.9957151]} -{"content":"Come to the cafe northeast of you on Cornelia Street. A post office is at the northeast corner of my block and New York University is east of me.\r\n","rvs_goal_point":[40.7314151,-74.002447],"key":7148,"region":"Manhattan","rvs_start_point":[40.716632,-74.0082392]} -{"content":"I want to up my nutrition. Will you meet me at the health food shop and advise me? It's the one on East 34th Street in the same block but north east of the school. A parking entrance is a block north.","rvs_goal_point":[40.7464572426,-73.980406815],"key":7149,"region":"Manhattan","rvs_start_point":[40.7469708,-73.9853055]} -{"content":"Let's meet up at the theatre just west of Raymour and Flanigan. It's across the block from Lincoln Center for the Performing Arts, arts centre. Northward of it. You know that location, it's near the Elinor Bunin Monroe film center. To be clear, you likely will NOT have to pass by these to get to the meeting location but it's a reminder of their location. You'll likely take a westward turn just after passing Raymour & Flanigan Furniture store to get there though.","rvs_goal_point":[40.7741692,-73.9834746],"key":7150,"region":"Manhattan","rvs_start_point":[40.7817516,-73.9813934]} -{"content":"Let\u2019s meet at the vacant shop. Head straight north for a ways until you see a pharmacy. The vacant shop is in the block west of the pharmacy, on Columbus Avenue. It is almost in the northeast corner of the block. ","rvs_goal_point":[40.7797863,-73.977282],"key":7151,"region":"Manhattan","rvs_start_point":[40.7690337,-73.9747171]} -{"content":"Let's get some coffee, meet me at Starbucks it's on An avenue right where bond street would run through IF it continued more westernly. There is a New York University right beside it.","rvs_goal_point":[40.727212,-73.995488],"key":7152,"region":"Manhattan","rvs_start_point":[40.7218109385,-73.9796376601]} -{"content":"I'm at a garden next to the river far to your southwest. It's west of Battery Place, just as it begins to go in a north-south direction. Just to my northeast is a museum.","rvs_goal_point":[40.7059600962,-74.019192045],"key":7153,"region":"Manhattan","rvs_start_point":[40.7156886,-74.0066902]} -{"content":"Meet me at bicycle parking on Pier 40. You\u2019ll want to head southwest until you see the dog park on West Street, right near the water. Once there, you should see a big square to your west, darting out into the water. This is Pier 40. Go to \u201cpitch\u201d. You will then see a drinking water place and a bicycle parking place right next to each other. That\u2019s the bicycle parking place you want. ","rvs_goal_point":[40.7292357,-74.0116206],"key":7154,"region":"Manhattan","rvs_start_point":[40.7345208,-73.9994276]} -{"content":"Meet me at bicycle parking. Go six blocks south of where you are. You should be in a block with a school. I am on the next block over, to your west, on Lexington Avenue. I am in the southeast corner of that block. ","rvs_goal_point":[40.7661536,-73.965449],"key":7155,"region":"Manhattan","rvs_start_point":[40.7699069,-73.9624663]} -{"content":"Let\u2019s meet at the bar. Go south and slightly west several blocks until you see a Sheraton and a Planet Fitness. From there, go south two blocks. The bar is on West Broadway Street near a pharmacy. It\u2019s across the street from a bakery. Make sure you go to the right one as there is another one right next to it. You want the one farthest from the northwest corner. Two blocks down has a Levi\u2019s. ","rvs_goal_point":[40.7197629,-74.005662],"key":7156,"region":"Manhattan","rvs_start_point":[40.7315108179,-73.9955999458]} -{"content":"Let's go shopping at Lacoste. Head north, following each block up like a ladder. When you get to Saks Fifth Avenue, Lacoste will be in the block to the northeast, and catty cornered from Saks. ","rvs_goal_point":[40.757897,-73.9779383],"key":7157,"region":"Manhattan","rvs_start_point":[40.7452868,-73.9867517]} -{"content":"Meet me at the fire station FDNY Engine 6 off of Beekman Street, just before that street deadends. The Presbyterian Lower Manhattan Hospital is on the adjacent block to the north east.","rvs_goal_point":[40.7099495012,-74.0054029031],"key":7158,"region":"Manhattan","rvs_start_point":[40.724737,-74.0076954]} -{"content":"E-bicycle shop is where I am currently at. You will find it on the east side of Forsyth street, southwest of a cafe on the same block. ","rvs_goal_point":[40.7169705,-73.9934145],"key":7159,"region":"Manhattan","rvs_start_point":[40.7226571,-73.9990151]} -{"content":"Move northeast past Umpire Rock, I am waiting at the baseball pitch located on the west side of attraction. ","rvs_goal_point":[40.7698601721,-73.9761197115],"key":7160,"region":"Manhattan","rvs_start_point":[40.7682549,-73.9828519]} -{"content":"Head up north to 2nd Avenue. I'm at the bench that is about a block south of a Persian Restaurant. Just to the north on the same block though is a post office.","rvs_goal_point":[40.7691344,-73.958293],"key":7161,"region":"Manhattan","rvs_start_point":[40.762396,-73.9600204]} -{"content":"Go north and meet me at the clothes shop on East 9th Street, it's west of the theatre and southeast of the restaurant, on the same block as both.","rvs_goal_point":[40.7286478,-73.9857026],"key":7162,"region":"Manhattan","rvs_start_point":[40.7180717,-73.9858599]} -{"content":"Let's meet at the sports shop you have been talking about. It's the one on West 47th street. It's just a half block east of a Catholic church. Its' also due west of a video games shop, but that is NOT on the same street, it's on the street north of here.","rvs_goal_point":[40.7579319,-73.9821357],"key":7163,"region":"Manhattan","rvs_start_point":[40.7628801,-73.9859058]} -{"content":"Far northwest of you, there's a viewpoint on the northwest corner of the island park where we can meet. It's to the north of the fire station where Bloomfield ends. ","rvs_goal_point":[40.7425359,-74.0108196],"key":7164,"region":"Manhattan","rvs_start_point":[40.7364211,-73.9972187]} -{"content":"I'm at a bench near the point in a lake in the city. I imagine you could guess where this might be. There is an attraction that is a man made bridge. The nearest roadway is East Drive, but it's not easy to reach the bench from it, water seperates it. Go to the boat rental though if you want that is just east and barely south. Just take a boat to the bench from there.","rvs_goal_point":[40.7750772,-73.9702776],"key":7165,"region":"Manhattan","rvs_start_point":[40.7740682,-73.983982]} -{"content":"Let's meet at bicycle parking. It's really close to where you currently are. Just go 2 blocks west and then 5 blocks south and you are on the right block. It will be on the north side of East 41st Street, and the farthest bicycle parking from the west. ","rvs_goal_point":[40.7526075,-73.9807282],"key":7166,"region":"Manhattan","rvs_start_point":[40.7550927,-73.9757279]} -{"content":"Head west on Canal street and follow it until you reach the water. You'll see a viewpoint to the west on the holland tunnel walkway, and I'm just west of that at the bench just before the end of the walkway.","rvs_goal_point":[40.7263212,-74.0144955],"key":7167,"region":"Manhattan","rvs_start_point":[40.7209554,-74.0043972]} -{"content":"Go southeast and meet me at the hotel on Crosby Street, southeast of the attraction and west of the pharmacy.","rvs_goal_point":[40.7221806,-73.9982475],"key":7168,"region":"Manhattan","rvs_start_point":[40.7309578,-74.0029974]} -{"content":"I am on the same block with Verizon Wireless, at the burger restaurant in the middle of the block on Warren street. It is the west restaurant. ","rvs_goal_point":[40.7151708,-74.0104716],"key":7169,"region":"Manhattan","rvs_start_point":[40.723757,-73.9953578]} -{"content":"Head west a few blocks and we'll meet up at bicycle parking on the north side of West 41st Street, south of the atm and west of the collector shop. It's at the south edge of a park.","rvs_goal_point":[40.7545497,-73.9853176],"key":7170,"region":"Manhattan","rvs_start_point":[40.7543596,-73.9763714]} -{"content":"Let's meet and eat at the restaurant on Saint Mark's Place a bit over a block west of it's eastmost end, where it ends at a park. It's very near and on the same side of the street as a museum.","rvs_goal_point":[40.7275941442,-73.9856159311],"key":7171,"region":"Manhattan","rvs_start_point":[40.7363807,-73.9934471]} -{"content":"Meet me at a viewpoint northwest of you on the south side of West 34th Street. East of it is an events venue and a Citi Bike bicycle rental. Southwest of this viewpoint is a toilets.","rvs_goal_point":[40.7563136,-74.0036877],"key":7172,"region":"Manhattan","rvs_start_point":[40.7443978,-73.9921269]} -{"content":"Meet me at the bicycle rental on Duane Street. It is west of the park on the same street. There is a school to the north west and a charging station to the south west.","rvs_goal_point":[40.7174875,-74.0104554],"key":7173,"region":"Manhattan","rvs_start_point":[40.7047913,-74.0071236]} -{"content":"meet me at the FlixBus on Allen street. It's on the east side of the street and southeast of you. There is a bike rental across from the king dumplings at the north end of this block that it sit in the middle of.","rvs_goal_point":[40.7156266,-73.9918664],"key":7174,"region":"Manhattan","rvs_start_point":[40.71993,-73.9969247]} -{"content":"Meet me at a McDonald's fast food restaurant southeast of you on the east side of 6th Avenue. West of it is 2 bicycle parkings and to its northwest is a Catholic Church. Southwest of this restaurant is Sunglass Hut. This fast food restaurant is closer to the middle of the block.","rvs_goal_point":[40.7507708,-73.9868081],"key":7175,"region":"Manhattan","rvs_start_point":[40.7529319,-73.9775953]} -{"content":"Meet me at the donut cafe on the north side of West 14th Street. The cafe is in the south east corner of the block at the intersection. On the same block is an historic church. Also for reference, there is a City Bike to the north on the next block up.","rvs_goal_point":[40.7388452,-73.9998143],"key":7176,"region":"Manhattan","rvs_start_point":[40.7491203,-73.9955476]} -{"content":"I'm having an espresso at the cafe on the south corner of Broome Street, exactly where it changes names west of here.","rvs_goal_point":[40.7231055,-74.0029612],"key":7177,"region":"Manhattan","rvs_start_point":[40.7279012,-73.9929232]} -{"content":"Let's get some things at this supermarket close to the south corner east of 2nd Avenue. Duane Reade is on the next block southwest. ","rvs_goal_point":[40.7632547,-73.9621838],"key":7178,"region":"Manhattan","rvs_start_point":[40.753593,-73.97354]} -{"content":"Let's meet on the restaurant on West Broadway not to far from where you are at. Go west (yes I am aware the street is a one way street and you technically shouldn't do that) and about two blocks before the restaurant you'll see Fj\u00e4llr\u00e4ven and outdoor shop but keep goint and at the corner of that street and West Broadway is where we need to meet and it's the restaurant that is closest to the southeast corner of that intersection. The Soho Grand hotel is on the opposite side of the West Broadway slightly to the south of the restaurant.","rvs_goal_point":[40.7221637,-74.0036649],"key":7179,"region":"Manhattan","rvs_start_point":[40.7197454,-73.9991307]} -{"content":"Go some blocks west then head north on Broadway and meet me at the atm on the corner just north of the books shop. It's on the southeast corner of its block.","rvs_goal_point":[40.7341562,-73.9910907],"key":7180,"region":"Manhattan","rvs_start_point":[40.73130605,-73.9805092]} -{"content":"Let's meet up at the fast food restaurant on West 66th street. An arts center is southeast of it, in the same block on a different street. A church is north east of it a few blocks.","rvs_goal_point":[40.7756501,-73.983519],"key":7181,"region":"Manhattan","rvs_start_point":[40.7696173,-73.9843356]} -{"content":"Let's take a seat on the bench that is just above the southbound lane of the Brooklyn Battery Tunnel. It's got a view of the water to the west.","rvs_goal_point":[40.7012637,-74.0155688],"key":7182,"region":"Manhattan","rvs_start_point":[40.7066535,-74.0123807]} -{"content":"Let\u2019s meet at the bench in Wagner Park, not too far from you at all. Just head northwest to the Battery Park loop and you\u2019ll see the German made Freight Wagon right to the west of it. The bench you are looking for is between that landmark and the Battery Park loop (street). ","rvs_goal_point":[40.7057933,-74.018177],"key":7183,"region":"Manhattan","rvs_start_point":[40.7044698,-74.0158633]} -{"content":"Travel northwest and meet me at the furniture shop on the east side of Bowery. It's due south of an events venue and northwest from some toilets. ","rvs_goal_point":[40.7180134,-73.9948282],"key":7184,"region":"Manhattan","rvs_start_point":[40.7074625,-74.0044193]} -{"content":"I will be waiting at the cafe almost in the middle of the block on West 35th street. Staples is on the same block. ","rvs_goal_point":[40.752437,-73.991724],"key":7185,"region":"Manhattan","rvs_start_point":[40.7651951,-73.9874674]} -{"content":"I'm waiting for you at a books shop on Avenue A. If you go northwest from where you are and head north on Ave. A, you'll soon see Key Food and Kids Dental. The books shop is on the next block, on the corner. ","rvs_goal_point":[40.7246716,-73.9843132],"key":7186,"region":"Manhattan","rvs_start_point":[40.7195149434,-73.9826985808]} -{"content":"Meet me at the kiosk shop three blocks north of you. It's just down the way from Sephora and T-Mobile, towards the west end of the block. It's across from Macy's.","rvs_goal_point":[40.7507247,-73.9901962],"key":7187,"region":"Manhattan","rvs_start_point":[40.748323,-73.9904886]} -{"content":"Meet me at the garden near 2 gardens on West 42nd street. Bush tower is located west and Independent hotel is located northeast of the garden. ","rvs_goal_point":[40.7541888566,-73.9837579438],"key":7188,"region":"Manhattan","rvs_start_point":[40.757316,-73.9936601]} -{"content":"Travel north and we will meet at a bicycle parking right next to a cafe on 1st Avenue Service road. It is north of 5 gardens and south of a fast food spot.","rvs_goal_point":[40.7330335,-73.981082],"key":7189,"region":"Manhattan","rvs_start_point":[40.7198154,-73.9903628]} -{"content":"I'm at the bicycle parking east of you on East Broadway. New York Public Library is opposite to me across the street, and a hospital is on the south.","rvs_goal_point":[40.7141466,-73.9883371],"key":7190,"region":"Manhattan","rvs_start_point":[40.7136795,-73.9930124]} -{"content":"Meet me at a Potbelly fast food restaurant southwest of you on West 37th Street. There is a place of worship on the same street to the east. Two clothes shop is west of the restaurant. ","rvs_goal_point":[40.7529274,-73.988938],"key":7191,"region":"Manhattan","rvs_start_point":[40.7546538,-73.9848632]} -{"content":"Head West, to the opposite side of the peninsula here, and sit on the water's edge there, looking to the west from it. It's a bench located on the south cove bay, just south of it. The Battery Park city greenway is there.","rvs_goal_point":[40.7063681,-74.0190218],"key":7192,"region":"Manhattan","rvs_start_point":[40.7051640991,-74.0043198811]} -{"content":"I am at the garden close to the water after FDR Drive. It is the fifth garden from the west and viewpoint is on the same line, slightly northeast. ","rvs_goal_point":[40.7073488084,-74.0003623784],"key":7193,"region":"Manhattan","rvs_start_point":[40.7174391973,-74.0116490386]} -{"content":"Let's meet at the Japanese restaurant on the south corner of West 21st Street, far to your west. There is a True Value hardware directly across the street to the north.","rvs_goal_point":[40.7426475,-73.9964607],"key":7194,"region":"Manhattan","rvs_start_point":[40.73340994,-73.9780167567]} -{"content":"Go north up 6th, Ave., When you pass Church of the Holy Communion you're almost half way to the Korean Restaurant where we'll meet. When you get up to the Manhattan Mall, you'll see it on your left BUT turn right on the street right before you get to that mall. On that street, notice the H Mart grocery and continue past it. On the same side of the street notice the Korean restaurant. That's where we're meeting. It's less than half a block east of H mart.","rvs_goal_point":[40.7474401,-73.9864972],"key":7195,"region":"Manhattan","rvs_start_point":[40.7359028,-73.9981581]} -{"content":"Meet me at the gallery on Walker Street. Head southeast to get here. It is the first gallery in the block when coming from your location. There is another gallery a few buildings away to the east in the same block. You can find Chase bank in the opposite block.","rvs_goal_point":[40.7190232,-74.0036388],"key":7196,"region":"Manhattan","rvs_start_point":[40.7213508,-74.0049468]} -{"content":"Let's meet up at the restaurant. I'm in the mood for some sushi. You'll have to go a long way south to get there. About 24 blocks actually, and then 1 block to the east. It's on West 46th Street on the south side, just a few steps away from the hotel. It will be in the upper west corner of the block. ","rvs_goal_point":[40.7608046,-73.990583],"key":7197,"region":"Manhattan","rvs_start_point":[40.7763462,-73.9818446]} -{"content":"Go north on Broadway. Meet me at the Infinity Shoes shop, 1.5 blocks past the American Icon attraction, on the same side of the street. If you get to Origins NYC fast food restaurant, you've gone too far.","rvs_goal_point":[40.7182729,-74.0026265],"key":7198,"region":"Manhattan","rvs_start_point":[40.7049743,-74.0073788]} -{"content":"Meet me at Hertz car rental on West 14th Steet. Just travel down the road you are on and it is on the block that is across the street from the roman catholic church. If you go past the historic church, you have gone too far.","rvs_goal_point":[40.7401827,-74.0029998],"key":7199,"region":"Manhattan","rvs_start_point":[40.7414393,-74.0063477]} -{"content":"Meet me at a Wendy's restaurant northeast of you on the corner of 3rd Avenue. Citibank is a block north of it on the same street. EVEN Hotels is southeast of the Wendy's.","rvs_goal_point":[40.7526054,-73.9733371],"key":7200,"region":"Manhattan","rvs_start_point":[40.7492847,-73.9753544]} -{"content":"Meet me at the picnic site west of you, and very slightly north. It's on East 13th st. just west of Blick art Materials. It's right before the bike parking area. There is a school of design just north of the picnic area.","rvs_goal_point":[40.7351784,-73.9937187],"key":7201,"region":"Manhattan","rvs_start_point":[40.7321444492,-73.977678864]} -{"content":"I'm parking my bike just 3-4 blocks from the water front on Laight St. There is a park across the street from me. ","rvs_goal_point":[40.7218553,-74.0083445],"key":7202,"region":"Manhattan","rvs_start_point":[40.7172058,-73.9983886]} -{"content":"Go southeast and meet me at an atm on the west side of 3rd Avenue, across the street from a library and south of a fast food joint.","rvs_goal_point":[40.7441534,-73.9795427],"key":7203,"region":"Manhattan","rvs_start_point":[40.7486719,-73.9919677]} -{"content":"Meet me at Crunch Fitness on John Street. There's a post office on the same block at the other end. It's quite far southwest of you. Best way to get there is go four blocks west and get on that road that quickly turns into a double highway when you head south. It turns into another road and then zig zags a bit right at Lin Zexu but stay on that road while it's now changed names again and will change names a few more times before you get to where it crosses John Street. Once you get to John Street head northwest on John and you'll see that post office I was talking about and then Crunch Fitness right after that.","rvs_goal_point":[40.7080502,-74.0064227],"key":7204,"region":"Manhattan","rvs_start_point":[40.7151986,-73.9916176]} -{"content":"Meet me on the northeast of you at the ticket shop on East River Esplanade next to the shore, north of a ferry terminal and northeast of NYU Langone Medical Center\r\n.\r\n","rvs_goal_point":[40.7441425,-73.9710501],"key":7205,"region":"Manhattan","rvs_start_point":[40.7455297,-73.978367]} -{"content":"We're out of milk. Meet up with me at the Supermarket to help me carry it and the other things we need home? it's located at the most west end of Broome street on the north side of it. To the west of it Broome changes names and angles differently? A historic district is to the east over a block.","rvs_goal_point":[40.7232585,-74.0025757],"key":7206,"region":"Manhattan","rvs_start_point":[40.7236609,-73.9967169]} -{"content":"Move south west and let's meet at Hampton hotel on West 41st street. City university is on the same block. ","rvs_goal_point":[40.7556116542,-73.9886088651],"key":7207,"region":"Manhattan","rvs_start_point":[40.7645745132,-73.9784686566]} -{"content":"We should try this Japanese restaurant north of East 33rd street. It is the second from the east and it is west of European wax on the next block east.","rvs_goal_point":[40.7453945,-73.9790862],"key":7208,"region":"Manhattan","rvs_start_point":[40.7310359,-73.9822614]} -{"content":"Meet me at a bench in Liberty Park Just south of Liberty Street. There is a church in the park too and I'm about halfway between the church and the divided highway. Directly south of me is W Hotels. I am pretty much directly west of you so ignore the streets and just go west and I'm about 3 blocks away from the river.","rvs_goal_point":[40.7104251,-74.0137771],"key":7209,"region":"Manhattan","rvs_start_point":[40.7113431,-73.996245]} -{"content":"Let's meet at the clothes shop at the west end of Great Jones Street where it changes names. The university is catty-corner from the shop.","rvs_goal_point":[40.7278665,-73.9944936],"key":7210,"region":"Manhattan","rvs_start_point":[40.7215346,-73.9874059]} -{"content":"Let's meet up at the bench that is in the area where the twin Towers used to be (there is a museum there now instead) Across Liberty street from the bench, you'll notice the St. Nicolas Greek Orthodox Church. The liberty Street Bridge is Southwest of it in the same general block though.","rvs_goal_point":[40.7106037,-74.012975],"key":7211,"region":"Manhattan","rvs_start_point":[40.707794443,-74.016438319]} -{"content":"I await you at a Chase bank, many blocks north of you on the corner of Columbus Avenue. It's just across the street from Ricky's NYC, and to the east of a Trek store. ","rvs_goal_point":[40.7776752,-73.978887],"key":7212,"region":"Manhattan","rvs_start_point":[40.7685324,-73.9827663]} -{"content":"Meet me at the school south of Barrow Street. Five Guys is cattycorner from here. The school is set back from the street a bit.","rvs_goal_point":[40.7322415,-74.003083],"key":7213,"region":"Manhattan","rvs_start_point":[40.7393111,-74.0045928]} -{"content":"Meet me at the attraction on West 25th Street. It's in the same block as the books shop but on the south side of that block along West 25th. It's right in the middle of the block.","rvs_goal_point":[40.7436928,-73.9903215],"key":7214,"region":"Manhattan","rvs_start_point":[40.7462102,-73.9797656]} -{"content":"Meet me at a bicycle parking north of you on the west side of 9th Avenue. A park is directly east of it. Northwest of this bicycle parking is a graden.","rvs_goal_point":[40.7614043,-73.990564],"key":7215,"region":"Manhattan","rvs_start_point":[40.7516714,-73.9902262]} -{"content":"I'm at the Capitol One bank on Broadway at the intersection adjacent to a park and across the street from Potbelly. Exactly one block west is a train station and one block south of me is a Bank of America. It's directly east of you but since the roads all run diagonal you'll need to zigag your way there. It's just northwest of the Lower Manhattan district.","rvs_goal_point":[40.7143506,-74.0063658],"key":7216,"region":"Manhattan","rvs_start_point":[40.714027,-73.9945129]} -{"content":"Head southwest and meet me at the restaurant just before John street. It is in the middle of the block and on the same block with CityMD clinic. ","rvs_goal_point":[40.7100999,-74.0088015],"key":7217,"region":"Manhattan","rvs_start_point":[40.7175745,-73.9998835]} -{"content":"After you pick up lunch, head west toward the river, and we can meet at the bench at the end of Pier I. It's my favorite spot. The end of west 72nd street is just northeast of here, and you'll see the little cafe before you head down the pier west.","rvs_goal_point":[40.7796896,-73.9914339],"key":7218,"region":"Manhattan","rvs_start_point":[40.779447,-73.9739529]} -{"content":"Meet me at a Vietnamese restaurant southwest of you on the east side of Baxter Street. A courthouse is two blocks southwest of it on the same street. Northeast of the restaurant is a historic district.","rvs_goal_point":[40.7167128,-73.9997085],"key":7219,"region":"Manhattan","rvs_start_point":[40.7198493,-73.9903448]} -{"content":"Meet me at the bicycle parking on York Avenue. It is right across the street from the auction shop. It is on the corner.","rvs_goal_point":[40.7659839,-73.9542774],"key":7220,"region":"Manhattan","rvs_start_point":[40.7632916,-73.9626295]} -{"content":"Let's eat at the mexican restaurant on Ludlow Street. It's just north of a Bank of America and about 2 and a half blocks south east is a CityMD clinic.","rvs_goal_point":[40.719392,-73.9888436],"key":7221,"region":"Manhattan","rvs_start_point":[40.731866,-73.982422]} -{"content":"Meet me at the jewelry shop southwest of you on Broadway. A university is right next to it on the same street. PetSmart is nearby to the south.\r\n","rvs_goal_point":[40.7269802,-73.9957444],"key":7222,"region":"Manhattan","rvs_start_point":[40.7293463,-73.9782898]} -{"content":"I'm many blocks east of you. You can meet me here at a restaurant on east 18th Street. It's the last restaurant on the block as you head east. On the block south of here is a CVS Pharmacy and Fraiche Maxx deli shop. Northwest of here is The Brotherhood Synagogue. ","rvs_goal_point":[40.7367384,-73.9873107],"key":7223,"region":"Manhattan","rvs_start_point":[40.7352136199,-74.0017162397]} -{"content":"Come to the bicycle parking located west of 2nd Avenue. You can see a church on the next block south of here .","rvs_goal_point":[40.7374141,-73.981355],"key":7224,"region":"Manhattan","rvs_start_point":[40.7435094,-73.9794859]} -{"content":"Meet me at the bench south of you facing Battery Park City Greenway, which is very close to the coast. A museum is adjacent to me and another bench is on my south.","rvs_goal_point":[40.7062999,-74.0190601],"key":7225,"region":"Manhattan","rvs_start_point":[40.7159995,-74.0167125]} -{"content":"Go up 11th Ave for quite some time. When you see a Starbucks turn westnorth for about a block to a parking lot north of a fitness centre and west of Brooklyn Fare.","rvs_goal_point":[40.7742239,-73.9905028],"key":7226,"region":"Manhattan","rvs_start_point":[40.7606764,-73.997433]} -{"content":"Let's meet at the cafe. It's the one that is at the northwest end of Greenwich Avenue. If you take Greenwich, you'll see the cafe right across the street where the road ends. The cafe is northwest of the park in the triangular shaped block.","rvs_goal_point":[40.739495,-74.0029857],"key":7227,"region":"Manhattan","rvs_start_point":[40.7279923,-73.9882092]} -{"content":"Meet me at a stone bench southwest of you on the east side of West Street. Nearby to the south of it is five benches and further to its south is a garden. West of this bench is the World Trade Center Transportation Hub - Oculus and to its southeast is two gardens.","rvs_goal_point":[40.7115628,-74.0134002],"key":7228,"region":"Manhattan","rvs_start_point":[40.7175745,-73.9998835]} -{"content":"You will see me at the bench where state street plaza ends. A park is also on the same street, northwest of the bench. Move far south to get there. ","rvs_goal_point":[40.7021964,-74.0133225],"key":7229,"region":"Manhattan","rvs_start_point":[40.7161295,-74.010757]} -{"content":"I am on Grove street west of you, at an ice cream shop. A church is on its north side and FedEx Office is on its northeast side.\r\n","rvs_goal_point":[40.7332248,-74.00328],"key":7230,"region":"Manhattan","rvs_start_point":[40.7335053,-73.9990887]} -{"content":"Meet me at Clinton Hail bar on Washington Street one block west of the 9\/11 Tribute museum. There is a Hertz car rental just east of you and make your way to that and Washington Street starts north of there and the bar is right on the first block where it starts.","rvs_goal_point":[40.7080962,-74.0146254],"key":7231,"region":"Manhattan","rvs_start_point":[40.7070294,-74.0180978]} -{"content":"Meet me at the Chinese restaurant off of Henry Street. It is on the same block as the Place of Worship. Also for reference there is a T-Mobile to the south east on the adjacent block to the south. Our meeting spot is on the north side of the street and sort near the south west corner of the block.","rvs_goal_point":[40.7129801,-73.9965808],"key":7232,"region":"Manhattan","rvs_start_point":[40.7252688,-74.0093584]} -{"content":"I am at the bakery near the park, just go down the street,and on the next intersection turn left and walk for two blocks and I'll be on the south side of the street.","rvs_goal_point":[40.7524164,-73.9826396],"key":7233,"region":"Manhattan","rvs_start_point":[40.7548184,-73.9875946]} -{"content":"Let's have fun and meet up at the waste basket by the water's edge off the FDR drive, we can wad up our waste and practice making baskets. It's right where a road that loops would end, had it continued. It's just south of a BP station and north of a park and 3 benches.","rvs_goal_point":[40.7341126,-73.9742357],"key":7234,"region":"Manhattan","rvs_start_point":[40.7273817,-73.9790812]} -{"content":"You can meet me at the hairdresser shop southwest of you on West 52nd Street. It's about in the middle of the block, and on the same block as Hampton hotel and T-Mobile. ","rvs_goal_point":[40.7641033,-73.9868151],"key":7235,"region":"Manhattan","rvs_start_point":[40.7714348,-73.9777318]} -{"content":"Meet me at the pizza restaurant south of you on Bleeker Street. It's in the western portion of the Washington Square Village neighborhood. Across the street and a block to the west are 2 restaurants.","rvs_goal_point":[40.7287649,-74.0000832],"key":7236,"region":"Manhattan","rvs_start_point":[40.7340693,-74.0027914]} -{"content":"I am singing Broadway tunes at the small bicycle parking stand on West 42nd Street, which is far to your south. The cross street is exactly three blocks east of your current location. There is a large library adjacent and west of me.","rvs_goal_point":[40.7535449,-73.9812616],"key":7237,"region":"Manhattan","rvs_start_point":[40.7682454491,-73.9809857334]} -{"content":"Move north on 3rd Avenue. You will see me at Upper East Side butcher shop. It is on the block after the pub.","rvs_goal_point":[40.7721018,-73.9586378],"key":7238,"region":"Manhattan","rvs_start_point":[40.7592012,-73.9656945]} -{"content":"Meet me at the fast food restaurant southeast of you on East 39th Street. Mid-Manhattan Library is northwest of it. South of the restaurant is a hotel.\r\n","rvs_goal_point":[40.7509403,-73.9804462],"key":7239,"region":"Manhattan","rvs_start_point":[40.7618863,-73.9853788]} -{"content":"Meet me at the cafe south of you on Clinton Street. A pharmacy is on my northeast and a school on the southwest.","rvs_goal_point":[40.7207405,-73.9843387],"key":7240,"region":"Manhattan","rvs_start_point":[40.7271582,-73.9839133]} -{"content":"I am at the Courtyard Hotel just to your north on Thames St. It is in the World Trade Center neighborhood.","rvs_goal_point":[40.7093361277,-74.0126647517],"key":7241,"region":"Manhattan","rvs_start_point":[40.7068604,-74.0139089]} -{"content":"Head southwest and let's meet up at the bicycle parking on the north side of West 61st Street, west of the music school and east of SoulCycle. There are three bike parking spots on the block, I'm at the westernmost one.","rvs_goal_point":[40.7724708,-73.9884676],"key":7242,"region":"Manhattan","rvs_start_point":[40.7780581,-73.9801377]} -{"content":"Go north and meet me at the Citi Bike bicycle rental. It is at one of the dead ends of Forsyth Street. There is a hotel, cafe and historic neighborhood to the west of it.","rvs_goal_point":[40.7158155,-73.9942237],"key":7243,"region":"Manhattan","rvs_start_point":[40.7124167,-73.9945439]} -{"content":"Let's meet up at the Dunkin' fast food place on cortlandt Street. It's north East of you. The New York City Transit Authority is on the same block, next corner westward. There is an Also on the same block, on the northbound street on the east side of the block.","rvs_goal_point":[40.710003,-74.0101997],"key":7244,"region":"Manhattan","rvs_start_point":[40.7050285,-74.0157239]} -{"content":"Meet me at the university northeast of you on the west side of Union Square West. McDonald's is northeast of me. A park is on my south across the street.\r\n","rvs_goal_point":[40.7362801924,-73.9912096093],"key":7245,"region":"Manhattan","rvs_start_point":[40.7271383,-73.9956087]} -{"content":"Go down 3rd avenue until you are near the pharmacy before the Starbucks. We can meet up between there and the parking entrance","rvs_goal_point":[40.7671172,-73.9621437],"key":7246,"region":"Manhattan","rvs_start_point":[40.7733531,-73.9582015]} -{"content":"Let's head back to school. Remember you have to give that graduation speech. it's the one north of the park. There is a CVS to IT\"S north. A block to it's west is a historic monument.","rvs_goal_point":[40.7309931866,-73.9956339827],"key":7247,"region":"Manhattan","rvs_start_point":[40.7195025,-73.9905468]} -{"content":"Meet me at the toilets northeast of you in the park on 5th Avenue. A zoo is southwest of it. To the south of the toilets is USPS.\r\n","rvs_goal_point":[40.7674269,-73.9714341],"key":7248,"region":"Manhattan","rvs_start_point":[40.7635878,-73.9759916]} -{"content":"I am directly south of you, on the avenue that is one block to the east of you towards the river. I am on the western corner of the intersection of that avenue and East 13th St. I am in a vacant shop.","rvs_goal_point":[40.7305963,-73.9833403],"key":7249,"region":"Manhattan","rvs_start_point":[40.7388641,-73.9808406]} -{"content":"Let's meet up at the bench with a backrest, due East of you. It's almost to the shore off Battery Place. It's just on the inside of the downward curve of the J shaped pier\/walk there. The square shaped bay is visible from the bench as the bench sits on it's southeast corner.","rvs_goal_point":[40.7068494,-74.0185256],"key":7250,"region":"Manhattan","rvs_start_point":[40.7039381,-74.0086071]} -{"content":"Pick me up at the t-mobile store on the south side of warren street just east of the whole foods. It's south of you, and slightly west, but not as far as the soul cycle.","rvs_goal_point":[40.7156017,-74.0114667],"key":7251,"region":"Manhattan","rvs_start_point":[40.726604,-74.0010896]} -{"content":"Meet at the cosmetics shop on Centre Street. It is South west of your current location. It is to the east of TD Bank and north east of the community centre. It is located at the southern corner of the block.","rvs_goal_point":[40.7177523,-74.00035],"key":7252,"region":"Manhattan","rvs_start_point":[40.7290469,-73.987077]} -{"content":"Meet me at home goods shop. Head north on 9th Avenue. It's in the block past Alaska Food Market and Stella\u2019s Pizza. It's on the same side of the street as those and towards the north end of the block.","rvs_goal_point":[40.7437819,-74.0030664],"key":7253,"region":"Manhattan","rvs_start_point":[40.7414597,-74.0094534]} -{"content":"Let's get some margaritas at the Tex Mex restaurant a half block north of West 56th Street. It's one block west of you and a ways north. There is a Subway fast food joint to my south.","rvs_goal_point":[40.7686398,-73.988694],"key":7254,"region":"Manhattan","rvs_start_point":[40.7543769,-73.9953394]} -{"content":"Can you get me from the CityMD clinic? I don't feel too well. It is on the north side of West 23rd Street, towards the middle of the block. Across the street to the south east is a Starbucks on the adjacent block to the south. For reference, there is also a post office box on the adjacent block to the west so you can mail that birthday card.","rvs_goal_point":[40.7422994,-73.9909359],"key":7255,"region":"Manhattan","rvs_start_point":[40.7358162,-74.0049766]} -{"content":"Let's meet at Sant Ambroeus cafe on Park Avenue. There's a museum just to the southwest of it. You should go three and a half blocks east and you'll be at Park Avenue then go north 16 blocks and you'll be there.","rvs_goal_point":[40.7643995,-73.969084],"key":7256,"region":"Manhattan","rvs_start_point":[40.7573583406,-73.9835882569]} -{"content":"Meet me at the bicycle rental on east 20th Street. There is a school on the same block. It is at almost the same exact location as the park marker.","rvs_goal_point":[40.7358768,-73.9820503],"key":7257,"region":"Manhattan","rvs_start_point":[40.7363653,-73.9851811]} -{"content":"Head down, almost due south to a little over a block north of the water's edge. I'm on Pearl Street, south of that at a Bar. There is a sort of garden to the southeast of me there. A museum is located just to the west though, less than a block.","rvs_goal_point":[40.703439,-74.0106749],"key":7258,"region":"Manhattan","rvs_start_point":[40.7162462,-74.0090041]} -{"content":"Meet me at the bar inside New York Penn Station. You probably will have the best luck if you enter from 7th avenue.","rvs_goal_point":[40.7503212,-73.9917437],"key":7259,"region":"Manhattan","rvs_start_point":[40.7438908,-73.9838903]} -{"content":"I'm West of you at a convenience store on West 25th St. It's two blocks east of that streets most western end. Just to the east is 2 gardens, a couple of blocks north is a park and over a block to the west is a school.","rvs_goal_point":[40.7477601,-74.0006469],"key":7260,"region":"Manhattan","rvs_start_point":[40.738436,-73.9832006]} -{"content":"Meet me at Pret A Manger on Lexington Avenue. It's a block south of the synagogue. Barnes & Noble is a block to the southeast.","rvs_goal_point":[40.7588979,-73.9708395],"key":7261,"region":"Manhattan","rvs_start_point":[40.7611447,-73.9836762]} -{"content":"Meet me at Citibank atm on West 45th Street, which is southwest of where you are. You will see a theatre in the same building as the atm. There is a museum one block south of the atm.","rvs_goal_point":[40.7567398,-73.9830661],"key":7262,"region":"Manhattan","rvs_start_point":[40.7611741146,-73.9686020051]} -{"content":"Let's eat at the Potbelly fast food place on West 37th street. It's on the street a half block or so west of a Catholic church. There is a nice Actimize company building that is south east of that.","rvs_goal_point":[40.7529274,-73.988938],"key":7263,"region":"Manhattan","rvs_start_point":[40.7392218,-73.9873651]} -{"content":"Meet me here at this hotel directly west of you. It's on West 54th Street, near the middle of the block. A Chick-fil-A and an attraction are on the same block, and CitySpire Center is to the east. ","rvs_goal_point":[40.7644862,-73.9829914],"key":7264,"region":"Manhattan","rvs_start_point":[40.7645147,-73.9666999]} -{"content":"Head southwest all the way to Water Street to meet me and we can grab some lunch at a Mexican restaurant there. It is just 3-4 blocks south of Zipcar. You should pass Wall Street, and it will be south of it.","rvs_goal_point":[40.7041912,-74.0093431],"key":7265,"region":"Manhattan","rvs_start_point":[40.7185207,-74.0027345]} -{"content":"Go northwest and we'll meet up at the cosmetics shop on Broadway, just west of the Hyatt and Hotel Wolcott, on the same block as both.","rvs_goal_point":[40.7469049,-73.9882515],"key":7266,"region":"Manhattan","rvs_start_point":[40.7432333,-73.9822078]} -{"content":"Walk directly south on 3rd avenue past Classic stage company and Cinema. You'll see me at the bicycle parking directly west of historic district.","rvs_goal_point":[40.7303948,-73.9894493],"key":7267,"region":"Manhattan","rvs_start_point":[40.7414519,-73.981005]} -{"content":"After you lock up your bike, let's get a footlong at Subway fast food restaurant on the north side of East 14th Street. It's just a touch northeast of your location. There's a bicycle parking on the block to my east.","rvs_goal_point":[40.7342598,-73.9890767],"key":7268,"region":"Manhattan","rvs_start_point":[40.7339603,-73.9926987]} -{"content":"I'm grabbing some cash at the Citibank ATM on the north side of East 68th Street. There is a Roman Catholic church two buildings to my east.","rvs_goal_point":[40.7652725,-73.9575747],"key":7269,"region":"Manhattan","rvs_start_point":[40.7662431,-73.9653695]} -{"content":"I just exited the church on West 46th, meet me there after you finish picking a gift. So just head to 46th and then head west and it would be on the first church on your right. ","rvs_goal_point":[40.761570753,-73.9915658415],"key":7270,"region":"Manhattan","rvs_start_point":[40.7583731,-73.9882377]} -{"content":"Meet me at the Hilton hotel on West 57th Street across from the Duane Reade pharmacy. You'll need to go 6 blocks north and 5 blocks west. It's on the same side of the road as the Hyatt on the opposite end of the block.","rvs_goal_point":[40.7646529,-73.9774764],"key":7271,"region":"Manhattan","rvs_start_point":[40.75698,-73.9717557]} -{"content":"I will be at the furniture shop on Broadway which is south of Starbucks, also on the same side of the street. Move southwest to get there. ","rvs_goal_point":[40.7206089,-74.0010787],"key":7272,"region":"Manhattan","rvs_start_point":[40.7266749,-73.9856203]} -{"content":"I'm at the community garden facing West Street. Head north on that street until you see Marriott Hotel on the east side. The garden is directly opposite to the hotel. If you reach a bridge, you have gone too far.","rvs_goal_point":[40.709597194,-74.0154474582],"key":7273,"region":"Manhattan","rvs_start_point":[40.7034086,-74.0114486]} -{"content":"If you head northeast, you'll eventually hit east 58th street. I'm at the post box on the south side of the that street on the same block as a department store and vitamin shoppe, but on the north side of that block.","rvs_goal_point":[40.7610576,-73.967541],"key":7274,"region":"Manhattan","rvs_start_point":[40.7509645,-73.9786226]} -{"content":"Meet me at an alcohol shop west of you on the west side of 2nd Avenue. Southwest of it is a theatre and to its northeast is Middle Collegiate College. 2 benches is southeast of the alcohol shop.","rvs_goal_point":[40.7270308,-73.989042],"key":7275,"region":"Manhattan","rvs_start_point":[40.7259712,-73.9837306]} -{"content":"Let's go to the clothing shop on West 40th street. It's across the street and just a bit west of the City University. There is an ATM west a little over half a block.","rvs_goal_point":[40.7553934,-73.989783],"key":7276,"region":"Manhattan","rvs_start_point":[40.7690353,-73.9920631]} -{"content":"Meet me at bicycle parking on West 18th Street. It\u2019s very close to you. Just go three blocks north and then one block west and you\u2019re in its block. It\u2019s going to be on the south side of West 18th Street, almost in the middle. There is a bank in the northwest corner of the block. On the block south of it, there is a hotel. The hotel is lined up perfectly to where the bicycle parking is in the block above it. ","rvs_goal_point":[40.7428711,-74.0023567],"key":7277,"region":"Manhattan","rvs_start_point":[40.7393675464,-74.0007933385]} -{"content":"Meet me a the clothes shop just under the bridge. I think the best way to get here is to take Market Street going north. At the block before it terminates, go east under the bridge. I am at the clothes shop in the middle. There is a hotel to the southeast of here and a church to the south.","rvs_goal_point":[40.7140191,-73.9943536],"key":7278,"region":"Manhattan","rvs_start_point":[40.7198275,-73.9891338]} -{"content":"Head north all the way to West 38th street and meet me at the fabric shop on the same block as the dunkin donuts to the southwest. Paris Baguette bakery is on the block to the northwest.","rvs_goal_point":[40.7543445,-73.9910447],"key":7279,"region":"Manhattan","rvs_start_point":[40.7417177,-73.997237]} -{"content":"I'm southeast of you, waiting at the museum on Fulton Street, across from a cinema, and south of a pharmacy. An attraction is across the large street to the south. ","rvs_goal_point":[40.706628,-74.0036758],"key":7280,"region":"Manhattan","rvs_start_point":[40.7120728,-74.0125075]} -{"content":"Meet me at the department store shop northwest of you on West 30th Street. 15 Hudson Yards is on the same block northwest of the department store shop. Whole Foods Market is east of the shop and across the street. The department store shop is in the middle of all the establishments there.","rvs_goal_point":[40.7527394,-74.0015022],"key":7281,"region":"Manhattan","rvs_start_point":[40.742595,-74.000177]} -{"content":"Meet me at the bicycle parking on the north side of West 23rd Street. It is on the same block as a cinema. The bicycle parking is not far from the south east comer of it's block. Keep in mind that there is another cinema on the caddy corner block to the south east, which not the correct cinema.","rvs_goal_point":[40.7455511,-73.9989101],"key":7282,"region":"Manhattan","rvs_start_point":[40.7517815972,-74.0083313535]} -{"content":"Meet me at the bench at the south end of West Street where it makes a u-turn. I'm on the east side of the u-turn next to the pharmacy.","rvs_goal_point":[40.7051316,-74.0162126],"key":7283,"region":"Manhattan","rvs_start_point":[40.7070136,-74.0180643]} -{"content":"Meet me at a museum southeast of you on Fulton Street. It is across the street from a cinema. A Duane Reade Pharmacy is northwest of the museum and a maritime attraction is to its south.","rvs_goal_point":[40.706628,-74.0036758],"key":7284,"region":"Manhattan","rvs_start_point":[40.7143268,-74.0097038]} -{"content":"You'll need to head west and meet me at the vacant shop at number 136 on the south side of west 42nd street. It's on the same block as the whole foods market, and south of the theater.","rvs_goal_point":[40.7553429,-73.9858011],"key":7285,"region":"Manhattan","rvs_start_point":[40.7551042,-73.9732511]} -{"content":"Go south for 3 intersections and then turn east moving past Elizabeth Street. Meet me at the restaurant. The museum you will reach is one block before the restaurant but on the same side of the street as the restaurant. It is in the middle of the street. The bridge is about 5 blocks to its east on the same street. If you reach a Chase bank you have gone too far.","rvs_goal_point":[40.7186316,-73.9893489],"key":7286,"region":"Manhattan","rvs_start_point":[40.7236945,-73.9956346]} -{"content":"I am west of you at ice cream shop on Hester Street. It is a block south of the arts centre. A hostel and dentist's office are south of my location.","rvs_goal_point":[40.7171681,-73.9947882],"key":7287,"region":"Manhattan","rvs_start_point":[40.7168005,-73.99823]} -{"content":"Let's meet at the bar off of Eldridge Street, which is to the northeast of you. It is on the same block as The GEM Hotel and the cafe. There are a couple of other establishments on this block, but look for me at the bar which is in the middle of the block.","rvs_goal_point":[40.7224339,-73.9899014],"key":7288,"region":"Manhattan","rvs_start_point":[40.714336,-73.9970974]} -{"content":"We can meet at the McDonald's on East 14th Street, right next to a Roman Catholic church. A Trader Joe's is on the same block, to the southeast. There is also a synagogue on the next block over to the east. ","rvs_goal_point":[40.7310359,-73.9822614],"key":7289,"region":"Manhattan","rvs_start_point":[40.7324844,-73.9911106]} -{"content":"Meet me at the bench. Go due east through the greenery, following the path of Wollman Rink and Umpire Rock. When coming out onto the main street, go about two blocks west and one south. The bench is on the south side of West 62nd Street. It is between two libraries but more towards the east one. There is a historic building in the block south of it.","rvs_goal_point":[40.771439,-73.9845609],"key":7290,"region":"Manhattan","rvs_start_point":[40.7670151,-73.97176195]} -{"content":"Meet me at the Chase ATM off of East 58th Street. The ATM is in the southeast corner of the block. The block to the south has a watches shop, and the block caddy corner to the ATM has a hotel to the southeast. If you see the library, you have gone too far east.","rvs_goal_point":[40.7631686,-73.9719879],"key":7291,"region":"Manhattan","rvs_start_point":[40.7755857,-73.9835661]} -{"content":"Let's eat, Meet me at the restaurant on Franklin Street, right before it takes a more direct westerly turn, about a half block east of that. A public bath is east of that and a university is over a block south.","rvs_goal_point":[40.7187167,-74.0060375],"key":7292,"region":"Manhattan","rvs_start_point":[40.7226049,-74.0121363]} -{"content":"Mom is missing, will you pick me up at school? Remember where it is? It's the one on East 16th Street, right at the block where that ends at a fountain (to it's east end). Across the street from the school is an episcopal church.","rvs_goal_point":[40.73413945,-73.98558025],"key":7293,"region":"Manhattan","rvs_start_point":[40.7439872,-73.9858906]} -{"content":"Get on East 37th street and come see me at Citibank by the corner of the block. CVS pharmacy is directly on my north side. ","rvs_goal_point":[40.750366,-73.982918],"key":7294,"region":"Manhattan","rvs_start_point":[40.7633892,-73.9818081]} -{"content":"Meet me at the post office at lower Manhattan, at the north west corner of the park where city hall is. ","rvs_goal_point":[40.714205,-74.006486],"key":7295,"region":"Manhattan","rvs_start_point":[40.7141756,-73.9988776]} -{"content":"I'm south of you, at a cosmetics shop on the corner of 5th Avenue. It's west of Madewell across the street. Farther to the east is an AMC cinema. Also, there's a historic district northwest of me. ","rvs_goal_point":[40.7390763,-73.9916745],"key":7296,"region":"Manhattan","rvs_start_point":[40.7488997,-73.9919013]} -{"content":"Move north past Little Italy and let's meet at the bicycle parking on the opposite block of historic building. It is the middle bicycle parking. ","rvs_goal_point":[40.7201813,-73.9983008],"key":7297,"region":"Manhattan","rvs_start_point":[40.7120721,-73.9979191]} -{"content":"Go northeast to meet me at the Thai restaurant on the east side of 8th Ave. It's just two blocks from the garden and a block before the Gap. The restaurant is on the southwest corner of the block.","rvs_goal_point":[40.7446356,-73.9986916],"key":7298,"region":"Manhattan","rvs_start_point":[40.7365289,-74.0061803]} -{"content":"Go south a few blocks then turn west on West 43rd Street. Just after you pass Adella bar and Little Pie Company bakery you'll meet me at the Food Emporium.","rvs_goal_point":[40.7598592,-73.9943408],"key":7299,"region":"Manhattan","rvs_start_point":[40.7621257,-73.9901556]} -{"content":"Move southwest to get on Hudson street, I am by the south corner at the Japanese restaurant . A bicycle parking is on my northwest, on the same block. ","rvs_goal_point":[40.7304521,-74.0070472],"key":7300,"region":"Manhattan","rvs_start_point":[40.7341405,-74.0030338]} -{"content":"Meet me at the dry cleaning shop on 2nd Avenue, which is east of you. True Value is two blocks south of me. There is a pharmacy at the corner of the southeast block.","rvs_goal_point":[40.7484065,-73.9735191],"key":7301,"region":"Manhattan","rvs_start_point":[40.7472429,-73.9847706]} -{"content":"Meet me at the restaurant. Head southwest past Kips Bay and Peter Cooper Village. Keep going along that street until you see the ice cream shop. Head east at the next street. The restaurant is immediately past the theatre and on the same side of the street.","rvs_goal_point":[40.7271837,-73.9847349],"key":7302,"region":"Manhattan","rvs_start_point":[40.7396985,-73.9742908]} -{"content":"Meet me at the restaurant south of you on Grand Street. It's three blocks southeast of Vans, on the same side of the street.","rvs_goal_point":[40.7201601,-73.9995971],"key":7303,"region":"Manhattan","rvs_start_point":[40.7339069,-73.9990967]} -{"content":"I am at Starbucks by the south corner on Lexington Avenue. Bank of America is directly south of here. ","rvs_goal_point":[40.7503383,-73.9770481],"key":7304,"region":"Manhattan","rvs_start_point":[40.7469581,-73.9855213]} -{"content":"Meet me at the bicycle rental on the south side of Stanton Street just outside of Nike Field and just east of a museum. There is another Citi Bike rental on the street one block sout of me. If you go north less than a block you'll be at Stanton and then go west 3 blocks and you'll be at the rental place.","rvs_goal_point":[40.7222935,-73.9914754],"key":7305,"region":"Manhattan","rvs_start_point":[40.7206416,-73.989268]} -{"content":"Meet me at the Italian restaurant northeast of you on West 80th Street. Head east on the street and you will see All Angels Church and First Baptist Church. On the next block you will see an ice cream shop. The restaurant is just to the east of the ice cream shop across the street.","rvs_goal_point":[40.7836374,-73.9777036],"key":7306,"region":"Manhattan","rvs_start_point":[40.7797487,-73.9912031]} -{"content":"I'm buying some gin at the alcohol shop on the south side of West 37th Street. You can walk up here in about five minutes. There is an attraction catty-corner of me.","rvs_goal_point":[40.7552804,-73.9951761],"key":7307,"region":"Manhattan","rvs_start_point":[40.7525017,-73.9946509]} -{"content":"I am in a restaurant along Madison Avenue directly opposite the school across the same street\/avenue.","rvs_goal_point":[40.7657768,-73.9700287],"key":7308,"region":"Manhattan","rvs_start_point":[40.7592598199,-73.9805479045]} -{"content":"Head west on Grand Street until you reach Duarte Square. Head south then head west on the next crossing street. Continue heading west on this street until you get to Canal Park. Once you get to Canal Park, head west all the way to the water. Head south along the water until you reach Pier 32 viewpoint. If you reach the Twister, you've gone too far.","rvs_goal_point":[40.7248651,-74.0118605],"key":7309,"region":"Manhattan","rvs_start_point":[40.718456,-73.9957056]} -{"content":"Let's park our bikes at the bicycle parking just north of East 78th Street. It's a ways north of you on the same street that you're on. We can hit the bakery to the southeast after we park the bikes.","rvs_goal_point":[40.7728364,-73.9552681],"key":7310,"region":"Manhattan","rvs_start_point":[40.7652569,-73.9600266]} -{"content":"Go to Bing Garden southwest of you. Head towards the seashore to West Street. Then go south until you see Perry St restaurant. Continue for one more block and turn west. At the end of the last block facing the sea, you will see Bing Garden. ","rvs_goal_point":[40.733903008,-74.0106214687],"key":7311,"region":"Manhattan","rvs_start_point":[40.7388839,-73.9928839]} -{"content":"Head southeast of you, go about 2 blocks to 2nd Avenue. Turn right (heading Southwest on it). You'll pass by St. Vartan Cathedral, and Estonian House (they are across the ave from each other there). Once you pass the pharmacy on your left, on the next block, you'll find me at the bar there that also serves charcuterie.","rvs_goal_point":[40.7418537,-73.9777299],"key":7312,"region":"Manhattan","rvs_start_point":[40.7489459,-73.9762839]} -{"content":"Meet me at the restaurant one block to the west of you. Head west past Five Guys and then turn south in front of the ice cream shop. The restaurant will be right past the ice cream shop in the middle of the same block. ","rvs_goal_point":[40.7370625,-73.9973172],"key":7313,"region":"Manhattan","rvs_start_point":[40.736274,-73.994694]} -{"content":"I'm at some fast food restaurant north of you on the water. It's just north of Pumphouse Park and west of the world trade center. ","rvs_goal_point":[40.7127626776,-74.0158929415],"key":7314,"region":"Manhattan","rvs_start_point":[40.704216864,-74.017360425]} -{"content":"Meet me on the northeast of you at the bench on West 62th Street, directly across the street from an arts centre\r\nand west of a hotel.\r\n","rvs_goal_point":[40.771439,-73.9845609],"key":7315,"region":"Manhattan","rvs_start_point":[40.7607512,-73.9944217]} -{"content":"I'm at the Korean fast food restaurant on the north side of East 31st Street. It is just over four blocks from the river (if the street went all the way through).","rvs_goal_point":[40.7446972,-73.9813002],"key":7316,"region":"Manhattan","rvs_start_point":[40.7581196,-73.9889244]} -{"content":"I'm sitting on a bench looking at the water. Walk along West 26th and then another block west. Come quick. ","rvs_goal_point":[40.7510489,-74.0087875],"key":7317,"region":"Manhattan","rvs_start_point":[40.7493473,-73.9921822]} -{"content":"Meet me at the bakery southeast of you on 8th Avenue. It's a block and a half southwest of The Row Hotel. The bus station is southwest of the bakery across the intersection there.","rvs_goal_point":[40.7574417,-73.989378],"key":7318,"region":"Manhattan","rvs_start_point":[40.7613761,-73.9906947]} -{"content":"Meet me at a restaurant on Carmine Street. There are several restaurants on this particular block but I'm at the one that's on the northwest corner of the block (aka southeast (mostly east) part of the intersection. On the block across the street and to the east is a place of worship. Probably the best way to get there from where you are at is take the road that heads south (and a little west) and you'll pass Burbin Museum of Art keep going and off to the other side you'll pass an NYC LGBT Community Center and keep going and you'll eventually hit Greenwich Village but again keep going and you'll pass Jekyll and Hyde Club then a library and right when the road changes names Carmen will be the cross street and head east and I'm at the next intersection again it's the restaurant on the southeast corner.","rvs_goal_point":[40.72978,-74.0037432],"key":7319,"region":"Manhattan","rvs_start_point":[40.7445117391,-73.9959598259]} -{"content":"Meet me at the park on Bleecker Street. It's near the intersection where three streets cross. It's on the west side of the intersection. An alcohol shop is on the same block to the west of me.","rvs_goal_point":[40.729870677,-74.0024010308],"key":7320,"region":"Manhattan","rvs_start_point":[40.7209153,-73.9897956]} -{"content":"Meet me at an ice rink northeast of you at a park on 6th Avenue. Just north of it is 6 fountains. West of the ice rink is a historic reservoir and southeast of it is 3 gardens.","rvs_goal_point":[40.7537767,-73.9843491],"key":7321,"region":"Manhattan","rvs_start_point":[40.7409272,-73.9956062]} -{"content":"Come see me at the gift shop east of 7th Avenue. Kay jewelers is on this block, northeast. Verizon Wireless is also on this block to the far east. ","rvs_goal_point":[40.7504717,-73.9907283],"key":7322,"region":"Manhattan","rvs_start_point":[40.7551314,-73.9910921]} -{"content":"Go northwest to Broome Street, and head west passing San Lorenzo Ruiz Chapel and Kate Spade New York. Meet me at the southwest corner of the next intersection at the clothes shop.","rvs_goal_point":[40.7225053,-74.0016144],"key":7323,"region":"Manhattan","rvs_start_point":[40.7131883881,-73.99476435]} -{"content":"Meet me at the garden off the end of the Battery Park Underpass right where the Battery Gardens restaurant is. You'll need to go about 10 blocks south after going west to get on the first street that heads south. You'll have to merge onto the underpass when heading south and just follow it until it ends.","rvs_goal_point":[40.7011484434,-74.0152275345],"key":7324,"region":"Manhattan","rvs_start_point":[40.7108357418,-74.0135455617]} -{"content":"Let's grab a bite at the restaurant on the south side of Bleeker Street, about a half block before it curves northward. It is just east of a school.","rvs_goal_point":[40.7292524,-74.0016278],"key":7325,"region":"Manhattan","rvs_start_point":[40.7389382,-73.9896466]} -{"content":"Meet me on the northeast of you at the cinema on the north side of West 23rd Street, to the northwest of a hostel and southeast of Capital One bank.\r\n","rvs_goal_point":[40.7460456,-73.9998605],"key":7326,"region":"Manhattan","rvs_start_point":[40.735053,-74.0059043]} -{"content":"Meet me at Pret A Manger sandwich restaurant located on the north side of East 51st street. Lotte Hotels is on the opposite block, west side. ","rvs_goal_point":[40.7581003,-73.9739104],"key":7327,"region":"Manhattan","rvs_start_point":[40.7462735,-73.9775415]} -{"content":"Meet me at a restaurant east of you on the south side of East 57th Street. A department store shop is east of it on the same street. Northeast of this restaurant is two fast food restaurants and a Dig fast food.","rvs_goal_point":[40.7610242,-73.9697542],"key":7328,"region":"Manhattan","rvs_start_point":[40.76136525,-73.97964395]} -{"content":"Head north on the same avenue you're on until you reach 42nd street, then just look to the right on that street and you'll see me at the garden there. Less than a block south you'll see Seven Fountains. A memorial lies to the east.","rvs_goal_point":[40.7544912657,-73.9838114473],"key":7329,"region":"Manhattan","rvs_start_point":[40.7477844,-73.9894176]} -{"content":"Come to the pizza fast food restaurant west of University place. It is close to the south corner and I can see a park east of here. ","rvs_goal_point":[40.7347668,-73.9922972],"key":7330,"region":"Manhattan","rvs_start_point":[40.7199835,-73.9985488]} -{"content":"I will be waiting at Uncle Johnny supermarket on Avenue D. It is on the same block and north of China Work fast food restaurant. ","rvs_goal_point":[40.7224555,-73.9771378],"key":7331,"region":"Manhattan","rvs_start_point":[40.7215736,-73.9930301]} -{"content":"Meet me at Shake Shack by the corner south of West 36th street. TD bank is on the other corner by the west. ","rvs_goal_point":[40.7513742,-73.9878729],"key":7332,"region":"Manhattan","rvs_start_point":[40.7399728,-73.985663]} -{"content":"Get yourself on East 32nd street and meet me at the beauty shop close to the west corner on the south side of the street. You will see a hotel on the same block.","rvs_goal_point":[40.7469383,-73.9852274],"key":7333,"region":"Manhattan","rvs_start_point":[40.7554094986,-73.9880763339]} -{"content":"Head east and you'll find me at the bike parking on York Avenue. It's on the west side of the street and a block south of the auction shop.","rvs_goal_point":[40.7657268,-73.9546716],"key":7334,"region":"Manhattan","rvs_start_point":[40.769173,-73.9629989]} -{"content":"Travel north to Union Square west where we'll meet at the drinking water in the park area, southwest of the marketplace and northeast of the Reebok store.","rvs_goal_point":[40.7361173,-73.990487],"key":7335,"region":"Manhattan","rvs_start_point":[40.7206682,-73.9899466]} -{"content":"Meet me at the Citi BIke rental on Allen Street just north of the Flix Bus stop. Take the highway you are on east until you are underneat the manhattan bridge. Don't take the bridge there's another road that goes in a more north direction and that road will eventually turn into Allen Street and the bike rental is about two blocks after the road changes names.","rvs_goal_point":[40.7160587,-73.9919076],"key":7336,"region":"Manhattan","rvs_start_point":[40.7050856056,-74.0042193913]} -{"content":"Meet me at the fast food restaurant on the east side of 2nd Avenue. The library is a half block to the north and the food court is to my northwest.","rvs_goal_point":[40.7283131,-73.9876333],"key":7337,"region":"Manhattan","rvs_start_point":[40.732993025,-73.9778750366]} -{"content":"Go northeast about a dozen blocks. As you go north up Avenue B you will pass B Cup Cafe. Meet me at the restaurant on the corner just before the housing projects, next to Aura Cleaners.","rvs_goal_point":[40.7292279,-73.9780148],"key":7338,"region":"Manhattan","rvs_start_point":[40.7250202,-73.9941301]} -{"content":"Let's do some shopping at the clothes shop. Head east through the park, and then north a few blocks. There is a museum on the the block just south of the clothes shop. The museum is on the south side of 71st on its western most side. The clothes shop is on the north side of 71st on its eastern most side (on the block). ","rvs_goal_point":[40.7712673,-73.966008],"key":7339,"region":"Manhattan","rvs_start_point":[40.7718619,-73.9824384]} -{"content":"Let's sit on the bench that is in the south part of the peninsula and is found on the very short alley, called exchange alley. It's northeast of a park. In the park are a couple of benches in it's southwest portion.","rvs_goal_point":[40.7069772,-74.0130665],"key":7340,"region":"Manhattan","rvs_start_point":[40.7160717,-73.9994196]} -{"content":"Meet me at the clothes shop on the west side of Orchard Street. It's right next to Self Edge, on the south side.","rvs_goal_point":[40.720887,-73.9889462],"key":7341,"region":"Manhattan","rvs_start_point":[40.730856875,-73.9759559743]} -{"content":"Meet me at the restaurant on 9th Avenue located southwest of you. Heading south on the street, you will see Westside Theatre and then B&H Photo Video. There is Church of the Holy Apostles located one block before the destination. You will pass a park and a school after the church. Then the destination is at the end of the next block. If you see a dry cleaning shop, you have gone too far.","rvs_goal_point":[40.7479759,-74.0005778],"key":7342,"region":"Manhattan","rvs_start_point":[40.7592714,-73.9880841]} -{"content":"Meet me at the cafe south of you on Pile Street. A museum is east of it. Fairfield Inn & Suites is south of the cafe.","rvs_goal_point":[40.7146071,-73.9924298],"key":7343,"region":"Manhattan","rvs_start_point":[40.7268339,-73.9906675]} -{"content":"Meet me at a hotel south of you on the east side of Mulberry Street. A Roman Catholic Church is half a block south of it. The Mott Optical Group is to the northeast of this hotel and a fountain is to its southwest.","rvs_goal_point":[40.7152139594,-73.9993672147],"key":7344,"region":"Manhattan","rvs_start_point":[40.7278045,-73.997996]} -{"content":"Go southeast and meet me at the cafe right by Stuyvesant Oval, just east of the garden off of First Avenue Loop.","rvs_goal_point":[40.7319081565,-73.9789711817],"key":7345,"region":"Manhattan","rvs_start_point":[40.7420497,-73.9894131]} -{"content":"I am waiting at the Italian restaurant by the corner of the block on 9th Avenue. You can see Rite Aid pharmacy on the next block, northeast.","rvs_goal_point":[40.7450122,-74.0021429],"key":7346,"region":"Manhattan","rvs_start_point":[40.7395494,-73.9830602]} -{"content":"Meet me at a bicycle parking south of you on the corner of Henry Street. About a block west of it is a Catholic Church, three benches and two benches. North of this bicycle parking is a New York Public Library.","rvs_goal_point":[40.7135823,-73.9885616],"key":7347,"region":"Manhattan","rvs_start_point":[40.7262819,-73.9880844]} -{"content":"Go northeast and meet me at the clinic on the south side of east 23rd street, north of a shelter and east of Church of the Epiphany. It's the clinic nearest the corner.","rvs_goal_point":[40.7368952,-73.9790601],"key":7348,"region":"Manhattan","rvs_start_point":[40.7288026,-73.9898013]} -{"content":"Meet me at the bench northeast of your location. Head east until you get to 9th Avenue. Head north from there. Keep going until you see a post office box. Your destination is two blocks north on the other side of the street at the corner of the intersection. It just southwest of a Bed Bath & Beyond in the middle of the intersection.","rvs_goal_point":[40.7718903,-73.9824383],"key":7349,"region":"Manhattan","rvs_start_point":[40.764885,-73.9980903]} -{"content":"I'm shopping for clothes on Broadway, just a few blocks west of the cathedral and north west of Paper Source stationery. ","rvs_goal_point":[40.7250409,-73.9973221],"key":7350,"region":"Manhattan","rvs_start_point":[40.7171933,-73.9948713]} -{"content":"Meet me at the bicycle parking on west 17th street. It's about five and a half blocks west of you. It's past West Elm but on the other side of the street. It is the last bicycle parking on the south side of the street.","rvs_goal_point":[40.7401701,-73.9976537],"key":7351,"region":"Manhattan","rvs_start_point":[40.7353705,-73.9858837]} -{"content":"Take immediate right and follow the way to 77nd street and walk straight you will find The Meatball shop on your right aside then you will find the restaurant at the end of the road.","rvs_goal_point":[40.7710118,-73.953936],"key":7352,"region":"Manhattan","rvs_start_point":[40.7681528,-73.9678735]} -{"content":"Let's get a paper at the Kiosk Shop. Its on West 3rd Street, just before it ends at it's most northwest end, on it's north side. There is a music venue less than half a block to the east of it.","rvs_goal_point":[40.7310659,-74.0011898],"key":7353,"region":"Manhattan","rvs_start_point":[40.7257801,-73.9896238]} -{"content":"Go northeast up to West 33rd Street where we'll meet at the french restaurant steps from the Curio Collection by Hilton and west of the attraction. It's on the south side of the street.","rvs_goal_point":[40.7486746,-73.9875038],"key":7354,"region":"Manhattan","rvs_start_point":[40.7443406859,-73.994737013]} -{"content":"I am southeast where East 9th street starts, at Chopt fast food restaurant located by the corner of the block. A university is down south. ","rvs_goal_point":[40.7303916,-73.9903911],"key":7355,"region":"Manhattan","rvs_start_point":[40.7327936,-74.0040298]} -{"content":"I am the the bicycle parking close to the water on Hudson River Park. Boat rental is to my north and a community centre is to my southeast. ","rvs_goal_point":[40.7703856,-73.9957987],"key":7356,"region":"Manhattan","rvs_start_point":[40.761965,-73.9786125]} -{"content":"I'm at the garden on North Moore Street just before it dead ends at the water. Across the street is the university. It's northwest from where you are at by about 10 blocks. ","rvs_goal_point":[40.7203461707,-74.0107133376],"key":7357,"region":"Manhattan","rvs_start_point":[40.7147901,-73.998127]} -{"content":"I'm at a Starbucks cafe on Walker Street. It's on the corner of a small block. It'll be on the block after Church Street Boxing dojo. To get here, you'll need to go northwest, a few blocks past the Downtown Community Television Center.","rvs_goal_point":[40.719848,-74.0049417],"key":7358,"region":"Manhattan","rvs_start_point":[40.7133378,-73.9940155]} -{"content":"Meet me at the bicycle parking on West 24th Street. Bicycle Habitat is southwest of me. There is a church to my southeast.","rvs_goal_point":[40.7446842,-73.9949152],"key":7359,"region":"Manhattan","rvs_start_point":[40.7397337,-73.9878018]} -{"content":"Let's meet up at the night club off of Avenue C. It is on the same block as a garden. All on the adjacent block to the south is a pharmacy. The night club is close to the southwest corner of the block.","rvs_goal_point":[40.7218222,-73.980295],"key":7360,"region":"Manhattan","rvs_start_point":[40.7138068,-73.9953242]} -{"content":"I want to meet up with you today. Please meet me at the bicycle parking on West 45th street? It's on the northeast corner of the block, east of the theatre there. A block over and to the south is an independent hotel.","rvs_goal_point":[40.7567182,-73.9828512],"key":7361,"region":"Manhattan","rvs_start_point":[40.7576381,-73.9688539]} -{"content":"I'm at this museum on West 17th Street, northeast of you. The NYC LGBT Community Center is a bit more than halfway between us. A Pottery Barn is directly west of me, and there's a school on the block to the north of me. ","rvs_goal_point":[40.7400959,-73.9977377],"key":7362,"region":"Manhattan","rvs_start_point":[40.7350028,-74.0074621]} -{"content":"Meet me at a Cosi fast food restaurant east of you on the east side on Park Avenue South. A short distance north of it on the same street is a TD Bank ATM. Northwest of this restaurant is 2 hotels and a block and a half to its southeast is a ZIpcar car sharing.","rvs_goal_point":[40.745224,-73.9824341],"key":7363,"region":"Manhattan","rvs_start_point":[40.7459134,-73.9867553]} -{"content":"Go south a few blocks and meet me at the variety store shop on East 40th Street, east of the library and west of the post office.","rvs_goal_point":[40.7516376,-73.980881],"key":7364,"region":"Manhattan","rvs_start_point":[40.7537969,-73.9798481]} -{"content":"Let's meet up at the beauty shop. It's on Elizabeth street, almost 2 blocks from the streets southmost end. It's on the east side of the street, there is a hostel a block east and a charging station is on the block to the west of it.","rvs_goal_point":[40.7172711,-73.9963874],"key":7365,"region":"Manhattan","rvs_start_point":[40.7197629,-74.005662]} -{"content":"Let's meet up at the bar on the south side of East Houston Street? Across the street and to it's west is a Subway Fast food place. A museum is a couple of blocks over to the west of it.","rvs_goal_point":[40.7211733,-73.984116],"key":7366,"region":"Manhattan","rvs_start_point":[40.7115043779,-73.9983638458]} -{"content":"Let's meet and eat at the restaurant on Bleecker street. It's west a block from two bars, then next to those two bars is another bar, there are a lot of bars to the east.","rvs_goal_point":[40.7287239,-74.0000031],"key":7367,"region":"Manhattan","rvs_start_point":[40.7312435,-74.0065999]} -{"content":"Head west and slightly south to meet me at the FDNY Rescue Fire Station on the south side of West 43rd street about a block past The Food Emporium.","rvs_goal_point":[40.7607100749,-73.9965932468],"key":7368,"region":"Manhattan","rvs_start_point":[40.7608042,-73.9842008]} -{"content":"Meet me at the Superdry on West 34th Street I'm across the street north of an attraction. You should go south 10 1\/2 blocks to get to West 34th and then 3 1\/2 blocks east. You will pass a Target and Sunglass Hut about a half block before you get to the SuperDry.","rvs_goal_point":[40.7493309,-73.9861281],"key":7369,"region":"Manhattan","rvs_start_point":[40.7601462,-73.9916196]} -{"content":"Meet me at the fast food restaurant. You\u2019ll want to go approximately five blocks east and then seven blocks north. You\u2019ll see an arts centre on Barrow Street. Your destination is on that same block, on the same street, right in the southeast corner where it intersects with another street. You really can\u2019t miss it. ","rvs_goal_point":[40.7323473,-74.0037762],"key":7370,"region":"Manhattan","rvs_start_point":[40.7280157,-74.011368]} -{"content":"Come and meet me at the bicycle parking just after E. 65th on the east side of the avenue. The Affinia Hotels is on the block to my west. ","rvs_goal_point":[40.764091,-73.9617023],"key":7371,"region":"Manhattan","rvs_start_point":[40.7701167,-73.9600332]} -{"content":"Head east from where you are at until you get to Lexington Avenue then head south on that road. I am at the Affinia Hotels which will be about 2 1\/2 blocks past the European Wax Center.","rvs_goal_point":[40.7484239,-73.9780254],"key":7372,"region":"Manhattan","rvs_start_point":[40.7618189,-73.9853212]} -{"content":"Meet me at the cafe right at the beginning of Pier 1 next to the toliets. It's right by the river next to the highway. From where you are at you should go west until you get to the highway off the river then go north until you get to the pier which is were the cafe is.","rvs_goal_point":[40.7798220159,-73.9885781498],"key":7373,"region":"Manhattan","rvs_start_point":[40.7700463,-73.9802762]} -{"content":"go to the post office ok? I'll meet up with you there. It's on henry Street. 3 benches is just north across the street from it. A hospital is a block to the east of it.","rvs_goal_point":[40.7133306,-73.9900265],"key":7374,"region":"Manhattan","rvs_start_point":[40.7159724,-73.9999898]} -{"content":"That garden you like? The one on the southwest edge of the peninsula? Let's meet there. Remember it's south of 2 gardens and the historic fort?","rvs_goal_point":[40.7023554672,-74.0163941037],"key":7375,"region":"Manhattan","rvs_start_point":[40.7144017,-74.005909]} -{"content":"I had a bad day, so am purchasing some vodka at the alcohol shop on Avenue A which is to your north. It is exactly three blocks south of the southwest corner of the large square shaped park. Across the street to the southeast is a catholic church.","rvs_goal_point":[40.7243311,-73.984588],"key":7376,"region":"Manhattan","rvs_start_point":[40.714019,-73.9921233]} -{"content":"Meet me at a laundry shop to your northeast on Allen Street. A bicycle rental is across the street from it. VapeNY is west of the shop.","rvs_goal_point":[40.7203122,-73.9900905],"key":7377,"region":"Manhattan","rvs_start_point":[40.7120612,-73.9983332]} -{"content":"Move east to get on Broadway, you will see me at the clothes shop in the middle of the block. Dunkin restaurant is on the next block south. It is not G-Star clothes shop. ","rvs_goal_point":[40.720388,-74.0012951],"key":7378,"region":"Manhattan","rvs_start_point":[40.7165272,-73.9836131]} -{"content":"Let's park our bikes at the bicycle parking on East 6th street. It's just north and a bit east of us now. It's about 6 blocks north. There is a pharmacy about a half block west, just past the ave there, and to the east there is an emergency phone past the avenue to the east of the parking area. Another pharmacy is a block or so south of it.","rvs_goal_point":[40.7271249,-73.9876934],"key":7379,"region":"Manhattan","rvs_start_point":[40.723376,-73.990104]} -{"content":"Get to the bicycle parking by heading south on 2nd Avenue. You will go past the Church of the Epiphany and continue on past Village East Cinema. Once you reach the theatre the bicycle parking is a block south of you.","rvs_goal_point":[40.7279923,-73.9882092],"key":7380,"region":"Manhattan","rvs_start_point":[40.7432244,-73.9772502]} -{"content":"Head west all the way to west broadway, and meet me at the bike parking on the south corner of the block north of the two fast food restaurants.","rvs_goal_point":[40.721533,-74.00469],"key":7381,"region":"Manhattan","rvs_start_point":[40.71905,-73.9887206]} -{"content":"Meet me at the Italian restaurant on Mulberry Street. \r\nA church is on the same block to the northwest and a Tesla charging station is two streets to the east. The restaurant is towards the southeast corner of the block.","rvs_goal_point":[40.7174105,-73.99854],"key":7382,"region":"Manhattan","rvs_start_point":[40.7226058,-74.005459]} -{"content":"Go south down 1st Avenue then turn toward the waterfront at the United Nations Post Office, just past the Sphere Within Sphere. Meet me at the garden near the water next to the Headquarters of the United Nations. ","rvs_goal_point":[40.7501322521,-73.9669021571],"key":7383,"region":"Manhattan","rvs_start_point":[40.7615187,-73.9603618]} -{"content":"Let's eat at the chinese Restaurant on East 25th street, it's Just over 2 blocks east of the westmost terminus of that street. It's just south though of Popeye's fast food, and just north of a starbuck's cafe.","rvs_goal_point":[40.740879,-73.983576],"key":7384,"region":"Manhattan","rvs_start_point":[40.7475612,-73.9869147]} -{"content":"Meet me at a telephone north of you on West 66th Street. A bench is on my left. A bicycle parking is nearby to the south.\r\n","rvs_goal_point":[40.7761929,-73.9872764],"key":7385,"region":"Manhattan","rvs_start_point":[40.7630045,-73.9890638]} -{"content":"Head north on Houston Street, it's the street a block east of where you are now. First go one block east to reach that. Continue north on it, passing, first by Hudson Park Library. In several blocks you'll see Julius bar, (which also has a restaurant there). Pass this. This means you're about half way up the street to your destination. On the block where you see both a furniture type shop, which also sells pots, and a beauty type shop on the left side, Turn right on the street just past them, you'll find a bike parking area operated by city of New York. If you make it to Angel Street Thrift, you've gone too far though, turn back.","rvs_goal_point":[40.7401701,-73.9976537],"key":7386,"region":"Manhattan","rvs_start_point":[40.7274727,-74.0074855]} -{"content":"Meet me at the fast food restaurant south of your location. Walk past the park and when you see Saint Paul's Chapel, go south for 13 blocks. When you see three benches, turn south at the next intersection. Continue going south along the street and turn south again at the fork. The fast food restaurant is on the west side of the street. If you see a parking lot, you have gone too far.","rvs_goal_point":[40.7012502,-74.0131628],"key":7387,"region":"Manhattan","rvs_start_point":[40.7121702681,-74.0071497396]} -{"content":"I am at Bath and Body Works where Park Avenue South intersects the street just south of you. Madison Square Park is one block to my west and across the street.","rvs_goal_point":[40.7400916,-73.986716],"key":7388,"region":"Manhattan","rvs_start_point":[40.7456668,-73.9984565]} -{"content":"I'm at the fast food burger joint on East 9th Street. It's less than half a block west of the square shaped park that contains the fountain. The restaurant is on the south side of the street.","rvs_goal_point":[40.7274755,-73.9834679],"key":7389,"region":"Manhattan","rvs_start_point":[40.7310694,-73.9890335]} -{"content":"Meet me at the furniture shop. It's on East 31st street and is just east of a nomad cafe. It's also west of an Atm.","rvs_goal_point":[40.7453555,-73.9834775],"key":7390,"region":"Manhattan","rvs_start_point":[40.7480382,-73.9760986]} -{"content":"I'm southwest of you at the restaurant on west 44th street. It's across the street from Row NYC Hotel, but on the corner.","rvs_goal_point":[40.7583293,-73.9886792],"key":7391,"region":"Manhattan","rvs_start_point":[40.7607183,-73.9806999]} -{"content":"Move southeast past a church and get on Lafayette street, I will be at the French restaurant by the corner east of a post box. ","rvs_goal_point":[40.7275742,-73.993705],"key":7392,"region":"Manhattan","rvs_start_point":[40.7393738,-74.0021204]} -{"content":"Meet me at a Starbucks cafe northwest of you on Broad Street. it is between another cafe and a post office all on the same street. A block east of the Starbucks cafe is 20 Exchange Place.","rvs_goal_point":[40.7051728,-74.011298],"key":7393,"region":"Manhattan","rvs_start_point":[40.7031661197,-74.008674127]} -{"content":"Meet me at the Orchard Corset clothes shop southwest of you. From your location, head east then south at the first intersection. Keep heading south past Peretz Square onto Allen Street. Your destination is on the second block south, opposite from a Self Edge store. There is a Kris Graphics graphic design one block southwest of your destination.","rvs_goal_point":[40.7209775,-73.9891491],"key":7394,"region":"Manhattan","rvs_start_point":[40.7321542,-73.9840576]} -{"content":"Come to the tea shop on the east side of Bowery street. It is close to the north corner and directly south of me on the next block is a hotel. ","rvs_goal_point":[40.7181437,-73.9947599],"key":7395,"region":"Manhattan","rvs_start_point":[40.7248117,-73.998741]} -{"content":"I'm really getting the shakes, let's get some alcohol, I think it will steady me. Meet me at the bar on 8th ave. It's the one west of the Longacre Theatre. A stabucks is about a block south and across the street too.","rvs_goal_point":[40.7612883,-73.9871051],"key":7396,"region":"Manhattan","rvs_start_point":[40.745689,-73.9899491]} -{"content":"Let's get a sandwich at the fast food restaurant on the east side of Park Avenue. The restaurant is in the northwest corner of it's block. Across the busy streets to the southwest is a Bank of America on the adjacent block to the west. There is also a Subway to the northeast on the adjacent block to the northeast.","rvs_goal_point":[40.7506137,-73.9784255],"key":7397,"region":"Manhattan","rvs_start_point":[40.7544636,-73.9686172]} -{"content":"Meet me at the Dunkin' to the west of you. It's on Clarkson Street west of the shake shack and the school.","rvs_goal_point":[40.7293761,-74.0072149],"key":7398,"region":"Manhattan","rvs_start_point":[40.7280719,-73.9885267]} -{"content":"Go up to West 23rd Street where we'll meet at the bicycle parking on the north side of the road. It's southeast of one cinema and northwest of another cinema. It's pretty much directly west from Whole Foods Market.","rvs_goal_point":[40.7455511,-73.9989101],"key":7399,"region":"Manhattan","rvs_start_point":[40.7362449973,-74.0010853706]} -{"content":"Meet me at the parking entrance just east of the Ziegfeld Theatre on the north side of West 54th street.","rvs_goal_point":[40.7630541,-73.9799221],"key":7400,"region":"Manhattan","rvs_start_point":[40.7641853,-73.988146]} -{"content":"Head east to get close to Avenue D. You will see me at the pharmacy by the south corner which is northeast of a garden. ","rvs_goal_point":[40.7220472,-73.9774605],"key":7401,"region":"Manhattan","rvs_start_point":[40.7213489,-73.992938]} -{"content":"I am at the garden in the middle of the block on the south side of Worth street. The garden has a square shape and it's just southwest of toilets. ","rvs_goal_point":[40.7143132832,-74.0006713311],"key":7402,"region":"Manhattan","rvs_start_point":[40.7210247,-73.9897308]} -{"content":"Meet me at the TD Bank on West 32nd Street which is a little bit east of the Curio Collection by Hilton. You'll need to go 4 blocks east and 7 blocks north to get there.","rvs_goal_point":[40.7484764,-73.9890009],"key":7403,"region":"Manhattan","rvs_start_point":[40.7491823,-74.0039087]} -{"content":"Go several blocks east and meet me at the coworking space on East 24th Street, right next to the post office, north of the The Salvation Army.","rvs_goal_point":[40.7394702,-73.9829009],"key":7404,"region":"Manhattan","rvs_start_point":[40.7415631,-73.9940379]} -{"content":"Go east past Immaculate Conception Church and get on East 14th street. I am at the garden north of Sally Beauty Supply and west of 9 parking space. ","rvs_goal_point":[40.73029345,-73.9791242],"key":7405,"region":"Manhattan","rvs_start_point":[40.7318091,-73.9948567]} -{"content":"Let's sit on that bench you like, you know the one, in the midst of the park area, over the oak bridge and off West drive which goes thorough the area. To it's north east is 2 more benches then east of those benches are three more, just in case you don't like the one I am sitting on.","rvs_goal_point":[40.7780335,-73.9706653],"key":7406,"region":"Manhattan","rvs_start_point":[40.7739938,-73.9666568]} -{"content":"Meet me at the deli shop on East 31st Street. A hotel is on the same block to the east and CVS Pharmacy is a block to the north. I'm on the southwest corner of the block.","rvs_goal_point":[40.746559,-73.985699],"key":7407,"region":"Manhattan","rvs_start_point":[40.7407741,-74.0015032]} -{"content":"Meet me at the cafe. Go southwest from where you are until you pass the Williamsburg Bridge. In a couple of blocks past the bridge, go east on Grand Street. The cafe will be in about one and a half blocks on the south side of the street. It is just past the Y in the road. If you see the pharmacy, you've gone too far.","rvs_goal_point":[40.7144862,-73.9821342],"key":7408,"region":"Manhattan","rvs_start_point":[40.7243534,-73.9784734]} -{"content":"Meet me at a fast food restaurant east of you on the south side of West 45th Street. It is between Americas Tower and a Chipotle fast food which are all on he same street. The Independent Hotel is a block south of this fast food restaurant.","rvs_goal_point":[40.7562979,-73.9818979],"key":7409,"region":"Manhattan","rvs_start_point":[40.7586769,-73.9927249]} -{"content":"Let's grab a coffee at the starbucks on the south side of west 57th street. It's a block east of the NY cardiac diagnostic center, just east of the arts centre.","rvs_goal_point":[40.7649496,-73.979109],"key":7410,"region":"Manhattan","rvs_start_point":[40.7542769679,-73.9839360428]} -{"content":"If you want to find me - come to the atm not far from you . After you leave the restaurant go down the street for 5 blocks and take a right, and I'll be on the far corner of the street. If you see a hospital you have gone too much down the street and you should go back north for one block.","rvs_goal_point":[40.7650853,-73.9637151],"key":7411,"region":"Manhattan","rvs_start_point":[40.7680306,-73.959163]} -{"content":"Let's eat at that Mexican style fast food place On Essex street. to it's east is a school, a little over a block away. To the west is a gallery, over a block.","rvs_goal_point":[40.7196794,-73.9877861],"key":7412,"region":"Manhattan","rvs_start_point":[40.7145539368,-73.9910814765]} -{"content":"Meet me on the south of you at the bicycle parking on the south side of Henry Street, to the northeast of a hospital and east of Lazy Susan Gallery.\r\n\r\n","rvs_goal_point":[40.713626,-73.9863179],"key":7413,"region":"Manhattan","rvs_start_point":[40.7262807,-73.9897804]} -{"content":"Meet me at a bicycle parking southwest of you on West 14th Street. A bridge is west of it. The Apple Store is about a block east of the bicycle parking.","rvs_goal_point":[40.7414714,-74.0067891],"key":7414,"region":"Manhattan","rvs_start_point":[40.7466178,-73.9921722]} -{"content":"Meet me at the restaurant on East 13th Street right next to a Starbucks. You'll need to go 13 blocks south and then go east almost a block and you'll be there.","rvs_goal_point":[40.7309012,-73.9833892],"key":7415,"region":"Manhattan","rvs_start_point":[40.7398994,-73.9791296]} -{"content":"Meet me at the antiques shop northeast of you on the north side of West 31st Street. H Mart is northwest of me. Nyma Hotel is on my east.\r\n\r\n","rvs_goal_point":[40.7472671,-73.9872671],"key":7416,"region":"Manhattan","rvs_start_point":[40.7371625,-73.9959403]} -{"content":"Meet me northwest of your position. I'm at the bicycle rental west of hotel and northeast of restaurant.","rvs_goal_point":[40.7551027,-73.974987],"key":7417,"region":"Manhattan","rvs_start_point":[40.753593,-73.97354]} -{"content":"I'm southwest of you at the restaurant on 10th Avenue. A post box is on my north. There is a fast food restaurant on the southwest.","rvs_goal_point":[40.7609658,-73.994264],"key":7418,"region":"Manhattan","rvs_start_point":[40.7691161,-73.9821909]} -{"content":"I'm modeling at the studio just south of Houston Street. It's on the east side of the long street that you're already on. There is a bank across the street.","rvs_goal_point":[40.724959,-73.9969469],"key":7419,"region":"Manhattan","rvs_start_point":[40.7151802,-74.0055732]} -{"content":"I'm now shopping at 36 Market Grocery Store on the west side of the Manhattan Bridge. You can meet me here by going southeast. Head south on the bridge until you see a fountain. The grocery store is just a block away to the south. It is the second grocery store in that block. If you see a school, you have gone too far.","rvs_goal_point":[40.7125532,-73.9942216],"key":7420,"region":"Manhattan","rvs_start_point":[40.7173097,-74.0007245]} -{"content":"Meet me at the vacant shop on Saint Mark's Place. It's on the south side of the street and in the middle of it. The block north of it has a library. ","rvs_goal_point":[40.7290057,-73.9889655],"key":7421,"region":"Manhattan","rvs_start_point":[40.7221136,-73.9969825]} -{"content":"I'm at the e-cigarette shop due east of you on York Avenue. It's on the west side of that street about a block north of the library.","rvs_goal_point":[40.7712207,-73.9508007],"key":7422,"region":"Manhattan","rvs_start_point":[40.7711267,-73.9569024]} -{"content":"Head Northwest on Broadway. Go past Citi Bike and take a left when you reach 6th & 33rd. After Penn station turn north. You'll be going Northwest again until the corner where I am at the clothes shop. There is a Chase just a block north of me.","rvs_goal_point":[40.7550216,-73.9920584],"key":7423,"region":"Manhattan","rvs_start_point":[40.7460969,-73.9891468]} -{"content":"Go north from the bank and then west when you get to west 53rd street. You'll pass Broadway Theatre and St. Benedict the Moor's Church. I'll be at the chinese restaurant on the corner of the next block west.","rvs_goal_point":[40.7653574,-73.9878362],"key":7424,"region":"Manhattan","rvs_start_point":[40.7576227,-73.9823951]} -{"content":"I'm at the bicycle parking on East 35th Street. It's a block to your east, and quite a ways south. The parking is is on the southwest corner of the intersection.","rvs_goal_point":[40.7464053,-73.9777291],"key":7425,"region":"Manhattan","rvs_start_point":[40.761488,-73.9686234]} -{"content":"I'm up north of you. I'm at West 40th St. I'm at the hotel there. It's across the street and west of the library. Two playgrounds are north west of there. A fitness place is even further to the west of it, and north.","rvs_goal_point":[40.7528779,-73.9837787],"key":7426,"region":"Manhattan","rvs_start_point":[40.7405186,-73.9889698]} -{"content":"Meet me at the Hell's Kitchen charity shop on 9th Avenue. From your destination, head west then head north onto the street of your destination. You'll have to go many blocks north until you reach the Manhattan Eye Works optician shop. Your destination is on the next block. If you see an Atlas Social Club social centre, you've gone too far.","rvs_goal_point":[40.7631392,-73.9889569],"key":7427,"region":"Manhattan","rvs_start_point":[40.7485322897,-73.9884532644]} -{"content":"I will be waiting by the toilets on Central park zoo. Zoo is on its southwest and USPS is on its southeast side. ","rvs_goal_point":[40.7674269,-73.9714341],"key":7428,"region":"Manhattan","rvs_start_point":[40.7635878,-73.9759916]} -{"content":"Let's meet at the bakery shop. It is off of Stain Marks's Place on the north side of the street. There is a library on the same block and on the adjacent block to the south is a pub. The bakery shop is probably the 5th or 6th building going east if you start from the southwest corner of the block.","rvs_goal_point":[40.7292786,-73.9889945],"key":7429,"region":"Manhattan","rvs_start_point":[40.7329581,-74.0039041]} -{"content":"Meet me at the clothes shop a few blocks north of you. Go four blocks north and then three blocks west. It\u2019s on Spring Street in the very southeast corner of the block. The block south of it has an \u201cattraction\u201d in it. ","rvs_goal_point":[40.7227912,-73.9980837],"key":7430,"region":"Manhattan","rvs_start_point":[40.7191024,-73.9970647]} -{"content":"I'm parking my bike. Walk on East 63rd St. almost all the way to the end of the street (just a block before). Turn right and it will be on the corner. ","rvs_goal_point":[40.7610568,-73.9580799],"key":7431,"region":"Manhattan","rvs_start_point":[40.7635766,-73.9673656]} -{"content":"Meet me at the post box next to the Verizon store. It's on Delancey Street about 20 blocks south of you, between the CityMD clinic and the Boost Mobile.","rvs_goal_point":[40.7181792,-73.9864016],"key":7432,"region":"Manhattan","rvs_start_point":[40.7323273,-73.9873238]} -{"content":"Meet me at the Japanese restaurant northwest of you on West Houston Street. It's on the next block past The Folly pub on the southwest corner of that block. It's across the street from a church.","rvs_goal_point":[40.7277615,-74.0011504],"key":7433,"region":"Manhattan","rvs_start_point":[40.7227097,-73.9833461]} -{"content":"I'm northeast of you at the supermarket on the south side of 4th street on the block south of the bar.","rvs_goal_point":[40.72665,-73.9907961],"key":7434,"region":"Manhattan","rvs_start_point":[40.7227037,-74.0043545]} -{"content":"Move southeast and meet me at the fitness centre on East 4th street. It is in the middle of the block and New York fire department is on the next block to the east. ","rvs_goal_point":[40.7280452,-73.9937383],"key":7435,"region":"Manhattan","rvs_start_point":[40.7314804411,-73.9955203017]} -{"content":"Let's get our laundry done, meet me at the laundry shop on Elizabeth street. It's across the street and just north of an events venue. A church is a block or so northwest of it.","rvs_goal_point":[40.719345,-73.9955841],"key":7436,"region":"Manhattan","rvs_start_point":[40.7238976,-74.0042319]} -{"content":"Meet me at the cloth shop when you finish your pizza. Just go south, and you'll find it just past a cathedral. you should pass NoHo it is just at the south end of the block past East Houston. Westwood Gallery is on the block east of me.","rvs_goal_point":[40.7230437,-73.9946606],"key":7437,"region":"Manhattan","rvs_start_point":[40.7353271,-73.9928463]} -{"content":"Let's go out, meet me at the nightclub on West 46th street, about a half block from it's westernmost end, near the water's edge. to it's east is a bicycle rental spot and to the west is a museum.","rvs_goal_point":[40.763600752,-73.9975870038],"key":7438,"region":"Manhattan","rvs_start_point":[40.7607871,-73.9988189]} -{"content":"Head northwest and you'll find me just east of the five benches in the garden south of liberty street.","rvs_goal_point":[40.7104782222,-74.0136447071],"key":7439,"region":"Manhattan","rvs_start_point":[40.703077,-74.0084183]} -{"content":"I'm at the University in The Cooper Union's Foundation Building just northeast of a theatre on Astor Place. Go north one block and then go west just over three blocks. There is a KMart (yes really a KMart northwest of me and a theatre south west of me.","rvs_goal_point":[40.7295282,-73.9905606],"key":7440,"region":"Manhattan","rvs_start_point":[40.7262179,-73.9837986]} -{"content":"Go north east and you'll find me at the starbucks on east 36th street. It's at the east end of the block with a The Vitamin Shoppe at the other end.","rvs_goal_point":[40.7489897,-73.9823204],"key":7441,"region":"Manhattan","rvs_start_point":[40.7366713,-73.9891726]} -{"content":"Head north past a school on Mulberry street, you will see me on the next block at the Spanish restaurant after the cathedral. ","rvs_goal_point":[40.7244928,-73.9950083],"key":7442,"region":"Manhattan","rvs_start_point":[40.7091762454,-74.0014992246]} -{"content":"go northeast on the street in front of you at the bicycle parking. Take a right on East 69th Street, and go one block past the First Hungarian Reformed Church. I'm at the corner of the next block at the italian fast food restaurant.","rvs_goal_point":[40.7657055,-73.9572936],"key":7443,"region":"Manhattan","rvs_start_point":[40.764091,-73.9617023]} -{"content":"Go east and meet me at the restaurant on East Broadway, next door to the Fairfield Inn & Suites. It's the restaurant nearest the corner, and is east of the bridge.","rvs_goal_point":[40.7136795,-73.9930124],"key":7444,"region":"Manhattan","rvs_start_point":[40.7140513,-73.9988292]} -{"content":"Let's meet and eat at the restaurant on East 20th Street. Go east and slightly south for a number of blocks. When you reach the cinema, the restaurant will be on the same block in the northwest corner (just north of the cinema). ","rvs_goal_point":[40.7389172,-73.9896515],"key":7445,"region":"Manhattan","rvs_start_point":[40.746481,-74.0084273]} -{"content":"Meet me at a bench southwest of you south of the FDR Drive by the waterfront. North of it is a viewpoint and a library. A park is west of this bench.","rvs_goal_point":[40.7026067,-74.0082075],"key":7446,"region":"Manhattan","rvs_start_point":[40.7164128,-73.9998851]} -{"content":"When leaving the cafe, turn to the left and go until you get to William Street. Head southwest on this street and continue following the streets in this direction until you get to the park. Go through the park until you get to you destination, a bench in front of three benches, close to the water. ","rvs_goal_point":[40.7015185,-74.0158711],"key":7447,"region":"Manhattan","rvs_start_point":[40.7092434,-74.0078826]} -{"content":"Meet me at the historic memorial statue at the park. Head north on Broadway. When you get to the NoHo Historic District, you are about half way there. Keep heading north until you see the Regal Union Square Stadium 14 cinema. At the next cross street past the cinema, you will see the historic memorial in front of you. It's across the street from Whole Foods Market.","rvs_goal_point":[40.7353762,-73.990695],"key":7448,"region":"Manhattan","rvs_start_point":[40.7241982,-73.998047]} -{"content":"Let\u2019s meet for dinner at the fast food restaurant. Just walk straight west five blocks and then north one and it\u2019s right there. It\u2019s in the southeast corner of the block, diagonal from Sandbox Park. It\u2019s on 8th Avenue. ","rvs_goal_point":[40.7475198,-73.9971461],"key":7449,"region":"Manhattan","rvs_start_point":[40.7419322,-73.9860595]} -{"content":"I'm at the Milux Cafe on Wooster Street. If you go two blocks west and then make a left onto Wooster I'm on that block right before the next intersection.","rvs_goal_point":[40.7231111,-74.0018207],"key":7450,"region":"Manhattan","rvs_start_point":[40.7235189,-73.9994085]} -{"content":"Meet me at the beauty shop. Just go south about five blocks and there it is, on Stanton Street. It\u2019s in the southeast corner of the block. It shares a block with the bicycle rental. ","rvs_goal_point":[40.7203955,-73.984658],"key":7451,"region":"Manhattan","rvs_start_point":[40.7245168,-73.9834006]} -{"content":"We can meet at the paint shop, northeast of you, on West 29th Street. It's on the block with a cafe to the southeast of it, and there's a church about a block to the east. Across the street and to the west there's a theatre, not far away. ","rvs_goal_point":[40.7487593,-73.9947684],"key":7452,"region":"Manhattan","rvs_start_point":[40.7408507,-74.0033241]} -{"content":"Let's meet up at the clothes shop on Wast 36th Street. Head southwest to get there. Capital One bank is in the same block and Best Western is across the street from the clothes shop.\r\n","rvs_goal_point":[40.7502312,-73.9842709],"key":7453,"region":"Manhattan","rvs_start_point":[40.7580208,-73.974303]} -{"content":"Go 5 blocks north up the street you're on and meet me at the fast food restaurant on Amsterdam Avenue, south of the pharmacy and northwest of the school.","rvs_goal_point":[40.7822863,-73.9787291],"key":7454,"region":"Manhattan","rvs_start_point":[40.7789004,-73.981204]} -{"content":"Go southwest past Bloomberg Tower, Hammacher Schlemmer, Hotel 57, Central Synagogue, and several blocks later the Graybar building. After the block where the Chanin Building is, take a left. On that block at the end, meet me at the mexican restaurant there.","rvs_goal_point":[40.7503349,-73.9750642],"key":7455,"region":"Manhattan","rvs_start_point":[40.7642344,-73.9665484]} -{"content":"Go northwest and meet me at the theatre on West 13th Street, just west of the cinema and northeast of Ricky's NYC.","rvs_goal_point":[40.7362018,-73.9964897],"key":7456,"region":"Manhattan","rvs_start_point":[40.7286286,-73.9881039]} -{"content":"Meet me at the school on West 56th Street northeast of your starting point. Stay on your starting street and walk northeast. When you see a CitySpire Center you are three blocks away. Keep walking until you get to the school. If you see a Subway fast food restaurant on the other side of the street, you've gone too far.","rvs_goal_point":[40.7679539,-73.9881627],"key":7457,"region":"Manhattan","rvs_start_point":[40.7595594,-73.9683125]} -{"content":"The meeting location is the bicycle parking across the street from the post box on 2nd Avenue.","rvs_goal_point":[40.764515,-73.9616786],"key":7458,"region":"Manhattan","rvs_start_point":[40.7737155,-73.9759214]} -{"content":"A cafe where I want to meet you is on 7th Ave., catty corner to it is a macys (to it's southeast). a block to the east of that is a square.","rvs_goal_point":[40.7518367,-73.9902569],"key":7459,"region":"Manhattan","rvs_start_point":[40.7423232,-74.0041344]} -{"content":"I'm standing next to a water fountain in a playground near the waterfront on east 35th street. Head north east and you should see it near an Armenian church. ","rvs_goal_point":[40.7451252,-73.9733033],"key":7460,"region":"Manhattan","rvs_start_point":[40.7397692,-73.9890855]} -{"content":"Meet me at this bicycle parking on 6th Avenue, many blocks to your southwest. The parking is the first one to the south of the cinema, on the west side of the street. St. Joseph's Church is about two blocks north of me. When you pass Church of Saint Francis Xavier, you're almost halfway there. ","rvs_goal_point":[40.730959,-74.0016192],"key":7461,"region":"Manhattan","rvs_start_point":[40.7428058,-73.9947855]} -{"content":"Let's go that that restaurant. it's the one on east 13th street. Across the block to the north and slightly east is a footaction shoe place, and to the east of that is a Bank of America atm. There is a Zumiez clothes shop a couple of blocks east of that restaurant.","rvs_goal_point":[40.7350499,-73.9931722],"key":7462,"region":"Manhattan","rvs_start_point":[40.7422663,-73.9951717]} -{"content":"Meet me at S&A Leathers shop located northeast of where you are. Move north of Manhattan bridge to get on Allen street. Go past USA Shaolin Temple. The shop is by the right side on Allen street, close to Self Edge.","rvs_goal_point":[40.7208466,-73.9892158],"key":7463,"region":"Manhattan","rvs_start_point":[40.7098303,-73.9963051]} -{"content":"Let's meet up at the bicycle parking that is on 6th avenue, right on the block where that street terminates at it's most northern spot before the memorial in the park, about a block. The ritz carlton is across the street and north of the bike parking here.","rvs_goal_point":[40.7651133,-73.9767229],"key":7464,"region":"Manhattan","rvs_start_point":[40.7595189,-73.99156]} -{"content":"Meet me at the bicycle parking off of 2nd street. It is on the east side of the street. To the north on the adjacent block is a Mount Sinai hospital. And to the south on the caddy corner block is a cinema. The bicycle parking is closer to the cinema than it is to the hospital. ","rvs_goal_point":[40.731187,-73.98566],"key":7465,"region":"Manhattan","rvs_start_point":[40.7299035699,-74.005319927]} -{"content":"We should meet at the bicycle parking on the north side of West 29th Street. It's the one a little farther east from Five Guys, and Hampton hotel is across the street to the northeast. ","rvs_goal_point":[40.7474735,-73.9918538],"key":7466,"region":"Manhattan","rvs_start_point":[40.7428458,-73.9999943]} -{"content":"Meet up with me at Davids Tea, it's on West 22nd street. Go north to West 22th and then go east. It's north a block from Bank of America. An Outback steak house is northeast of it, almost half a block on the next street north. church of Holy Communion is about a block south of David's.","rvs_goal_point":[40.7419835,-73.9932144],"key":7467,"region":"Manhattan","rvs_start_point":[40.7349434,-74.0080378]} -{"content":"You will see me at the bicycle parking on 1st Avenue. Citi bike is on its southwest side and Citibank is located northwest. it is the third parking on the east.","rvs_goal_point":[40.7398426,-73.9761211],"key":7468,"region":"Manhattan","rvs_start_point":[40.7472822,-73.9931536]} -{"content":"Meet me at the restaurant on the north side of West 19th Street for some Spanish food. It is right next to a clothes shop, towards the southwest corner of it's block. There is a Starbucks and a Rite Aide to the west, slightly northwest, across the street on the adjacent block to the northwest.","rvs_goal_point":[40.7426481,-73.9995427],"key":7469,"region":"Manhattan","rvs_start_point":[40.7473207,-73.9881607]} -{"content":"First, go West to Richard Tucker Square, then head North towards 72nd street. Just across the street will be Bloomingdale's","rvs_goal_point":[40.7791578,-73.982197],"key":7470,"region":"Manhattan","rvs_start_point":[40.7727881,-73.9797998]} -{"content":"Head up northeast of you to the french restaurant on Lafayette Street. It's about a block northwest of a historic neighborhood and it's almost two blocks north of a Downtown Community Television center.","rvs_goal_point":[40.7183697,-74.0007749],"key":7471,"region":"Manhattan","rvs_start_point":[40.7139207948,-74.0169240943]} -{"content":"Meet me at a toilets northwest of you on the east side of the West Side Highway. Across the street to the west is a cafe. East of the toilets a historic district and to its southeast is a supermarket.","rvs_goal_point":[40.779683,-73.9883691],"key":7472,"region":"Manhattan","rvs_start_point":[40.7749158,-73.9825757]} -{"content":"Meet me on the southwest of you at the fountain on Battery Place near the shore, to the north of 4 benches and south of five benches.\r\n ","rvs_goal_point":[40.7060171,-74.0181359],"key":7473,"region":"Manhattan","rvs_start_point":[40.7163789,-74.0049643]} -{"content":"I'm at the bench on the Liberty Street, which is southwest of where you are. There is a church behind the bench on the same block. W Hotels are two blocks away from the bench on the south.","rvs_goal_point":[40.7103192,-74.0133123],"key":7474,"region":"Manhattan","rvs_start_point":[40.7215033,-74.0055845]} -{"content":"Meet me at the beauty shop north of you on Columbus Avenue. Near the destination, you will see a post box and Wine & Roses bar in the same block. The beauty shop is in the middle of the next block on the same side.","rvs_goal_point":[40.7792096,-73.9777045],"key":7475,"region":"Manhattan","rvs_start_point":[40.7727091,-73.9816717]} -{"content":"Far southwest, let's meet at the hairdresser shop, it's on the street that is the continuation and northern end of Catherine street. it's one of the last businesses on the east side of this streets continuation.","rvs_goal_point":[40.714686,-73.9980383],"key":7476,"region":"Manhattan","rvs_start_point":[40.7225302,-73.9892293]} -{"content":"Meet me at bicycle parking. Head northeast until you reach a block with an atm and a fire station. The block south of there is the one you want. It\u2019s on the south side of East 28th Street. Almost in the northwest corner of the block. ","rvs_goal_point":[40.741737,-73.9804913],"key":7477,"region":"Manhattan","rvs_start_point":[40.7391005,-73.9946765]} -{"content":"Meet me at the dentist's office. Head southeast on Wall Street. After you pass the Museum of American Finance, you will pass a street that ends at Wall Street. The dentist's office is right past that street on the south side of Wall Street.","rvs_goal_point":[40.7058315,-74.0087016],"key":7478,"region":"Manhattan","rvs_start_point":[40.7107442,-74.0163169]} -{"content":"Come to the restaurant southwest of where you are. Head west until you hit 2nd Avenue. Then move south for 13 blocks, passing Urban Outfitters and Chase atm. The restaurant is at the corner after the next intersection, on the opposite side of the street as Chase. ","rvs_goal_point":[40.7291102,-73.9875349],"key":7479,"region":"Manhattan","rvs_start_point":[40.7360641,-73.9760087]} -{"content":"Go northeast and meet me at the restaurant on the west side of Nassau Street, northeast of the Marine Midland Building and southeast of Urban Outfitters. It's near the middle of the block, not on the corner.","rvs_goal_point":[40.70932,-74.008734],"key":7480,"region":"Manhattan","rvs_start_point":[40.7066535,-74.0123807]} -{"content":"Meet me northeast of you at the bike parking on lexington avenue. i't a block north of the historic building, about mideway in the block on the east side of the street.","rvs_goal_point":[40.7650654,-73.9659751],"key":7481,"region":"Manhattan","rvs_start_point":[40.755296,-73.979822]} -{"content":"Let's take a picture at the Fountain in the middle of a park type area to the east of a seemingly replica of the fountain. To it's southeast is a high School for Health professions and human services.","rvs_goal_point":[40.733489064,-73.9835346151],"key":7482,"region":"Manhattan","rvs_start_point":[40.7198754,-73.9872096]} -{"content":"Hungry? Let's meet up at the restaurant for those Pita you really love then. it's the one on 7th Avenue? it's across the ave from a studio. There is a buy buy baby almost a block to the south and across the street (on it's west side).","rvs_goal_point":[40.7462312,-73.9938457],"key":7483,"region":"Manhattan","rvs_start_point":[40.7499892,-73.9886454]} -{"content":"Go directly west many blocks. Meet me at the vending machine on 8th Avenue, right next to the De Lauren Wine shop. It is west of the Chelsea Television Studios and east of the Penn South Playground.","rvs_goal_point":[40.7474527,-73.9967507],"key":7484,"region":"Manhattan","rvs_start_point":[40.7455236,-73.9794]} -{"content":"Head soth until you hit west 3rd street, and go southeast on it. There is a big curch named Judson Memorial Church on the left of the street just meet up with me at the coffee shop that is just south of it, in the middle of the next block.","rvs_goal_point":[40.7291434,-73.999255],"key":7485,"region":"Manhattan","rvs_start_point":[40.7313311,-74.0013759]} -{"content":"Head west to the first intersection, then turn north. When you hit West 45th Street, go west for 2 blocks, past the parking lot. Your destination is the bike rental on the corner, between Southern Hospitality and Schmackary's.","rvs_goal_point":[40.7601925,-73.9912551],"key":7486,"region":"Manhattan","rvs_start_point":[40.7547897,-73.9815251]} -{"content":"Let\u2019s meet for coffee at the cafe. It is super close to where you are now, so it shouldn\u2019t be hard to find. Just go straight down through Madison Square and the cafe is on the south side of East 23rd Street, right below the south east corner of Madison Square Park. There is a bicycle repair station in the block beneath it. ","rvs_goal_point":[40.7407221,-73.9880906],"key":7487,"region":"Manhattan","rvs_start_point":[40.7443707,-73.98779]} -{"content":"Go east to 2nd avenue and follow it north for a long way. You will pass a hotel and a pharmacy, and on the next block I'll be at the bike parking on the far north corner.","rvs_goal_point":[40.7637563,-73.9623018],"key":7488,"region":"Manhattan","rvs_start_point":[40.7545379,-73.9770283]} -{"content":"Let's meet up at the bank on West 51st street. It's a little west of the french restaurant and east of a theater. To the south a block is a Chocolatier though.","rvs_goal_point":[40.7617657,-73.9825061],"key":7489,"region":"Manhattan","rvs_start_point":[40.7701546,-73.9813743]} -{"content":"Meet me at the clothes shop on Spring Street. It is on the block that is across the street from attraction. It is on the south east corner of the block.","rvs_goal_point":[40.7227912,-73.9980837],"key":7490,"region":"Manhattan","rvs_start_point":[40.7191024,-73.9970647]} -{"content":"I'm waiting near the place we parked our bikes, its not far from where you are, just west and a bit north just past Broadway. The is a cinema on the corner of the other side of Broadway. There is also Strand Bookstore on the block east of me. I'll be the standing on the first Bike stand on the south side of the street. ","rvs_goal_point":[40.7341244,-73.9914808],"key":7491,"region":"Manhattan","rvs_start_point":[40.7306918,-73.985917]} -{"content":"Go Northwest up to West 21st street. Let's park our bikes at the parking space with 2 spots. It's very near the coffee shop there. If you make your way all the way to the corner Hardware store on the same side of that street though, you'll have gone too far and head back a half block.","rvs_goal_point":[40.7422663,-73.9951717],"key":7492,"region":"Manhattan","rvs_start_point":[40.732979,-73.9872509]} -{"content":"Let\u2019s meet at Flixbus. Go southeast until you see a bicycle rental on Allen Street. Flixbus is in that same block. It is actually straight down from bicycle parking, and in the middle of the block. You can\u2019t miss it. ","rvs_goal_point":[40.7156266,-73.9918664],"key":7493,"region":"Manhattan","rvs_start_point":[40.71993,-73.9969247]} -{"content":"Start heading southwest and you can find me at the theatre on the south side of West 16th Street, a bit west from a bank and east of Anthropologie.","rvs_goal_point":[40.7414435,-74.0027591],"key":7494,"region":"Manhattan","rvs_start_point":[40.7504717,-73.9907283]} -{"content":"About 20 blocks to your southwest, I'll be at a fast food restaurant on West 23rd St. It's almost directly across the street from a cinema, and it's on the same block as the Muhlenberg Library and Crunch Fitness. From these locations, it's to the northwest. ","rvs_goal_point":[40.7451151,-73.997578],"key":7495,"region":"Manhattan","rvs_start_point":[40.7593273161,-73.9879303627]} -{"content":"Head southwest and meet me at the bicycle parking on the south side of Bethune Street. It's the rightmost one on the block, west of the D'Agostino supermarket and directly north of the bicycle rental.","rvs_goal_point":[40.7368938,-74.0086206],"key":7496,"region":"Manhattan","rvs_start_point":[40.7418051,-74.0049865]} -{"content":"Meet me at the restaurant northeast of you on West 45th Street. It's on the same block as Diamond Braces and 6th Avenue Shopping Court. It's on the north side of the block near the middle of the block, but a little bit closer to the end where 6th Avenue Shopping Court is.","rvs_goal_point":[40.7561138,-73.9815545],"key":7497,"region":"Manhattan","rvs_start_point":[40.744608,-73.9762483]} -{"content":"I want a new dress. Meet me at the clothes shop on the east side of West Broadway. There is a fire station to my west, which is good because I look hot. There's also a restaurant to my south.","rvs_goal_point":[40.7194744,-74.0058984],"key":7498,"region":"Manhattan","rvs_start_point":[40.7246047,-73.9947919]} -{"content":"Meet me at the St. Regis Marriott off of East 55th Street. It is one block to the west of the Allen Edmonds, and southeast of the Presbyterian place of worship. Our meeting spot is on the south side of East 55th Street.","rvs_goal_point":[40.7612458,-73.9743323],"key":7499,"region":"Manhattan","rvs_start_point":[40.7477107,-73.9739933]} -{"content":"Travel east and meet me at the drinking water right where the Queens-Midtown Tunnel curves towards the water. It's a block from the waterfront and south of a library.","rvs_goal_point":[40.7481637,-73.9699387],"key":7500,"region":"Manhattan","rvs_start_point":[40.7526965,-73.9846551]} -{"content":"Meet me at the bar on East 43rd Street. Citibank is one block southwest of it and a christian church is a block to the west.","rvs_goal_point":[40.7512804,-73.9731904],"key":7501,"region":"Manhattan","rvs_start_point":[40.7454047,-73.9885385]} -{"content":"Meet me at the dry cleaning shop on Mulberry Street. You'll find the dry cleaner north of the Mediterranean fast food restaurant in the middle of the block. It's a half of a block south of the cathedral.","rvs_goal_point":[40.7225625,-73.9959029],"key":7502,"region":"Manhattan","rvs_start_point":[40.7165272,-73.9836131]} -{"content":"Meet me at the convenience shop on East 11th Street. It's on the same block as the Village East Cinema but on the southwest corner of the block.\r\n","rvs_goal_point":[40.7313843,-73.9882642],"key":7503,"region":"Manhattan","rvs_start_point":[40.7336767762,-74.0042486431]} -{"content":"I'm out of cash, meet me at the atm that is on Allen street, to the west of it's southbound lane a block over from the community Theater. To it's north about a half block you'll see a bike rental place.","rvs_goal_point":[40.7198626,-73.9902959],"key":7504,"region":"Manhattan","rvs_start_point":[40.7269499243,-73.9906775155]} -{"content":"Just head west and hit Broadway, then go north on that and meet me up at the Zara, we'll go clothes shopping there. You'll pass by the arts center about a block and a half south of here. you might notice even before reaching that that there is a Bed Bath and Beyond on your right almost a block south of it.","rvs_goal_point":[40.7743876,-73.9825127],"key":7505,"region":"Manhattan","rvs_start_point":[40.76136525,-73.97964395]} -{"content":"Meet me at a Jewlery Shop on West 32nd Street. Curio Collection by Hilton id just a little northeast of me. Okay go a half block east then 10 blocks south and then go east again on East 32nd Street one block and the jewelry store is on the southeast corner of that intersection. Two blocks north of the jewelry store is a Herald Towers.","rvs_goal_point":[40.7483289,-73.9885828],"key":7506,"region":"Manhattan","rvs_start_point":[40.7561721076,-73.9879309004]} -{"content":"Meet me at a post box southeast of you on the north side of East Broadway. It is next to post office which is to the west. a A Catholic place of worship is southeast of the post box.","rvs_goal_point":[40.7140075,-73.9917346],"key":7507,"region":"Manhattan","rvs_start_point":[40.7215811,-74.0047615]} -{"content":"I want you to meet me at the bicycle parking on East 12th street. it's north of the post office and It's almost a block east of the books store.","rvs_goal_point":[40.7326174,-73.9901532],"key":7508,"region":"Manhattan","rvs_start_point":[40.7243987,-73.9878587]} -{"content":"I am waiting by the garden on west 25th street. Playground is on the same block and also on the same side of the street. The garden is by the west side of the block.","rvs_goal_point":[40.7477319631,-73.9998379408],"key":7509,"region":"Manhattan","rvs_start_point":[40.7526386,-73.9845169]} -{"content":"Head west all the wat to the waterfront, and meet me at the bicycle parking along 12th Avenue just north of the drinking water. It's a block west of the gas station","rvs_goal_point":[40.7538871,-74.0075353],"key":7510,"region":"Manhattan","rvs_start_point":[40.7601925,-73.9912551]} -{"content":"Head northwest to meet me at the gift shop on the south side of West 34th Street. A disused clothes shop is on my northwest side and Curio Collection by Hilton is on my southwest.\r\n","rvs_goal_point":[40.7491736,-73.9867018],"key":7511,"region":"Manhattan","rvs_start_point":[40.7468659,-73.9845145]} -{"content":"Let's eat at the Japanese place on Saint Marks' Place. it's in the most western part of the street before it becomes another PLace. Just to it's west in the same block though you'll see another Japanese Restaurant, almost to the end of the block but to it's east is a library.","rvs_goal_point":[40.7291751621,-73.9884276219],"key":7512,"region":"Manhattan","rvs_start_point":[40.7271137,-73.988177]} -{"content":"Meet me at the bench on the east shore line. The best way to get here is probably to take East 20th Street where it dead ends in the east. Then cross the busy streets and go to the park. From there, the bench should be just a few paces to the north east.","rvs_goal_point":[40.7330753,-73.9739078],"key":7513,"region":"Manhattan","rvs_start_point":[40.7312282,-73.985889]} -{"content":"I'm on the south side of west 57th street parking my bike. I', just a block and a half from the waterfront. Hearst Tower is 2 blocks on my east.","rvs_goal_point":[40.7693506,-73.9893374],"key":7514,"region":"Manhattan","rvs_start_point":[40.7605405,-73.982181]} -{"content":"Meet me at the restaurant on the west side of Church Street. It is in the northeast corner of it's block. There is a book store to the northwest on the adjacent block to the north. And there is a library to the southeast, on the adjacent block to the southeast. This restaurant seems like a hole in the wall, but smells delicious. I am not even sure if its on any maps.","rvs_goal_point":[40.7143494,-74.0086532],"key":7515,"region":"Manhattan","rvs_start_point":[40.7103989,-74.0138961]} -{"content":"Let's get together.. just meet me at the bicycle parking that is on East 12th street. It's the one that is east and opposite side of that street almost a block from the books store. A post office is less than a block south of it and on opposite side of the street though.","rvs_goal_point":[40.7326174,-73.9901532],"key":7516,"region":"Manhattan","rvs_start_point":[40.7243987,-73.9878587]} -{"content":"Meet me at the historic ship museum on a little island called Ambrose. There is a viewpoint northesast of me just below me on Wavertree Island is a historic maritime. The best way to get there is just go south until you get to FDR drive and take that west. Just past the Tackle Cart on the east side of the road are the little islands I'm talking about.","rvs_goal_point":[40.7053085553,-74.0024612631],"key":7517,"region":"Manhattan","rvs_start_point":[40.7144068,-73.9888275]} -{"content":"Let's have dinner at the restaurant northeast of you on the south side of Maiden lane where it curves southward. It's on the tiny block caddy-corner to the church.","rvs_goal_point":[40.7091007,-74.0091471],"key":7518,"region":"Manhattan","rvs_start_point":[40.7062572,-74.0166018]} -{"content":"Why not meet me at that historic Memorial? I want to take some pics there and need your help. You remember, it's the one on West 40th street just east of Stella and Charles Guttman community College, but on the opposite side of the street. It's within view of Three Gardens there. It's east a bit from Crystal Palace.","rvs_goal_point":[40.7527805,-73.9829359],"key":7519,"region":"Manhattan","rvs_start_point":[40.7551833048,-73.9856620379]} -{"content":"I'm looking for a missing sock at the laundry shop, on the west side of Allen Street. Flix Bus is across the street to the east.","rvs_goal_point":[40.7160059,-73.9923443],"key":7520,"region":"Manhattan","rvs_start_point":[40.7147978,-74.009995]} -{"content":"Meet me at the bench right on the shore. If you see the 2 benches on FDR Drive near the parking lot and kiosk shop, I'm just a short walk north.","rvs_goal_point":[40.7291661,-73.9715172],"key":7521,"region":"Manhattan","rvs_start_point":[40.7239448,-73.9768202]} -{"content":"Head northwest all the way to west 67th street. I'm at the bike parking on the corner of the street caddy corner from the chase bank, and southwest of the italian restaurant called joanne trattoria.","rvs_goal_point":[40.774213,-73.9810213],"key":7522,"region":"Manhattan","rvs_start_point":[40.7636759,-73.9792182]} -{"content":"I'm almost directly west of you and a bit to the north, at a restaurant on East 18th Street. It's the one closest to the corner of the block. The Strip House restaurant is about halfway between us. On the block south of here is W Hotels and Fraiche Maxx deli shop. ","rvs_goal_point":[40.7367384,-73.9873107],"key":7523,"region":"Manhattan","rvs_start_point":[40.7352136199,-74.0017162397]} -{"content":"Come to the parking lot on the east side of Columbia street. It is close to the street and just opposite of Citi bike rental. Head south to get there.","rvs_goal_point":[40.7171811519,-73.9797027595],"key":7524,"region":"Manhattan","rvs_start_point":[40.7267362,-73.976996]} -{"content":"Meet me at the fast food restaurant. Go south to East 9th Street and then head east. After you pass the beauty shop and the laundry shop turn south at the next street. You will see the fast food restaurant in about a half block on the west side of the street.","rvs_goal_point":[40.7278777,-73.9853214],"key":7525,"region":"Manhattan","rvs_start_point":[40.7383894,-73.988414]} -{"content":"Let's lift a pint at the pub on East 36th street. It's west of the museum, almost a block and is south east of the bank. A church is to the south east of it.","rvs_goal_point":[40.749464,-73.982825],"key":7526,"region":"Manhattan","rvs_start_point":[40.7643298517,-73.9804280472]} -{"content":"Ready for that picnic I have been promising you? It's all set up, just meet up with me at the picnic site on the east side of 6th Avenue. It's just west of the curio Collection by Hilton. Almost a block to the north and on the other side of the Ave is a bank of America.","rvs_goal_point":[40.7485116,-73.9881391],"key":7527,"region":"Manhattan","rvs_start_point":[40.7440685,-73.9825614]} -{"content":"Meet me at a Potbelly fast food restaurant north of you on a corner of 7th Avenue. A collector shop is on the same street just over 2 blocks to the north. Southeast of the restaurant is a church.","rvs_goal_point":[40.7529274,-73.988938],"key":7528,"region":"Manhattan","rvs_start_point":[40.7392218,-73.9873651]} -{"content":"I am at a restaurant northwest of you on the southwest corner of West 53rd Street. A fast food restaurant is nearby to the southeast. To the east is St. Benedict the Moor's Church.","rvs_goal_point":[40.7653574,-73.9878362],"key":7529,"region":"Manhattan","rvs_start_point":[40.7576227,-73.9823951]} -{"content":"Meet me the bench. Head southwest on 7th Avenue past Duane Reade pharmacy. The bench is a block and a half past the pharmacy. It's right past the intersection. You'll see me right at the corner because the bench is right between 7th Avenue and the road that intersects it.","rvs_goal_point":[40.7362239,-74.001099],"key":7530,"region":"Manhattan","rvs_start_point":[40.7392406,-73.9915487]} -{"content":"I am at the bicycle parking on the block north of West Houston street. A cinema is on the south side of the street while a pub is the same block with the parking. ","rvs_goal_point":[40.7287011,-74.005136],"key":7531,"region":"Manhattan","rvs_start_point":[40.7247017,-73.9960259]} -{"content":"Meet me at the parking space on 14th Street Loop. The space that I am at is about halfway between 9 parking spaces and the middle of the loop.","rvs_goal_point":[40.7306971942,-73.9779450624],"key":7532,"region":"Manhattan","rvs_start_point":[40.7305315,-73.9925637]} -{"content":"Go southeast and meet me at the garden near the waterfront, just east of the attraction and west of the bench and FDR Drive.","rvs_goal_point":[40.7501322521,-73.9669021571],"key":7533,"region":"Manhattan","rvs_start_point":[40.7570987,-73.9716414]} -{"content":" I'm at the hairdresser on East 39th just about 3 blocks south of Grand Central Terminal. Wagamama is across the street. ","rvs_goal_point":[40.748912,-73.9762048],"key":7534,"region":"Manhattan","rvs_start_point":[40.7597521,-73.9701155]} -{"content":"Meet me at a bench southeast of between the FRD Drive and the waterfront. North of it is the ferry terminal. West of this bench is a bicycle rental and a park.","rvs_goal_point":[40.730331,-73.9724285],"key":7535,"region":"Manhattan","rvs_start_point":[40.7426689,-73.977657]} -{"content":"Meet me at the hotel on West 28th Street it's in the middle of the same block as a pharmacy and two bicycle parkings. It's on the north side of the street. You should go a block and a half west and then nead north 11 blocks and then go west again a half block.","rvs_goal_point":[40.7468751,-73.9921509],"key":7536,"region":"Manhattan","rvs_start_point":[40.73705275,-73.99074095]} -{"content":"I am at the bicycle parking almost in the middle of the block on West 39th street. It is south of bus station and candlewood suites is on the same block. ","rvs_goal_point":[40.7558099,-73.9921863],"key":7537,"region":"Manhattan","rvs_start_point":[40.7437675,-73.9835244]} -{"content":"Let's meet at the convenience shop by the NYC yoga institute on west 13th street. Its' on the north side of the street and across from the community centre but a little west.","rvs_goal_point":[40.738543,-74.0014493],"key":7538,"region":"Manhattan","rvs_start_point":[40.7440488,-73.9856044]} -{"content":"Let's meet at the bench off of Pearl Street, It is just a few paces to the north, north east of the park. It is sandwiched on the block between a baseball field and a building.","rvs_goal_point":[40.7029636,-74.0137128],"key":7539,"region":"Manhattan","rvs_start_point":[40.7109248,-74.0078117]} -{"content":"I\u2019m hungry. Meet me at the restaurant on Mott Street, my treat. To get there, go west about four blocks maybe? Then go north about three blocks. To make it easier, look for a fast food place, and Cricket Wireless. The restaurant is in the block right above Cricket Wireless. Again, it is on Mott Street , so when you get to this block, go all the way to the east side. The restaurant you want is between another restaurant that is in the northeast corner, and a cafe. ","rvs_goal_point":[40.7164858,-73.9980912],"key":7540,"region":"Manhattan","rvs_start_point":[40.7143265,-73.9921648]} -{"content":"Meet me at the boat rental. Go west until you get to the West Street and then head north. You will pass the bicycle rental and three benches and then you will see the boat rental about halfway out on the pier. It's on the south side of the pier. It's right before the Village Community Boathouse.","rvs_goal_point":[40.7283968,-74.0128018],"key":7541,"region":"Manhattan","rvs_start_point":[40.7221136,-73.9969825]} -{"content":"I'm directly north of you as the crow flies. Just head west to Park Avenue, and go north passing the 399 Park Avenue building. Go 8 blocks past that, and turn left. Go one block, and head north. Meet me at the restaurant just north of the hotel.","rvs_goal_point":[40.7657768,-73.9700287],"key":7542,"region":"Manhattan","rvs_start_point":[40.753405,-73.9707307]} -{"content":"Right now, you're to the northeast of me. Go south to Saint Mark's place, pass IBM Watson, and then head east. I am about 2 blocks east on a street going north from Saint Mark's place. After you see the theatre on your right, turn left and I am at the second fast food restaurant on the street.","rvs_goal_point":[40.7278777,-73.9853214],"key":7543,"region":"Manhattan","rvs_start_point":[40.7383894,-73.988414]} -{"content":"Head northeast on west broadway about 9 blocks and you'll find me at the bike parking east of broadway about half a block just past the sheraton and planet fitness on the south side of the that street.","rvs_goal_point":[40.7206951,-74.0039073],"key":7544,"region":"Manhattan","rvs_start_point":[40.7158332,-74.0097542]} -{"content":"Go down past Port Authority Commerce building, continue down that street until you get to Abingdon Square and turn onto Bleecker street there, and go about 4 more blocks, until you get to a bicycle parking location on your right.","rvs_goal_point":[40.7337748,-74.0045491],"key":7545,"region":"Manhattan","rvs_start_point":[40.7409556,-74.0011583]} -{"content":"Go southwest from where you are. Meet me at the pharmacy on West 24th Street, right on the corner, across from an ice cream shop and south of 7-Eleven.","rvs_goal_point":[40.7458001,-73.9979495],"key":7546,"region":"Manhattan","rvs_start_point":[40.7496516,-73.9869297]} -{"content":"Can you meet me at the Levi's place we went to before, you know it's across Broadway from Bloomingdales? It's about 6 blocks northeast of where you are now, so should be easy enough. If you get to Aritzias clothes shop though, remember, you've gone too far.","rvs_goal_point":[40.7221114,-73.9997761],"key":7547,"region":"Manhattan","rvs_start_point":[40.7184994,-74.0048345]} -{"content":"Meet me northeast of you, past the Brooklyn Bridge, at a small rectangle garden on the west of Catherine Street. A Citi Bike is to the north, on the corner, and a group of benches are to the southeast. ","rvs_goal_point":[40.7103869215,-73.9969885148],"key":7548,"region":"Manhattan","rvs_start_point":[40.7065965,-74.0142428]} -{"content":"Let's meet at the bicycle parking off East 3rd Street. It is on the same block as the Ace Hardware, which is East of meeting spot. It is also southeast of the Bank of America on the adjacent block.","rvs_goal_point":[40.7253672,-73.9891773],"key":7549,"region":"Manhattan","rvs_start_point":[40.7119876,-73.9945141]} -{"content":"Meet me at the bench southwest of you on Hudson River Park Esplanade facing the water. An aquarium is on my northwest. A bicycle rental is to my south.\r\n","rvs_goal_point":[40.7279623,-74.0113733],"key":7550,"region":"Manhattan","rvs_start_point":[40.730184,-74.0025384]} -{"content":"I'm in the mood for some cake. Let's meet at the pastry shop. Just head four blocks south and one block west and you'll be there. It's located on the north side of Grand Street, and is one step away from the events venue. ","rvs_goal_point":[40.7186934,-73.9950879],"key":7551,"region":"Manhattan","rvs_start_point":[40.7234462,-73.9925887]} -{"content":"Meet me at the dry cleaning shop east of you. Head east along the street you're currently at. You'll walk past 3 Park Avenue Apartments, Murray Hill Marquis Hotel, and Duane Reade Pharmacy. Your destination is the dry cleaning shop one block east of the Duane Reade Pharmacy. If you see the Drybar hairdresser shop, you've gone too far.","rvs_goal_point":[40.745586,-73.9773565],"key":7552,"region":"Manhattan","rvs_start_point":[40.747267311,-73.9823856756]} -{"content":"Meet me at the fast food restaurant. Head southwest on Park Avenue until you see JP Morgan Chase Tower. When you see JP Morgan Chase Tower, go one more block and then head east past Grand Central Library and Wyndham. The fast food restaurant is on the same block as Wyndham but on the far corner. It's on the same side of the street as Wyndham.","rvs_goal_point":[40.7521571,-73.9707387],"key":7553,"region":"Manhattan","rvs_start_point":[40.762322,-73.97415]} -{"content":"Let\u2019s meet at the wastebasket on East 70th Street. Head southeast. You\u2019ll see it in the block north of the bank. It\u2019s in the corner right at Neil\u2019s Coffee Shop. ","rvs_goal_point":[40.7689851,-73.9631176],"key":7554,"region":"Manhattan","rvs_start_point":[40.7781409,-73.9781562]} -{"content":"Meet me at the bicycle parking almost directly south of you on Madison Street. It is on the other side of the street from Domino's Pizza.","rvs_goal_point":[40.7118482,-73.9969881],"key":7555,"region":"Manhattan","rvs_start_point":[40.719345,-73.9955841]} -{"content":"from helena collection go to the street and turn left. head down to the first corner and turn left again. go all the way down and turn right on west 17th street. the post office will be on the right, next to flywheel sports","rvs_goal_point":[40.7411366,-73.9996094],"key":7556,"region":"Manhattan","rvs_start_point":[40.748233,-73.9902189]} -{"content":"Go over east one block to 5th Avenue, then go north on that for 6 and a half blocks until you reach the aritzia clothing store for women. It's a half block east of Rockefeller Plaza.","rvs_goal_point":[40.7575576,-73.978169],"key":7557,"region":"Manhattan","rvs_start_point":[40.7549098,-73.9837692]} -{"content":"Meet me at the bicycle parking on the east side of Broadway. it's across the street from the Bank of America. The Best Buy and Adidas store are a block north.","rvs_goal_point":[40.7249873,-73.9970416],"key":7558,"region":"Manhattan","rvs_start_point":[40.7299756,-73.9931801]} -{"content":"Let's stock up for the party tonight. Meet me at the alcohol shop. Right after we go there we can grab a bite to eat at the fast food restaurant that is literally one step away from the shop. ","rvs_goal_point":[40.7730647,-73.9896598],"key":7559,"region":"Manhattan","rvs_start_point":[40.7608991,-73.986314]} -{"content":"Go southeast quite a ways and you'll find me at a pizza restaurant on the north side of East 14th Street. It's a block east of the Metronome and a couple blocks north of a historic building.","rvs_goal_point":[40.7342212,-73.9889762],"key":7560,"region":"Manhattan","rvs_start_point":[40.7468774,-73.9970849]} -{"content":"Go southeast and meet me at the vacant shop on East 5th Street, west of the bar and on the same block. It is just north of the theatre.","rvs_goal_point":[40.7274745,-73.9898768],"key":7561,"region":"Manhattan","rvs_start_point":[40.7318091,-73.9948567]} -{"content":"Go to the bar, I'll meet you there later, don't worry. It's the one on the end of Saint Marks place on the east end of it right before the park. To the south of it is a convenience shop.","rvs_goal_point":[40.7266479,-73.9832781],"key":7562,"region":"Manhattan","rvs_start_point":[40.7359828,-73.9959009]} -{"content":"Let's get something to eat at Northfork restaurant on the south side of Christopher street. It is the one by the corner and Scotch & Soda is on my east side. ","rvs_goal_point":[40.7330868,-74.0057386],"key":7563,"region":"Manhattan","rvs_start_point":[40.7219182,-73.9965137]} -{"content":"Meet me at the bicycle parking lot that's 2 blocks plus to the west of you and down on West 19th St. There is an AT&T store on the corner of the same block and across the street from where I am. There are four parking areas adjacent to one another in the middle of the block on the south side. I am in the eastern most one.","rvs_goal_point":[40.7421718,-73.9988946],"key":7564,"region":"Manhattan","rvs_start_point":[40.7415110563,-73.9881732536]} -{"content":"Meet me at the cinema on 3rd Avenue Northeast of you. It's one block north of the CB2 furniture store on the same side of the street.","rvs_goal_point":[40.7618761,-73.9660651],"key":7565,"region":"Manhattan","rvs_start_point":[40.7469948,-73.9740131]} -{"content":"Meet me at the pizza restaurant a block north of the Alexis Bittar clothes shop. It's on the same side of the street on Columbus Avenue.","rvs_goal_point":[40.7832034,-73.974793],"key":7566,"region":"Manhattan","rvs_start_point":[40.7735648,-73.9716198]} -{"content":"Meet me at the noddle restaurant on East Broadway. If you can find Eastfield Inn & Suites. It is right next to it. There is a bridge nearby.","rvs_goal_point":[40.7136795,-73.9930124],"key":7567,"region":"Manhattan","rvs_start_point":[40.7146435554,-74.0003676785]} -{"content":"Meet me at the restaurant southwest of you on West 16th Street. AT&T and a camera shop are on the block north of me.","rvs_goal_point":[40.7387142,-73.9956231],"key":7568,"region":"Manhattan","rvs_start_point":[40.7446682,-73.98756]} -{"content":"Meet me at the beauty shop on Broadway Alley. A sushi restaurant is to the east and 69th Regiment Armory is to the west. The beauty shop is at the south end of the alley on the east side.","rvs_goal_point":[40.7410003,-73.9821309],"key":7569,"region":"Manhattan","rvs_start_point":[40.7532016,-73.9779874]} -{"content":"If you go east as the crow flies for a long time until you get to the Hotel Wolcott, you'll find me at the jewelry shop on the same block, but on the side that faces Broadway. \r\n","rvs_goal_point":[40.7470108,-73.9882345],"key":7570,"region":"Manhattan","rvs_start_point":[40.7441692,-73.9716804]} -{"content":"Head directly south down Broadway. You will travel about 12 blocks, and the destination - the cafe, is on your right just before the bank.","rvs_goal_point":[40.771384,-73.9824717],"key":7571,"region":"Manhattan","rvs_start_point":[40.7820463,-73.9812734]} -{"content":"We can meet at the T-Mobile on West 57th Street. It's many blocks southeast of you. There is a Baptist place of worship on the same block, and across the street is an arts centre. ","rvs_goal_point":[40.7654723,-73.9794836],"key":7572,"region":"Manhattan","rvs_start_point":[40.7781629,-73.9823319]} -{"content":"We are staying at that \"The standard\" hotel, it's the one on the north side of East 5th street, where it ends in the east villiage. There is a museum just to the east of it in the same block. To it's north is a Greek Christian church.","rvs_goal_point":[40.727834,-73.9907398],"key":7573,"region":"Manhattan","rvs_start_point":[40.7214439,-73.9992568]} -{"content":"Meet me at the Noho women's clothing store on Bond Street which is a very short street (2 blocks long) and it's about 5 blocks north from you and 3 blocks west. There's a cinema 2 blocks east on the same street but it has turned into a different street at that point.","rvs_goal_point":[40.7258619,-73.9928614],"key":7574,"region":"Manhattan","rvs_start_point":[40.7181095,-73.9896166]} -{"content":"You can find me northeast of you on the east side of the park where east 72nd street begins. It's a recycling bin about a block north of the museum, and west of ralph lauren.","rvs_goal_point":[40.7724277,-73.9672378],"key":7575,"region":"Manhattan","rvs_start_point":[40.768984,-73.9826863]} -{"content":"Meet me on W. 35th St. There is a Macy's west of me. I'm at the second restaurant on the block from the west part. I'm on the north side of the street. There is a university building on my east-south. ","rvs_goal_point":[40.7501946,-73.9863355],"key":7576,"region":"Manhattan","rvs_start_point":[40.7572096,-73.9796145]} -{"content":"Go straight south on the street you are on. Turn right on East 34th, walk past Duane Reade pharmacy and turn left on the next intersection. Meet me at the parking entrance on the same block with school. It is close to Lucky Cleaners.","rvs_goal_point":[40.746057,-73.9801221],"key":7577,"region":"Manhattan","rvs_start_point":[40.7523493,-73.9724178]} -{"content":"Meet me at the restaurant on Albany street. It is the only restaurant on the block and you will see a church on the next block, northeast. ","rvs_goal_point":[40.7096953,-74.0140694],"key":7578,"region":"Manhattan","rvs_start_point":[40.7120615991,-74.0073789848]} -{"content":"I'm sitting on a bench looking west at the water. You should head northwest. I'm north west of a museum and 2 fountains. You should pass the toilets on your way.","rvs_goal_point":[40.7063681,-74.0190218],"key":7579,"region":"Manhattan","rvs_start_point":[40.7022846,-74.0165224]} -{"content":"Let's meet at that bank of America that has a good loan rate. It's right on East 4th street. Catty corner there is a City Bike. In the same block to the east is a Rite Aid Pharmacy.","rvs_goal_point":[40.7262181,-73.9891844],"key":7580,"region":"Manhattan","rvs_start_point":[40.7152139594,-73.9993672147]} -{"content":"Let's meet up at the church on broome street It's the catholic church called san lorenzo ruiz on the north side of the street. There is an attraction on the block south of it.","rvs_goal_point":[40.7205549198,-73.9963035493],"key":7581,"region":"Manhattan","rvs_start_point":[40.7146071,-73.9924298]} -{"content":"Let's have lunch at the hooter on the north sideo f west 56th street. It's on the block north of the hotel and west of the arts centre.","rvs_goal_point":[40.7654347,-73.9813709],"key":7582,"region":"Manhattan","rvs_start_point":[40.7621602,-73.9901271]} -{"content":"Meet me at bicycle parking. Go west and slightly north until you reach East 16th Street. Go to the block with Avaaz in it. The meeting location is in that same block, all the way at the opposite end of Avaaz. So it\u2019s in the northwest corner. It\u2019s the bicycle parking that\u2019s right in the corner. ","rvs_goal_point":[40.7371995,-73.9925292],"key":7583,"region":"Manhattan","rvs_start_point":[40.7309309658,-73.9759126059]} -{"content":"Meet me just a few blocks northeast of your location. I'm at the restaurant on West 8th Street, middle of the block, east of See's Candies and northwest of the college.","rvs_goal_point":[40.7331823535,-73.9980183561],"key":7584,"region":"Manhattan","rvs_start_point":[40.7318932,-74.0011654]} -{"content":"Let\u2019s meet at the fitness centre. Head southwest until you get to a block with both a book shop and a historic memorial. The fitness centre is in the block just north of this, on the north side of West 26th Street in the middle of the block between 2 restaurants and just barely above bicycle parking. ","rvs_goal_point":[40.7443775,-73.9901207],"key":7585,"region":"Manhattan","rvs_start_point":[40.7498651,-73.9769986]} -{"content":"If you go southwest, you'll pass by madewell in Soho, and you should keep going about 2 more blocks. I'll be on the west side of Mercer street, a block west of the dunkin' donuts, at the Oak & Wood clothes shop.","rvs_goal_point":[40.72035,-74.0023196],"key":7586,"region":"Manhattan","rvs_start_point":[40.7332774,-73.9935627]} -{"content":"I am waiting by the south side of Water street at PenFed Credit union bank. It is by the west corner and on the same block with 2 gardens. ","rvs_goal_point":[40.7033473,-74.0097294],"key":7587,"region":"Manhattan","rvs_start_point":[40.7053939,-74.0190909]} -{"content":"Meet me at the convenience shop on the east side Coenties Alley. You should probably know that this street is very short. For reference, if you look for the museum and the district, those are south west of where I am currently at. The shop is kind of tiny, but it's in the very south west corner of it's block. It's right next to a restaurant.","rvs_goal_point":[40.7039509,-74.0104369],"key":7588,"region":"Manhattan","rvs_start_point":[40.7193657,-74.0101335]} -{"content":"Let's go to the craft shop. It's on West 23rd street. Across the street is a hotel. Half block east is a Bicycle habitat. To the west, about a half block and across the street is a Cinema.","rvs_goal_point":[40.7447628,-73.996795],"key":7589,"region":"Manhattan","rvs_start_point":[40.7330342,-73.9863825]} -{"content":"Meet me at the Chase ATM on the north side of East 79th Street. Southeast of the ATM is a library on the adjacent block across East 79th.","rvs_goal_point":[40.7743561,-73.9569681],"key":7590,"region":"Manhattan","rvs_start_point":[40.7685703,-73.9634354]} -{"content":"Meet me here at the small park on the north side of Water Street. It's southwest of you, and across the street to the south are two gardens and 3 gardens. A Hertz rental is about a block to the north. ","rvs_goal_point":[40.7034567052,-74.0105482288],"key":7591,"region":"Manhattan","rvs_start_point":[40.7118604,-73.9967525]} -{"content":"Meet me at the restaurant on West 42nd Street. It is on the same block as Ambassador Theatre and Across the street from the museum. If you divide the block into a west and east side, it is towards the middle of the west side.","rvs_goal_point":[40.7569552,-73.9887186],"key":7592,"region":"Manhattan","rvs_start_point":[40.7605289672,-73.9863938757]} -{"content":"Head east to 2nd Avenue and turn left onto it. Follow this street north all the way past an alcohol shop on the left. Your destination, the kitchen shop will soon be on the left. ","rvs_goal_point":[40.7682931,-73.9589936],"key":7593,"region":"Manhattan","rvs_start_point":[40.7605829,-73.9647117]} -{"content":"Meet me at the bicycle parking on Orchard Street. A restaurant is about a half block to the north east and Self Edge is a half block south. I'm on the southeast corner of the block.","rvs_goal_point":[40.7215586,-73.9885999],"key":7594,"region":"Manhattan","rvs_start_point":[40.728018,-73.984755]} -{"content":"Meet me at this Italian restaurant, just a few blocks northwest of you, on the corner of Mulberry Street, and west of a Catholic church. To the north is Duane Reade pharmacy. ","rvs_goal_point":[40.7204043,-73.9969996],"key":7595,"region":"Manhattan","rvs_start_point":[40.7181644,-73.9943341]} -{"content":"Move slightly northeast past Swatch watches. I am waiting at the bicycle parking directly opposite post box on Columbus Avenue. ","rvs_goal_point":[40.7781409,-73.9781562],"key":7596,"region":"Manhattan","rvs_start_point":[40.7637976,-73.988618]} -{"content":"Meet me a few blocks to your southwest at the restaurant on the west side of Chrystie Street, just south of an arts centre and on the same block. It's north of a clock.","rvs_goal_point":[40.7174554,-73.994467],"key":7597,"region":"Manhattan","rvs_start_point":[40.7207828,-73.9892483]} -{"content":"I am at the sushi restaurant on York Avenue. It is located a block south of dentist's office and a hotel is on the opposite block. ","rvs_goal_point":[40.7676209,-73.9529255],"key":7598,"region":"Manhattan","rvs_start_point":[40.7629001,-73.9674939]} -{"content":"Let's meet up at the tobacco shop on West 29th street. It's just about a block north of a pharmacy and to it's east is a Hampton hotel.","rvs_goal_point":[40.747787,-73.9924818],"key":7599,"region":"Manhattan","rvs_start_point":[40.7445195,-73.9904827]} -{"content":"We can meet for dinner at the restaurant on MacDougal Street. It's just across and slightly south of the theater by the university where I used to work. There's another restaurant north of it on the block, and many to the south.","rvs_goal_point":[40.7299964,-74.0003585],"key":7600,"region":"Manhattan","rvs_start_point":[40.7171074,-73.9991231]} -{"content":"Meet me at the beauty shop southwest of you. Take 2nd Avenue southwest 15 blocks and then go west. It's the street right after the street where the New York Comedy Club is. If you see the library, you've gone too far.","rvs_goal_point":[40.7379634,-73.9815063],"key":7601,"region":"Manhattan","rvs_start_point":[40.7462635,-73.972058]} -{"content":"Meet me at this wonderful Apple store, you won't believe what they have? It's at WEst 67th Street. I'm on the north side of it. Just to the west of it is Kaufman Music Center which is a theater. To it's east less than a block away is J. Jill Women's clothes.","rvs_goal_point":[40.775073035,-73.9826404858],"key":7602,"region":"Manhattan","rvs_start_point":[40.7824129,-73.9811518]} -{"content":"Meet me at the chicken fast food restaurant that is 2 blocks south and one block east of your current location. It's on the northeast corner of that block at the intersection of Madison Avenue.","rvs_goal_point":[40.7464484,-73.9841202],"key":7603,"region":"Manhattan","rvs_start_point":[40.7484279,-73.9856997]} -{"content":"Meet me at a playground northeast of you by the Avenue C Service Road. A bicycle rental east of it and 6 parking spaces is northwest of it. Southeast of the playground is a kiosk shop.","rvs_goal_point":[40.7305182187,-73.9746906192],"key":7604,"region":"Manhattan","rvs_start_point":[40.7286956,-73.9787601]} -{"content":"Meet me at restaurant on 29th one block south of Valley Bank. Walk along 5th Avenue, go past New York Public Library, Juicy Couture. It will be near 2 jewelry shops. If you see stripclub, you have gone too far. It will be one block north west of Little Church. ","rvs_goal_point":[40.7459321,-73.9878023],"key":7605,"region":"Manhattan","rvs_start_point":[40.7577041,-73.9775447]} -{"content":"I'm northeast of you at the northwest corner of the block with that arts centre we went to on spring break. You'll see me at the bike parking on the south side of East 6th street at the opposite end of the block from all the shelters.","rvs_goal_point":[40.7252312,-73.9837495],"key":7606,"region":"Manhattan","rvs_start_point":[40.7165688,-73.9965396]} -{"content":"Meet me at the parking entrance on the south side of West 45th Street. It's southwest of you, and Rockefeller Center is about halfway between us. The entrance is just north of a theatre, and there's a museum to the south on the next block. Also, a Catholic church is to the north. ","rvs_goal_point":[40.7569755,-73.9835588],"key":7607,"region":"Manhattan","rvs_start_point":[40.76314,-73.976775]} -{"content":"Go east to the Bicycle parking. It's the one on Avenue C just north of the museum. There is a fitness center in that same block, south of the museum.","rvs_goal_point":[40.726245,-73.9773606],"key":7608,"region":"Manhattan","rvs_start_point":[40.7258874,-73.9942403]} -{"content":"Head west and you'll find me at the bike parking on the west side of Mulberry street, just across from an old cathedral and one block north of a school","rvs_goal_point":[40.7236945,-73.9956346],"key":7609,"region":"Manhattan","rvs_start_point":[40.7252711,-74.01148]} -{"content":"Meet me at the restaurant on East 56th Street. It is on the block south of the block with Saks Off 5th. The restaurant is towards the middle of the block. It is due north of the synagogue.","rvs_goal_point":[40.7607198,-73.9703599],"key":7610,"region":"Manhattan","rvs_start_point":[40.7582953,-73.9626319]} -{"content":"Meet me at the hairdresser shop located south of your location. Move past Chanin Building and 101 Park Avenue. The shop is on 3rd Avenue east of D'Agostino.","rvs_goal_point":[40.7465044,-73.9773138],"key":7611,"region":"Manhattan","rvs_start_point":[40.7526538679,-73.976820361]} -{"content":"Go southeast down to Lexington Avenue and we will meet up at the restaurant on the east side of the road just south of a synagogue and northwest of Barnes & Noble","rvs_goal_point":[40.7591744,-73.9702294],"key":7612,"region":"Manhattan","rvs_start_point":[40.7673868,-73.9826675]} -{"content":"Let's eat. Meet me at the eatery on the most northern part of West Broadway. It's on the corner, that is on the east side right where it crosses under another street then becomes a differently named street. This is the last business on that street.","rvs_goal_point":[40.7266786,-73.999973],"key":7613,"region":"Manhattan","rvs_start_point":[40.7223364,-74.0006798]} -{"content":"Go southeast and pass by Zeckendorf Towers. Go until you see Classic Stage Company on East 13th street. I'm just east of that on the next block. It's a vacant shop in the middle of the block on the south side of the street.\r\n","rvs_goal_point":[40.7320858,-73.9867689],"key":7614,"region":"Manhattan","rvs_start_point":[40.7361173,-73.990487]} -{"content":"Meet me at the parking lot near East 33rd street and on the same block with Subway fast food. The parking is almost in the middle of the block. ","rvs_goal_point":[40.7472701,-73.98464],"key":7615,"region":"Manhattan","rvs_start_point":[40.7414196,-73.9936388]} -{"content":"You can meet me at this beauty shop, almost directly south of you, on 3rd Avenue. It's on the block south of True Value hardware and Manuel Shoe Repair. West from here is the Repertorio Espanol theatre. ","rvs_goal_point":[40.7417214,-73.9807959],"key":7616,"region":"Manhattan","rvs_start_point":[40.752869824,-73.981841075]} -{"content":"Move southwest and come to the playground at the west end of West 23rd Street. There is a drinking water\r\nto my west and an arts centre is down south of me.\r\n","rvs_goal_point":[40.7491466669,-74.0071366203],"key":7617,"region":"Manhattan","rvs_start_point":[40.7396921,-73.989534]} -{"content":"Let's get some kimchi at the Korean restaurant smack in the middle of Koreatown. It's on the north side of West 32nd Street, just a half block east of the diagonal street that you're on.","rvs_goal_point":[40.7477885,-73.9867366],"key":7618,"region":"Manhattan","rvs_start_point":[40.753907,-73.9867878]} -{"content":"Go northwest and meet me at the parking entrance on the south side of West 30th Street, just west of the bridge and east of a gas station.","rvs_goal_point":[40.7527522,-74.0028359],"key":7619,"region":"Manhattan","rvs_start_point":[40.745224,-73.9824341]} -{"content":"Meet me at Subway. It's east of you on Lexington Avenue. It's right next to GNC to its south. It's on the block between the blocks where Cohen's Fashion Optical and Casper are.","rvs_goal_point":[40.7607398,-73.9694695],"key":7620,"region":"Manhattan","rvs_start_point":[40.7611297,-73.9839743]} -{"content":"I want to park our cars ok? Meet up at the Little Man Parking Parking lot, I love it's name. It's on West 29th street. It's just east of a Holiday Inn hotel. Across and up the block north is a roman Catholic church. on the corner west is a theater.","rvs_goal_point":[40.7482605,-73.993645],"key":7621,"region":"Manhattan","rvs_start_point":[40.7433061,-73.9942688]} -{"content":"Meet me at the restaurant on Waverly Place. It's on the second block coming from the south end of Waverly. You'll see it on the southeast corner of the block.","rvs_goal_point":[40.7340010824,-74.0013688357],"key":7622,"region":"Manhattan","rvs_start_point":[40.7281128,-74.0113584]} -{"content":"Move north and you will see me on Lexington Avenue, at the Indian restaurant on the northeast corner. Duane Reade is on the same block. ","rvs_goal_point":[40.7425693,-73.9827218],"key":7623,"region":"Manhattan","rvs_start_point":[40.7284736,-73.9834305]} -{"content":"You can meet up with me at a fountain. It's on 5th Ave, on a street corner. You should see it directly across the street from the Sherry-Netherland hotel. The fountain is northeast of you, about 9 blocks away. ","rvs_goal_point":[40.7640038,-73.9728381],"key":7624,"region":"Manhattan","rvs_start_point":[40.7583227,-73.9778894]} -{"content":"I'm looking for a ring in a shop southeast of Central park, on Madison Ave. Can you meet me there? Just go southeast and it's just two block south and one east of General Motors. It's on the north corner of the block. ","rvs_goal_point":[40.7620406,-73.9723268],"key":7625,"region":"Manhattan","rvs_start_point":[40.7745302,-73.9802971]} -{"content":"Let's go to the cool D'Agostino grocery market? It's just north of the chase bank To the west less than a block away and in the same block is a Catholic Church.","rvs_goal_point":[40.7718642,-73.950313],"key":7626,"region":"Manhattan","rvs_start_point":[40.7776538,-73.9695176]} -{"content":"I am located northeast on Broadway, at the restaurant almost by the corner. AMC cinema is on its south side and also on the same block. ","rvs_goal_point":[40.738929,-73.9897039],"key":7627,"region":"Manhattan","rvs_start_point":[40.732235,-74.0021598]} -{"content":"It's off of FDR Drive right where the East River Park Amphitheater is. It is also across the street from Colrlears Hook Park but this is not the Citi Bike shop at Hook Park.","rvs_goal_point":[40.7114281,-73.9783934],"key":7628,"region":"Manhattan","rvs_start_point":[40.7147479,-73.9822115]} -{"content":"Meet me at the hotel. Go north for a while - about 15 blocks - until you see Bryant Park. There is a library on the southeast side of it. South of that is West 40th Street. The hotel is on the south side of the street. It is southwest of the library, and has a bakery and Royce Chocolate next to it. ","rvs_goal_point":[40.7528779,-73.9837787],"key":7629,"region":"Manhattan","rvs_start_point":[40.7405186,-73.9889698]} -{"content":"Meet me at the hotel on the block west of you. It's on East 5th Street more or less in the southwest corner of the block. ","rvs_goal_point":[40.727834,-73.9907398],"key":7630,"region":"Manhattan","rvs_start_point":[40.7263224,-73.9864498]} -{"content":"I am waiting by the bench in the same area and north of 5 benches. It is on the west side of white colored Broadway lane and west of GNC nutrition shop. ","rvs_goal_point":[40.7050347,-74.0135156],"key":7631,"region":"Manhattan","rvs_start_point":[40.7096762,-74.011915]} -{"content":"Head north on Madison Avenue. Probably 10 or so blocks from your location you'll meet me at the post box right next to the Dunkin (fast food restaurant).","rvs_goal_point":[40.7502283,-73.9812985],"key":7632,"region":"Manhattan","rvs_start_point":[40.7415974,-73.9813869]} -{"content":"Meet me at the restaurant southwest of you, next to a historic ship on the second pier down south from the tunnel. A cafe is on my east.\r\n\r\n","rvs_goal_point":[40.7202788,-74.0159252],"key":7633,"region":"Manhattan","rvs_start_point":[40.7266613,-74.0088141]} -{"content":"Meet me at the bicycle parking on the east side of Amsterdam Avenue. It is in the northwest corner of it's block at the intersection. On the same block is a Raymour & Flanigan furniture store. Also to the southwest is the Riverside Library on the adjacent block to the south.","rvs_goal_point":[40.7752743,-73.983936],"key":7634,"region":"Manhattan","rvs_start_point":[40.7738395,-73.9901139]} -{"content":"Go northeast and meet me at the bicycle parking on the south side of East Broadway, northwest from a place of worship and west of a cafe. It's the western one of two on the block.","rvs_goal_point":[40.7144766,-73.9842256],"key":7635,"region":"Manhattan","rvs_start_point":[40.7100655,-73.9961425]} -{"content":"Let\u2019s meet at bicycle parking just a few blocks away. Just head five blocks north and it\u2019s in that block, in the southwest corner where West 19th Street meets a major avenue. ","rvs_goal_point":[40.742898,-74.0000633],"key":7636,"region":"Manhattan","rvs_start_point":[40.7387505,-73.9997914]} -{"content":"I'm northeast of you about 7 blocks on the east end of West 43rd street at the bike parking caddy-corner from an attraction on the west side of Grand Central Terminal.","rvs_goal_point":[40.7532016,-73.9779874],"key":7637,"region":"Manhattan","rvs_start_point":[40.7494303,-73.9835837]} -{"content":"Let\u2019s meet at the bar for some drinks. Go southwest to Christopher Street. It\u2019s on the block southwest of the library in Jefferson Market Garden. It\u2019s in the north side of the block in the middle of the street. ","rvs_goal_point":[40.7339589,-74.0000309],"key":7638,"region":"Manhattan","rvs_start_point":[40.7378706,-73.9879693]} -{"content":"Let's head out to the water's edge, east of you to the waste basket. It's past the eastern end of East 20 St. Service road in a park. To the south there is another waste basket and to the north is a park.","rvs_goal_point":[40.7324354,-73.973815],"key":7639,"region":"Manhattan","rvs_start_point":[40.7409361,-73.981374]} -{"content":"Move southeast past Daniel restaurant and see me at the kitchen shop on East 65th street. It is by the corner and a school is on the next block. ","rvs_goal_point":[40.7661765,-73.9656472],"key":7640,"region":"Manhattan","rvs_start_point":[40.7686118,-73.971004]} -{"content":"I'm at a parking space at 20th Street Loop it's right at the outer edge I'm next to building 21 which is connected to 19 and they look like two + signs stuck together. Alomst directly south of me is a fountain and two gardens. Best way to get there is to head north about 22 blocks then go east until you get to the loop. A block before you head east you'll see an Ace Hardware on one side and TD bank on the other. Again when you get to the loop you'll want to take it about a third of the way and that's where I'm at.","rvs_goal_point":[40.732872986,-73.9777893868],"key":7641,"region":"Manhattan","rvs_start_point":[40.7203299,-73.9901284]} -{"content":"We can meet at T-Mobile on 3rd Avenue, next to a Bank of America atm. It is north and a little west of you, and south of an ice cream shop. ","rvs_goal_point":[40.7422842,-73.9803953],"key":7642,"region":"Manhattan","rvs_start_point":[40.7332777999,-73.9779940112]} -{"content":"head southwest and meet me at the bike parking just south of the curve of chatham street. It's on the block northeast of the block with a baptist church.","rvs_goal_point":[40.7137558,-73.9973054],"key":7643,"region":"Manhattan","rvs_start_point":[40.7186335,-73.9893328]} -{"content":"I am at the Blazing Saddles bicycle rental, just past where West 44th Street ends near the river. There is a drinking water and a boat rental on the same pier to my west.","rvs_goal_point":[40.7633184,-74.000519],"key":7644,"region":"Manhattan","rvs_start_point":[40.7682772,-73.9907941]} -{"content":"Go northeast past the Rockefeller Foundation and New York Public Library. Take a right onto East 41st Street about a block north of the library, and you'll find me at the second bike parking.","rvs_goal_point":[40.7526075,-73.9807282],"key":7645,"region":"Manhattan","rvs_start_point":[40.7443406859,-73.994737013]} -{"content":"I'm at a fish restaurant southwest of you, if you'd like to meet. It's on East 43rd Street, on the same block as Hampton Inn. On the block south of here is the Lyceum Kennedy school. ","rvs_goal_point":[40.7513492,-73.973221],"key":7646,"region":"Manhattan","rvs_start_point":[40.7571563,-73.9666235]} -{"content":"Meet me at the pub on West 55th Street. There seems be two next to each other. Please meet me at the one more towards the east. There is a hotel to the south east.","rvs_goal_point":[40.7628723,-73.9775236],"key":7647,"region":"Manhattan","rvs_start_point":[40.7609658,-73.994264]} -{"content":"Meet me at the pub on the east side of 9th Avenue. It is on the same block as the La Quinta Inn & Suites. The pub is pretty much in the middle of all the shops and restaurants on the east side of 9th Avenue. ","rvs_goal_point":[40.7561041,-73.9940676],"key":7648,"region":"Manhattan","rvs_start_point":[40.7498831,-73.9953154]} -{"content":"I am at a delicious Indian restaurant northwest of you. You can head three blocks west from your location and then north on that avenue. The restaurant is on West 56th St., just to the east. If you get to the 712 Fifth Avenue building you've gone too far.","rvs_goal_point":[40.7631982,-73.9771075],"key":7649,"region":"Manhattan","rvs_start_point":[40.7529532,-73.9776453]} -{"content":"Go northeast and you'll find me at the laundry shop on the west side of 2nd avenue. It's on the block north and west of the block with the park.","rvs_goal_point":[40.7396787,-73.9798282],"key":7650,"region":"Manhattan","rvs_start_point":[40.7288797,-73.9934374]} -{"content":"You can come see me at the hairdresser shop south of Pell street and directly north of historic memorial. It is the shop close to the street. ","rvs_goal_point":[40.7147901,-73.998127],"key":7651,"region":"Manhattan","rvs_start_point":[40.7046071,-74.0091159]} -{"content":"Meet me at the cafe, which happens to be a Starbucks. It is on West 57th Street, on the south side of the street. On the same block and just a couple of stores to the west is an art centre. Also for reference, to the west on the adjacent block is a clinic called the New York Cardiac Diagnostics Center if you get lost.","rvs_goal_point":[40.7649496,-73.979109],"key":7652,"region":"Manhattan","rvs_start_point":[40.7542769679,-73.9839360428]} -{"content":"Meet me at the garden in South, Southwest direction from you. The garden is off of Batter Place. Just a short walk from the garden is 2 fountains to the North and there is a bar to the Southeast. Where I am is several paces from the road and to the west of it.","rvs_goal_point":[40.705518778,-74.0184389317],"key":7653,"region":"Manhattan","rvs_start_point":[40.7143813,-74.008477]} -{"content":"Meet me at the restaurant west of you at the intersection of Christopher Street and another big street. A charging station is northwest of it. To the northeast of the restaurant are 2 gardens.\r\n","rvs_goal_point":[40.7338722,-73.9997969],"key":7654,"region":"Manhattan","rvs_start_point":[40.7344329,-73.9861108]} -{"content":"I really love this fountain. It's spray makes a little rain bow, You won't believe it, meet me here and look. It's on the north of the spot where wall street ends right near the water on it's south end. Across the street and west is a Citibank.","rvs_goal_point":[40.7044529085,-74.0061778688],"key":7655,"region":"Manhattan","rvs_start_point":[40.7101885,-74.0136078]} -{"content":"Let's park our cars at that cool parking space on the Avenue C Loop at it's most central spot. To the east is a gazebo shelter. 6 parking spaces are just to the north.","rvs_goal_point":[40.7310537214,-73.9758245846],"key":7656,"region":"Manhattan","rvs_start_point":[40.7409061,-73.9859442]} -{"content":"Go west on East 16th street and meet me at the Citi Bike bicycle rental near Anthropologie on the corner, and just north of the Eddie Bauer.","rvs_goal_point":[40.7372619,-73.9923897],"key":7657,"region":"Manhattan","rvs_start_point":[40.7344754,-73.9883127]} -{"content":"Meet me at the bench on the pier. It is between the lounger and park. It is north west of the historic ship and miniature golf.","rvs_goal_point":[40.7213218,-74.0149972],"key":7658,"region":"Manhattan","rvs_start_point":[40.7275031,-74.0056123]} -{"content":"Go a couple of blocks east to 3rd avenue. Then go north about 8 blocks until you reach a bicycle parking place on the east side of the ave. It's a block north of a pharmacy. There is a different bike parking place on another ave to the east though, I am NOT at that one.","rvs_goal_point":[40.7658973,-73.9633085],"key":7659,"region":"Manhattan","rvs_start_point":[40.7621639,-73.9702443]} -{"content":"I need a lift. Can you pick me up a the bicycle repair station on the south side of East 68th Street? It is on the same block as a cosmetics shop and a synagogue. Look for the repair shop in the middle of the block, close to the street.","rvs_goal_point":[40.7674441,-73.9634208],"key":7660,"region":"Manhattan","rvs_start_point":[40.7672083,-73.9814833]} -{"content":"Just head up northwest of where you are to the bicycle rental on the nearest block of Gansevoort Street, it's the most eastern block of that shorter street. To the east of the bike rental is a mobil Gas Station.To it's northeast is a church.","rvs_goal_point":[40.7394748,-74.0050375],"key":7661,"region":"Manhattan","rvs_start_point":[40.7315215,-73.9887471]} -{"content":"If you go northeast all the way to the shore you'll find me just north of the end point on the east end of east 20th street service road at the bench just north of the park. If you get to the bench near the recycling, you've gone too far north.","rvs_goal_point":[40.7330753,-73.9739078],"key":7662,"region":"Manhattan","rvs_start_point":[40.7292263,-73.9869976]} -{"content":"Meet me at the Starbucks Cafe off West 63rd Street. Go four blocks west until you get to 810 Seventh Avenue building and then go north on the next road. You'll pass a broadway theater and Park Central Hotel. The road will come to a circle but just do a half loop and keep going north on that same road about another 4 blocks until you get to 36rd and it's right there on the southwest corner of the intersection.","rvs_goal_point":[40.771384,-73.9824717],"key":7663,"region":"Manhattan","rvs_start_point":[40.7588664,-73.9746439]} -{"content":"Let's look at the tulips in the garden! It's directly south of you, where Greenwich Avenue meets the long street to your west. It's on the south side of that X-shaped intersection.","rvs_goal_point":[40.7363301566,-74.0011500123],"key":7664,"region":"Manhattan","rvs_start_point":[40.7385347,-74.0014028]} -{"content":"Let's have coffee, meet me at the Coffee Bean and Tea Leaf on West 79th street, where it ends right at the park where the museum is. A couple of blocks to the north is Flying Tiger copenhagen, and two restaurants is northwest over a block.","rvs_goal_point":[40.7818389,-73.9757879],"key":7665,"region":"Manhattan","rvs_start_point":[40.7696156,-73.9805789]} -{"content":"Meet me at the Chinese restaurant on Monroe Street. You'll see it one block past the bridge on the southwest corner of the block. Monroe Market is almost a block to the west of me.","rvs_goal_point":[40.7117283,-73.9940837],"key":7666,"region":"Manhattan","rvs_start_point":[40.7142457,-73.9812959]} -{"content":"Meet me at the jewelry shop on West 37th Street. The is a fire station to the south east and a fast food restaurant to the north west.","rvs_goal_point":[40.7537052,-73.9914123],"key":7667,"region":"Manhattan","rvs_start_point":[40.7540497658,-74.0020796146]} -{"content":"Meet me at a post box west of you on the corner of Columbus Avenue. It is between Club Monaco and Kiehl's. West of this post box is an AMC Cinema.","rvs_goal_point":[40.7748221,-73.9808503],"key":7668,"region":"Manhattan","rvs_start_point":[40.7775785,-73.9692408]} -{"content":"Meet me at the Italian Restaurant on 6th Avenue. It's several blocks west of where you are at and a few blocks before the river. There is a school on the north part of the block. There is a bar called The Bitter End about 3 1\/2 blocks to the east of the restaurant.","rvs_goal_point":[40.7289641,-74.0022949],"key":7669,"region":"Manhattan","rvs_start_point":[40.726527,-73.9885264]} -{"content":"Meet me at the post office on East Broadway. It's way south of you, just east of the Fairfield Inn & Suites and south of the bar.","rvs_goal_point":[40.7140388,-73.9918477],"key":7670,"region":"Manhattan","rvs_start_point":[40.7244713,-73.997691]} -{"content":"Meet me at the bicycle parking on Lexington Avenue. It is across the street from the block with Chase bank.","rvs_goal_point":[40.7632176,-73.967342],"key":7671,"region":"Manhattan","rvs_start_point":[40.752706,-73.972782]} -{"content":"Let\u2019s do some shopping at the clothes shop on 5th Avenue. There is a bicycle rental right across the street from it. In the block with the clothes shop, the shop is almost in the northeast corner, but kind of towards the middle of the street. The block above it has two jewelry shops. ","rvs_goal_point":[40.745132,-73.9872129],"key":7672,"region":"Manhattan","rvs_start_point":[40.7317897,-73.9900368]} -{"content":"Just head up northwest of where you are. I'm at the herbalist shop waiting for you on Lafayette street. It's about a block north of the community center. There is a bank in the next block north.","rvs_goal_point":[40.7180462,-74.0006904],"key":7673,"region":"Manhattan","rvs_start_point":[40.7119043,-73.9944565]} -{"content":"I am having breakfast at a diner restaurant to your north. It is just east of the same avenue that you're on, but way up on East 45th Street. There is an EVEN hotel adjacent to the restaurant to the south.","rvs_goal_point":[40.7522777,-73.9723289],"key":7674,"region":"Manhattan","rvs_start_point":[40.7382853,-73.98331]} -{"content":"I am at the shoe repair shop on 2nd Avenue. There is a church to the southwest and a hotel on the south side. ","rvs_goal_point":[40.7633731,-73.9625788],"key":7675,"region":"Manhattan","rvs_start_point":[40.759542,-73.977345]} -{"content":"Let's have a chat at the garden on the south side of Jane street. It is the first garden from the west side and I can see a park by the corner on my northwest. ","rvs_goal_point":[40.7378919913,-74.0076485238],"key":7676,"region":"Manhattan","rvs_start_point":[40.7331642112,-74.0111763065]} -{"content":"Meet me at the hostel on Broome Street. Go past the historic building, Grotta Azzurra, and church. It is on the next block same side as the church. The hostel is towards the middle of the block.","rvs_goal_point":[40.720129,-73.9955742],"key":7677,"region":"Manhattan","rvs_start_point":[40.7228135,-74.0003307]} -{"content":"Meet me at the restaurant on Bond Street. It is on the west side of the block. It is east of Robbins and Appleton Building.","rvs_goal_point":[40.7265892,-73.9937322],"key":7678,"region":"Manhattan","rvs_start_point":[40.7309359,-74.0027002]} -{"content":"Meet me at the garden west of you on Battery Park City Greenway facing the shore. A cinema is on my northeast. 5 gardens are nearby to the north.\r\n","rvs_goal_point":[40.7137479881,-74.0170444089],"key":7679,"region":"Manhattan","rvs_start_point":[40.7131338,-74.0031453]} -{"content":"On the north side of Reade Street, southwest of you, there's a bicycle parking where we can meet. A train station is southeast of it, and a Japanese restaurant on a small triangular block is northwest of it. ","rvs_goal_point":[40.7158033,-74.0081836],"key":7680,"region":"Manhattan","rvs_start_point":[40.7180569,-74.0001443]} -{"content":"I will be at the Bank of america's atm on West 42nd street, with an hotel on the opposite block. Head south to get there. ","rvs_goal_point":[40.7553098,-73.9848042],"key":7681,"region":"Manhattan","rvs_start_point":[40.7579702,-73.9838946]} -{"content":"Head north past the xUSA Shaolin Temple and Peretz Square. I'm at the bar on the west side of 1st avenue about a block and a half past the square.","rvs_goal_point":[40.7243345,-73.9880064],"key":7682,"region":"Manhattan","rvs_start_point":[40.7138445,-73.9909289]} -{"content":"Let's get our fortunes read at the fortune teller! It is located on the westside of 2nd Avenue and is in the southeast corner of it's block next to a dentist. It is on the same block as the Sola Salons, a European Wax Center, and a Subway fast food shop.","rvs_goal_point":[40.7443733,-73.9765349],"key":7683,"region":"Manhattan","rvs_start_point":[40.7573925,-73.9683619]} -{"content":"Meet me at the garden near the water, far to your southwest. It's west of the Battery Park Underpass. There is a viewpoint on a pier to my northwest, and a historic fort directly to my east.","rvs_goal_point":[40.7038017139,-74.0174693359],"key":7684,"region":"Manhattan","rvs_start_point":[40.70932,-74.008734]} -{"content":"Head southeast to meet me at T-Mobile on the west side of Market Street. A church is on my north side and there is a library on my northwest.\r\n\r\n","rvs_goal_point":[40.7125475,-73.9945363],"key":7685,"region":"Manhattan","rvs_start_point":[40.7145981,-73.9977855]} -{"content":"I am at the parking entrance on East 34th Street. There is Sola Salons on its east side and Bed Bath & Beyond on its south side. ","rvs_goal_point":[40.7454211,-73.9785899],"key":7686,"region":"Manhattan","rvs_start_point":[40.7498689,-73.9873935]} -{"content":"Head southwest on 3rd avenue, and go past Barnes & Noble. Go two more blocks, and take a left. You'll find me at the concrete bench at the green park about midway through the first block and near two benches.","rvs_goal_point":[40.7563621,-73.9693124],"key":7687,"region":"Manhattan","rvs_start_point":[40.771073,-73.9593705]} -{"content":"Come to the drinking water on Washington square south which is north of a baptist church. Historic monument is northeast of here. ","rvs_goal_point":[40.7307881,-73.9984803],"key":7688,"region":"Manhattan","rvs_start_point":[40.7400479,-73.9893474]} -{"content":"Travel up North to East 4th Stree. I parked my bike next to a bank, a block from a police station and two blocks after the cemetery that you will see on your left.","rvs_goal_point":[40.7260628,-73.9889419],"key":7689,"region":"Manhattan","rvs_start_point":[40.7172974,-73.9973429]} -{"content":"Let's meet at the cafe just west of you on the corner where west 66th street ends near the riverside. It's the one just north of the avery cafe and across from the playground where there is bike parking.","rvs_goal_point":[40.7766224,-73.9890983],"key":7690,"region":"Manhattan","rvs_start_point":[40.7781629,-73.9823319]} -{"content":"Meet me at the church on 9th Avenue. If you see the Citi Bike rental, you went too far. On the way there you will pass by a school and garden.","rvs_goal_point":[40.7492777806,-73.9987918875],"key":7691,"region":"Manhattan","rvs_start_point":[40.7457199,-74.0054281]} -{"content":"Meet me at the garden southwest of you on the west side of Battery Park Underpass. A park is right next to me on my south. A historic fort is to my north.\r\n","rvs_goal_point":[40.7021220905,-74.0163484881],"key":7692,"region":"Manhattan","rvs_start_point":[40.7083109,-74.0068467]} -{"content":"Head out east, it's slightly south, I'm at the social center and the University. It's on rivington Street across the street from the Jewish temple from Poland.","rvs_goal_point":[40.7205504,-73.9905667],"key":7693,"region":"Manhattan","rvs_start_point":[40.7231344,-74.0081065]} -{"content":"Head south for one block then go west past the New York Theatre Workshop and the Crunch Fitness. Continue past the museum then turn north on Lafayette Street. The pub north of you next to a bar.","rvs_goal_point":[40.7290966,-73.9917737],"key":7694,"region":"Manhattan","rvs_start_point":[40.7267456,-73.9892029]} -{"content":"I'm at a McDonald's on 7th Avenue if you want to meet here. It's many blocks to your west, on the same block as a large Christian church. There is also a theatre and a school on the block to the south. ","rvs_goal_point":[40.7587753,-73.98472],"key":7695,"region":"Manhattan","rvs_start_point":[40.7568296,-73.9655795]} -{"content":"Meet me at the restaurant on Spring street. There is a pharmacy in the same block. It\u2019s in the northeast corner of the block. ","rvs_goal_point":[40.7219182,-73.9965137],"key":7696,"region":"Manhattan","rvs_start_point":[40.721481,-74.0127166]} -{"content":"Head northeast and let's meet up at the clinic on 3rd Avenue, just southeast of the synagogue and southwest of The Vitamin Shoppe.\r\n","rvs_goal_point":[40.7668051,-73.9630029],"key":7697,"region":"Manhattan","rvs_start_point":[40.75805,-73.9693959]} -{"content":"I'm sitting on a park bench listening to Jethro Tull. Come meet me! It's in the middle of the park. There are parking lots to my north and east.","rvs_goal_point":[40.777471,-73.9686884],"key":7698,"region":"Manhattan","rvs_start_point":[40.7812666,-73.9809033]} -{"content":"Let's go to bicycle parking near the place of worship. They're both on the south side of West 14th Street. Going from the east, it's the third bicycle parking. There are two more after that. ","rvs_goal_point":[40.7398742,-74.0030002],"key":7699,"region":"Manhattan","rvs_start_point":[40.7257537,-73.9937529]} -{"content":"Meet me at the bicycle parking on West 56th Street which is directly south of a European Wax Center. You'll need to go north one block and then head west and you'll pass Lyceum Theater and then go past that intersection but go north on the next one after that. Just before you get to the bicycle parking (which is on the southwest corner of West 56th and this road) you'll see two restaurants off to your east on the block before you get there.","rvs_goal_point":[40.7660449,-73.9835491],"key":7700,"region":"Manhattan","rvs_start_point":[40.7527835,-73.9748802]} -{"content":"Almost due north several blocks, let's meet up at the bakery shop on Park Avenue, just north of where the ave. divides around the large Terminal for transportation. It's on the east side of the northbound lane of the avenue, less than a block from the wide turn on it. There is a Grand Hyatt south of it, but set far away from the Avenue.","rvs_goal_point":[40.7524852,-73.9768268],"key":7701,"region":"Manhattan","rvs_start_point":[40.7427456,-73.9769046]} -{"content":"Come see me at Soho furniture shop on Broadway, on the next block south of Starbucks. They are on the same side of the street. ","rvs_goal_point":[40.7206089,-74.0010787],"key":7702,"region":"Manhattan","rvs_start_point":[40.7327936,-74.0040298]} -{"content":"Meet me at the Art Shop on the westside of 8th Avenue. It is on the same block as a school, but in the south east corner of the block and one building north of the restaurant in that same corner. For reference, there is also a Duane Reade pharmacy on the adjacent block to the south which is also on the same side of the street.","rvs_goal_point":[40.7419044,-74.0012093],"key":7703,"region":"Manhattan","rvs_start_point":[40.7275742,-73.993705]} -{"content":"Come see me at the drinking water on pier 25. It is the same pier with the historic ships and viewpoint. Pretty much just walk straight west from where you are until you reach the waterfront. You might need to go south just a bit but you should see the pier easily from there. The drinking water you want is the second one on the pier, next to the Sweet Love Snack Bar. ","rvs_goal_point":[40.7202176,-74.0137326],"key":7704,"region":"Manhattan","rvs_start_point":[40.7212764,-73.9966594]} -{"content":"Let's get some cash at TD bank. It is on the southwest corner of West 68th Street and the long diagonal street.","rvs_goal_point":[40.7754885,-73.9824748],"key":7705,"region":"Manhattan","rvs_start_point":[40.7717125,-73.9865159]} -{"content":"You will see me at the bicycle parking very close to CityMD clinic on the south side of West 14th street. This parking is the seventh from the east side of the block. ","rvs_goal_point":[40.7364102,-73.9947671],"key":7706,"region":"Manhattan","rvs_start_point":[40.7391381,-73.9957765]} -{"content":"I'm now at the bicycle parking on Armsterdam Avenue. Head north onto that avenue until you see a post box and then a charging station by Tesla. The destination is at the start of the next block but on the other side of the street than the charging station. If you reach SoulCycle, you have gone too far.\r\n","rvs_goal_point":[40.7812574,-73.9796004],"key":7707,"region":"Manhattan","rvs_start_point":[40.7772756,-73.9787911]} -{"content":"I'm at the Lebanese restaurant just south of East 13th Street, and about two blocks to your east. There is a small square shaped park on the block south of me, and a Catholic church just northeast of me.","rvs_goal_point":[40.7303084,-73.9830915],"key":7708,"region":"Manhattan","rvs_start_point":[40.7278854,-73.9902848]} -{"content":"Head north and meet me at the fast food restaurant right next to the pharmacy. It's on 6th Avenue, west of the camera shop and south of The Container Store. ","rvs_goal_point":[40.7395596,-73.9954916],"key":7709,"region":"Manhattan","rvs_start_point":[40.7290966,-73.9917737]} -{"content":"Meet me at the pharmacy. Start by doing straight west until you see Reebok and an Australian restaurant. The pharmacy is in that block, in the northeast corner of the block. It is on the corner of West 38th Street and another street. ","rvs_goal_point":[40.750937,-73.9830168],"key":7710,"region":"Manhattan","rvs_start_point":[40.7507176,-73.9738666]} -{"content":"From your current location, go south on until you see a Starbucks on your left. From the Starbucks, turn left immediately onto Delancey Street. Keep going straight until you see the a tennis center on your left. We will meet right past the Southeast corner of the tennis center next to the water where the waste basket is.","rvs_goal_point":[40.7147938,-73.9751548],"key":7711,"region":"Manhattan","rvs_start_point":[40.7207828,-73.9892483]} -{"content":"I'm pretty far south of you near the end of West street. There is a pharmacy on the same block as the garden I'm in, but it's just to the west of me. I'm facing battery place where it runs east and west.","rvs_goal_point":[40.7051255664,-74.0160138606],"key":7712,"region":"Manhattan","rvs_start_point":[40.7212047418,-74.012707211]} -{"content":"Move north past the museum onto west 56th street. I am at the parking entrance east of an hotel. The Ritz-Carlton is also located north of the entrance. ","rvs_goal_point":[40.7635416,-73.9771928],"key":7713,"region":"Manhattan","rvs_start_point":[40.7546713,-73.9745591]} -{"content":"Meet me at the newsagent shop on 8th Avenue. It is across the street from the block with a theatre. There is a restaurant to the southwest.","rvs_goal_point":[40.7644929975,-73.9846706324],"key":7714,"region":"Manhattan","rvs_start_point":[40.7756899,-73.9803082]} -{"content":"Meet me at a bench west of you on the waterfront near Battery Place. A museum is nearby to the north of this bench. Millennium Point is to the east of the bench.","rvs_goal_point":[40.7053939,-74.0190909],"key":7715,"region":"Manhattan","rvs_start_point":[40.7057076,-74.0123841]} -{"content":"Move southeast and let's meet at the bicycle parking near Sephora on Broadway street. Free people clothes is in the same block. ","rvs_goal_point":[40.7239361,-73.9981456],"key":7716,"region":"Manhattan","rvs_start_point":[40.7332046,-74.0033643]} -{"content":"Meet me on the south of you at New York Public Library on the north side of East Broadway, to the north of a hospital and southeast of a shelter.\r\n","rvs_goal_point":[40.714454089,-73.9885280733],"key":7717,"region":"Manhattan","rvs_start_point":[40.7288885,-73.9880788]} -{"content":"Let's do laundry together on East 73rd street. A hotel is on the opposite side of the laundry shop. Move northeast to get there. ","rvs_goal_point":[40.768149,-73.9550287],"key":7718,"region":"Manhattan","rvs_start_point":[40.7631572,-73.9699958]} -{"content":"Come to east 12th street and will rent a bike from there. Pass Astro Place. After you pass Grace church turn east and it will be on the south side of the street. ","rvs_goal_point":[40.7322327,-73.9888996],"key":7719,"region":"Manhattan","rvs_start_point":[40.7229575789,-73.9965168332]} -{"content":"You can meet me to the west of where the south curve in Battery Place intersects another street. I'm in a small walled rectangle garden by a footpath. It's the second rectangle garden from the water along this side of the path. There are three benches not far, to the northeast, and a taxi stand a little farther from the benches. ","rvs_goal_point":[40.7048324187,-74.0182578445],"key":7720,"region":"Manhattan","rvs_start_point":[40.7157479,-74.0070397]} -{"content":"Meet me at the shoes shop on West 34th Street just opposite (but a little west) of Macy's on that block. Go 7 blocks north to West 34th and then 2 and a half blocks west. There is a Foot Locker on the same block on the same side of the street just west of the shoe store.","rvs_goal_point":[40.7500459,-73.9888897],"key":7721,"region":"Manhattan","rvs_start_point":[40.743585,-73.9861061]} -{"content":"Meet me at the clothes shop. Head south to Bowery. The clothes shop is two blocks past the block where the New York Marble Cemetery is. It's on the northwest corner of the block that Liz Christy Garden is on.","rvs_goal_point":[40.7246472,-73.9920919],"key":7722,"region":"Manhattan","rvs_start_point":[40.7361617,-73.9890388]} -{"content":"Let\u2019s meet for lunch at the restaurant. Head slightly south and east until you get to Essex Street. If you look to your east you\u2019ll see a gallery. The restaurant is in that same block, near the southeast corner. Not the one right in the corner, but the one right above that. ","rvs_goal_point":[40.7193451,-73.9850545],"key":7723,"region":"Manhattan","rvs_start_point":[40.724249,-74.0000938]} -{"content":"Meet me at the bar on Avenue C. It's about 10 1\/2 blocks southwest of you when you get on Avenue C by the river. It's two blocks past Lilly's Shakes & Crepes and on the same side of the street.","rvs_goal_point":[40.7236831,-73.9789326],"key":7724,"region":"Manhattan","rvs_start_point":[40.7304514,-73.9726034]} -{"content":"Meet me at a CityMD Clinic south of you on the south side of Fulton Street. It is between a Dunkin' fast food and 195 Broadway. A block west of this clinic is Urban Outfitters.","rvs_goal_point":[40.7103743,-74.0082481],"key":7725,"region":"Manhattan","rvs_start_point":[40.7159879,-74.0073387]} -{"content":"Let's eat at that restaurant on Grand street. It's the one that is less than 3 blocks from where grand ends at it's most eastern spot. It's a little west of the jewish place of worship and it's also east of the arts center.","rvs_goal_point":[40.7149914,-73.9828256],"key":7726,"region":"Manhattan","rvs_start_point":[40.7213485,-74.0000613]} -{"content":"I'm just a couple blocks east of you. Come meet me at the playground on the south side of East Broadway, just northwest of the episcopal church and west of a cafe.","rvs_goal_point":[40.7143625281,-73.984219854],"key":7727,"region":"Manhattan","rvs_start_point":[40.7142951,-73.9892936]} -{"content":"Meet me on the northwest of you at the bridge over a pond on Central Park South, to the southeast of a theme park and west of a zoo.\r\n","rvs_goal_point":[40.7669276184,-73.9738311429],"key":7728,"region":"Manhattan","rvs_start_point":[40.7644729,-73.9667197]} -{"content":"We can meet at the furniture shop southwest of you, on Canal Street. Fanelli Cafe is about halfway between us. Bank of America is to the southeast, and a Duane Reade pharmacy is to the south. WeWork is also south of it. ","rvs_goal_point":[40.7199536,-74.0023558],"key":7729,"region":"Manhattan","rvs_start_point":[40.7292561,-73.9940928]} -{"content":"Can we please meet at the restaurant on East 13th Street? It's very near a Starbucks, and less than a half block west of a catholic church.","rvs_goal_point":[40.7309012,-73.9833892],"key":7730,"region":"Manhattan","rvs_start_point":[40.7287612,-73.9897021]} -{"content":"I'm at the bicycle parking way down on Saint James Place just before the bridge. It's on the south side of the street and just before it changes names. There is a park across the street that is triangular shaped. The parking is the one closest to the bridge.","rvs_goal_point":[40.7110907,-74.0002886],"key":7731,"region":"Manhattan","rvs_start_point":[40.7213923,-73.995125]} -{"content":"I am at the bicycle parking area on Cherry St., just to the east of the Manhattan Bridge and a block up from the waterfront. There is a recycling center to the northeast of my location.","rvs_goal_point":[40.7109942,-73.9909391],"key":7732,"region":"Manhattan","rvs_start_point":[40.7202153,-74.0027318]} -{"content":"Head northeast past Trump tower and come see me at the restaurant on 1st avenue which is near a hotel, on the same block. ","rvs_goal_point":[40.7535386,-73.9661058],"key":7733,"region":"Manhattan","rvs_start_point":[40.7511092,-73.9715209]} -{"content":"Let s meet at the theatre near two vacant shops on Saint Mark's Place. A fast food restaurant is also located on the same block, east side. ","rvs_goal_point":[40.729044,-73.9892596],"key":7734,"region":"Manhattan","rvs_start_point":[40.7362114,-73.9966243]} -{"content":"When you finish your martini come meet me at the REI bicycle parking just south of East Houston Street. There is a CVS pharmacy a block to my northeast.","rvs_goal_point":[40.7247974,-73.9951169],"key":7735,"region":"Manhattan","rvs_start_point":[40.7315711,-74.0068211]} -{"content":"Meet me at the hotel on the east side of Allen Street. The hotel is sort of towards the south west corner. There is a Citi Bike to the north between where Allen Street splits. Also to the east about two blocks over is a Pharmacy. ","rvs_goal_point":[40.7194926,-73.9899366],"key":7736,"region":"Manhattan","rvs_start_point":[40.7155671,-74.0073336]} -{"content":"Meet me at the clock a bit south of you. You can follow the roadway you're on south to East 25th Street, and then head inland one block. There is a bicycle rental catty-corner from me.","rvs_goal_point":[40.7380015,-73.9779099],"key":7737,"region":"Manhattan","rvs_start_point":[40.7499901,-73.9664218]} -{"content":"Can we meet at the bicycle parking on John Street. It's the one about 2 and a half blocks before the southeast terminus of the street, on the western side of the street. Across the block to it's east is a pharmacy. To the north on the same street though is a Subway restaurant.","rvs_goal_point":[40.707043,-74.005272],"key":7738,"region":"Manhattan","rvs_start_point":[40.7151291,-73.9936369]} -{"content":"You will see me at the bicycle parking on West 14th street. It is on the same block with a bank and a cinema is down south. ","rvs_goal_point":[40.7366845,-73.9950007],"key":7739,"region":"Manhattan","rvs_start_point":[40.7335106,-74.0040897]} -{"content":"I'm at a bicycle parking on the west side of LaGuardia Place. I am about a half block north of a major two-way street.","rvs_goal_point":[40.7274686,-73.9995707],"key":7740,"region":"Manhattan","rvs_start_point":[40.7148458,-73.9979052]} -{"content":"Let's meet for drinks at the bar just off Essex Street. The bar is sort of in the northeast corner of the block, close to the playground. For reference, there is a pharmacy to the west on the adjacent block and a bunch of benches and library to the southeast across the street.","rvs_goal_point":[40.7153863,-73.990065],"key":7741,"region":"Manhattan","rvs_start_point":[40.7114474,-73.995116]} -{"content":"Meet me at a museum south of you on the the west side of Bowery. To the southeast of it is a hotel and to its south is a hostel which are all on the same street. West of this museum is John Fluevog and a school. ","rvs_goal_point":[40.7230882,-73.9933858],"key":7742,"region":"Manhattan","rvs_start_point":[40.7376133,-73.9900037]} -{"content":"Meet me at the bicycle parking on West 66th Street. It is on the north side of the street. It is across the street from the block with the museum.","rvs_goal_point":[40.7733784,-73.9808431],"key":7743,"region":"Manhattan","rvs_start_point":[40.7750401,-73.9628361]} -{"content":"Let's get pizza at that restaurant on Bleeker Street. It's less than a block east of two restaurants, but it's on the other side of the street as those. It's on the same block as the university. Citibank is a block and a half to the east.","rvs_goal_point":[40.7287649,-74.0000832],"key":7744,"region":"Manhattan","rvs_start_point":[40.7340693,-74.0027914]} -{"content":"Meet me at the clothes shop southwest of your location. Head south from your location and walk through Washington Square Park until you exit through the south end. Continue south through Thompson Street. Head south for four blocks. Your destination is on the corner of the next block just ahead of you. It is one block west of French Connection clothes shop.","rvs_goal_point":[40.7259694,-74.00157],"key":7745,"region":"Manhattan","rvs_start_point":[40.7393472,-73.9914179]} -{"content":"Beside a historic building you'll find a jewelry shop where I am, It's on Madison Avenue. A max Mara is over a block north of it. A historic memorial is more than a block west\/north.","rvs_goal_point":[40.7682387,-73.9678084],"key":7746,"region":"Manhattan","rvs_start_point":[40.7566345,-73.9807599]} -{"content":"Meet me at the burger restaurant on Warren Street. It is is in the middle of the block. There is a Verizon Wireless store on the same block.","rvs_goal_point":[40.7151708,-74.0104716],"key":7747,"region":"Manhattan","rvs_start_point":[40.7128226,-73.9976445]} -{"content":"That spanish restaurant that you mentioned before? Is it that one on West 19th street? I'm sitting here now, meet me here ok? A language school is to the east, and There is a charging station very near that. To the north, less than a block or so up is a dry cleaning shop.","rvs_goal_point":[40.7426481,-73.9995427],"key":7748,"region":"Manhattan","rvs_start_point":[40.7453942,-73.9912033]} -{"content":"Meet me at the theatre west of you on Broadway. A cafe is east of it. Southwest of the theatre is a church.\r\n","rvs_goal_point":[40.7637743,-73.9828196],"key":7749,"region":"Manhattan","rvs_start_point":[40.7631836,-73.9654968]} -{"content":"I just stopped to drink from a water fountain on W 21st St. It's about 7-8 blocks north of you and one block past a theater. On your way you should pass the Maritime Hotel.","rvs_goal_point":[40.7445339,-74.0010114],"key":7750,"region":"Manhattan","rvs_start_point":[40.7404759,-74.0051279]} -{"content":"Meet me at the vacant shop on Columbus Avenue. It is on the same block as the bar. It is right next to it, on the south side of the bar. ","rvs_goal_point":[40.7783693,-73.9783191],"key":7751,"region":"Manhattan","rvs_start_point":[40.7798220159,-73.9885781498]} -{"content":"I am right here on Bryant Park, at the garden southeast of 1095 Avenue of the Americas and northeast of 2 gardens. It is close to the drinking water.","rvs_goal_point":[40.7539002997,-73.9830669413],"key":7752,"region":"Manhattan","rvs_start_point":[40.7557297,-73.9867751]} -{"content":"Meet me at the clothes shop on Delancey Street. It is almost at the exact same spot as the night club.","rvs_goal_point":[40.7203946,-73.9934628],"key":7753,"region":"Manhattan","rvs_start_point":[40.731547149,-73.9956775529]} -{"content":"Meet me at the bakery shop west of you. Walk southeast onto 5th Avenue for seven blocks. Then turn west at the intersection and walk three blocks. The bakery shop is the end of the third block.","rvs_goal_point":[40.7407741,-74.0015032],"key":7754,"region":"Manhattan","rvs_start_point":[40.7419122,-73.9895625]} -{"content":"I scream, we all scream for Ice Cream, let's get some at the gelato place on Carmine street. It's on the northeastern most block of it before it turns southeast and becomes a different street entirely. A cheese shop it northwest of it. A university is to the east.","rvs_goal_point":[40.7304669,-74.0024371],"key":7755,"region":"Manhattan","rvs_start_point":[40.7266002,-73.9864759]} -{"content":"Travel northeast and come meet me at the bicycle parking on the east side of 2nd Avenue, just north of a bank and west of a clinic. It's on the northwest corner of the block.","rvs_goal_point":[40.7738742,-73.9545116],"key":7756,"region":"Manhattan","rvs_start_point":[40.7641688,-73.9648374]} -{"content":"Meet me at the bench off of Peter Minuit Plaza. It is kind of a short street that makes a loop in the shape of a triangle. There is a statue a few steps to my north east from where I am sitting. For reference, there is a park a few paces and across the street to the north west. Also there is a Retro Fitness due east of the bench.","rvs_goal_point":[40.7020899,-74.0135143],"key":7757,"region":"Manhattan","rvs_start_point":[40.7061142,-74.0176028]} -{"content":"Let's meet at the bench off of FDR Drive. The bench is just on the shoreline, a little south of the jetty for the Ferry. There is a bicycle rental to the south, southwest, but there are several roads in between as this is a major highway system that is next to the bench. ","rvs_goal_point":[40.7313994,-73.9734772],"key":7758,"region":"Manhattan","rvs_start_point":[40.7344385085,-73.9904488457]} -{"content":"You will see me at the bar north of Independent on West 44th street. They are on the opposite blocks. ","rvs_goal_point":[40.7560836841,-73.9824340293],"key":7759,"region":"Manhattan","rvs_start_point":[40.7551017,-73.9659718]} -{"content":"I'm parking my bike at the east end of East Broadway, south of the bridge. The parking space is on the north side of the road. ","rvs_goal_point":[40.7145591,-73.9849758],"key":7760,"region":"Manhattan","rvs_start_point":[40.7257681,-73.9843732]} -{"content":"Meet me at the bicycle rental south of you, on the block where Suffolk Street begins. It's to the southeast of a museum, and a couple blocks north of the Holiday Inn. ","rvs_goal_point":[40.7206644,-73.9851798],"key":7761,"region":"Manhattan","rvs_start_point":[40.7317071,-73.9810863]} -{"content":"Meet me at the post office on the north side of Canal Street. It is in the west corner of it's block. Diagonally through the intersection is 2 fast food restaurants to the west. There is a cafe to the northeast on the adjacent block to the northeast. ","rvs_goal_point":[40.7214724,-74.0043782],"key":7762,"region":"Manhattan","rvs_start_point":[40.7142895,-73.9892718]} -{"content":"Head southeast and meet me at a parking entrance on the north side of West 43rd Street, just to the west of a theatre and on the same block as it. It's east of 3 Times Square.","rvs_goal_point":[40.7563246,-73.985323],"key":7763,"region":"Manhattan","rvs_start_point":[40.7620698,-73.9901894]} -{"content":"I'm about 8 blocks south of you, at a clothes shop on 6th Avenue. A large Christian church is to the southeast, and a TJ Maxx is to the northeast. ","rvs_goal_point":[40.7390507,-73.9958355],"key":7764,"region":"Manhattan","rvs_start_point":[40.7443827,-73.9914762]} -{"content":"I am at the clothes shop by the south corner on Madison avenue. A museum and a waste basket are on this block. ","rvs_goal_point":[40.7706419,-73.9664711],"key":7765,"region":"Manhattan","rvs_start_point":[40.7613514,-73.969063]} -{"content":"Meet me at the bench southeast of your location. South east from your location then head south onto William Street. Keep heading south and stay on this street. Your destination is on the same block as two fountains, on the other side of the block. It is directly north of three gardens and southwest of Duane Reade pharmacy.","rvs_goal_point":[40.7039365,-74.0085692],"key":7766,"region":"Manhattan","rvs_start_point":[40.7096624,-74.0122014]} -{"content":"Meet me at Nolita cafe in the middle of the block east of Elizabeth street. Nudie Jeans co. is on the same block.","rvs_goal_point":[40.7209019,-73.9946997],"key":7767,"region":"Manhattan","rvs_start_point":[40.7141066,-74.0092265]} -{"content":"Let's get lunch at the cafe. It's the one on the corner of West 49th Street. It's a block south of the church and north of Lexus. It's a block east of the water.","rvs_goal_point":[40.765046,-73.994881],"key":7768,"region":"Manhattan","rvs_start_point":[40.7668594,-73.9836203]} -{"content":"Meet me at the alcohol shop to your north on 1st Avenue. A museum is southwest of the shop. South of the alcohol shop is an attraction. ","rvs_goal_point":[40.7277981,-73.9849322],"key":7769,"region":"Manhattan","rvs_start_point":[40.7171212,-73.9967759]} -{"content":"Head southwest and meet me at the recycling on Pine Street, right on the northwest corner of the block, northeast from the church and south of One Liberty Plaza.","rvs_goal_point":[40.7082263,-74.0112256],"key":7770,"region":"Manhattan","rvs_start_point":[40.7173097,-74.0007245]} -{"content":"Meet me at the Chase Bank on the north side of 72nd Street. It is in the southeast corner of it's block. Across the street to the southwest is a Ricky's NYC cosmetics shop. There is also a bicycle parking to the west, which is also on the same block as the Ricky's.","rvs_goal_point":[40.7776752,-73.978887],"key":7771,"region":"Manhattan","rvs_start_point":[40.7626427,-73.9897868]} -{"content":"Meet me at a fire station southeast of you on East 40th Street. A pub is southeast of it. Orangetheory Fitness is west of the fire station.","rvs_goal_point":[40.7486641892,-73.9740041426],"key":7772,"region":"Manhattan","rvs_start_point":[40.7553036,-73.9869647]} -{"content":"I am getting my taco fix at the Taco Bell fast food restaurant on the southwest side of Fulton Street. It's about two blocks before that becomes a pedestrian only street. There is a TD bank a block southeast of me.","rvs_goal_point":[40.7084401,-74.0050411],"key":7773,"region":"Manhattan","rvs_start_point":[40.7203906414,-74.0109130041]} -{"content":"If you get on the south side of Park Place, you will see me at the bicycle parking right by the corner and directly north of roman catholic church.","rvs_goal_point":[40.7132706,-74.0094644],"key":7774,"region":"Manhattan","rvs_start_point":[40.7180873,-74.001073]} -{"content":"I am at the garden close to the fountain on Stuyvesant Oval. A deli restaurant is north of the garden and 5 parking space is slightly southeast. ","rvs_goal_point":[40.7320677334,-73.9774969544],"key":7775,"region":"Manhattan","rvs_start_point":[40.7454706,-73.9792769]} -{"content":"I'm northwest of you at the post box on the alley that runs north of Chatham square between the cafe and the doctor's office . It's just south of the other post box. ","rvs_goal_point":[40.7143453,-73.9978927],"key":7776,"region":"Manhattan","rvs_start_point":[40.7110345596,-73.9973894286]} -{"content":"There's a coworking space we can meet at on West 32nd Street, on the same block as a vending machine and across the street from the mall. Also, there's a pharmacy to the east, and Curio Collection by Hilton. ","rvs_goal_point":[40.748599,-73.989262],"key":7777,"region":"Manhattan","rvs_start_point":[40.744428,-73.9793868]} -{"content":"Come meet me at the post box on Central Park West, on the corner, east of La Quinta Inn and just south of the historic building.","rvs_goal_point":[40.7761414,-73.9761567],"key":7778,"region":"Manhattan","rvs_start_point":[40.7657475,-73.9787646]} -{"content":"I'm southeast of you at the bank on 1st Avenue. Duane Reade pharmacy is on my northeast, and a doctor's office on the southeast.","rvs_goal_point":[40.7671455,-73.9562037],"key":7779,"region":"Manhattan","rvs_start_point":[40.7700896,-73.9576457]} -{"content":"Meet me at the bench southwest of you on the south side of the short Exchange Alley. Stock exchange is on my northeast. A park is to my southwest.\r\n","rvs_goal_point":[40.7068865,-74.0128578],"key":7780,"region":"Manhattan","rvs_start_point":[40.7117038,-74.0085747]} -{"content":"Meet me at the florist shop not far to the southeast of you, next to a shelter on East 32nd street. To the north, across two streets, is True Value. ","rvs_goal_point":[40.7466322,-73.9845219],"key":7781,"region":"Manhattan","rvs_start_point":[40.7484311,-73.9856903]} -{"content":"I'm at Duane Reade in the Financial district. It's on the south end of West street. It's near the big park.","rvs_goal_point":[40.70522,-74.0162734],"key":7782,"region":"Manhattan","rvs_start_point":[40.7147198,-74.0071763]} -{"content":"I am at a restaurant just off of the southern portion of Bowery before it changes names. This is pretty much directly west from where you are standing. At the southern part of Bowery there is a tiny unnamed street that heads north and bisects another street. The restaurant I am at is on the west side of that street exactly halfway up. There is a post office directly across the street.","rvs_goal_point":[40.7143733,-73.9980909],"key":7783,"region":"Manhattan","rvs_start_point":[40.7117123,-73.9789393]} -{"content":"I'm southwest of you, at a prostetics shop on East 29th Street. It's in the middle of the block, on the south side of the street. A Bank of America atm is on this same block. To the northeast of here is H&R Block and an AMC cinema. ","rvs_goal_point":[40.741991,-73.9794147],"key":7784,"region":"Manhattan","rvs_start_point":[40.7509179,-73.9711817]} -{"content":"Meet me at the bicycle parking. Go north to West 47th Street and then head west. After you pass Kiehl's, you will cross over one street and then the bicycle parking will be a little bit down from the corner on the opposite side of the street as Kiehl's.","rvs_goal_point":[40.7619094,-73.9908455],"key":7785,"region":"Manhattan","rvs_start_point":[40.7501765,-73.9862874]} -{"content":"Move northwest past Puck Building and NoHo District. I'm at the restaurant on Bleecker Street, on the same block with the park. It is the second restaurant on the west side of Capital One. ","rvs_goal_point":[40.7288064,-74.0006959],"key":7786,"region":"Manhattan","rvs_start_point":[40.7236731,-73.9946151]} -{"content":"I think we should simply go and play a bit. Meet me at the playground on Spring Street. You know it's the one a couple of blocks east of where the street takes that weird obtuse angle? To the east of the playground is a Dentist office, where Dr.John works. Over a block across the east is a French Connection clothes place.","rvs_goal_point":[40.7254002,-74.0026467],"key":7787,"region":"Manhattan","rvs_start_point":[40.7252789,-73.9875528]} -{"content":"I am at the school on 2nd Ave., directly east of your position. The school is on the next block south of Link NYC telephone. It is also northeast of a nearby church. ","rvs_goal_point":[40.7372724,-73.9810978],"key":7788,"region":"Manhattan","rvs_start_point":[40.7372018,-73.9925353]} -{"content":"I'm many blocks south of you, and a bit east. I'm waiting at a fire station here on Beekman Street. A large hospital is across the street, and Thompson Hotels is to the northwest. ","rvs_goal_point":[40.7099495012,-74.0054029031],"key":7789,"region":"Manhattan","rvs_start_point":[40.724737,-74.0076954]} -{"content":"Go a few blocks east and meet me at the bicycle parking on East 14th Avenue, on the north side of the street, north of a theatre and south of another theatre.","rvs_goal_point":[40.7338001,-73.9881763],"key":7790,"region":"Manhattan","rvs_start_point":[40.7341244,-73.9914808]} -{"content":"Go south and meet me at the clinic on East 11th Street, just north of the bicycle rental and west from the music school.","rvs_goal_point":[40.7337366,-73.9948937],"key":7791,"region":"Manhattan","rvs_start_point":[40.7440882,-73.9960078]} -{"content":"Meet on the next block to your east. At AMC cinema which is on the same block with Rite Aid pharmacy. ","rvs_goal_point":[40.7429085,-73.9767783],"key":7792,"region":"Manhattan","rvs_start_point":[40.7433826,-73.9795747]} -{"content":"I need to get a new phone. Meet me at the Verizon Wireless store on the northside of Canal Street. Across the street caddy corner to the west of the Verizon is a Duane Reade pharmacy. Also to the southeast is a McDonald's fast food restaurant,","rvs_goal_point":[40.7192378,-74.0013784],"key":7793,"region":"Manhattan","rvs_start_point":[40.7258353,-73.9961321]} -{"content":"Meet me at bureau de change in the middle of the block on the west side of Lexington Avenue. Historic building is opposite of this place. ","rvs_goal_point":[40.7644729,-73.9667197],"key":7794,"region":"Manhattan","rvs_start_point":[40.7633699,-73.9776416]} -{"content":"Meet me at the clothes shop on the corner in the west village. It's on the north side of Perry street, which is south of you, and on the same block as a church.","rvs_goal_point":[40.7358326,-74.0018859],"key":7795,"region":"Manhattan","rvs_start_point":[40.7440679,-74.0028354]} -{"content":"I'm at Dunkin Donuts south of you. It's near the 14th street loop. There is a prep school on my west. ","rvs_goal_point":[40.7294239,-73.9784817],"key":7796,"region":"Manhattan","rvs_start_point":[40.7414519,-73.981005]} -{"content":"I'm mailing a letter at the post box on the south side of East 30th Street. It's on the northeast corner of the block, and there is a school on the same street to my west.","rvs_goal_point":[40.7445135,-73.9833697],"key":7797,"region":"Manhattan","rvs_start_point":[40.7458866,-73.9791328]} -{"content":"Meet me at this bicycle parking on Park Avenue South. It's south of you, and there's a school on the same block. On the block to the south, there's a WeWork. This parking is the one closest to the middle of the block. The CUNY Graduate School and University Center is about halfway between us. ","rvs_goal_point":[40.7442846,-73.9834787],"key":7798,"region":"Manhattan","rvs_start_point":[40.7531366493,-73.9816476458]} -{"content":"On Murray Street southwest of you, we can meet at the cafe near the library. To the northeast on the next block there's Philly Pretzel Factory, and Broadway-Chambers Building east of that. ","rvs_goal_point":[40.7137279,-74.0084336],"key":7799,"region":"Manhattan","rvs_start_point":[40.7222119,-73.9953562]} -{"content":"Meet me at this bar by the college on University Place. It's many blocks southwest of you. An Avis rental is on the block to the east.","rvs_goal_point":[40.7331707,-73.9936418],"key":7800,"region":"Manhattan","rvs_start_point":[40.74208,-73.9813801]} -{"content":"My sweet tooth is calling. Let's get some cheesecake at the cool bakery on Kenmare street, just before it ends, on it's north side. A historic building is over a block south.","rvs_goal_point":[40.7215522,-73.997239],"key":7801,"region":"Manhattan","rvs_start_point":[40.7247462,-73.9838567]} -{"content":"I'm east of you at the hotel on the north side of west 28th street. It's just down the block to the east fo the pharmacy by the post box. There is a clothing store and bike parking just nextdoor to the hotel.","rvs_goal_point":[40.7468751,-73.9921509],"key":7802,"region":"Manhattan","rvs_start_point":[40.7482541,-74.0059322]} -{"content":"Let's look at this garden here. It's just east of West Street a university is just to it's north and a block or so east is a park, called Duane Park.","rvs_goal_point":[40.7174391973,-74.0116490386],"key":7803,"region":"Manhattan","rvs_start_point":[40.7184521,-74.0049427]} -{"content":"I'm northeast of you at this historic memorial on the corner of the block on East 17th Street that has a fountain in the center of it. There's another block to the west with a fountain in the center. The IBM Watson company is about halfway between us. ","rvs_goal_point":[40.733864,-73.9829448],"key":7804,"region":"Manhattan","rvs_start_point":[40.7274686,-73.9995707]} -{"content":"Getting here should be easy. I will be at the convenience shop in the middle of the block on Church street. 2 restaurants is on my south side. ","rvs_goal_point":[40.7163036,-74.0070698],"key":7805,"region":"Manhattan","rvs_start_point":[40.7227218,-74.0048801]} -{"content":"Meet me at a pet grooming shop southeast of you on the north side of East 33rd Street. jenny Craig is west of it. Two and a half blocks north of this shop is a historic district.","rvs_goal_point":[40.7449955,-73.9782156],"key":7806,"region":"Manhattan","rvs_start_point":[40.7520955,-73.9877281]} -{"content":"I'm sitting for coffee at the south end of 9th Avenue. Come join me. You should walk north west and I'm at the beginning of the street on the east side. ","rvs_goal_point":[40.7412113,-74.004914],"key":7807,"region":"Manhattan","rvs_start_point":[40.7256432,-74.0012067]} -{"content":"Meet me at Capital One bank on East 59th Street. It is on the same block as 2 clinics. It is on the block across the street from Duane Reade pharmacy.","rvs_goal_point":[40.7631572,-73.9699958],"key":7808,"region":"Manhattan","rvs_start_point":[40.75401535,-73.98257195]} -{"content":"Meet me to the southeast at the Vietnamese restaurant just four buildings up from the northeast corner where there is a tourist attraction on East 1st Street.","rvs_goal_point":[40.7235492,-73.9880373],"key":7809,"region":"Manhattan","rvs_start_point":[40.7354318,-73.9917629]} -{"content":"Meet me at the parking space. I'm parked on the 20th Street Loop. If you enter the loop by Lenz's Delicatessen, I'm parked a few spots before the fountain.","rvs_goal_point":[40.732872986,-73.9777893868],"key":7810,"region":"Manhattan","rvs_start_point":[40.7325657879,-73.9756368729]} -{"content":"Head on up northwest of you. I'm at the stationery shop on West 31st street. The grand hotel is about a block (regular length one that is) east on the same side of the street. There is a fairly large church across the street from it.","rvs_goal_point":[40.7484782,-73.9908519],"key":7811,"region":"Manhattan","rvs_start_point":[40.7372724,-73.9810978]} -{"content":"I will be waiting at the shoe repair shop on the corner of 2nd Avenue. Serendipity 3 is southwest and roman catholic church is northwest on the either sides of the block. ","rvs_goal_point":[40.7620974,-73.9634799],"key":7812,"region":"Manhattan","rvs_start_point":[40.7645416,-73.9731639]} -{"content":"Get close to 6th Avenue and meet me at the bicycle parking which is on the same block, and north of 2 bicycle parkings. ","rvs_goal_point":[40.726776,-74.0036466],"key":7813,"region":"Manhattan","rvs_start_point":[40.725173,-74.0116805]} -{"content":"Let's meet up at the garden on West 40th Street. It's northeast of you. It's in the park with many monuments and coffee places, It's on the south edge of this park not far from the Library.","rvs_goal_point":[40.7531055739,-73.9834189872],"key":7814,"region":"Manhattan","rvs_start_point":[40.7410288,-73.9958664]} -{"content":"Head southwest and meet me at the parking lot on East 54th Street, east of the church and a couple blocks north from the Lotte Hotels & Resorts. It's on the south side of the street near the middle of the block.","rvs_goal_point":[40.7605308,-73.9747158],"key":7815,"region":"Manhattan","rvs_start_point":[40.7640550338,-73.9594521834]} -{"content":"Head west on West Washington, and walk through the park when it ends, past the two gardens and pick it up again on the west side of the park, then pass the next block and meet me at the restaurant that is Japanese, on the south side of the street after that intersection.","rvs_goal_point":[40.7322375,-74.0007701],"key":7816,"region":"Manhattan","rvs_start_point":[40.7288797,-73.9934374]} -{"content":"I'm west of you at the bicycle parking near the shore. You can find me just west of the hotel at the end of Jane street. You'll find it once you pass the NYC LGBT Community Center going west.","rvs_goal_point":[40.7380728,-74.0103992],"key":7817,"region":"Manhattan","rvs_start_point":[40.7393502,-73.9940627]} -{"content":"I am at the hairdresser shop northwest of you in the middle of the Little Italy neighborhood. The shop is on the east side of Centre St. There is a historic building on the next corner to the north.","rvs_goal_point":[40.7193815,-73.998676],"key":7818,"region":"Manhattan","rvs_start_point":[40.7167451,-73.9970807]} -{"content":"I'm a few blocks north of you at CorePower Yoga, on the east side of Broadway. There is a church across the street from me. ","rvs_goal_point":[40.7768271,-73.9817446],"key":7819,"region":"Manhattan","rvs_start_point":[40.7742826,-73.982523]} -{"content":"Meet me at a bicycle parking north of you on the east side of 9th Avenue. It is the first bicycle parking north of the Rite Aid Pharmacy and is on the same side of the street. West of this bicycle parking is a cinema and a hostel.","rvs_goal_point":[40.7459161,-74.0016421],"key":7820,"region":"Manhattan","rvs_start_point":[40.7390222,-74.0012408]} -{"content":"Meet me at the playground for a playdate. The best way to get here is probably to take 6th Street east just before it dead ends into a large highway. There should be some parking just before it ends. If you see a park at the end of the street, you have gone to far. After you park, take the southeast walking path out of the parking lot and follow it until you see the playground. The playground is between two buildings, 711 and 709.","rvs_goal_point":[40.7207099243,-73.9755140182],"key":7821,"region":"Manhattan","rvs_start_point":[40.7314250995,-73.9760866039]} -{"content":"I'm southeast of you at the bicycle parking on East 53rd Street. There is a pharmacy on my north. Courtyard is on the southeast.","rvs_goal_point":[40.7581785,-73.9710055],"key":7822,"region":"Manhattan","rvs_start_point":[40.765264,-73.9831704]} -{"content":"Let's meet at the Union Square clinic, which is south of you on 4th Avenue. There's a Subway shop on this same irregular block, and there's a Regal cinema to the southwest of here. The William Henry Seward Monument is about halfway between us. ","rvs_goal_point":[40.734864,-73.9897882],"key":7823,"region":"Manhattan","rvs_start_point":[40.7492408,-73.9920749]} -{"content":"Let's eat at the restaurant on Spring street. It's at the part of the street to the west of the angle and the museum is a block to it's west.","rvs_goal_point":[40.7254542,-74.0047415],"key":7824,"region":"Manhattan","rvs_start_point":[40.7147041,-73.9977965]} -{"content":"Move north on 6th Avenue past Haier Building. I'm at the garden very close to historic building. It is on the opposite block of Blink Fitness.","rvs_goal_point":[40.7536643434,-73.9841401562],"key":7825,"region":"Manhattan","rvs_start_point":[40.7417763,-73.9906298]} -{"content":"Meet me at the post box on the south side of East 56th Street, at the corner where that meets the avenue that borders the park on its east.","rvs_goal_point":[40.762169,-73.9744371],"key":7826,"region":"Manhattan","rvs_start_point":[40.7725,-73.9714]} -{"content":"Meet me at an Orthodox Church southwest of you on the south side of Liberty Street. The Twin Towers Memorial is to the northwest of it on the same street. A block to the south of this church is the W Hotel and On Liberty plaza is to its east.","rvs_goal_point":[40.7101502692,-74.0132317649],"key":7827,"region":"Manhattan","rvs_start_point":[40.7187364,-74.0025769]} -{"content":"Meet me at the bicycle parking south of you on Bleecker Street. Its in the block between the park and the bar. It's on the same side of the street as the park and in the middle of that block.","rvs_goal_point":[40.7285501,-74.0001046],"key":7828,"region":"Manhattan","rvs_start_point":[40.7393278,-74.0018755]} -{"content":"Meet me at a restaurant southwest of you on the corner of Warren Street. It is between a book shop and the Home Life Building all on the same street. A New York Public Library is southeast of the restaurant. ","rvs_goal_point":[40.7143494,-74.0086532],"key":7829,"region":"Manhattan","rvs_start_point":[40.7233990542,-73.9969398619]} -{"content":"Let's drop off these Schwinns at the bicycle parking just a bit south of West 56th Street. It's four blocks from the river and not quite on the corner.","rvs_goal_point":[40.7658638,-73.9836589],"key":7830,"region":"Manhattan","rvs_start_point":[40.7528196,-73.9776692]} -{"content":"Go east and meet me on Columbus Avenue at the bicycle parking north of the pharmacy and south of the museum, it's on the east side of the street and not on a corner.","rvs_goal_point":[40.7803545,-73.9765415],"key":7831,"region":"Manhattan","rvs_start_point":[40.7838268,-73.9863497]} -{"content":"Meet me at a recycling container northeast of you on the north side of East 51 Street. Lotte Hotels & Resorts is across the street from it. To the west of the recycling container is a Roman Catholic Church and to its northwest is a T-Mobile Shop.","rvs_goal_point":[40.7582622,-73.9743625],"key":7832,"region":"Manhattan","rvs_start_point":[40.7511133,-73.9782175]} -{"content":"Locating here should be easy. I am at the convenience shop in the middle of the block, west of 9th Avenue and west of a bar. The bar is on the opposite block. ","rvs_goal_point":[40.7645395,-73.9884424],"key":7833,"region":"Manhattan","rvs_start_point":[40.7559296,-73.9910356]} -{"content":"Meet me at a fabric shop north of you on 39th Street. Nearby to the south is a post office. To the west is a cafe. A collector shop is northeast of the fabric shop.","rvs_goal_point":[40.7546999,-73.9900111],"key":7834,"region":"Manhattan","rvs_start_point":[40.7442428,-73.9839881]} -{"content":"I am southeast of you in the neighborhood between the two bridges, where Madison crosses a major street that changes names a few times. I am at the bicycle parking lot on the south corner of that intersection, directly east of a park that is triangle shaped.","rvs_goal_point":[40.7116412,-73.9996925],"key":7835,"region":"Manhattan","rvs_start_point":[40.7244728,-74.0039044]} -{"content":"I'm sitting at a nice Chinese restaurant on Water street, in the Financial District, across from a nice garden. It's south of Wall street and about a block east of the Hampton hotel. ","rvs_goal_point":[40.7033341,-74.0106724],"key":7836,"region":"Manhattan","rvs_start_point":[40.7137611,-74.009094]} -{"content":"Meet me at the Beacon Theatre on Broadway next to the Hotel Beacon and a block south of Avis car rental. It's about 10 blocks north of where you are at now.","rvs_goal_point":[40.7804903,-73.9811314],"key":7837,"region":"Manhattan","rvs_start_point":[40.772136,-73.9821955]} -{"content":"Meet me at the Wildlife conservation society attraction. It is west of 5th Avenue. It is west of the school. North west of the gift shop.","rvs_goal_point":[40.7681796,-73.9723113],"key":7838,"region":"Manhattan","rvs_start_point":[40.7730413,-73.9601591]} -{"content":"Head down south and meet me at the bench close to battery place. It is directly west of a hotel, on the opposite side, and the viewpoint is on its southwest. ","rvs_goal_point":[40.7054008,-74.0181377],"key":7839,"region":"Manhattan","rvs_start_point":[40.7075527,-74.0182691]} -{"content":"Walk west all the way on West 44th street and meet me at the dog park east of the boat rental.","rvs_goal_point":[40.7634805109,-74.0004004508],"key":7840,"region":"Manhattan","rvs_start_point":[40.7600605,-73.9874205]} -{"content":"The fast food restaurant is on East 34th right by the pharmacy. It's on the same side of the street as the pharmacy.","rvs_goal_point":[40.7463393,-73.9800508],"key":7841,"region":"Manhattan","rvs_start_point":[40.7568001,-73.9829115]} -{"content":"Meet me at the bench. Go to the library on East Broadway and it is right there. Literally right on top of it. Perhaps a step or two to the west if even that. Two bicycle parkings will be immediately south of you. ","rvs_goal_point":[40.7145378,-73.9887042],"key":7842,"region":"Manhattan","rvs_start_point":[40.7073416,-74.0027202]} -{"content":"I'm to the north of you, and a little west, at a historic memorial north of Washington Square South. Also, a church is a short distance to the south, and an arts centre is southeast. ","rvs_goal_point":[40.7311241,-73.9980065],"key":7843,"region":"Manhattan","rvs_start_point":[40.7184993,-73.9940787]} -{"content":"Go south to meet me at the restaurant on Allen Street right next to the museum and southeast of the bus station.","rvs_goal_point":[40.7187155,-73.9903472],"key":7844,"region":"Manhattan","rvs_start_point":[40.7261439,-73.9857115]} -{"content":"Let\u2019s meet at the clothes shop north of you. You will want to go straight north until you reach the atm. This is actually PAST our goal, so from here you will want to go south one block and then west one block. The shop is at the southeast corner of this block, at the very corner of East 46th Street and another intersecting street. ","rvs_goal_point":[40.7555641,-73.9774674],"key":7845,"region":"Manhattan","rvs_start_point":[40.7483503,-73.9780794]} -{"content":"Meet me at the drinking water that is to the west of another drinking water on a pier. It is west of west street.","rvs_goal_point":[40.7342053,-74.0117755],"key":7846,"region":"Manhattan","rvs_start_point":[40.7323251,-74.0038428]} -{"content":"Meet me at the bench southwest of you on Battery Park City Greenway. A bay is on my northwest. Another bench is to my southwest.\r\n","rvs_goal_point":[40.7073145,-74.0180435],"key":7847,"region":"Manhattan","rvs_start_point":[40.7191411,-74.0066476]} -{"content":"Can you pick me up at school? Mom forgot me. Remember where it is? It's between the post box to it's east on the same block of West 56th street, and the fast food subway spot is to it's west just a bit.","rvs_goal_point":[40.7679539,-73.9881627],"key":7848,"region":"Manhattan","rvs_start_point":[40.7576227,-73.9823951]} -{"content":"Meet me at the copyshop on East 7th Street. There is a pub directly next to it. In the block north of it, you will find an ice cream shop.","rvs_goal_point":[40.7288026,-73.9898013],"key":7849,"region":"Manhattan","rvs_start_point":[40.7215860346,-73.9899627449]} -{"content":"Let's meet at the american Restaurant on West 31st street. It's on the south side of it. There is a church on the block to the west, same side of the street. A hotel is in the block north.","rvs_goal_point":[40.7483789,-73.9906177],"key":7850,"region":"Manhattan","rvs_start_point":[40.7593907,-73.9795264]} -{"content":"Head south until you reach the Samuel F.B. Morse statue. Get onto East 72 Street at this intersection and continue on it until you've passed the Chase bank on your left. At the intersection following the bank, turn left. Your destination, bicycle parking, will be on your right. ","rvs_goal_point":[40.7698984,-73.9603921],"key":7851,"region":"Manhattan","rvs_start_point":[40.7748745,-73.966844]} -{"content":"Meet me at the hairdresser shop southwest of your location. First head south for three blocks then west for two blocks. Then keep heading south for 12 blocks. You will see a 7-Eleven. Your destination is on the next block at the end of the block. It is one block north of a restaurant.","rvs_goal_point":[40.71403,-74.0088594],"key":7852,"region":"Manhattan","rvs_start_point":[40.7220413,-73.9975572]} -{"content":"Come to the kiosk shop southwest of you on west 34th street. An attraction and 14 towers are both southeast of me on the opposite block.\r\n","rvs_goal_point":[40.7495541,-73.986953],"key":7853,"region":"Manhattan","rvs_start_point":[40.7529286,-73.9775863]} -{"content":"Let's meet and park our bikes at bicycle parking. Head due north for a while, passing the Corbin building, and the library, among other places. Once you get to the library, go two blocks north and then one block west. The bicycle parking is on that block, on Chamber's Street, just about in the southeast corner of the block. ","rvs_goal_point":[40.715143,-74.0082374],"key":7854,"region":"Manhattan","rvs_start_point":[40.704919,-74.0093135]} -{"content":"I'm several blocks southeast of you. I'm at the interior decoration shop on East 9th street. It's just south of St. Nicholas of Myra Church. It's in the same actual block as the church. The the citibike in the Park is across the street from it.","rvs_goal_point":[40.7275621,-73.9830883],"key":7855,"region":"Manhattan","rvs_start_point":[40.7301234,-73.9941159]} -{"content":"I'm northwest of you, at this Mexican restaurant on Park Avenue South. It is next door to the hotel on the corner of the block. There are a group of doctor's offices about a block to the west. ","rvs_goal_point":[40.7422679,-73.9846255],"key":7856,"region":"Manhattan","rvs_start_point":[40.7353835,-73.974477]} -{"content":"Meet me at the Italian restaurant off of Mulberry Street. The restaurant is on the same block as the Mediterranean fast food place. Our restaurant is close to the northwest corner of the block. For reference, there is a large cathedral to the north of our restaurant. You will pass it on your way down.","rvs_goal_point":[40.7230381,-73.9957182],"key":7857,"region":"Manhattan","rvs_start_point":[40.7355771353,-73.9943366551]} -{"content":"Meet me at the bicycle parking on the east side 2nd Avenue. It is south west of The Halal Guys fast food and South East of 7-Eleven.","rvs_goal_point":[40.7319558,-73.9850912],"key":7858,"region":"Manhattan","rvs_start_point":[40.7230882,-73.9933858]} -{"content":"Meet me at the parking space. Head straight east a ways until you pass Target. From there, go north to 14th Street Loop. You'll want to go on the east side of this loop, and the location is almost at the bottom where the loop intersects with another street. So, it is slightly to the northwest of \"605\". ","rvs_goal_point":[40.7299477371,-73.9776646674],"key":7859,"region":"Manhattan","rvs_start_point":[40.7297146,-73.9887321]} -{"content":"Let\u2019s meet at the garden for a picnic lunch. It\u2019s not far from you so you can bring extra food if you want! Just go south like 8 blocks or so and then east into where all of the \u201cLoop\u201d streets are. You don\u2019t have to venture in very far at all because the garden is only a few steps in, right next to First Avenue Loop. Look at the block just west of there and you\u2019ll see a bank. Go straight across the street back into the loop place and the garden is right there next to First Avenue Loop. To its east are \u201c3 gardens\u201d and a parking space. ","rvs_goal_point":[40.7317703474,-73.9809228873],"key":7860,"region":"Manhattan","rvs_start_point":[40.7384969,-73.9834933]} -{"content":"go north on park avenue until east 34th street then go east until you see a Duane Reade pharmacy and then you will see the bicycle racks on the south side of the street that is where we will meet.","rvs_goal_point":[40.7454019,-73.9775762],"key":7861,"region":"Manhattan","rvs_start_point":[40.7347925,-73.9913589]} -{"content":"I'm dry, let's get a drink at the bar, meet me there, it's the one on Eldridge St. in the next block north is a Subway fast food place. There is an optician shop a couple of blocks to the east of it.","rvs_goal_point":[40.7188823,-73.9913742],"key":7862,"region":"Manhattan","rvs_start_point":[40.7314889209,-74.000831123]} -{"content":"Let's get a delicious cup of Brazilian coffee at the cafe. It's on the south side of Front Street, a block and a half southwest of the bridge. Afterwards we can check out that new movie at the cinema which is a block southwest of here.","rvs_goal_point":[40.7073526,-74.0022569],"key":7863,"region":"Manhattan","rvs_start_point":[40.7149073,-73.9895886]} -{"content":"Head east, and turn south on 7th Avenue. Follow it past Macy's and Nelson Tower, and look for me at the Taxi stand on the west side of the street just east of the New York Rangers stadium attraction.","rvs_goal_point":[40.749456,-73.9919335],"key":7864,"region":"Manhattan","rvs_start_point":[40.7554094986,-73.9880763339]} -{"content":"Meet me at Freshii restaurant on west side of Broadway. It is south east of the collector shop and south west of telephone.","rvs_goal_point":[40.7539137,-73.9873466],"key":7865,"region":"Manhattan","rvs_start_point":[40.7624372,-73.9784425]} -{"content":"I'm at AT&T on W. 34th. Head north and a little east. It's just north of Penn Station, on the north side of the street, across the street from Macy's.","rvs_goal_point":[40.7513511,-73.9909925],"key":7866,"region":"Manhattan","rvs_start_point":[40.7422914,-74.0034322]} -{"content":"Meet me at the FedEx Office on Water Street. It's about a block south of the 70 Pine Street Building.","rvs_goal_point":[40.7053791,-74.0067932],"key":7867,"region":"Manhattan","rvs_start_point":[40.710048,-74.0080338]} -{"content":"Meet me at a restaurant on the corner of East 60th Street, to your southwest. The Memorial Sloan Kettering Cancer Center is about halfway between us. The restaurant is just across the street from the bridge, and there's a museum about a block to the east. ","rvs_goal_point":[40.760407,-73.9616132],"key":7868,"region":"Manhattan","rvs_start_point":[40.7699858,-73.949347]} -{"content":"Meet me at the bench that's on the shore at the terminus of Grand Street. I'm just south of a bridge and park.","rvs_goal_point":[40.7133115,-73.9761556],"key":7869,"region":"Manhattan","rvs_start_point":[40.7210779,-73.9842186]} -{"content":"Head south west of where you are. Let's meet up at the restaurant on the south side of Christopher street. It's across and west of a Lutheran church. There is a place on the corner of the block to your west there to get a sweet swedish treat.","rvs_goal_point":[40.7334019,-74.0036086],"key":7870,"region":"Manhattan","rvs_start_point":[40.7397536,-74.001359779]} -{"content":"Meet me at a bicycle parking south of you on Monroe Street. An Italian restaurant is east of it on the same street. Alfred E. Smith Houses is west of the bicycle parking.","rvs_goal_point":[40.7114474,-73.995116],"key":7871,"region":"Manhattan","rvs_start_point":[40.722443,-73.9994083]} -{"content":"go west past Grand Army Plaza, the Ritz, and One57. You'll find me at the bike parking one block west of there, and one block south on broadway. It's the one on the corner just south of the GNC.","rvs_goal_point":[40.7653782,-73.9821068],"key":7872,"region":"Manhattan","rvs_start_point":[40.7631836,-73.9654968]} -{"content":"Meet me west of your location at the convenience shop on Broadway. You'll find it just south of the AT&T and just north of the fast food spot.","rvs_goal_point":[40.7165986,-74.0044759],"key":7873,"region":"Manhattan","rvs_start_point":[40.7187317,-73.9903681]} -{"content":"I want to show you this vacant shop I found, I think it's perfect for you. It's on East 3rd Street, on the same side of the street as Church of the Holy Redeemer, quite near it. One reason it's great is the book club bar is on the same block, and lots of traffic goes past the shop on the way there. There is a playground across the street and there is a school near that. There's a bathroom there too, so customers won't necessarily have to use your restrooms if you get that space.","rvs_goal_point":[40.7235863,-73.9848796],"key":7874,"region":"Manhattan","rvs_start_point":[40.7173637,-73.9976338]} -{"content":"Let\u2019s meet up at the Hampton. It\u2019s 11 blocks north and then 1 block west from where you are. It\u2019s on the south side of West 31st Street, toward the northeast corner of the block. The block north of it has a church and Metro PCS. ","rvs_goal_point":[40.7480432651,-73.9901867461],"key":7875,"region":"Manhattan","rvs_start_point":[40.7400891,-73.993461]} -{"content":"Move northwest past bicycle rental. I'm at the bicycle parking west of drinking water and very close to historic building on West 72nd Street.","rvs_goal_point":[40.776611,-73.976708],"key":7876,"region":"Manhattan","rvs_start_point":[40.7690812,-73.9747626]} -{"content":"Meet me at the bicycle parking that is alone on West 62nd street. It is in-between Fordham University park and a theatre. ","rvs_goal_point":[40.7713460081,-73.9843437981],"key":7877,"region":"Manhattan","rvs_start_point":[40.7755261,-73.9818503]} -{"content":"Meet me at the vending machine located northeast of you on the east side of Park Avenue. LabCorp is on my northeast and there is a church on my west.\r\n","rvs_goal_point":[40.7479665,-73.9804791],"key":7878,"region":"Manhattan","rvs_start_point":[40.7420839,-73.9865874]} -{"content":"Go southeast to meet me at the Hardware shop on Gold Street. Keep going south past Drumgoole Plaza, and you'll find me on corner just south of the park on the east side of the street.","rvs_goal_point":[40.7089135,-74.0054433],"key":7879,"region":"Manhattan","rvs_start_point":[40.7186713,-74.0005149]} -{"content":"Go directly north and meet me at the Magnolia Bakery by Grand Central Terminal, on Park Avenue, just north of the Grand Hyatt.","rvs_goal_point":[40.7524852,-73.9768268],"key":7880,"region":"Manhattan","rvs_start_point":[40.7427456,-73.9769046]} -{"content":"Meet me at a bar west of you on East 7th Street. A pub is northwest of it on the same street. West of the bar is a theatre and north of it is the historic district. ","rvs_goal_point":[40.7282841,-73.9885592],"key":7881,"region":"Manhattan","rvs_start_point":[40.7261637,-73.9775475]} -{"content":"Meet me at the Subway fast food here, southeast of you, on the corner of Madison Avenue. To the east is Hilton Garden Inn, and to the southeast are 2 hotels. ","rvs_goal_point":[40.7467357,-73.9839912],"key":7882,"region":"Manhattan","rvs_start_point":[40.7503743,-73.9908121]} -{"content":"Come meet me at the alcohol shop. It's just a couple blocks north of you on 3rd Avenue, one block south of the Verizon store and northwest of the European Wax Center.","rvs_goal_point":[40.746171,-73.9780316],"key":7883,"region":"Manhattan","rvs_start_point":[40.7440251,-73.97884]} -{"content":"Go southwest and meet me at the bench right next to the pharmacy on Battery Place, near where it crosses another major road. It's southeast of Citi Bike","rvs_goal_point":[40.7051316,-74.0162126],"key":7884,"region":"Manhattan","rvs_start_point":[40.7186159,-74.0047419]} -{"content":"Meet me at the pharmacy on East 65th Street. Go one block east and then 15 blocks north and it's on the southeast corner of the street and one block north of a 7-11.","rvs_goal_point":[40.7631454,-73.9591112],"key":7885,"region":"Manhattan","rvs_start_point":[40.7549287,-73.9682465]} -{"content":"Go north and meet me at the bicycle parking near the waterfront along West Street. It's a bit southwest of the restaurant and northeast of Pier 45.","rvs_goal_point":[40.7338542,-74.0105342],"key":7886,"region":"Manhattan","rvs_start_point":[40.7182982165,-74.0137382949]} -{"content":"When you finish lunch, meet me at the nightclub on the northwest side of columbus circle. it's just northwest of the attraction and on the block south of the post office.","rvs_goal_point":[40.7685685,-73.9824278],"key":7887,"region":"Manhattan","rvs_start_point":[40.7718581,-73.9855139]} -{"content":"Meet me at a clothes shop north of you on Columbus Avenue. Kiehl's is on the same street to the south of the shop. Club Monaco and a Mexican restaurant are north of the clothes shop. ","rvs_goal_point":[40.7750847,-73.9807486],"key":7888,"region":"Manhattan","rvs_start_point":[40.7597625,-73.98557]} -{"content":"I'm at a bench overlooking the water. Just head past the Bowling Green Building and then keep going south until you see the water. You'll pass a restaurant and then you'll find me at the bench. It's on a corner that juts out into the water.","rvs_goal_point":[40.7008782,-74.0150924],"key":7889,"region":"Manhattan","rvs_start_point":[40.709558,-74.012778]} -{"content":"If you head north on 8th Avenue, you will find me by the telephone. It's on the next block past CVS. As soon as you cross the street after CVS, you'll see the telephone on the east side of the street near the corner.","rvs_goal_point":[40.740533,-74.0018066],"key":7890,"region":"Manhattan","rvs_start_point":[40.739288,-74.0039642]} -{"content":"Meet me at the parking entrance on East 24th Street. It is on the same block as the theatre. It is towards the middle of the block. There is a university and 2 bicycle parking on the block across the street.","rvs_goal_point":[40.7391101,-73.9815226],"key":7891,"region":"Manhattan","rvs_start_point":[40.7394173,-73.9951134]} -{"content":"Pick me up at the beauty shop northeast of you on the north side of east 9th street. It's on the same block as the theater, but on the south side about halfway in the middle.","rvs_goal_point":[40.7286669,-73.9857366],"key":7892,"region":"Manhattan","rvs_start_point":[40.7252559,-73.9950819]} -{"content":"South of you, and a bit to the east, there's a clothes shop on the north side of East 33rd Street where we can meet. A university is to the north, and a library is to the east. Also, 14 towers is to the northwest. ","rvs_goal_point":[40.7477269,-73.9844071],"key":7893,"region":"Manhattan","rvs_start_point":[40.7538761,-73.9861019]} -{"content":"Let's ditch the spouses and meet up at the hotel on the south side of West 47th Street. It's near the middle of the block, east of and adjacent to a Catholic church so we can confess afterwards. There's a Doubletree on the west corner of the block, but that's not the correct place.","rvs_goal_point":[40.7584105898,-73.983281915],"key":7894,"region":"Manhattan","rvs_start_point":[40.747564,-73.9971234]} -{"content":"Let's go to the theatre, Meet me southeast of you, first pass through Columbus Circle and head on the same avenue you're on now then take the eastern road, West 57th street off that, and just a block and a bit past the turn, on the south side of it you'll see the first theater there at the corner. There is an arts center right beside it, but I'm at the Theatre waiting for you there.","rvs_goal_point":[40.7652057,-73.9798857],"key":7895,"region":"Manhattan","rvs_start_point":[40.7700969,-73.9824801]} -{"content":"We can meet to your northeast, at a Chase atm on East 79th Street. A library is to the southeast on the next block, and Spectrum shop is to the southwest. ","rvs_goal_point":[40.7743561,-73.9569681],"key":7896,"region":"Manhattan","rvs_start_point":[40.7670626,-73.9627265]} -{"content":"Head north and you will see me at the restaurant just before you get on East Houston street. It is in the middle of the block and just west of deli shop, on the next block.","rvs_goal_point":[40.7228717,-73.9891827],"key":7897,"region":"Manhattan","rvs_start_point":[40.7179187,-73.9901066]} -{"content":"I am at a small bicycle parking rack on 5th Avenue in the Union Park neighborhood. \"2 Universities\" is directly north of me on the next block. I am on the east side of the street.","rvs_goal_point":[40.734809,-73.9943827],"key":7898,"region":"Manhattan","rvs_start_point":[40.7216511,-73.988822]} -{"content":"The location is near to starbucks and lulumelon. It is maily on the 66the street to the west. And down to nike","rvs_goal_point":[40.7658973,-73.9633085],"key":7899,"region":"Manhattan","rvs_start_point":[40.7707598,-73.9535793]} -{"content":"Just head south on the Ave you are on all the way until you reach 59th street, then head west when you reach 59th, I'm at the park on the south side of the street. There is a city university just east of it.","rvs_goal_point":[40.771015,-73.9894367],"key":7900,"region":"Manhattan","rvs_start_point":[40.7806573,-73.9798764]} -{"content":"I will be waiting on west 32nd street, at Harold square coworking space slightly opposite of the mall. An hotel is also on its north west side. ","rvs_goal_point":[40.748599,-73.989262],"key":7901,"region":"Manhattan","rvs_start_point":[40.7415348,-73.9814333]} -{"content":"Meet me at the school northeast of you on East 7th Street. This school is right across the street from a large park to the northwest, and there's a Japanese restaurant on the block to the south. An arts centre is due west of here, about a block away. ","rvs_goal_point":[40.725113662,-73.9808234753],"key":7902,"region":"Manhattan","rvs_start_point":[40.7141102,-73.9909432]} -{"content":"Meet me at the french restaurant on Chambers Street. It's on the same block as the train station, just about a quarter of the block east of there. Capital One bank is across the street at the other end.","rvs_goal_point":[40.714613,-74.007524],"key":7903,"region":"Manhattan","rvs_start_point":[40.7068865,-74.0128578]} -{"content":"We need to get that fabric shop, remember for you girdle overlay? it's that shop on West 38th street that has that different fabric shop? It's southwest a little across from that fast food place. It's north of a church. You should go south east. It is 4 blocks south of Times Square Tower.","rvs_goal_point":[40.7530391,-73.987907],"key":7904,"region":"Manhattan","rvs_start_point":[40.7605536,-73.9908018]} -{"content":"I'm not far from you. Just go up the avenue to West 32st St. Turn west, and I'm at a bar in Koreatown. There is a pharmacy on my side of the street, about 5 buildings from me. ","rvs_goal_point":[40.7477356,-73.9863789],"key":7905,"region":"Manhattan","rvs_start_point":[40.7456554,-73.9880474]} -{"content":"Let\u2019s meet at the garden. Head south several blocks and then east a bit and you will see Columbus Park. There is a church one block east of it. Inside the park is the garden, which is on the north side of Baxter Street. There is a playground next to it and a water fountain northeast of it. ","rvs_goal_point":[40.7146435554,-74.0003676785],"key":7906,"region":"Manhattan","rvs_start_point":[40.7212626,-74.0064648]} -{"content":"Go east right to the waterfront and meet me at the historic memorial just off of FDR Drive. It's right next to the attraction and east of the fast food restaurant.\r\n","rvs_goal_point":[40.7494211,-73.9677448],"key":7907,"region":"Manhattan","rvs_start_point":[40.7505246,-73.9743574]} -{"content":"Meet me at the ATM on Park Avenue north of you. Head northeast of you until you get to the Pershing Square Building. The ATM is just northeast of you one block. There is a RadioShack one block southwest of the destination.","rvs_goal_point":[40.75294,-73.9776144],"key":7908,"region":"Manhattan","rvs_start_point":[40.7460281,-73.9776441]} -{"content":"Let's go to the bike parking spots (2 spots) on West 11th Street, just over a block from where it ends at the water. A post office is just across the street to it's west.","rvs_goal_point":[40.7354803,-74.0082812],"key":7909,"region":"Manhattan","rvs_start_point":[40.7373389,-74.001141]} -{"content":"I'm located east of your position on Lexington Avenue. I'm at the convenience shop north of hairdresser shop and on the same side of the street.","rvs_goal_point":[40.7720119,-73.9608641],"key":7910,"region":"Manhattan","rvs_start_point":[40.777196,-73.9787103]} -{"content":"I'm at the bicycle parking southeast of you on Columbus Avenue which is parallel to the shore. Duane Reade pharmacy is one block south of me, and there is a museum on the adjacent north block.","rvs_goal_point":[40.7803545,-73.9765415],"key":7911,"region":"Manhattan","rvs_start_point":[40.7838268,-73.9863497]} -{"content":"I'm east of you on East 43rd st. I'm at a Citi bike. I'm in the eastern most block of that before reaching it's terminus near the library and park around it. North of it is Six Benches. South a block is a place of Worship.","rvs_goal_point":[40.7500498,-73.9708542],"key":7912,"region":"Manhattan","rvs_start_point":[40.7542544,-73.987029]} -{"content":"I'm buying a new suit at Saks Off 5th. It's on the north side of East 57th Street. A block to the north is a library. A block east is a department store shop.","rvs_goal_point":[40.7613383,-73.9696773],"key":7913,"region":"Manhattan","rvs_start_point":[40.7612791,-73.9832839]} -{"content":"I'm north of you, at the outdoor shop on West 37th Street, which is on the same block as Capital One bank to the southeast, and Dunkin' to the northwest. A Best Western is southwest on the next block over. ","rvs_goal_point":[40.7505751,-73.9842264],"key":7914,"region":"Manhattan","rvs_start_point":[40.7443973,-73.9848825]} -{"content":"Head south along 5th Avenue. Walk about four blocks until you see a Pret A Manger at the corner. Your destination is the clothes shop just across the street on the corner. If you get to Ricky's NYC, you've gone too far.","rvs_goal_point":[40.7495159,-73.9835531],"key":7915,"region":"Manhattan","rvs_start_point":[40.752869824,-73.981841075]} -{"content":"Meet me at the childcare on Pitt Street. Go northeast, pass the bridge and it will be about two blocks after it. It's on the corner there north of the Christian church. It's one block east of the school.","rvs_goal_point":[40.7193399,-73.9821655],"key":7916,"region":"Manhattan","rvs_start_point":[40.7148945,-73.9981727]} -{"content":"Let's meet at the bar off West 45th Street. It is just a stones throw away to the west of the Theater on the same block. On the opposite block to the north is a church just northeast of our meeting point.","rvs_goal_point":[40.759564,-73.9897134],"key":7917,"region":"Manhattan","rvs_start_point":[40.7728358,-73.9814252]} -{"content":"Go on north on Park ave. Meet me at the bike rental. It's 4 blocks north of the Church of Our Saviour. on the same side of the street, and the last one in that block. If you get to the train\/mass transit mega terminal, you've gone too far though.","rvs_goal_point":[40.751873,-73.977706],"key":7918,"region":"Manhattan","rvs_start_point":[40.744677,-73.9831935]} -{"content":"I'm northwest of you, and northwest of Elmer Holmes Bobst Library, at a bicycle parking on this small irregularly-shaped block on West 4th Street. Washington Square Church is about a block southeast, and a cinema is south on the next block. ","rvs_goal_point":[40.7318942,-74.0011656],"key":7919,"region":"Manhattan","rvs_start_point":[40.7258258,-73.9894632]} -{"content":"I am at the restaurant on 1st Avenue to the northeast of you. A synagogue is on its southeast side and a museum is on its north side.\r\n","rvs_goal_point":[40.7266749,-73.9856203],"key":7920,"region":"Manhattan","rvs_start_point":[40.7199688,-73.989175]} -{"content":"I need to get a check cashed, meet me at the bank on the east side of Allen Street. There is another back to the southwest across the second lane of this street. I'm going to be northeast of it. A flixbus is a block and a half south of it, on same side of street. If you make it to the museum then you're a couple of blocks too far north.","rvs_goal_point":[40.7174116,-73.9910188],"key":7921,"region":"Manhattan","rvs_start_point":[40.7165487,-74.0068676]} -{"content":"Meet me at the cafe on the west side of Bowery. There is a TD Bank just north of here on the adjacent block to the north. The cafe is in the middle of it's block just north of a small walking path that bisects the block. You can park your bike here, which is just in front of the cafe. ","rvs_goal_point":[40.7157788,-73.9965978],"key":7922,"region":"Manhattan","rvs_start_point":[40.7100561,-74.0119204]} -{"content":"Get on 6th Avenue to meet me at the bicycle parking in the middle of the block. There is a library on the opposite block, on the east of the parking. ","rvs_goal_point":[40.7407394,-73.9944788],"key":7923,"region":"Manhattan","rvs_start_point":[40.7297115,-73.9909671]} -{"content":"I'm at a bench right where the Brookly-Battery Turnpike starts. It's just west of a restaurant and south east of another bench. It's south west of where you are at a little bit right off the water.","rvs_goal_point":[40.7011673,-74.0154497],"key":7924,"region":"Manhattan","rvs_start_point":[40.7020436,-74.0131448]} -{"content":"Let's meet up at the Subway fast food place on Lexington Ave. It's across the street across from Cohen's Fashion Optical. It's just south of a nutritional supplement shop.","rvs_goal_point":[40.7607398,-73.9694695],"key":7925,"region":"Manhattan","rvs_start_point":[40.7611297,-73.9839743]} -{"content":"I'm at a diner northwest of the bank you are at. Go north on 6th Ave. After passing the beauty salon turn left and it will be the first restaurant on your left.","rvs_goal_point":[40.7445513,-73.9929939],"key":7926,"region":"Manhattan","rvs_start_point":[40.736518,-73.9929824]} -{"content":"Meet me at the attraction on West Broadway. It is on the same block as another attraction. It is more towards the middle and along the street.","rvs_goal_point":[40.7226902,-74.0033029],"key":7927,"region":"Manhattan","rvs_start_point":[40.7100999,-74.0088015]} -{"content":"Meet me at a fabric shop northwest of you on the north side of West 38th Street. A post office is east of it on the same street. This fabric shop is the third fabric shop west of the post office. A Dunkin' Donuts fast food is southwest of this fabric shop.","rvs_goal_point":[40.7545196,-73.990899],"key":7928,"region":"Manhattan","rvs_start_point":[40.74908,-73.9864875]} -{"content":"Let's meet at the post office on 9th street. You will pass the Fashion Institute and then keep going past Camouflage and Bank of America and then take a left til you see the post office. ","rvs_goal_point":[40.7418658,-74.0044125],"key":7929,"region":"Manhattan","rvs_start_point":[40.7481267389,-73.990461288]} -{"content":"Hungry, ok, let's meet up at the Japanese restaurant on 9th Avenue. There is a theatre in the same block just to it's west. A comfort inn is to it's north a block and over to the east a block from that.","rvs_goal_point":[40.7595043,-73.9920502],"key":7930,"region":"Manhattan","rvs_start_point":[40.7641329,-73.9849215]} -{"content":"I am at an eatery at the end of the block on W. 38th. Go north, pass Herald Square, and turn left onto W. 38th. Walk for two blocks and it will be on the north side at the end of the second block. ","rvs_goal_point":[40.754671,-73.9912575],"key":7931,"region":"Manhattan","rvs_start_point":[40.7482333542,-73.9874642745]} -{"content":"Go east and meet me at the bicycle rental right on Canal Street, just before it merges into another road. It's west of 3 benches and east of a post office.","rvs_goal_point":[40.7143071,-73.9898917],"key":7932,"region":"Manhattan","rvs_start_point":[40.7092228,-74.0055399]} -{"content":"Meet me at the bicycle parking on Maiden Lane. It's right next to an ATM and there are several but it's the one right next to it on the west side not the three on the east side of it. Go west on the street you are on but then go southwest on the road just past Alfred E. Smith Houses. You'll pass a Guess clothing store and keep going three more blocks until you get to Maiden Laine and the go northeast on it and the bicycle parking spot as at the end of the next block.","rvs_goal_point":[40.7066077,-74.0065971],"key":7933,"region":"Manhattan","rvs_start_point":[40.7120828,-73.9957126]} -{"content":"I found the restaurant I want to eat at so meet me here! From where you are, head south for quite a ways until you are almost at the water. You\u2019ll want to look for a fast food place because the restaurant is in that same block. It is in the southwest of the block, almost in the corner. There is a hairdressing place just south of it, and a supermarket a bit north of it. It is on Rutgers Street. ","rvs_goal_point":[40.7129251,-73.9899262],"key":7934,"region":"Manhattan","rvs_start_point":[40.7242775,-73.9944225]} -{"content":"Meet me at the bicycle parking on Market Street. It's across the street from A Graphic Printing Lin Inc. It's a block south of First Chinese Presbyterian Church. It's roughly 18 blocks south of where you are at now.","rvs_goal_point":[40.7120073,-73.9942286],"key":7935,"region":"Manhattan","rvs_start_point":[40.7270172,-73.9860789]} -{"content":"Can you pick me up? I'm really close by. I just had a business meeting with a client at an Italian restaurant just two blocks west of you and one north. It is on the northwest corner of the block, just across from a bicycle repair place.","rvs_goal_point":[40.7432349,-73.9997149],"key":7936,"region":"Manhattan","rvs_start_point":[40.7402174,-73.9944622]} -{"content":"Meet me at the restaurant on the south side of West 25th Street. It's near the middle of the block. There is a Hilton hotel one street to the north and a bit west. There is an Enterprise car rental and a church on the block to the south.","rvs_goal_point":[40.7445513,-73.9929939],"key":7937,"region":"Manhattan","rvs_start_point":[40.744771,-73.9766154]} -{"content":"Head west and meet me at the end of pier 26 on the tide deck. I'm sitting on the bench there. It's all the way past 388 Greenwich Street on the pier facing the water.","rvs_goal_point":[40.7214102,-74.0160962],"key":7938,"region":"Manhattan","rvs_start_point":[40.7192274,-73.9965467]} -{"content":"I'm interested in having you meet up with me at the bicycle parking. Can you just come to the Hudson Street one? It's north of the American style restaurant a little more than a block. There is a D'Agostino over west a block and just south on that next block there.","rvs_goal_point":[40.7377998,-74.0057375],"key":7939,"region":"Manhattan","rvs_start_point":[40.7327347,-74.0035227]} -{"content":"Meet me at the historic memorial known as the Japanese Peace Bell. Just head east until you get to FDR drive and it's about a block north from there on your left.","rvs_goal_point":[40.7494211,-73.9677448],"key":7940,"region":"Manhattan","rvs_start_point":[40.7505246,-73.9743574]} -{"content":"Meet me at the hairdresser shop on Nassau Street. It is on the corner of the block. It is due west from the place of worship.","rvs_goal_point":[40.7090863,-74.0090529],"key":7941,"region":"Manhattan","rvs_start_point":[40.7187757,-74.0021962]} -{"content":"Meet me at at a McDonald's fast food restaurant northeast on the east side of 8th Avenue. The Wyndham hotel is across the street to the west. A clothes shop is north of this restaurant on the same street.","rvs_goal_point":[40.752479738,-73.9928386709],"key":7942,"region":"Manhattan","rvs_start_point":[40.7469196,-74.0045189]} -{"content":"You should meet me at the cafe just off the southwest corner of First Avenue Loop. Head south east about 8 blocks. Rutherford Place is about halfway between us as the crow flies.","rvs_goal_point":[40.7319081565,-73.9789711817],"key":7943,"region":"Manhattan","rvs_start_point":[40.7420497,-73.9894131]} -{"content":"I am waiting at the cafe on Liberty street which is a few steps from Pronto Pizza. A church is on the next block, northwest. They are all on the same side of the street. ","rvs_goal_point":[40.7097441,-74.012014],"key":7944,"region":"Manhattan","rvs_start_point":[40.7065818,-74.0100596]} -{"content":"I am at the hairdresser shop shop southwest of your location, just north of the Bowery neighborhood. It is on the east side of Elizabeth Street. There is a park across the street and just a bit north of my location.","rvs_goal_point":[40.7216634,-73.994437],"key":7945,"region":"Manhattan","rvs_start_point":[40.7286746,-73.9881387]} -{"content":"Go directly south down West Street and meet me at the bench directly west of the West Bank convenience shop. It's about a block directly north of the Citi Bike rental.","rvs_goal_point":[40.7064829,-74.0166669],"key":7946,"region":"Manhattan","rvs_start_point":[40.718400248,-74.0145074256]} -{"content":"go southwest on the street in front of the art shop you are at, and go east at East 70th st. You'll see the museum on the corner as you turn, and you should go to the next block east to meet me at the cafe on the southeast corner of the intersection.","rvs_goal_point":[40.7689644,-73.9630886],"key":7947,"region":"Manhattan","rvs_start_point":[40.7735926,-73.9642978]} -{"content":"Let's meet at the pharmacy on the corner of Avenue D. It's south of you on the east side of the street. There is a garden south of there.","rvs_goal_point":[40.7220472,-73.9774605],"key":7948,"region":"Manhattan","rvs_start_point":[40.7313058099,-73.9755762553]} -{"content":"Let's get you some shoes. Meet me at the shoe shop on the west side of Lexington Avenue. It is on the same block as a museum and a post box. The shoe shop is in the northeast corner of the block. I think they may also sell some jewelry.","rvs_goal_point":[40.7697115,-73.9628995],"key":7949,"region":"Manhattan","rvs_start_point":[40.7697805,-73.9578036]} -{"content":"Meet me at the garden southwest of you. It's in the area south of Fulton Street, and west of World Trade Center Transportation Hub - Oculus. A museum is a short ways southeast of here. ","rvs_goal_point":[40.7117757048,-74.0134301198],"key":7950,"region":"Manhattan","rvs_start_point":[40.7213025,-74.004914]} -{"content":"Meet me at a bicycle parking west of you on the east side of Broadway. Two benches and 3 benches are about 2 blocks north of it on the same street. A Roman Catholic Church is northeast of this bicycle parking.","rvs_goal_point":[40.7766032,-73.9819106],"key":7951,"region":"Manhattan","rvs_start_point":[40.7772785,-73.9638935]} -{"content":"I am south of you at a bench by Battery Place. It is next to a pharmacy which is north of it. A historic fort is south of the bench.","rvs_goal_point":[40.705054,-74.0162226],"key":7952,"region":"Manhattan","rvs_start_point":[40.7142374,-74.0109381]} -{"content":"Head south to Beaver Street and meet me at the post office in a triangular block, which is northwest of a restaurant and northeast of a park.\r\n","rvs_goal_point":[40.7054507,-74.0088007],"key":7953,"region":"Manhattan","rvs_start_point":[40.7133701,-74.0081717]} -{"content":"I'd like to meet you at the bakery shop on Broadway. A clinic is in the block north of it. Residence Inn is in the same block as the destination. Across the street, you will see a bank.\r\n","rvs_goal_point":[40.7530404,-73.9870671],"key":7954,"region":"Manhattan","rvs_start_point":[40.7535,-73.9844]} -{"content":"Move east past Solow Building and General Motors Building. Meet me at innisfree cosmetics south of Chase bank and north side of Aerie, second block after.","rvs_goal_point":[40.7625457,-73.9681887],"key":7955,"region":"Manhattan","rvs_start_point":[40.7646902,-73.9796633]} -{"content":"Move down on 11th Avenue and meet me at the restaurant by the north corner. There is a gas station on the block before the restaurant. The salvation army can also be seen on its east side. ","rvs_goal_point":[40.7633685,-73.9967152],"key":7956,"region":"Manhattan","rvs_start_point":[40.7700832,-73.9906747]} -{"content":"I am like 3 blocks away from you to the north. I am at the bicycle parking on West 21st street. Drinking water is to my southeast, on the same side.","rvs_goal_point":[40.7452615,-74.0025037],"key":7957,"region":"Manhattan","rvs_start_point":[40.7428903,-74.0037132]} -{"content":"I'm many blocks southeast of you, at a fast food restaurant on the corner of the block. This place is on Avenue A. There is an arts centre on the the block to the east of here. A synagogue is on the block north of here. ","rvs_goal_point":[40.7253961,-73.9841839],"key":7958,"region":"Manhattan","rvs_start_point":[40.7366569,-73.9919651]} -{"content":"I'm getting some delicious desserts at the bakery shop on the north side of Grand Street. There is an HSBC bank on the block catty-corner from me. An arts centre is to my west.","rvs_goal_point":[40.7178755,-73.9925404],"key":7959,"region":"Manhattan","rvs_start_point":[40.7073955,-74.0038561]} -{"content":"Meet me at a bench right below two other benches in a big park area that has a shelter way to the south of me. I'm much further north almost at the 79th Street Transverse road. There is a viewpoint almost directly east of me on the other side of the road. If you go 13 blocks north and then head west you will see that road is one of the few roads that goest through the greenery areas. Whisper Bench (not marked by a marker) is directly north of me again on the other side of the street. ","rvs_goal_point":[40.7789887,-73.9697297],"key":7960,"region":"Manhattan","rvs_start_point":[40.7658471418,-73.9637819861]} -{"content":"Move northwest, toward West 53rd street. Meet me at bar on the same block with Public school 111. It is the immediate bar before the school.","rvs_goal_point":[40.7652832,-73.9878804],"key":7961,"region":"Manhattan","rvs_start_point":[40.7565136432,-73.9863795327]} -{"content":"You can meet me at the hotel that is northeast of you on East 32nd Street. Calvary Church is almost halfway between us, closer to you. This hotel is on a small block, with a TD Bank atm on the same block. There's another hotel on the next block to the south. Hilton Garden Inn hotel is to the northwest. ","rvs_goal_point":[40.7453075,-73.9815115],"key":7962,"region":"Manhattan","rvs_start_point":[40.7348754,-73.9928267]} -{"content":"Meet me at the convenience shop on the south side of West 3rd Street. It is on the eastern corner of the block. There is a restaurant on the same block.","rvs_goal_point":[40.7300317,-73.9995283],"key":7963,"region":"Manhattan","rvs_start_point":[40.7179479,-73.9948625]} -{"content":"Head north to meet me at the bakery shop on University Place. There is a college on my north and a car rental is located on my northeast.\r\n","rvs_goal_point":[40.7324238,-73.9938939],"key":7964,"region":"Manhattan","rvs_start_point":[40.7171502,-73.9982139]} -{"content":"Go east then south down Avenue C and meet me at the bicycle parking right next to the C-Town Supermarkets.","rvs_goal_point":[40.7269089,-73.976522],"key":7965,"region":"Manhattan","rvs_start_point":[40.7310819,-73.9812884]} -{"content":"Let's pick out some wine for dinner at the alcohol shop northwest of you on the north side of madison street. the church is northeast of here, and the pharmacy is on the east corner of the block.","rvs_goal_point":[40.7120612,-73.9983332],"key":7966,"region":"Manhattan","rvs_start_point":[40.7095684,-73.9961212]} -{"content":"Meet me at the bicycle parking southeast of you. Head south past Greenwich Village and Jekyll and Hyde Club. When you reach Morton Street, head west. You will pass one street and then you will see the bicycle parking there on the north side of the street right where the street bends.","rvs_goal_point":[40.7308675,-74.0053093],"key":7967,"region":"Manhattan","rvs_start_point":[40.7360128,-73.9981157]} -{"content":"Meet me at the bicycle parking on the east side of Amsterdam Avenue. It is towards the western corner of it's block. Through the intersection to the southwest is a historical memorial. Almost directly south is a Trek store a little more than a block away.","rvs_goal_point":[40.7794096,-73.9809458],"key":7968,"region":"Manhattan","rvs_start_point":[40.7658052,-73.9833111]} -{"content":"Get on 1st Avenue and meet me at the bicycle parking on the north side of he block. It is on the east side of the street and you can see a park on my southwest. ","rvs_goal_point":[40.7656979,-73.9574344],"key":7969,"region":"Manhattan","rvs_start_point":[40.7735138,-73.953631]} -{"content":"Please pick me up, I'm at the New York public Library on Amsterdam avenue. It's north and across the avenue from three shelters about a block. Two gardens is dues south, on the opposite side of the block, on the south side of the street there.","rvs_goal_point":[40.7732287,-73.9847509],"key":7970,"region":"Manhattan","rvs_start_point":[40.7694073,-73.9848933]} -{"content":"I'm at the university southeast of you on Waverly Place. You will find an arts centre on my west and a church on the south.","rvs_goal_point":[40.7298647,-73.99431295],"key":7971,"region":"Manhattan","rvs_start_point":[40.7364165,-73.9976293]} -{"content":"Meet me at the restaurant north of you. It is on Amsterdam Avenue. After you pass a kiosk shop, the restaurant is across the street from an ice cream shop. ","rvs_goal_point":[40.7835436844,-73.9776608399],"key":7972,"region":"Manhattan","rvs_start_point":[40.7717166,-73.9860839]} -{"content":"Meet me at bicycle rental. You\u2019ll want to go pretty much straight east. When you reach the library, go to the block north of it with St. Catherine\u2019s Park. The goal is in the northeast corner of that block, on 1st Avenue. ","rvs_goal_point":[40.7651325,-73.9580265],"key":7973,"region":"Manhattan","rvs_start_point":[40.7633442,-73.9711199]} -{"content":"Let's load up on our arsenal. Meet at the weapons shop on Grand street. It's north of an Italian restaurant, Just about a block east of a historic building and more than two blocks west of an events venue.","rvs_goal_point":[40.7193053,-73.9976578],"key":7974,"region":"Manhattan","rvs_start_point":[40.7159868,-74.0149055]} -{"content":"Let's just set up a meeting spot? Ok how about the Kiosk Shop on Centre street right before it really separates far from the southbound aspect of the roadway. It's just north of 4 benches. Watch out for escapees though as there is a prison across the block to the southeast.","rvs_goal_point":[40.7135159,-74.0032219],"key":7975,"region":"Manhattan","rvs_start_point":[40.7047334,-74.0114054]} -{"content":"Move east side of your position Golda Meir and Mercantile Building. I'm at the fast food restaurant on 3rd Avenue opposite HSBC bank. It is directly east of alcohol shop.","rvs_goal_point":[40.7493246,-73.9757476],"key":7976,"region":"Manhattan","rvs_start_point":[40.7563353,-73.9940604]} -{"content":"It is a laundry shop across the street from the asher levy school right next to manhattan eyeworks ","rvs_goal_point":[40.7293152,-73.9843149],"key":7977,"region":"Manhattan","rvs_start_point":[40.7373308,-73.9734116]} -{"content":"I'm pretty far south of you on canal street at the pharmacy just west of the verizon store. It's on the south side of canal.","rvs_goal_point":[40.7193544,-74.0021843],"key":7978,"region":"Manhattan","rvs_start_point":[40.7277005,-74.0001355]} -{"content":"Meet me at the tailor shop on East 54th Street. It is on the same block as the synagogue. It is across the street from the block with Casa de Montecristo and a restaurant.","rvs_goal_point":[40.7566664,-73.9646336],"key":7979,"region":"Manhattan","rvs_start_point":[40.7663421,-73.9824991]} -{"content":"Meet me up Northwest of where you are. I'm at the Citibank. It's on the next block northward, from Carpet Factory Outlet. If you see the Catholic Church, you've gone too far though. This location is also on the next block northeast from the 77 Laundromat.","rvs_goal_point":[40.7720932,-73.9525972],"key":7980,"region":"Manhattan","rvs_start_point":[40.763635,-73.966905]} -{"content":"Go straight until you hit the first major street and go left. Make a right on E 11st street and cut though the playground until you hit the next street over. I am at bicycle parking. ","rvs_goal_point":[40.7295314,-73.9825803],"key":7981,"region":"Manhattan","rvs_start_point":[40.7260628,-73.9889419]} -{"content":"Meet me at the bank just off of Grand Street to your South, Southwest. The bank is at the intersection and is located on the Northwest corner of the block. Caddy corner to my location is a TD Bank. On the adjacent block to the South of my location is a fire station.","rvs_goal_point":[40.7173222,-73.9916349],"key":7982,"region":"Manhattan","rvs_start_point":[40.7296467,-73.9849252]} -{"content":"Meet me at the clinic on East 69th Street. The New York School of Interior Design is northwest of me and the post office is northeast of me.","rvs_goal_point":[40.7676133,-73.961282],"key":7983,"region":"Manhattan","rvs_start_point":[40.7804179604,-73.9691347578]} -{"content":"Meet me at the gift shop on West 51st Street. It is right next to the theatre on the same street. Just a few steps away.","rvs_goal_point":[40.7599089,-73.9786653],"key":7984,"region":"Manhattan","rvs_start_point":[40.7494598,-73.9845981]} -{"content":"Go south and meet me at the restaurant on 8th Avenue. It is about three blocks after you see Dunkin' Donuts. It is across the street from the block with the AT&T store. If you see Ricky's NYC, you went too far.","rvs_goal_point":[40.7434956,-73.9995423],"key":7985,"region":"Manhattan","rvs_start_point":[40.7503235,-73.9918003]} -{"content":"I'm at the bicycle parking on the southeast corner of East 77th Street, exactly three blocks east of the park.","rvs_goal_point":[40.7734761,-73.9598549],"key":7986,"region":"Manhattan","rvs_start_point":[40.7669276184,-73.9738311429]} -{"content":"I am not far from where you are. Meet me at the Italian restaurant by the north corner on Amsterdam Avenue. It is the northern most restaurant on the block by the east side of the street. A hotel is on the opposite block, southwest.","rvs_goal_point":[40.7836374,-73.9777036],"key":7987,"region":"Manhattan","rvs_start_point":[40.7822435,-73.9805805]} -{"content":"Meet me at the gift shop on West 48th. It\u2019s only a handful of blocks southwest of you. It\u2019s on the north side of the street. The Exxon Building is on the block north of it. If you pass Crowne Plaza you\u2019ve gone too far. ","rvs_goal_point":[40.7597315,-73.983665],"key":7988,"region":"Manhattan","rvs_start_point":[40.7616016,-73.9751953]} -{"content":"Let's get a room at our favorite hotel. It's on the south side of East 62nd Street, on the block where it terminates.","rvs_goal_point":[40.7602216,-73.9581709],"key":7989,"region":"Manhattan","rvs_start_point":[40.7481347,-73.9686993]} -{"content":"Let's get some alcohol for the part. Meet me at the alcohol shop on the west side of 3rd Avenue. There is a Verizon store to the north on the adjacent block.","rvs_goal_point":[40.746171,-73.9780316],"key":7990,"region":"Manhattan","rvs_start_point":[40.7468975,-73.9922271]} -{"content":"Let's get some spaghetti and Meatballs. I know just the place an Italian restaurant. meet me here. It's on west 44th street. An older hotel is across the street from it, to it's north. A theatre is a block southeast of it.","rvs_goal_point":[40.7582345,-73.9884017],"key":7991,"region":"Manhattan","rvs_start_point":[40.7495307,-73.9932806]} -{"content":"I am at the bench near the water, a bit down from Battery Park City Greenway. A museum is on my northeast and another bench is on my southeast. ","rvs_goal_point":[40.7060417,-74.0191405],"key":7992,"region":"Manhattan","rvs_start_point":[40.715813,-74.0087939]} -{"content":"Head southeast to meet me at the hospital on 1st Avenue. There is a university on my south and a bicycle rental is located on my northwest.\r\n","rvs_goal_point":[40.7428123097,-73.9738902615],"key":7993,"region":"Manhattan","rvs_start_point":[40.7565783,-73.9766761]} -{"content":"Meet me at the doctors office on East 25th Street. It is a short walk away from the courthouse. Meet me at the middle one because there are three.","rvs_goal_point":[40.7419447,-73.9861188],"key":7994,"region":"Manhattan","rvs_start_point":[40.7470598,-73.9882274]} -{"content":"I'm many blocks northwest of you, waiting at the bicycle parking on Greenwich Street, near Whole Foods. This parking is the farthest one to the south on the block here. Also, SoulCycle and Bed Bath & Beyond are on this block. ","rvs_goal_point":[40.7153484,-74.0112873],"key":7995,"region":"Manhattan","rvs_start_point":[40.7078587,-74.0045474]} -{"content":"Meet me at the sushi restaurant on West 47th Street. Go northwest. DoubleTree Suites is in the same block as the restaurant, which is in the middle of the block. There is a theatre across the street.\r\n","rvs_goal_point":[40.7584918,-73.983254],"key":7996,"region":"Manhattan","rvs_start_point":[40.7555697,-73.9802192]} -{"content":"Meet me at the waste basket south of you. If you head southwest on Water Street, you will see the waste basket a block past the pharmacy. It's right across the street from the bank.","rvs_goal_point":[40.7040657,-74.0088176],"key":7997,"region":"Manhattan","rvs_start_point":[40.7183105,-74.0020931]} -{"content":"I'm due east of you, at a bench on the south side of Exchange Alley. The stock exchange is to my east.","rvs_goal_point":[40.7069772,-74.0130665],"key":7998,"region":"Manhattan","rvs_start_point":[40.707794443,-74.016438319]} -{"content":"Let's meet up at the restaurant. It's the one on that short Pell Street, it's onn the south side of it, middle of the block (sorta). The Manhattan Bridge is to the east of it, over a block.","rvs_goal_point":[40.7147249,-73.9977838],"key":7999,"region":"Manhattan","rvs_start_point":[40.7069442,-74.0138418]} -{"content":"Travel east and meet me at the fitness centre on the east side of Ludlow Street, southeast from a gallery and northeast of an optician shop.","rvs_goal_point":[40.7190884,-73.9886726],"key":8000,"region":"Manhattan","rvs_start_point":[40.722438,-74.0056644]} -{"content":"We can meet at this bicycle parking here west of you. It's on Washington Street, and it is east of a hotel across the street. An Italian restaurant is across the street south, and Warby Parker is to the north. ","rvs_goal_point":[40.7384035,-74.0080434],"key":8001,"region":"Manhattan","rvs_start_point":[40.7369682,-73.9934843]} -{"content":"Meet me at the bicycle parking off 4th Avenue on the same block as a house of worship. Go east one block and you'll come to a big intersection and there's another road that runs southeast and that's the road you should take that road about 10 blocks southeast and head northeast on the road at that intersection. The road will wind a but but stay on it and it eventually turns into 4th Avenue. You'll pass a post office on the opposite side of the road just before you get to the bicycle parking which is just before you pass the next intersection intersection.","rvs_goal_point":[40.7326174,-73.9901532],"key":8002,"region":"Manhattan","rvs_start_point":[40.7284677,-74.0051653]} -{"content":"Meet me at the Bank of America on East Houston Street. To my northeast is a theatre as well as a Planned Parenthood clinic. Go two blocks northwest on the road you are on and then take that crossroad southwest and the Bank of America is on that road and the corner of West Houston Street.","rvs_goal_point":[40.7252000906,-73.9949855103],"key":8003,"region":"Manhattan","rvs_start_point":[40.7283243,-73.9868453]} -{"content":"Meet me at the citi bike rental on Broadway just west of you. It's across the street from the church that's a block south of the Broadway Theatre.","rvs_goal_point":[40.7622883,-73.9833618],"key":8004,"region":"Manhattan","rvs_start_point":[40.7621516,-73.9762546]} -{"content":"Meet me at the restaurant northeast of you on Bleecker Street. You'll find it two blocks southeast of the bank. If you get to the university, you've gone one block too far.","rvs_goal_point":[40.7282329,-73.9995481],"key":8005,"region":"Manhattan","rvs_start_point":[40.7265652,-74.0037381]} -{"content":"Meet me at the fast food restaurant on Clinton Street. There\u2019s a gallery in the same block right above it. It\u2019s on the north side of Clinton Street. ","rvs_goal_point":[40.719775,-73.9848378],"key":8006,"region":"Manhattan","rvs_start_point":[40.7213489,-73.992938]} -{"content":"If you want to meet up, you can find me southeast of you on the east side of mercer street, just before its southern end. It's the bike parking that is outside the furniture store. The pharmacy is on the block south of me.","rvs_goal_point":[40.7200221,-74.0024134],"key":8007,"region":"Manhattan","rvs_start_point":[40.7351393,-74.0067873]} -{"content":"Meet me at the kiosk shop on the north side of West 34th Street. It is closer to the western corner of it's block. To the southeast are two separate attractions on the adjacent block to the south. On the adjacent block to the northwest, there is a Sunglass Hut and a Macy's.","rvs_goal_point":[40.7495541,-73.986953],"key":8008,"region":"Manhattan","rvs_start_point":[40.7421311,-74.0020425]} -{"content":"Meet me at the vacant shop just off 2nd Avenue. Across the street to the south is 2 benches and a bank. The vacant shop is on the east side of 2nd Ave and is second building from the southwest corner.","rvs_goal_point":[40.7269194,-73.9885114],"key":8009,"region":"Manhattan","rvs_start_point":[40.7310785374,-73.9795139607]} -{"content":"Meet me at the bar northeast of your location. Head north then turn east onto Stanton Street. Head east for seven blocks. Your destination is on the corner of the next block. If you see a Rivington Music studio, you've gone too far. Your destination is directly north of the Rivington Discount hardware shop.","rvs_goal_point":[40.72019,-73.984615],"key":8010,"region":"Manhattan","rvs_start_point":[40.7188877,-73.9924391]} -{"content":"Head southwest to meet me at the garden on West Street. There is a car rental on my south and a museum is located on my northeast.\r\n","rvs_goal_point":[40.7077420128,-74.0151869177],"key":8011,"region":"Manhattan","rvs_start_point":[40.71186815,-74.01239945]} -{"content":"Let's cut the rug at the nightclub just south of West 27th Street. It's four blocks to your west. There is a school a block to the south.","rvs_goal_point":[40.7500931,-74.0028209],"key":8012,"region":"Manhattan","rvs_start_point":[40.7450761,-73.9914795]} -{"content":"Meet me at the bicycle parking northeast of you on the west side of University Place. Chase is nearby northwest of me. Icon Parking is on my southwest.\r\n","rvs_goal_point":[40.7319864,-73.9945589],"key":8013,"region":"Manhattan","rvs_start_point":[40.7300299,-74.0030254]} -{"content":"Come to the restaurant on MacDonald Street. You need to head south to get here. There is a school on the northern side of the same block as the restaurant. Native Leather is opposite to the school. The restaurant is just southeast from the school.","rvs_goal_point":[40.7287909,-74.0016623],"key":8014,"region":"Manhattan","rvs_start_point":[40.7363315,-73.9971668]} -{"content":"Meet me at the Starbucks on the west side of 7th Avenue. There is a theatre to the north, slightly northeast, which is on the adjacent block to the northeast. The Crowne Plaza is to the southwest.","rvs_goal_point":[40.7608044,-73.9837222],"key":8015,"region":"Manhattan","rvs_start_point":[40.7501639,-73.9787201]} -{"content":"Go north and meet me at the hotel on West 54th Street, southeast of the attraction and north of Broadway Theatre. Of the two hotels on the block it's on the west side.","rvs_goal_point":[40.7644862,-73.9829914],"key":8016,"region":"Manhattan","rvs_start_point":[40.7553036,-73.9869647]} -{"content":"Go southwest and meet me at the drinking water right by the waterfront next to a pier, northeast of the ship and south of West 30th Street Heliport. It's on the west side of 12th Avenue.","rvs_goal_point":[40.7523768,-74.0082777],"key":8017,"region":"Manhattan","rvs_start_point":[40.7617087,-73.9941785]} -{"content":"Meet me at the school on East Broadway. It is on the same block as the gallery and church. It is located on the north east corner of the block. It is on the block across from the post office.","rvs_goal_point":[40.7138631,-73.9906331],"key":8018,"region":"Manhattan","rvs_start_point":[40.7223046,-73.9972877]} -{"content":"Move northwest close to the river and see me at the bicycle parking east of historic ship on the pier. It is the north bicycle parking on there. ","rvs_goal_point":[40.7520238,-74.0084075],"key":8019,"region":"Manhattan","rvs_start_point":[40.7406754,-73.9964838]} -{"content":"We can meet at a place about 4 blocks northwest of you. The place is a bicycle parking on Greenwich Street, on the east side of the street. On the other side of the street is a Barnes & Noble. There is also a Chase bank southwest of here. ","rvs_goal_point":[40.715188,-74.0111573],"key":8020,"region":"Manhattan","rvs_start_point":[40.7125548,-74.0037123]} -{"content":"I'm feeding the pigeons from a bench, almost directly to your east on the other side of Manhattan. The bench is close to the north side of East Broadway. There is a library a bit to my east, and a shelter to my north.","rvs_goal_point":[40.7144882,-73.9891984],"key":8021,"region":"Manhattan","rvs_start_point":[40.7150577,-74.0076117]} -{"content":"There's a boutique we should meet at on Bleecker Street. It's right across from Planned Parenthood. It's a couple blocks south and several blocks east from where you are at. Bleecker Street starts at the Little Red School House so if you can find that and just go east you'll see the boutique. If you pass the Japanese Restaurant you've gone about a block too far.","rvs_goal_point":[40.7257985,-73.9937468],"key":8022,"region":"Manhattan","rvs_start_point":[40.7326055,-74.0025709]} -{"content":"Go northwest past NICE Actimize and move west on west 40th Street. I'm at the bar in the middle of the block, opposite bus station. It is on the same block with Chase atm and hotel.","rvs_goal_point":[40.7565519,-73.9924744],"key":8023,"region":"Manhattan","rvs_start_point":[40.7475798,-73.9861702]} -{"content":"Meet me at Broadway at a bakery on the east side kitty corner from a CVS pharmacy. You are already on Broadway so just head north like 5 1\/2 blocks. I'm a block north of Lululemon on the same side of the road.","rvs_goal_point":[40.782151,-73.9812378],"key":8024,"region":"Manhattan","rvs_start_point":[40.7777028,-73.9820546]} -{"content":"Go to the university south of you by walking past United Synagogue of America Building and Mad about you. The destination is ahead of two other universities. It is really close to the park in Greenwich Village. ","rvs_goal_point":[40.7315925,-73.99629565],"key":8025,"region":"Manhattan","rvs_start_point":[40.7441231,-73.9876]} -{"content":"When you finish lunch, can you pick me up at the lush cosmetics shop? It's on the south side of west 34th street on the same block as the WCBS-FM tower, but to the west of it. ","rvs_goal_point":[40.7493,-73.9870577],"key":8026,"region":"Manhattan","rvs_start_point":[40.7428028,-73.9825352]} -{"content":"Meet me at a bicycle parking east of you on the west side of Mulberry Street. A cathedral is across the street from it. About a block south of this bicycle parking is a school which is on the same street.","rvs_goal_point":[40.7236945,-73.9956346],"key":8027,"region":"Manhattan","rvs_start_point":[40.7252711,-74.01148]} -{"content":"Meet me at M&T Bank by the corner close to ProHealth care clinic. It is on East 23rd street and getting there should be easy. ","rvs_goal_point":[40.7367822,-73.9788748],"key":8028,"region":"Manhattan","rvs_start_point":[40.7451393,-73.9949909]} -{"content":"Head northeast to meet me at the Italian restaurant on Bleecker Street. There is a hotel on my northeast. Chase is southeast of me.","rvs_goal_point":[40.7255236,-73.9929218],"key":8029,"region":"Manhattan","rvs_start_point":[40.7215033,-74.0055845]} -{"content":"I could use a massage. Let's get one together. Meet me at the massage shop on the north side of Pell Street, which is short street. There is a restaurant on the same block as this massage shop and a church is also to the southwest from here on another block. The message shop is almost in the center of Pell Street, but slight more east then dead center. ","rvs_goal_point":[40.7148458,-73.9979052],"key":8030,"region":"Manhattan","rvs_start_point":[40.7109559,-74.0078671]} -{"content":"To the northwest of you there is a restaurant on West 14th Street where we can meet. It's the one farthest south on that block, and on the same block as a historic church next to another church. A community centre is to the southwest. ","rvs_goal_point":[40.7389330894,-73.9999688348],"key":8031,"region":"Manhattan","rvs_start_point":[40.7319721,-73.9954261]} -{"content":"Let\u2019s have lunch at the restaurant. Meet me there by going west six blocks and south three. It\u2019s not far from you at all. It\u2019s on West 29th Street on the north side of the street. It\u2019s on the east side of the block between Eventi and Big Screen Plaza 1. The block south of it has a Double Tree, Hilton Garden Inn, and \u201c2 bicycle parkings\u201d in it. ","rvs_goal_point":[40.7470894,-73.990326],"key":8032,"region":"Manhattan","rvs_start_point":[40.744804,-73.9784286]} -{"content":"I'm at the baseball pitch east of you. Go up FDR Drive, and take a left after you pass under the bridge and go past the parking lot. Take the first left, and follow the curve to meet me at the pitch on the back side of the park.","rvs_goal_point":[40.7103787246,-73.9978640446],"key":8033,"region":"Manhattan","rvs_start_point":[40.7011484434,-74.0152275345]} -{"content":"Head southwest of 5th avenue and meet me at the bike parking just north of the Free People clothing store on the east side of the street.","rvs_goal_point":[40.7371986,-73.9925305],"key":8034,"region":"Manhattan","rvs_start_point":[40.7484372,-73.9856964]} -{"content":"Meet me at the bicycle parking, just off of West 14th Street. I am just East of the museum, but on the opposite side of the street and close to the Southeast corner of my block at intersection. There is also a Well Fargo to the Northeast of me on the adjacent block.","rvs_goal_point":[40.7411017,-74.0055465],"key":8035,"region":"Manhattan","rvs_start_point":[40.7338542,-74.0105342]} -{"content":"Meet me southwest of your location at the bench facing the shore on the west side of 2nd Place, which is west from 3 gardens and northeast of four benches.\r\n","rvs_goal_point":[40.7072424,-74.0183922],"key":8036,"region":"Manhattan","rvs_start_point":[40.7175051,-74.003593]} -{"content":"Meet me at the bicycle parking south of you on the northeast corner of a block on 2nd Avenue. A library is northeast of me. Duane Reade is on my southwest.\r\n","rvs_goal_point":[40.7637563,-73.9623018],"key":8037,"region":"Manhattan","rvs_start_point":[40.7745082,-73.9590066]} -{"content":"Meet me at Multi Tastes Diner restaurant which is located opposite of a park on Saint James Place. Toilets is east of here. ","rvs_goal_point":[40.7113535,-73.9998293],"key":8038,"region":"Manhattan","rvs_start_point":[40.704448,-74.0156268]} -{"content":"Let's get a sandwich ok? We can split a footlong at Subway Fast food, its the one to the west of the south end of Irving Place. A park is almost a block to the west. 2 restaurants is a block or so to the east.","rvs_goal_point":[40.7342598,-73.9890767],"key":8039,"region":"Manhattan","rvs_start_point":[40.7212307797,-73.9932757749]} -{"content":"You can find me at Panera Bread fast food right across the street from the park. It is on the east side of 4th Avenue. ","rvs_goal_point":[40.7349295,-73.9897844],"key":8040,"region":"Manhattan","rvs_start_point":[40.729279,-73.9835906]} -{"content":"Go northeast and meet me at the bicycle parking on the east side of 3rd Avenue, south of a fast food restaurant and east of the Marriott.","rvs_goal_point":[40.7554752,-73.9709078],"key":8041,"region":"Manhattan","rvs_start_point":[40.746888,-73.9851291]} -{"content":"If you want to meet, I'm at the Chinese restaurant on Columbus Avenue, northeast of a post office on the other side of the street. There's a museum down the street to the south, and a Banana Republic to the southwest. ","rvs_goal_point":[40.77522,-73.9801757],"key":8042,"region":"Manhattan","rvs_start_point":[40.7671301,-73.9939026]} -{"content":"Meet me at the bicycle parking on the east side 9th Avenue. It is on the same block as the hotel. Meet me at the northern most parking spot. There is a Rite Aid pharmacy to the south.","rvs_goal_point":[40.7461247,-74.0014905],"key":8043,"region":"Manhattan","rvs_start_point":[40.7411054,-74.0012613]} -{"content":"Meet me at the bicycle parking on Broadway on the west side of the street kitty corner from an attraction. You should go south until you get to The Dominick and then go east on the road that hotel is on and the road will veer more south east but stay on it. You'll pass Vesuvio Playground then R.M.Williams and a Chanel store and Broadway is 3 blocks past that store and you'll go north about a fifth of a block and again it's on the west side right there.","rvs_goal_point":[40.7232746,-73.9987048],"key":8044,"region":"Manhattan","rvs_start_point":[40.7296291283,-74.0054346138]} -{"content":"When you're done at the bank head northwest and meet me at the bicycle parking on the north side of West 35th Street. It's just a touch east of the long diagonal street. It's the eastern of the two parkings on that little block.","rvs_goal_point":[40.7506209,-73.9875074],"key":8045,"region":"Manhattan","rvs_start_point":[40.7371753,-73.9882851]} -{"content":"Let\u2019s meet for the sermon at the church on East 13th Street. It\u2019s in the same block as the clinic literally right next to it. B Cup Cafe is on the right of it in the northeast corner of the block. There is a Citi Bike in the block east of it. ","rvs_goal_point":[40.7287323337,-73.9790032151],"key":8046,"region":"Manhattan","rvs_start_point":[40.7213923,-73.995125]} -{"content":"Go west past West street. You will probably see a Hertz car rental just before you cross that street. I am at a garden west of a parallel street west of West street. It is one block north of a bicycle rental.","rvs_goal_point":[40.7067517568,-74.0167465315],"key":8047,"region":"Manhattan","rvs_start_point":[40.7075612,-74.0075651]} -{"content":"Head northeast to meet me at Aldo on Broadway. There is a museum on my southeast and a cafe is located on my northwest.","rvs_goal_point":[40.7209937,-74.0003561],"key":8048,"region":"Manhattan","rvs_start_point":[40.7152683,-74.0148288]} -{"content":"Go southwest and then west on Morton Street. Meet me at the bicycle parking near the Cherry Lane Theater, before you reach the Henrietta Hudson nightclub.\r\n","rvs_goal_point":[40.7308675,-74.0053093],"key":8049,"region":"Manhattan","rvs_start_point":[40.7360128,-73.9981157]} -{"content":"Head west several blocks and meet me at the bicycle parking at the end of West 61st Street near the highway, just west of a school.","rvs_goal_point":[40.7739135,-73.9920137],"key":8050,"region":"Manhattan","rvs_start_point":[40.7731369,-73.9806374]} -{"content":"Meet me at the bicycle parking northwest of your location. Get to Lexington Avenue. The bicycle parking is on the same block with Monica Tadros clinic. The parking is opposite Church of All Souls by the west side. ","rvs_goal_point":[40.775353,-73.9587392],"key":8051,"region":"Manhattan","rvs_start_point":[40.7683481,-73.9524186]} -{"content":"After you get lunch, just go east a few blocks, and south about 1 block to find me at the chase bank on the northeast corner of the block south of the 2 hotels.","rvs_goal_point":[40.7451691,-73.9829825],"key":8052,"region":"Manhattan","rvs_start_point":[40.7486317,-73.9893492]} -{"content":"Head north past the Chipotle and turn west at the corner with the GNC. The waste basket is one block west from you at the intersection with Lexington Ave.","rvs_goal_point":[40.7634067,-73.9674497],"key":8053,"region":"Manhattan","rvs_start_point":[40.7618761,-73.9660651]} -{"content":"Meet me at the pharmacy. Go one block west, then 18 blocks north. You should see a park here. Then cross 2nd Avenue to the west and the pharmacy is right there Lon the other side of the street (in the southeast corner of its block). ","rvs_goal_point":[40.7400827,-73.979582],"key":8054,"region":"Manhattan","rvs_start_point":[40.728018,-73.984755]} -{"content":"You can meet me at the Rituals shop on Broadway. It's many blocks northwest of you, on the block where Broadway ends in a T-intersection with another street. A Sunglass Hat is on the block south of here. ","rvs_goal_point":[40.7512172,-73.9879054],"key":8055,"region":"Manhattan","rvs_start_point":[40.7353267,-73.9942122]} -{"content":"I'm on the street near the post box near a Boost Mobile. I'm just a block west of the Williamsburg bridge. A block west of me there is a clinic.","rvs_goal_point":[40.7181792,-73.9864016],"key":8056,"region":"Manhattan","rvs_start_point":[40.7323273,-73.9873238]} -{"content":"I will be at the gift shop on Saint Mark's place. It on the south side of the street and just west of New York library, which is on the opposite block. ","rvs_goal_point":[40.7290676,-73.9891644],"key":8057,"region":"Manhattan","rvs_start_point":[40.736466386,-74.0054377942]} -{"content":"I'm not too far from southwest from you, on a bench. It's just south of where 2nd Place comes to a T-intersection with another street, on the west side of that street. The Wagner Hotel is about a block to the south, on the other side of the street. ","rvs_goal_point":[40.7062227,-74.01674],"key":8058,"region":"Manhattan","rvs_start_point":[40.7080812,-74.0182068]} -{"content":"I'm northeast of you at the convenience shop on East 47th Street just north of the Grand Central Library.","rvs_goal_point":[40.7545055,-73.9732109],"key":8059,"region":"Manhattan","rvs_start_point":[40.7528389,-73.9777142]} -{"content":"Let's get some knick knacks at Bed Bath and Beyond. It's on the south side of Warren Street, just east of the same long street that you're east of.","rvs_goal_point":[40.7158302,-74.0123025],"key":8060,"region":"Manhattan","rvs_start_point":[40.7105633,-74.0139786]} -{"content":"Meet me at the Central parking lot on West 32nd street. It's between the Chase Bank, and the Pinkberry Ice cream shop.","rvs_goal_point":[40.7477252,-73.9869059],"key":8061,"region":"Manhattan","rvs_start_point":[40.758174,-73.9843363]} -{"content":"Meet me at an English restaurant southwest of you on Orchard Street. Flixbus is north of it. South of the restaurant is a post office.","rvs_goal_point":[40.7152479,-73.9918344],"key":8062,"region":"Manhattan","rvs_start_point":[40.7194395,-73.9821387]} -{"content":"Meet me at the bench across from the two gardens. Head north on Greenwich Street until you see the fire station. Head west at the next street past the fire station. You'll see the bench on the south side of the street a little over half a block down. It's right across from the two gardens.","rvs_goal_point":[40.7104251,-74.0137771],"key":8063,"region":"Manhattan","rvs_start_point":[40.7037918,-74.0084041]} -{"content":"Meet me on the southeast of you at The Grand Daddy cafe on the north side of Grand Street, to the northeast of another cafe and southwest of 2 restaurants.\r\n","rvs_goal_point":[40.7177448,-73.9920297],"key":8064,"region":"Manhattan","rvs_start_point":[40.7247974,-73.9951169]} -{"content":"Meet me at the drinking water facing East Drive. If is inside a big forest area and close to a parking lot. You will find two toilets to the northwest of the drinking water.","rvs_goal_point":[40.777673,-73.9673262],"key":8065,"region":"Manhattan","rvs_start_point":[40.7783198,-73.9780259]} -{"content":"I'm northwest of you at the bench in the park along West Drive just south of the restaurant, northwest of the cafe.","rvs_goal_point":[40.7714531,-73.9777756],"key":8066,"region":"Manhattan","rvs_start_point":[40.767325,-73.9718792]} -{"content":"Meet me at the restaurant on North Moore Street just west of the post office. You'll need to go quite a way south and west.","rvs_goal_point":[40.7198226,-74.0084234],"key":8067,"region":"Manhattan","rvs_start_point":[40.7241258,-73.9934471]} -{"content":"I'm north of you and a little to the east, at a books shop on East 6th Street. On this same block there are two synagogues, and to the east of here is a historic monument. Southeast of here is an arts centre. ","rvs_goal_point":[40.7257903,-73.9844558],"key":8068,"region":"Manhattan","rvs_start_point":[40.714304,-73.9922826]} -{"content":"Meet me at the church on the east side of Oliver Street. Oliver Street is not very long. Look for the historical memorial to the north on the same block. There is also a library to the east on the adjacent block to the east.","rvs_goal_point":[40.7129651979,-73.997704809],"key":8069,"region":"Manhattan","rvs_start_point":[40.7101447,-73.9792429]} -{"content":"Meet me at the Thai restaurant which is by the north corner on the east side 9th Avenue. Hilton Garden Inn is on the same block. ","rvs_goal_point":[40.7550458,-73.9948474],"key":8070,"region":"Manhattan","rvs_start_point":[40.7448238,-74.0058698]} -{"content":"Meet me at the drinking fountain on the north side of Laight Street. The Juan Pablo Duarte historical memorial is on the adjacent street to the north.","rvs_goal_point":[40.7218679,-74.0056594],"key":8071,"region":"Manhattan","rvs_start_point":[40.734646,-73.9927932]} -{"content":"I'm picking up some chips at the convenience shop on the south side of East 50th street, far to your east. There is a CityMD clinic to my north on the next block.","rvs_goal_point":[40.7546863,-73.968435],"key":8072,"region":"Manhattan","rvs_start_point":[40.7626458,-73.9834959]} -{"content":"Meet me at the bench on State Street Plaza. It is directly east across the street from park on the same street.","rvs_goal_point":[40.7026066,-74.0138546],"key":8073,"region":"Manhattan","rvs_start_point":[40.7153379,-74.0165835]} -{"content":"I am east of you at a bench by the FDR Drive, well to its east, near the waterfront. Nearby to the west is a drinking water. A bridge is a block north of this bench.","rvs_goal_point":[40.712797,-73.9768791],"key":8074,"region":"Manhattan","rvs_start_point":[40.7155413,-73.9984504]} -{"content":"I'm at the bicycle parking north west of you it's just past the college and it's the first parking spot on the west side just past East 11th Street next to a TD bank. It's one block west of Avis Car rental but on the opposite side of the road.","rvs_goal_point":[40.7334767,-73.9932814],"key":8075,"region":"Manhattan","rvs_start_point":[40.7287612,-73.9897021]} -{"content":"Meet me at the hotel on West 29th Street. It is east of you. When you head east on this street, you will see Kimpton and Hyatt House on two opposite blocks. The hotel is on the next block to the east. If you see Marble Collegiate Church, you have gone too far.","rvs_goal_point":[40.7460969,-73.9891468],"key":8076,"region":"Manhattan","rvs_start_point":[40.7448844,-73.9999695]} -{"content":"I'm in a garden several blocks north of you, on Murray street. So just head north until you see a Target and turn toward the water and it will be in the middle of the block on your right. ","rvs_goal_point":[40.7153489083,-74.0125801043],"key":8077,"region":"Manhattan","rvs_start_point":[40.7062697,-74.0127166]} -{"content":"Go west and turn north at 3rd Avenue. Continue north past Smith & Wollensky and P.J. Clarke's. At the next block after the cinema turn west. When you reach Sephora go north for about a block and a half to reach the restaurant. You've gone too far if you reach the building.","rvs_goal_point":[40.7637591,-73.9673426],"key":8078,"region":"Manhattan","rvs_start_point":[40.7485835,-73.973844]} -{"content":"Let's meet at the bicycle parking on Allen Street, during it's most northern block, at least before it becomes another Ave. Across the street is a Citi bike Bicycle rental place. A park is on the next block to the north, shaped like a slim triangle.","rvs_goal_point":[40.7219155,-73.9892853],"key":8079,"region":"Manhattan","rvs_start_point":[40.7205108,-73.9850978]} -{"content":"Come south towards the water and let's ride a see-saw together at the playground. It's just south of Madison Street. There is a CitiBike bicycle rental on the northwest corner of the block. I'm at the playground in the middle of the block.","rvs_goal_point":[40.71207755,-73.9909877],"key":8080,"region":"Manhattan","rvs_start_point":[40.7251224,-73.9905271]} -{"content":"Let's park our bikes at the bicycle parking on Broome Street. It's about 3 and a half blocks from where the street changes names, and slight direction west of the parking spot for bikes. Almost a block south is a cafe (starbucks) ant north is an Ugg shoe shop.","rvs_goal_point":[40.7220093,-74.0001299],"key":8081,"region":"Manhattan","rvs_start_point":[40.7325756,-73.9849242]} -{"content":"Go northeast and meet me at the post box on the corner on East 46th Street, directly north of the NBA Store.","rvs_goal_point":[40.7559653,-73.9792042],"key":8082,"region":"Manhattan","rvs_start_point":[40.7537894,-73.9868326]} -{"content":"I'm fairly far to the south of you, at a deli shop on the corner where Pine Street ends. Go south, pass the Financial District, and get on Pine Street, then go southeast on it until it ends. The shop will be on its west side. A PNC bank atm is south, next to a Starbucks cafe. To the east there's an AC Hotel. ","rvs_goal_point":[40.7056658,-74.0070321],"key":8083,"region":"Manhattan","rvs_start_point":[40.7191524,-74.001861]} -{"content":"Meet me at a fountain northwest of you west of 12 Avenue on the waterfront. A bicycle shop is south of it and a historic ship (Intrepid Museum) is to the northeast. ","rvs_goal_point":[40.7637096177,-74.0011273584],"key":8084,"region":"Manhattan","rvs_start_point":[40.7601614,-73.9911074]} -{"content":"Meet me at the bicycle parking on the east side of 3rd Avenue. I'm one block south of the pharmacy. I'm not right at the corner. I'm a little bit up from there.","rvs_goal_point":[40.7327528,-73.9874711],"key":8085,"region":"Manhattan","rvs_start_point":[40.7178829,-73.9952742]} -{"content":"I am dying for some pizza. Will you buy me some. I'll wait for you at the pizza fast food place on 2nd ave. It's catty corner to a Duane Reade. Over a block south is a True value.","rvs_goal_point":[40.7481904,-73.9736387],"key":8086,"region":"Manhattan","rvs_start_point":[40.7500199,-73.969053]} -{"content":"Meet me at a post box north of you on 2nd Avenue. It is right next to a cinema. This post box is between 2 restaurants and a garden all on the same street.","rvs_goal_point":[40.7247825,-73.9902794],"key":8087,"region":"Manhattan","rvs_start_point":[40.7189073,-73.9901737]} -{"content":"Meet me at a school northwest of you on the west side of 10 Avenue. It is right next to a Catholic Church. A historic district is east of the school and a CVS Pharmacy is northeast of it.","rvs_goal_point":[40.7466876,-74.0050109],"key":8088,"region":"Manhattan","rvs_start_point":[40.7402786,-73.9870432]} -{"content":"You will see me at the bakery shop located on 6th Avenue, south of two playgrounds and west of the library.","rvs_goal_point":[40.7532983,-73.9849528],"key":8089,"region":"Manhattan","rvs_start_point":[40.7430669,-73.9933671]} -{"content":"Meet me at the bicycle parking southeast of you in Alphabet City. Orpheum Theatre is about halfway between us. This parking is on East 7th Street, and it's the one farthest to the west on this block. An arts centre is about a block to the west, and to the north on the next block there is a small park by another bicycle parking. ","rvs_goal_point":[40.7247936,-73.9803592],"key":8090,"region":"Manhattan","rvs_start_point":[40.7321588068,-73.9980427894]} -{"content":"Head southwest to meet me at the cafe on West 4th Street. There are two parks on my east and an attraction is located on my west.\r\n","rvs_goal_point":[40.7354463,-74.0031986],"key":8091,"region":"Manhattan","rvs_start_point":[40.7385347,-74.0014028]} -{"content":"Meet me at a seafood restaurant south of you on the corner of 7th Avenue. A Walgreens Pharmacy is south of it on the same street. Southwest of the seafood restaurant is a theatre.","rvs_goal_point":[40.7572194,-73.9863644],"key":8092,"region":"Manhattan","rvs_start_point":[40.7710475,-73.9921017]} -{"content":"Meet me at the clothes shop on Broadway by going southwest. It shares a block with \u201cattraction\u201d. There is a church right across the street from the shop. It\u2019s next to a shoe store. ","rvs_goal_point":[40.7287947,-73.9936354],"key":8093,"region":"Manhattan","rvs_start_point":[40.7327255,-73.9845346]} -{"content":"Go west to the waterfront and meet me at the bench north of a museum and west from Hertz car rental. It's right on the water's edge.","rvs_goal_point":[40.7070502,-74.0184733],"key":8094,"region":"Manhattan","rvs_start_point":[40.7078067,-74.0128054]} -{"content":"Meet me on the south of you at the hotel on the east side of Allen Street, to the north of a museum and northwest of a pharmacy.\r\n","rvs_goal_point":[40.7194926,-73.9899366],"key":8095,"region":"Manhattan","rvs_start_point":[40.7293869,-73.9919505]} -{"content":"Let's meet up at that Fast food restaurant on East 35th street. It's the one that is around 3 blocks west of the eastern terminus of the street. Cattycorner to the southeast of it is a Aremenian Church.","rvs_goal_point":[40.7456827,-73.9754601],"key":8096,"region":"Manhattan","rvs_start_point":[40.7564659831,-73.9885078396]} -{"content":"Go east on East Houston and a block after a museum you should turn onto an avenue. The pub would be on the second block on the left side of the street.","rvs_goal_point":[40.7224516,-73.9832865],"key":8097,"region":"Manhattan","rvs_start_point":[40.7241058,-73.9973868]} -{"content":"Meet me at the bicycle parking northwest of you on West 23rd Street. A clinic is northeast of me. A restaurant is on my northwest.\r\n","rvs_goal_point":[40.7422762,-73.9911153],"key":8098,"region":"Manhattan","rvs_start_point":[40.7376764,-73.9846657]} -{"content":"I will be waiting at the garden by Hudson River Greenway. Cross over the red street and you'll find it directly west of viewpoint. It is far north from the bridge. ","rvs_goal_point":[40.7128890306,-74.0144841801],"key":8099,"region":"Manhattan","rvs_start_point":[40.7200875,-73.99943]} -{"content":"Meet me at a garden east of you near Pearl Street. East of it is a ATM. A Radisson hotel and a church is north of the garden.","rvs_goal_point":[40.7049781282,-74.0083396974],"key":8100,"region":"Manhattan","rvs_start_point":[40.7050859,-74.0137144]} -{"content":"Meet me at the convenience shop on Canal Street. It is in the southwest corner of the block. The block south of it has a museum. ","rvs_goal_point":[40.7154219,-73.9932075],"key":8101,"region":"Manhattan","rvs_start_point":[40.7160854,-74.0003229]} -{"content":"Meet me at the new age shop on East 10th Street. There is a church to its east in the opposite block. You can find Buffalo Exchange in the block west of it. \r\n\r\n","rvs_goal_point":[40.7287171,-73.9840335],"key":8102,"region":"Manhattan","rvs_start_point":[40.727497,-73.9793554]} +{"rvs_sample_number":135,"content":"Meet me at Starbucks on West 81st Street, west of you. It's one block north of DSW. An episcopal church is across a divided street to the west.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7849274,-73.9788012],"key":7000,"region":"Manhattan","rvs_start_point":[40.7771865,-73.9693815],"landmarks":{"end_point":[[40.7849274,-73.9788012],"cafe"],"start_point":[[40.7771865,-73.9693815],"bench"],"main_pivot":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_2":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_3":[[40.7816077,-73.9726582],"American Museum of Natural History"],"main_pivot_4":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_5":[[40.7816077,-73.9726582],"American Museum of Natural History"],"main_pivot_6":[[40.7816077,-73.9726582],"American Museum of Natural History"],"main_pivot_7":[[40.7816077,-73.9726582],"American Museum of Natural History"],"main_pivot_8":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_9":[[40.7816077,-73.9726582],"American Museum of Natural History"],"main_pivot_10":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_11":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_12":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_13":[[40.7792886,-73.9711877],"The Lake"],"main_pivot_14":[[40.7816077,-73.9726582],"American Museum of Natural History"],"main_pivot_15":[[40.7850477,-73.9798516],"church"],"near_pivot":[[40.7850477,-73.9798516],"church"],"beyond_pivot":[[40.7840658635,-73.9793623651],"DSW"],"around_goal_pivot_1":[[40.7838263,-73.9803232],"historic building"],"around_goal_pivot_2":[[40.7852778,-73.9813889],"historic district"],"around_goal_pivot_3":[[40.7838029,-73.9803906],"bank"],"around_goal_pivot_4":[[40.7834674,-73.9806192],"Tumi"],"around_goal_pivot_5":[[40.7836583,-73.9790891],"Goodwill"],"around_goal_pivot_6":[[40.7830273,-73.9808621],"AT&T"],"around_goal_pivot_7":[[40.7839013,-73.9775688],"2 restaurants"],"around_goal_pivot_8":[[40.7829156,-73.9801456],"Marshalls"],"around_goal_pivot_9":[[40.7839946207,-73.9791925651],"DSW"],"around_goal_pivot_10":[[40.7825373,-73.979079],"bicycle rental"]}} +{"rvs_sample_number":440,"content":"Go north on the street near you that will allow you to go most northern. When you reach West 27th street though, go almost a block east. When you almost reach the intersection meet me at the bike parking spot, near the end of the block where 2 bikes can be parked. It is on the north side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7468712,-73.9942357],"key":7001,"region":"Manhattan","rvs_start_point":[40.7406369,-74.0021615],"landmarks":{"end_point":[[40.7468712,-73.9942357],"bicycle parking"],"start_point":[[40.7406369,-74.0021615],"bank"],"main_pivot":[[40.7448726,-73.9979698],"Bow Tie Chelsea Cinemas"],"main_pivot_2":[[40.7425,-74.0011111],"Joyce Theatre"],"main_pivot_3":[[40.7448726,-73.9979698],"Bow Tie Chelsea Cinemas"],"main_pivot_4":[[40.7466623205,-73.9976625621],"Penn South"],"main_pivot_5":[[40.7446533,-73.9993815],"The GEM Hotel Chelsea"],"main_pivot_6":[[40.7446533,-73.9993815],"The GEM Hotel Chelsea"],"main_pivot_7":[[40.7448726,-73.9979698],"Bow Tie Chelsea Cinemas"],"main_pivot_8":[[40.7425,-74.0011111],"Joyce Theatre"],"main_pivot_9":[[40.7448726,-73.9979698],"Bow Tie Chelsea Cinemas"],"main_pivot_10":[[40.7425,-74.0011111],"Joyce Theatre"],"main_pivot_11":[[40.7448726,-73.9979698],"Bow Tie Chelsea Cinemas"],"main_pivot_12":[[40.7446533,-73.9993815],"The GEM Hotel Chelsea"],"main_pivot_13":[[40.7425,-74.0011111],"Joyce Theatre"],"main_pivot_14":[[40.7446533,-73.9993815],"The GEM Hotel Chelsea"],"main_pivot_15":[[40.7466245,-73.9947839],"studio"],"near_pivot":[[40.7466245,-73.9947839],"studio"],"beyond_pivot":[[40.748346,-73.9948174],"hotel"],"around_goal_pivot_1":[[40.7487769,-73.9953514],"theatre"],"around_goal_pivot_2":[[40.7488586,-73.9930796],"church"],"around_goal_pivot_3":[[40.7486543,-73.9920877],"FedEx Office"],"around_goal_pivot_4":[[40.7482008,-73.9914186],"Courtyard"],"around_goal_pivot_5":[[40.7461308,-73.9915654],"Fairfield Inn"],"around_goal_pivot_6":[[40.7467417,-73.9918625],"Hotel Indigo"],"around_goal_pivot_7":[[40.7469448,-73.9915508],"DoubleTree"],"around_goal_pivot_8":[[40.7453993,-73.9944634],"Papyrus"],"around_goal_pivot_9":[[40.7444317,-73.9956514],"bicycle habitat"],"around_goal_pivot_10":[[40.7457538,-73.9947193],"Buy Buy Baby"]}} +{"rvs_sample_number":35,"content":"Meet me at the university northwest of you on Washington Square South. A music venue is west of it. To the east of the university is a church.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7304427575,-73.9988715043],"key":7002,"region":"Manhattan","rvs_start_point":[40.7264138,-73.9860122],"landmarks":{"end_point":[[40.7304427575,-73.9988715043],"university"],"start_point":[[40.7264138,-73.9860122],"bicycle parking"],"main_pivot":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_2":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_3":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_4":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_5":[[40.7275745,-73.9923603],"Merchant's House Museum"],"main_pivot_6":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_7":[[40.7271081,-73.992503],"FDNY Engine 33\/Ladder 9"],"main_pivot_8":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_9":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_10":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_11":[[40.7287755133,-73.9949909155],"NoHo Historic District"],"main_pivot_12":[[40.7287755133,-73.9949909155],"NoHo Historic District"],"main_pivot_13":[[40.7275745,-73.9923603],"Merchant's House Museum"],"main_pivot_14":[[40.7275745,-73.9923603],"Merchant's House Museum"],"main_pivot_15":[[40.7303568,-73.9984058],"church"],"near_pivot":[[40.7303568,-73.9984058],"church"],"around_goal_pivot_1":[[40.7312367,-74.0015037],"cinema"],"around_goal_pivot_4":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_7":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_10":[[40.7308783,-74.0006841],"music venue"]}} +{"rvs_sample_number":38,"content":"Meet me at Forever 21. If you head north, it will be a block and a half past 1500 Broadway. It's on the same block as the a theatre but in the middle of the block on the side that faces Broadway.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.75822,-73.9851207],"key":7003,"region":"Manhattan","rvs_start_point":[40.7520955,-73.9877281],"landmarks":{"end_point":[[40.75822,-73.9851207],"Forever 21"],"start_point":[[40.7520955,-73.9877281],"gift shop"],"main_pivot":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_2":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_3":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_4":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_5":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_6":[[40.7573319,-73.9862132],"1501 Broadway"],"main_pivot_7":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_8":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_9":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_10":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_11":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_12":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_13":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_14":[[40.7563618,-73.9860933],"4 Times Square"],"main_pivot_15":[[40.7578739362,-73.9846385701],"theatre"],"near_pivot":[[40.7578739362,-73.9846385701],"theatre"],"around_goal_pivot_1":[[40.7582128,-73.9839676],"church"],"around_goal_pivot_2":[[40.7590503,-73.9849231],"ticket shop"],"around_goal_pivot_3":[[40.7590502,-73.9849914],"historic memorial"],"around_goal_pivot_4":[[40.7575785,-73.9838256],"school"],"around_goal_pivot_5":[[40.7574361,-73.9865499],"ice cream"],"around_goal_pivot_6":[[40.7592676,-73.984303],"Hershey's"],"around_goal_pivot_7":[[40.7590118,-73.9844836],"DoubleTree"],"around_goal_pivot_8":[[40.7592192,-73.9856075],"W Hotels"],"around_goal_pivot_9":[[40.7575687275,-73.9842166749],"Hyatt Centric"],"around_goal_pivot_10":[[40.7595892,-73.9846122],"Lids"]}} +{"rvs_sample_number":172,"content":"Meet me to your southeast, at a cafe on the south of East Broadway. It's the one not on the corner. There's a church on the same block, on the southeast corner. A small triangle-shaped park is northeast of it. ","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7138499,-73.9908808],"key":7004,"region":"Manhattan","rvs_start_point":[40.7226578,-73.9981644],"landmarks":{"end_point":[[40.7138499,-73.9908808],"cafe"],"start_point":[[40.7226578,-73.9981644],"restaurant"],"main_pivot":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_2":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_7":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_8":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_9":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_10":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_11":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_12":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_13":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_14":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_15":[[40.7136232,-73.9906476],"church"],"near_pivot":[[40.7136232,-73.9906476],"church"],"beyond_pivot":[[40.7141445,-73.9900822],"park"],"around_goal_pivot_1":[[40.7143377,-73.9886158],"library"],"around_goal_pivot_2":[[40.7148373,-73.9935563],"museum"],"around_goal_pivot_3":[[40.7144572,-73.9888309],"four benches"],"around_goal_pivot_4":[[40.7144617,-73.9943762],"bridge"],"around_goal_pivot_5":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_6":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_7":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_8":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_9":[[40.7147411,-73.9893576],"two benches"],"around_goal_pivot_10":[[40.714304,-73.9922826],"social facility"]}} +{"rvs_sample_number":468,"content":"Head northwest to meet me at Life Time on West 42nd Street. A bicycle parking is east of me. A theatre is located on my southeast.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7615013,-73.9990197],"key":7005,"region":"Manhattan","rvs_start_point":[40.7487049,-73.9928183],"landmarks":{"end_point":[[40.7615013,-73.9990197],"Life Time"],"start_point":[[40.7487049,-73.9928183],"vending machine"],"main_pivot":[[40.7553207,-74.0012484],"55 Hudson Yards"],"main_pivot_2":[[40.7536027,-74.0000803],"West Side Yard"],"main_pivot_3":[[40.7505364,-73.995675],"Touro College"],"main_pivot_4":[[40.7565129,-74.0017292],"Jacob K. Javits Convention Center"],"main_pivot_5":[[40.7527838,-74.0009789],"10 Hudson Yards"],"main_pivot_6":[[40.7565129,-74.0017292],"Jacob K. Javits Convention Center"],"main_pivot_7":[[40.7505364,-73.995675],"Touro College"],"main_pivot_8":[[40.754411321,-74.0009805323],"30 Hudson Yards"],"main_pivot_9":[[40.7553207,-74.0012484],"55 Hudson Yards"],"main_pivot_10":[[40.754411321,-74.0009805323],"30 Hudson Yards"],"main_pivot_11":[[40.7536027,-74.0000803],"West Side Yard"],"main_pivot_12":[[40.7527838,-74.0009789],"10 Hudson Yards"],"main_pivot_13":[[40.7505364,-73.995675],"Touro College"],"main_pivot_14":[[40.7563589,-74.00138],"3 Hudson Boulevard"],"main_pivot_15":[[40.7613004,-73.9980688],"bicycle parking"],"near_pivot":[[40.7613004,-73.9980688],"bicycle parking"],"around_goal_pivot_1":[[40.7605916,-73.9967305],"fire station"],"around_goal_pivot_2":[[40.7640396,-73.9994523],"historic ship"],"around_goal_pivot_3":[[40.762824,-74.0013485],"attraction"],"around_goal_pivot_4":[[40.7606764,-73.997433],"theatre"],"around_goal_pivot_5":[[40.7607974,-73.9959098],"car rental"],"around_goal_pivot_6":[[40.7625432,-73.9967254],"NYC Velo"],"around_goal_pivot_7":[[40.7635309,-73.9977928],"nightclub"],"around_goal_pivot_8":[[40.7615988,-73.9956193],"school"],"around_goal_pivot_9":[[40.76303,-73.997263],"stripclub"],"around_goal_pivot_10":[[40.7631599,-74.0005711],"cafe"]}} +{"rvs_sample_number":376,"content":"Let's get fit at Cross Fit fitness centre north of East 9th street. West of here and on the opposite block is a gallery. ","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7255676,-73.9783274],"key":7006,"region":"Manhattan","rvs_start_point":[40.7340385,-73.9742561],"landmarks":{"end_point":[[40.7255676,-73.9783274],"fitness centre"],"start_point":[[40.7340385,-73.9742561],"bench"],"main_pivot":[[40.7328675,-73.97465],"Peter Cooper Village"],"main_pivot_2":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_3":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_4":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_5":[[40.7328675,-73.97465],"Peter Cooper Village"],"main_pivot_6":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_7":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_8":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_9":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_10":[[40.7328675,-73.97465],"Peter Cooper Village"],"main_pivot_11":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_12":[[40.7328675,-73.97465],"Peter Cooper Village"],"main_pivot_13":[[40.7298698458,-73.9749575446],"Stuyvesant Town"],"main_pivot_14":[[40.7328675,-73.97465],"Peter Cooper Village"],"main_pivot_15":[[40.7261322,-73.9775683],"2 vacant shops"],"near_pivot":[[40.7261322,-73.9775683],"2 vacant shops"],"beyond_pivot":[[40.7264271685,-73.9803580047],"park"],"around_goal_pivot_1":[[40.727164,-73.980406],"library"],"around_goal_pivot_2":[[40.7272198,-73.9794026],"2 community centres"],"around_goal_pivot_3":[[40.7268975,-73.9813718],"historic memorial"],"around_goal_pivot_4":[[40.7269077,-73.9764161],"C-Town Supermarkets"],"around_goal_pivot_5":[[40.727977,-73.978587],"bicycle rental"],"around_goal_pivot_6":[[40.7258135,-73.9795215],"gallery"],"around_goal_pivot_7":[[40.7264758,-73.9806637],"social facility"],"around_goal_pivot_8":[[40.7267434,-73.9812642],"toilets"],"around_goal_pivot_9":[[40.7266581,-73.9772142],"deli shop"],"around_goal_pivot_10":[[40.724043,-73.9790778],"convenience shop"]}} +{"rvs_sample_number":52,"content":"Meet me at J. Crew. Head northeast on Broadway past Javits Federal Building. Stay on Broadway for a while. You will pass Muji and the post box. On the next block, you will see Citibank. J. Crew is a couple businesses past the bank on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7215489,-73.999866],"key":7007,"region":"Manhattan","rvs_start_point":[40.7113298,-74.0135253],"landmarks":{"end_point":[[40.7215489,-73.999866],"J.Crew"],"start_point":[[40.7113298,-74.0135253],"bench"],"main_pivot":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_2":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_3":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_4":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_5":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_6":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_7":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_8":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_9":[[40.7095962,-74.0116569],"Zuccotti Park"],"main_pivot_10":[[40.7096737,-74.0129631],"5 World Trade Center"],"main_pivot_11":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_12":[[40.7095962,-74.0116569],"Zuccotti Park"],"main_pivot_13":[[40.7111342,-74.0090528],"Saint Paul's Chapel"],"main_pivot_14":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_15":[[40.7213485,-74.0000613],"bank"],"near_pivot":[[40.7213485,-74.0000613],"bank"],"around_goal_pivot_1":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_2":[[40.7221884,-74.0009428],"Suitsupply"],"around_goal_pivot_3":[[40.7222672,-73.9996663],"Bath & Body Works"],"around_goal_pivot_4":[[40.7223219,-73.9996236],"Zara"],"around_goal_pivot_5":[[40.7221932,-73.9992705],"The North Face"],"around_goal_pivot_6":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_7":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_8":[[40.7226719,-73.9993039],"H&M"],"around_goal_pivot_9":[[40.7221806,-73.9982475],"hotel"],"around_goal_pivot_10":[[40.7208021,-74.0007988],"post box"]}} +{"rvs_sample_number":186,"content":"Go northwest of where you are. You'll likely pass by Alexander Lyman Holleys memorial in the park. The place we're meeting is about 2 1\/2 blocks northwest of that. It's that bar on the south side of Christopher street right before it changes name at it's eastern terminus. There is a triangle shaped block to the east. The bar is on the south side of the street. Across the triangle block there is a sort of pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7339589,-74.0000309],"key":7008,"region":"Manhattan","rvs_start_point":[40.7195003,-73.9973762],"landmarks":{"end_point":[[40.7339589,-74.0000309],"bar"],"start_point":[[40.7195003,-73.9973762],"restaurant"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7288183955,-73.9950780401],"New York University"],"main_pivot_3":[[40.7205408,-73.9975421],"240 Centre Street"],"main_pivot_4":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_5":[[40.7205408,-73.9975421],"240 Centre Street"],"main_pivot_6":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_7":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_10":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_11":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_12":[[40.7207012,-73.9962926],"San Lorenzo Ruiz Chapel"],"main_pivot_13":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_14":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_15":[[40.7339069,-73.9990967],"pharmacy"],"near_pivot":[[40.7339069,-73.9990967],"pharmacy"],"beyond_pivot":[[40.7333179,-74.0005572],"cafe"],"around_goal_pivot_1":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_2":[[40.7362717,-74.0010017],"two gardens"],"around_goal_pivot_3":[[40.735292,-73.99785],"2 universities"],"around_goal_pivot_4":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_5":[[40.73307,-73.9986004],"Goodwill"],"around_goal_pivot_6":[[40.7362557,-74.0010926],"4 benches"],"around_goal_pivot_7":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_8":[[40.7362292,-74.0010812],"three benches"],"around_goal_pivot_9":[[40.7343178,-74.0019239],"charging station"],"around_goal_pivot_10":[[40.7324508,-73.9988928],"hotel"]}} +{"rvs_sample_number":163,"content":"Meet me at a supermarket northeast of you on the corner of 1st Avenue. A block north of it on the same street is a Duane Reade Pharmacy. East of this supermarket is an ArchCare Social Facility.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7673529,-73.9565664],"key":7009,"region":"Manhattan","rvs_start_point":[40.7637153,-73.9710106],"landmarks":{"end_point":[[40.7673529,-73.9565664],"supermarket"],"start_point":[[40.7637153,-73.9710106],"clinic"],"main_pivot":[[40.7690397,-73.9656337],"Henry P. Davison House"],"main_pivot_2":[[40.7684056,-73.9624614],"New York School of Interior Design"],"main_pivot_3":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_4":[[40.7676199,-73.9691],"Kosciuszko Foundation"],"main_pivot_5":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_6":[[40.7647798,-73.9713252],"The Pierre"],"main_pivot_7":[[40.7684056,-73.9624614],"New York School of Interior Design"],"main_pivot_8":[[40.7684056,-73.9624614],"New York School of Interior Design"],"main_pivot_9":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_10":[[40.7647798,-73.9713252],"The Pierre"],"main_pivot_11":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_12":[[40.7684056,-73.9624614],"New York School of Interior Design"],"main_pivot_13":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_14":[[40.7684056,-73.9624614],"New York School of Interior Design"],"main_pivot_15":[[40.7678539,-73.9556871],"pharmacy"],"near_pivot":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_1":[[40.766174,-73.9540328],"auction shop"],"around_goal_pivot_2":[[40.7656636,-73.9590729],"park"],"around_goal_pivot_3":[[40.768343,-73.9549291],"hotel"],"around_goal_pivot_4":[[40.7658471,-73.9576536],"ice cream"],"around_goal_pivot_5":[[40.7688866,-73.958037],"pharmacy"],"around_goal_pivot_6":[[40.7651325,-73.9580265],"bicycle rental"],"around_goal_pivot_7":[[40.7651357,-73.9566515],"research institute"],"around_goal_pivot_8":[[40.7664421,-73.9546594],"social facility"],"around_goal_pivot_9":[[40.7652725,-73.9575747],"atm"],"around_goal_pivot_10":[[40.7662263829,-73.9553419317],"doctor's office"]}} +{"rvs_sample_number":273,"content":"Go to bicycle parking north of you. Head north on Broadway street until you see Best Buy and Urban Outfitters. Then go to the next block. Bicycle parking is on the opposite side of the corner of that block.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.7271556,-73.9954215],"key":7010,"region":"Manhattan","rvs_start_point":[40.7173762,-73.9999299],"landmarks":{"end_point":[[40.7271556,-73.9954215],"bicycle parking"],"start_point":[[40.7173762,-73.9999299],"childcare"],"main_pivot":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_2":[[40.7253577081,-73.99573219],"NoHo Historic District"],"main_pivot_3":[[40.7201274,-73.9980968],"240 Centre Street"],"main_pivot_4":[[40.7253577081,-73.99573219],"NoHo Historic District"],"main_pivot_5":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_6":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_7":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_8":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_9":[[40.7253577081,-73.99573219],"NoHo Historic District"],"main_pivot_10":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_11":[[40.7253577081,-73.99573219],"NoHo Historic District"],"main_pivot_12":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_13":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_14":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_15":[[40.7266414,-73.9959149],"university"],"near_pivot":[[40.7266414,-73.9959149],"university"],"around_goal_pivot_1":[[40.726185,-73.995877],"PetSmart"],"around_goal_pivot_2":[[40.725998,-73.99596],"Urban Outfitters"],"around_goal_pivot_3":[[40.7263387,-73.9957532],"Swatch"],"around_goal_pivot_4":[[40.7280692,-73.9947451],"GameStop"],"around_goal_pivot_5":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_6":[[40.726208,-73.9954844],"cafe"],"around_goal_pivot_7":[[40.7265724,-73.9968154],"books shop"],"around_goal_pivot_8":[[40.7266736,-73.9966352],"deli shop"],"around_goal_pivot_9":[[40.7262496,-73.9946254],"bakery shop"],"around_goal_pivot_10":[[40.7280295,-73.9947744],"gift shop"]}} +{"rvs_sample_number":356,"content":"Meet me at a restaurant west of you on the south side of John Street. Southeast of it is the John Street Church and to its west is Pret A Manger fast food. A block northeast of of this restaurant is CityMD clinic.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7098512,-74.0090589],"key":7011,"region":"Manhattan","rvs_start_point":[40.7116958,-73.9959345],"landmarks":{"end_point":[[40.7098512,-74.0090589],"restaurant"],"start_point":[[40.7116958,-73.9959345],"music shop"],"main_pivot":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_2":[[40.7109648,-74.003785],"Drumgoole Plaza"],"main_pivot_3":[[40.7089836,-74.0083349],"Home Insurance Plaza"],"main_pivot_4":[[40.7092162,-74.0081191],"John Street Church"],"main_pivot_5":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_6":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_7":[[40.7113193,-74.0064694],"Potter Building"],"main_pivot_8":[[40.7103248,-74.007739],"Bennett Building"],"main_pivot_9":[[40.7089836,-74.0083349],"Home Insurance Plaza"],"main_pivot_10":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_11":[[40.7115071,-74.0020136],"Murry Bergtraum High School"],"main_pivot_12":[[40.7103248,-74.007739],"Bennett Building"],"main_pivot_13":[[40.710972,-74.0060122],"8 Spruce Street"],"main_pivot_14":[[40.7109648,-74.003785],"Drumgoole Plaza"],"main_pivot_15":[[40.7103743,-74.0082481],"clinic"],"near_pivot":[[40.7103743,-74.0082481],"clinic"],"beyond_pivot":[[40.7101018,-74.0099231],"fast_food"],"around_goal_pivot_1":[[40.7122324,-74.0102482],"post office"],"around_goal_pivot_2":[[40.7109899,-74.0100254],"Hilton"],"around_goal_pivot_3":[[40.707453,-74.0099165],"historic memorial"],"around_goal_pivot_4":[[40.7098437,-74.006769],"7-Eleven"],"around_goal_pivot_5":[[40.708691,-74.0106335],"2 bicycle parkings"],"around_goal_pivot_6":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_7":[[40.7112507,-74.0120802],"Under Armour"],"around_goal_pivot_8":[[40.7109765,-74.0061117],"two bicycle parkings"],"around_goal_pivot_9":[[40.7076589,-74.0078593],"two benches"],"around_goal_pivot_10":[[40.7107626,-74.0072957],"Blink Fitness"]}} +{"rvs_sample_number":488,"content":"Let's rent a bike on east 12th and ride from there. It's just a little after you pass Grace Church, to the east. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7322327,-73.9888996],"key":7012,"region":"Manhattan","rvs_start_point":[40.7229575789,-73.9965168332],"landmarks":{"end_point":[[40.7322327,-73.9888996],"bicycle rental"],"start_point":[[40.7229575789,-73.9965168332],"fire station"],"main_pivot":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_2":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_7":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_8":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_9":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_10":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_11":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_12":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_15":[[40.7321037,-73.9900031],"post office"],"near_pivot":[[40.7321037,-73.9900031],"post office"],"beyond_pivot":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_1":[[40.7330556,-73.9883333],"theatre"],"around_goal_pivot_2":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_5":[[40.7342629,-73.9901627],"Nordstrom Rack"],"around_goal_pivot_6":[[40.7318504,-73.9905257],"2 schools"],"around_goal_pivot_8":[[40.7346281,-73.9897516],"FedEx Office"]}} +{"rvs_sample_number":86,"content":"When you're hungry head northwest and meet me at the dunkin' donuts on the west side of 9th avenue. It's on the block west of the park.","rvs_path":"data\/geodata\/manhattan_samples_v88.gpkg","rvs_goal_point":[40.7620698,-73.9901894],"key":7013,"region":"Manhattan","rvs_start_point":[40.7552731,-73.9831694],"landmarks":{"end_point":[[40.7620698,-73.9901894],"fast food restaurant"],"start_point":[[40.7552731,-73.9831694],"bicycle rental"],"main_pivot":[[40.7599185,-73.9860743],"Morgan Stanley Building"],"main_pivot_2":[[40.7584128,-73.9855641],"New York Marriott Marquis"],"main_pivot_3":[[40.7602808,-73.9861799],"Longacre Theatre"],"main_pivot_4":[[40.7560233,-73.9845629],"The Town Hall"],"main_pivot_5":[[40.7602808,-73.9861799],"Longacre Theatre"],"main_pivot_6":[[40.7560608,-73.9851597],"Bank of America Tower"],"main_pivot_7":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_8":[[40.7560608,-73.9851597],"Bank of America Tower"],"main_pivot_9":[[40.7602867,-73.9869495],"Samuel J. Friedman Theatre"],"main_pivot_10":[[40.7550440118,-73.9828557008],"W. R. Grace Building"],"main_pivot_11":[[40.7564316,-73.9855893],"1500 Broadway"],"main_pivot_12":[[40.7550440118,-73.9828557008],"W. R. Grace Building"],"main_pivot_13":[[40.7602808,-73.9861799],"Longacre Theatre"],"main_pivot_14":[[40.7599025,-73.9865022],"The Hotel Edison NYC"],"main_pivot_15":[[40.7612785,-73.9893169],"park"],"near_pivot":[[40.7612785,-73.9893169],"park"],"beyond_pivot":[[40.7631712,-73.9899191],"school"],"around_goal_pivot_1":[[40.7627976,-73.9914081],"garden"],"around_goal_pivot_2":[[40.7630462,-73.9894867],"pharmacy"],"around_goal_pivot_3":[[40.7605364,-73.988002],"Econo Lodge"],"around_goal_pivot_4":[[40.7596453,-73.9905118],"Comfort Inn"],"around_goal_pivot_5":[[40.7608186,-73.9875915],"attraction"],"around_goal_pivot_6":[[40.7640349,-73.9887906],"social centre"],"around_goal_pivot_7":[[40.7625366,-73.9877503],"fountain"],"around_goal_pivot_8":[[40.7598625,-73.9883924],"taxi stand"],"around_goal_pivot_9":[[40.7612138,-73.9928717],"toilets"],"around_goal_pivot_10":[[40.76103,-73.9905828],"post box"]}} +{"rvs_sample_number":128,"content":"Let\u2019s meet for drinks at the pub. It\u2019s pretty close to you. Just go 4 blocks north and 2-3 blocks west. It\u2019s on West 38th Street, in the same block as fast food. It\u2019s almost in the northwest corner. There is an East Coast Trimming right next to it. ","rvs_path":"data\/geodata\/manhattan_samples_v69.gpkg","rvs_goal_point":[40.7531352,-73.9882647],"key":7014,"region":"Manhattan","rvs_start_point":[40.7480531,-73.9841627],"landmarks":{"end_point":[[40.7531352,-73.9882647],"pub"],"start_point":[[40.7480531,-73.9841627],"WeWork"],"main_pivot":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_2":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_3":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_4":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_5":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_6":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_7":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_8":[[40.7483762006,-73.9840264304],"CUNY Graduate School and University Center"],"main_pivot_9":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_10":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_11":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_12":[[40.7506611,-73.987958],"Macy's"],"main_pivot_13":[[40.7506611,-73.987958],"Macy's"],"main_pivot_14":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_15":[[40.7522346,-73.9879101],"church"],"near_pivot":[[40.7522346,-73.9879101],"church"],"beyond_pivot":[[40.7529274,-73.988938],"fast_food"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7506611,-73.987958],"Macy's"],"around_goal_pivot_3":[[40.750651937,-73.9878342658],"square"],"around_goal_pivot_4":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_5":[[40.7507159,-73.9873346],"atm"],"around_goal_pivot_6":[[40.7516464,-73.9903829],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7551024,-73.9858743],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7517969,-73.9908622],"Renaissance"],"around_goal_pivot_9":[[40.7538513,-73.9854117],"Blink Fitness"],"around_goal_pivot_10":[[40.7512172,-73.9879054],"Rituals"]}} +{"rvs_sample_number":323,"content":"Let's meet up for our rendezvous? The Residence Inn is the spot ok? Remember we planned this? It's on West 54th street. There is a starbucks to the southeast, cattycorner to it. Maybe we could also talk about going to the attraction in the same block but on the opposite side\/corner? This is going to be fun.","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7643419,-73.9826989],"key":7015,"region":"Manhattan","rvs_start_point":[40.7688283,-73.9885588],"landmarks":{"end_point":[[40.7643419,-73.9826989],"Residence Inn"],"start_point":[[40.7688283,-73.9885588],"cafe"],"main_pivot":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_2":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_3":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_4":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_5":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_6":[[40.7679539,-73.9881627],"High School for Environmental Studies"],"main_pivot_7":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_8":[[40.7679539,-73.9881627],"High School for Environmental Studies"],"main_pivot_9":[[40.7679539,-73.9881627],"High School for Environmental Studies"],"main_pivot_10":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_11":[[40.7679539,-73.9881627],"High School for Environmental Studies"],"main_pivot_12":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_13":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_14":[[40.7663035,-73.9837518],"Hearst Tower"],"main_pivot_15":[[40.7636783,-73.9823708],"cafe"],"near_pivot":[[40.7636783,-73.9823708],"cafe"],"around_goal_pivot_1":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_3":[[40.7626946,-73.9840721],"church"],"around_goal_pivot_4":[[40.7628158,-73.9817681],"Sheraton"],"around_goal_pivot_5":[[40.7650644,-73.9838591],"attraction"],"around_goal_pivot_6":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_7":[[40.7668594,-73.9836203],"Sur La Table"],"around_goal_pivot_8":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_9":[[40.7635383,-73.9854142],"Hampton"],"around_goal_pivot_10":[[40.766407,-73.9825371],"AT&T"]}} +{"rvs_sample_number":134,"content":"I'm at a parking space on 14th Street Loop, northeast of you. It's on the east side of the loop. To the north of me is a public bookcase and a fountain. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7304780053,-73.977785472],"key":7016,"region":"Manhattan","rvs_start_point":[40.7246121,-73.9843772],"landmarks":{"end_point":[[40.7304780053,-73.977785472],"parking space"],"start_point":[[40.7246121,-73.9843772],"cafe"],"main_pivot":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_2":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_3":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_4":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_5":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_6":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_7":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_8":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_9":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_10":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_11":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_12":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_13":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_14":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_15":[[40.731262,-73.9772239],"public bookcase"],"near_pivot":[[40.731262,-73.9772239],"public bookcase"],"around_goal_pivot_1":[[40.7289663,-73.9792974],"clinic"],"around_goal_pivot_2":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"around_goal_pivot_3":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_4":[[40.7314268,-73.9765414],"four gardens"],"around_goal_pivot_5":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_6":[[40.7311112,-73.9790942],"seven parking spaces"],"around_goal_pivot_7":[[40.7291333,-73.9781125],"pharmacy"],"around_goal_pivot_8":[[40.7319296,-73.9777159],"fountain"],"around_goal_pivot_9":[[40.7297217,-73.9791649],"prep school"],"around_goal_pivot_10":[[40.7288367,-73.978983],"church"]}} +{"rvs_sample_number":174,"content":"Meet me at the charging station northeast of you on East 58th Street. A library is east of me and a bicycle parking is on my west.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7619443,-73.9697683],"key":7017,"region":"Manhattan","rvs_start_point":[40.749463,-73.9769581],"landmarks":{"end_point":[[40.7619443,-73.9697683],"charging station"],"start_point":[[40.749463,-73.9769581],"veterinary"],"main_pivot":[[40.7570684,-73.9721039],"General Electric Building"],"main_pivot_2":[[40.7582524,-73.9716831],"Seagram Building"],"main_pivot_3":[[40.7583156,-73.9706434],"Citigroup Center"],"main_pivot_4":[[40.7512666,-73.9760151],"Socony-Mobil Building"],"main_pivot_5":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_6":[[40.7577908,-73.9712065],"599 Lexington Avenue"],"main_pivot_7":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_8":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_9":[[40.7512666,-73.9760151],"Socony-Mobil Building"],"main_pivot_10":[[40.7616169,-73.9684678],"Bloomberg Tower"],"main_pivot_11":[[40.7577908,-73.9712065],"599 Lexington Avenue"],"main_pivot_12":[[40.7583156,-73.9706434],"Citigroup Center"],"main_pivot_13":[[40.7512666,-73.9760151],"Socony-Mobil Building"],"main_pivot_14":[[40.7595002,-73.9703484],"Central Synagogue"],"main_pivot_15":[[40.7619839,-73.9691028],"library"],"near_pivot":[[40.7619839,-73.9691028],"library"],"beyond_pivot":[[40.7619362,-73.9706162],"bicycle_parking"],"around_goal_pivot_1":[[40.7637153,-73.9710106],"2 clinics"],"around_goal_pivot_2":[[40.7595002,-73.9703484],"synagogue"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7622496,-73.9680087],"Bloomingdale's"],"around_goal_pivot_5":[[40.7628064,-73.9731086],"Burberry"],"around_goal_pivot_6":[[40.7626847,-73.9680817],"Sephora"],"around_goal_pivot_7":[[40.7624232,-73.9682627],"Zara"],"around_goal_pivot_8":[[40.7619166,-73.9724337],"Oliver Peoples"],"around_goal_pivot_9":[[40.7635275,-73.9670634],"Lush"],"around_goal_pivot_10":[[40.7638481,-73.9714194],"Crate & Barrel"]}} +{"rvs_sample_number":497,"content":"I am northeast of you at toilet near the corner of Bayard Street. To its south is a park and the Louis J. Lefkowitz State Office Building. A historic building is northwest of my location.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7159724,-73.9999898],"key":7018,"region":"Manhattan","rvs_start_point":[40.7070134,-74.0069368],"landmarks":{"end_point":[[40.7159724,-73.9999898],"toilets"],"start_point":[[40.7070134,-74.0069368],"restaurant"],"main_pivot":[[40.7107166,-74.0038713],"Drumgoole Plaza"],"main_pivot_2":[[40.706432937,-74.0073154864],"70 Pine Street"],"main_pivot_3":[[40.7138012,-74.0011305],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_4":[[40.706432937,-74.0073154864],"70 Pine Street"],"main_pivot_5":[[40.7107166,-74.0038713],"Drumgoole Plaza"],"main_pivot_6":[[40.7147564,-74.0005769],"Louis J. Lefkowitz State Office Building"],"main_pivot_7":[[40.7138012,-74.0011305],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_8":[[40.7147564,-74.0005769],"Louis J. Lefkowitz State Office Building"],"main_pivot_9":[[40.7147564,-74.0005769],"Louis J. Lefkowitz State Office Building"],"main_pivot_10":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_11":[[40.7107166,-74.0038713],"Drumgoole Plaza"],"main_pivot_12":[[40.706432937,-74.0073154864],"70 Pine Street"],"main_pivot_13":[[40.706432937,-74.0073154864],"70 Pine Street"],"main_pivot_14":[[40.7147564,-74.0005769],"Louis J. Lefkowitz State Office Building"],"main_pivot_15":[[40.7152009159,-74.0004554606],"park"],"near_pivot":[[40.7152009159,-74.0004554606],"park"],"around_goal_pivot_1":[[40.7144358,-74.0028805],"historic memorial"],"around_goal_pivot_2":[[40.7167737,-73.9969651],"two jewelry shops"],"around_goal_pivot_3":[[40.7171282,-74.0010543],"historic building"],"around_goal_pivot_4":[[40.7145195,-73.9998772],"five benches"],"around_goal_pivot_5":[[40.7129519944,-74.0008301166],"historic neighbourhood"],"around_goal_pivot_6":[[40.7173656,-74.0028203],"museum"],"around_goal_pivot_7":[[40.7144081,-74.0026265],"square"],"around_goal_pivot_8":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_9":[[40.7170348,-73.9978847],"two jewelry shops"],"around_goal_pivot_10":[[40.7145002,-74.0002479],"4 benches"]}} +{"rvs_sample_number":123,"content":"Meet me at the toilets at the park. It is south west of the fountain and the lake. North east of viewpoint. South East of another fountain. There are two toilets, please meet me at the one on the west.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7735229,-73.9712258],"key":7019,"region":"Manhattan","rvs_start_point":[40.7760832,-73.9625104],"landmarks":{"end_point":[[40.7735229,-73.9712258],"toilets"],"start_point":[[40.7760832,-73.9625104],"restaurant"],"main_pivot":[[40.776572,-73.9638393],"Payne Whitney House"],"main_pivot_2":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_3":[[40.7747951,-73.9667516],"Conservatory Water"],"main_pivot_4":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_5":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_6":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_7":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_8":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_9":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_10":[[40.7744696,-73.9704792],"The Lake"],"main_pivot_11":[[40.7747951,-73.9667516],"Conservatory Water"],"main_pivot_12":[[40.7747951,-73.9667516],"Conservatory Water"],"main_pivot_13":[[40.7767366,-73.9637208],"Ukrainian Institute of America"],"main_pivot_14":[[40.7744696,-73.9704792],"The Lake"],"main_pivot_15":[[40.7742299,-73.9707083],"fountain"],"near_pivot":[[40.7742299,-73.9707083],"fountain"],"around_goal_pivot_1":[[40.7756003,-73.9716057],"attraction"],"around_goal_pivot_2":[[40.7746878,-73.9726723],"fountain"],"around_goal_pivot_3":[[40.7729961,-73.9742495],"cafe"],"around_goal_pivot_4":[[40.7748877,-73.9691038],"boat rental"],"around_goal_pivot_5":[[40.7730729,-73.9725019],"viewpoint"],"around_goal_pivot_6":[[40.7751031,-73.9685785],"restaurant"]}} +{"rvs_sample_number":218,"content":"Meet me at a bakery shop northeast of you on the north side of Chatham Square. 2 restaurants is a block west of it and a doctor's office is to its northeast. Mariners Temple is south of this bakery shop.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7140325,-73.9978216],"key":7020,"region":"Manhattan","rvs_start_point":[40.704162,-74.0117227],"landmarks":{"end_point":[[40.7140325,-73.9978216],"bakery shop"],"start_point":[[40.704162,-74.0117227],"restaurant"],"main_pivot":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_2":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_3":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_4":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_5":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_6":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_7":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_8":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_9":[[40.7052846,-74.0087579],"New York Cocoa Exchange Building"],"main_pivot_10":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_11":[[40.7049797,-74.0100271],"1 William Street"],"main_pivot_12":[[40.7052846,-74.0087579],"New York Cocoa Exchange Building"],"main_pivot_13":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_14":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_15":[[40.7140958,-73.9989117],"2 restaurants"],"near_pivot":[[40.7140958,-73.9989117],"2 restaurants"],"around_goal_pivot_1":[[40.7131084,-74.0012053],"prison"],"around_goal_pivot_2":[[40.7145147,-73.9999686],"4 benches"],"around_goal_pivot_3":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_4":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_5":[[40.7128157,-73.9984923],"grave yard"],"around_goal_pivot_6":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_7":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_8":[[40.7156257,-73.9984718],"attraction"],"around_goal_pivot_9":[[40.7117446,-73.9961249],"gallery"],"around_goal_pivot_10":[[40.7146868,-73.9967375],"doctor's office"]}} +{"rvs_sample_number":130,"content":"Meet me at the clothes shop. Head west on West 33rd Street past Madison Square Garden. Cross over one more street after that and you will see TD Bank on the corner. The clothes shop is about half a block down from the bank, on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.752122,-73.9949853],"key":7021,"region":"Manhattan","rvs_start_point":[40.7507708,-73.9868081],"landmarks":{"end_point":[[40.752122,-73.9949853],"clothes shop"],"start_point":[[40.7507708,-73.9868081],"fast food restaurant"],"main_pivot":[[40.7512629,-73.9908813],"Nelson Tower"],"main_pivot_2":[[40.7514074,-73.9919707],"One Penn Plaza"],"main_pivot_3":[[40.7512343,-73.9869688],"Haier Building"],"main_pivot_4":[[40.7523795,-73.9935318],"The New Yorker"],"main_pivot_5":[[40.7506933,-73.9879258],"Herald Square"],"main_pivot_6":[[40.7506611,-73.987958],"Macy's"],"main_pivot_7":[[40.7514074,-73.9919707],"One Penn Plaza"],"main_pivot_8":[[40.7512629,-73.9908813],"Nelson Tower"],"main_pivot_9":[[40.7512343,-73.9869688],"Haier Building"],"main_pivot_10":[[40.7512343,-73.9869688],"Haier Building"],"main_pivot_11":[[40.7512343,-73.9869688],"Haier Building"],"main_pivot_12":[[40.7511492,-73.9936847],"Madison Square Garden"],"main_pivot_13":[[40.7506933,-73.9879258],"Herald Square"],"main_pivot_14":[[40.7514074,-73.9919707],"One Penn Plaza"],"main_pivot_15":[[40.7524154,-73.9944494],"cinema"],"near_pivot":[[40.7524154,-73.9944494],"cinema"],"beyond_pivot":[[40.7531288,-73.9961373],"electronics"],"around_goal_pivot_1":[[40.7531288,-73.9961373],"electronics shop"],"around_goal_pivot_2":[[40.7511492,-73.9936847],"attraction"],"around_goal_pivot_3":[[40.7523795,-73.9935318],"hotel"],"around_goal_pivot_4":[[40.7527773,-73.9944775],"theatre"],"around_goal_pivot_5":[[40.751841,-73.9939691],"clinic"],"around_goal_pivot_6":[[40.7533865,-73.9958202],"fast food restaurant"],"around_goal_pivot_7":[[40.7517218,-73.9940546],"bank"],"around_goal_pivot_8":[[40.7515081,-73.9934608],"pub"],"around_goal_pivot_9":[[40.7533457,-73.9957992],"cafe"],"around_goal_pivot_10":[[40.7513643,-73.9939478],"taxi stand"]}} +{"rvs_sample_number":190,"content":"Meet me at bicycle rental southeast of you and to the west of Peter Minuit Plaza Greenway. A restaurant is southwest of it. To the northeast of the rental is 1 New York Plaza.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7018673,-74.013935],"key":7022,"region":"Manhattan","rvs_start_point":[40.7039608,-74.0118856],"landmarks":{"end_point":[[40.7018673,-74.013935],"bicycle rental"],"start_point":[[40.7039608,-74.0118856],"cafe"],"main_pivot":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_2":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_3":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_4":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_5":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_6":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_7":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_8":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_9":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_10":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_11":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_12":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_13":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_14":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_15":[[40.7014665,-74.0148029],"restaurant"],"near_pivot":[[40.7014665,-74.0148029],"restaurant"],"around_goal_pivot_1":[[40.7033718,-74.0164159],"historic fort"],"around_goal_pivot_2":[[40.7040265,-74.0137472],"museum"],"around_goal_pivot_3":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_4":[[40.7041104,-74.014448],"bus station"],"around_goal_pivot_5":[[40.7008035,-74.0116105],"ferry terminal"],"around_goal_pivot_6":[[40.7013116,-74.0153072],"4 gardens"],"around_goal_pivot_7":[[40.7015729,-74.0153325],"3 gardens"],"around_goal_pivot_8":[[40.7032493,-74.0110052],"pub"],"around_goal_pivot_9":[[40.7018045,-74.0113853],"recycling"],"around_goal_pivot_10":[[40.7027412,-74.0164211],"fountain"]}} +{"rvs_sample_number":184,"content":"I'm at the bench on the west side of two benches on Liberty Street. Move southwest past museum and turn right when you get to the block where fire station is located.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7106223,-74.0139491],"key":7023,"region":"Manhattan","rvs_start_point":[40.7176869,-74.0000405],"landmarks":{"end_point":[[40.7106223,-74.0139491],"bench"],"start_point":[[40.7176869,-74.0000405],"jewelry shop"],"main_pivot":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_2":[[40.7117269,-74.0064643],"Potter Building"],"main_pivot_3":[[40.7088866,-74.0102433],"Marine Midland Building"],"main_pivot_4":[[40.7127281,-74.0060152],"New York"],"main_pivot_5":[[40.708666,-74.0107741],"Equitable Building"],"main_pivot_6":[[40.7144385,-74.0028881],"Triumph of the Human Spirit"],"main_pivot_7":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_8":[[40.7151836,-74.0018934],"Louis J. Lefkowitz State Office Building"],"main_pivot_9":[[40.7103502,-74.009359],"Corbin Building"],"main_pivot_10":[[40.7088866,-74.0102433],"Marine Midland Building"],"main_pivot_11":[[40.7117269,-74.0064643],"Potter Building"],"main_pivot_12":[[40.7135394,-74.0034946],"David N. Dinkins Manhattan Municipal Building"],"main_pivot_13":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_14":[[40.7144385,-74.0028881],"Triumph of the Human Spirit"],"main_pivot_15":[[40.7104924,-74.0136618],"two benches"],"near_pivot":[[40.7104924,-74.0136618],"two benches"],"around_goal_pivot_1":[[40.7093482281,-74.0137446665],"W Hotels"],"around_goal_pivot_2":[[40.7112639,-74.012453],"museum"],"around_goal_pivot_3":[[40.7113137,-74.0134871],"seven benches"],"around_goal_pivot_4":[[40.711272,-74.0125709],"four benches"],"around_goal_pivot_5":[[40.7096214817,-74.0143788645],"Marriott"],"around_goal_pivot_6":[[40.7094904,-74.0128068],"Courtyard"],"around_goal_pivot_7":[[40.7100056,-74.0125833],"fire station"],"around_goal_pivot_8":[[40.7119501315,-74.0133884968],"fountain"],"around_goal_pivot_9":[[40.709558,-74.012778],"pub"],"around_goal_pivot_10":[[40.7107032,-74.0128152],"2 benches"]}} +{"rvs_sample_number":105,"content":"Go south a few blocks and meet me at the school on East 33rd Street, just northeast of the bank and southwest from the historic district.","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7462177,-73.9809816],"key":7024,"region":"Manhattan","rvs_start_point":[40.7528809869,-73.9818684866],"landmarks":{"end_point":[[40.7462177,-73.9809816],"school"],"start_point":[[40.7528809869,-73.9818684866],"fountain"],"main_pivot":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_2":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_3":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_4":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_5":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_6":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_7":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_8":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_9":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_10":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_11":[[40.7510835,-73.9781284],"101 Park Avenue"],"main_pivot_12":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_13":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_14":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_15":[[40.7459732,-73.9817628],"bank"],"near_pivot":[[40.7459732,-73.9817628],"bank"],"around_goal_pivot_1":[[40.7445973,-73.9799777],"3 dentist's offices"],"around_goal_pivot_2":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_3":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_4":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_5":[[40.7446159,-73.9799645],"two dentist's offices"],"around_goal_pivot_6":[[40.7460778,-73.9831848],"two hotels"],"around_goal_pivot_7":[[40.7468119,-73.9775867],"Verizon Wireless"],"around_goal_pivot_8":[[40.7440283,-73.9790589],"Trader Joe's"],"around_goal_pivot_9":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_10":[[40.7450443,-73.9809169],"Mattress Firm"]}} +{"rvs_sample_number":11,"content":"Meet me at bicycle parking. Go north about 6 or so blocks and to your west you should see 2 cafe locations in blocks right next to each other. You\u2019ll want to go to the eastern most block. Go to the north of that block and you will see bicycle parking all by itself, on Broome Street. There is another bicycle parking right across the street from it. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.721894,-74.0002273],"key":7025,"region":"Manhattan","rvs_start_point":[40.7171151,-73.99811],"landmarks":{"end_point":[[40.721894,-74.0002273],"bicycle parking"],"start_point":[[40.7171151,-73.99811],"jewelry shop"],"main_pivot":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_2":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_3":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_4":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_5":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_6":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_9":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_10":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_11":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_12":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_13":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_14":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_15":[[40.7212663,-74.0005133],"cafe"],"near_pivot":[[40.7212663,-74.0005133],"cafe"],"beyond_pivot":[[40.7214506,-74.0016036],"cafe"],"around_goal_pivot_1":[[40.7197725,-73.9982894],"historic building"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7216467,-73.9976189],"park"],"around_goal_pivot_4":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_5":[[40.7226575,-73.9977783],"Aerie"],"around_goal_pivot_6":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_7":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_8":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_9":[[40.7243054,-73.9987527],"Nespresso"],"around_goal_pivot_10":[[40.7233032,-74.0009234],"Burton"]}} +{"rvs_sample_number":33,"content":"Move down south, I'm at the cafe on Mott Street near the church. It is a block from Lombardi's Pizza.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.720511,-73.9960362],"key":7026,"region":"Manhattan","rvs_start_point":[40.7358148,-73.9976834],"landmarks":{"end_point":[[40.720511,-73.9960362],"cafe"],"start_point":[[40.7358148,-73.9976834],"cafe"],"main_pivot":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_2":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_3":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_4":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_5":[[40.7288183955,-73.9950780401],"New York University"],"main_pivot_6":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_7":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_8":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_9":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_10":[[40.7236185,-73.9948834],"Saint Patrick's Old Cathedral"],"main_pivot_11":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_12":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_13":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_14":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_15":[[40.7205923648,-73.996242996],"church"],"near_pivot":[[40.7205923648,-73.996242996],"church"],"beyond_pivot":[[40.7204043,-73.9969996],"restaurant"],"around_goal_pivot_1":[[40.7205408,-73.9975421],"historic building"],"around_goal_pivot_2":[[40.7217205,-73.9958906],"park"],"around_goal_pivot_3":[[40.721501,-73.9965632],"museum"],"around_goal_pivot_4":[[40.7215063,-73.9954056],"marketplace"],"around_goal_pivot_5":[[40.7202561,-73.9942838],"events venue"],"around_goal_pivot_6":[[40.721001,-73.9977059],"pub"],"around_goal_pivot_7":[[40.7199591,-73.9944123],"swingerclub"],"around_goal_pivot_8":[[40.7217242,-73.9960092],"drinking water"],"around_goal_pivot_9":[[40.7205072,-73.9971083],"parking lot"],"around_goal_pivot_10":[[40.7207505,-73.9978099],"post box"]}} +{"rvs_sample_number":147,"content":"Meet me at the italian restaurant on Mulberry street. It's northwest of the police station about 2 blocks, and just south of the Christmas in new york store.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7185144,-73.9975852],"key":7027,"region":"Manhattan","rvs_start_point":[40.7149226,-73.9982376],"landmarks":{"end_point":[[40.7185144,-73.9975852],"restaurant"],"start_point":[[40.7149226,-73.9982376],"restaurant"],"main_pivot":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_2":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_3":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_4":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_5":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_6":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_7":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_8":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_9":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_10":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_11":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_12":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_13":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_14":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_15":[[40.7192537,-73.9974606],"museum"],"near_pivot":[[40.7192537,-73.9974606],"museum"],"beyond_pivot":[[40.7191024,-73.9970647],"restaurant"],"around_goal_pivot_1":[[40.7167737,-73.9969651],"2 jewelry shops"],"around_goal_pivot_2":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_3":[[40.7149226,-73.9982376],"historic neighbourhood"],"around_goal_pivot_4":[[40.7196861,-73.9980679],"historic building"],"around_goal_pivot_5":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_6":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_7":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_8":[[40.7161816,-73.9974633],"police station"],"around_goal_pivot_9":[[40.7197396,-73.9958434],"fire station"],"around_goal_pivot_10":[[40.7163866,-73.9955049],"dentist's office"]}} +{"rvs_sample_number":394,"content":"Meet me at the mobile Phone store on on Beaver street, it's south west of you, in the Bowling Green area. it's in the block of the street that is the most western one. About a block west is a nice fountain and historic type marker by it.","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7048979,-74.0127034],"key":7028,"region":"Manhattan","rvs_start_point":[40.7167641,-73.9996642],"landmarks":{"end_point":[[40.7048979,-74.0127034],"Verizon Wireless"],"start_point":[[40.7167641,-73.9996642],"restaurant"],"main_pivot":[[40.7103248,-74.007739],"Bennett Building"],"main_pivot_2":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_3":[[40.7074326075,-74.0099183776],"40 Wall Street"],"main_pivot_4":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_5":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_6":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_7":[[40.7145932,-74.0020722],"New York State Supreme Court"],"main_pivot_8":[[40.7113193,-74.0064694],"Potter Building"],"main_pivot_9":[[40.7151836,-74.0018934],"Louis J. Lefkowitz State Office Building"],"main_pivot_10":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_11":[[40.710972,-74.0060122],"8 Spruce Street"],"main_pivot_12":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_13":[[40.7077323,-74.0110554],"American Surety Building"],"main_pivot_14":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_15":[[40.7049987684,-74.0133803697],"park"],"near_pivot":[[40.7049987684,-74.0133803697],"park"],"around_goal_pivot_1":[[40.7071378,-74.0108331],"stock exchange"],"around_goal_pivot_2":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_3":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_4":[[40.7068555,-74.0138019],"three gardens"],"around_goal_pivot_5":[[40.702722,-74.0138036],"11 benches"],"around_goal_pivot_6":[[40.702963,-74.0136939],"twenty benches"],"around_goal_pivot_7":[[40.7032155088,-74.0122485638],"Hampton"],"around_goal_pivot_8":[[40.7041371,-74.0105616],"two fast food restaurants"],"around_goal_pivot_9":[[40.7058514,-74.0135143],"Planet Fitness"],"around_goal_pivot_10":[[40.704919,-74.0093135],"Block Advisors"]}} +{"rvs_sample_number":59,"content":"Go about 18 blocks south and turn east onto East 32nd street. After a couple blocks you'll meet me at the beauty shop on the right side of the street just past CVS Pharmacy. It's right between two coffee shops.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7469383,-73.9852274],"key":7029,"region":"Manhattan","rvs_start_point":[40.7618189,-73.9853212],"landmarks":{"end_point":[[40.7469383,-73.9852274],"beauty shop"],"start_point":[[40.7618189,-73.9853212],"dry cleaning shop"],"main_pivot":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_2":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_3":[[40.7573319,-73.9862132],"1501 Broadway"],"main_pivot_4":[[40.7596231,-73.9851474],"Morgan Stanley Building"],"main_pivot_5":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_6":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_7":[[40.7580237,-73.9856867],"Times Square"],"main_pivot_8":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_9":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_10":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_11":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_12":[[40.7613566,-73.9848728],"Ambassador Theatre"],"main_pivot_13":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_14":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_15":[[40.747367,-73.9856317],"pharmacy"],"near_pivot":[[40.747367,-73.9856317],"pharmacy"],"beyond_pivot":[[40.7461359,-73.9852076],"hotel"],"around_goal_pivot_1":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_2":[[40.7480167,-73.9851806],"pharmacy"],"around_goal_pivot_3":[[40.7481017,-73.9861055],"post office"],"around_goal_pivot_4":[[40.7480531,-73.9841627],"WeWork"],"around_goal_pivot_5":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_6":[[40.7476595,-73.9849071],"bicycle rental"],"around_goal_pivot_7":[[40.7477054,-73.9862346],"food court"],"around_goal_pivot_8":[[40.7478651,-73.9844554],"clinic"],"around_goal_pivot_9":[[40.7469237,-73.9865215],"parking entrance"],"around_goal_pivot_10":[[40.7475555,-73.9837573],"drinking water"]}} +{"rvs_sample_number":190,"content":"Meet me at the wastebasket. Head south about 14 blocks or so, then east until you hit the water\u2019s edge and can go no further. To help you figure out where the exact location is, look for a bicycle rental and a parking lot in Murphy Park. From the bicycle rental, go straight east to the water. Go RIGHT to the edge of the water so you couldn\u2019t get any closer if you tried. Then go ever so slightly north, so you are lined up with the end of Avenue C Loop, and northeast from the bicycle rental. The wastebasket is there. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7310186,-73.973257],"key":7030,"region":"Manhattan","rvs_start_point":[40.7431961,-73.9797906],"landmarks":{"end_point":[[40.7310186,-73.973257],"waste basket"],"start_point":[[40.7431961,-73.9797906],"bicycle parking"],"main_pivot":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_2":[[40.7437151,-73.9798489],"Kips Bay Library"],"main_pivot_3":[[40.7437151,-73.9798489],"Kips Bay Library"],"main_pivot_4":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_5":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_6":[[40.7437151,-73.9798489],"Kips Bay Library"],"main_pivot_7":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_8":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_9":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_10":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_11":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_12":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_13":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_14":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_15":[[40.7306062,-73.9739985],"bicycle rental"],"near_pivot":[[40.7306062,-73.9739985],"bicycle rental"],"around_goal_pivot_1":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_2":[[40.7321248,-73.9738705],"bicycle parking"],"around_goal_pivot_3":[[40.7303085721,-73.9739932627],"parking lot"],"around_goal_pivot_4":[[40.7292023,-73.9736147],"kiosk shop"],"around_goal_pivot_5":[[40.7309717,-73.9758568],"eight parking spaces"],"around_goal_pivot_6":[[40.7293823,-73.974004],"pitch"],"around_goal_pivot_7":[[40.729077,-73.9715033],"3 benches"],"around_goal_pivot_10":[[40.7316503,-73.9745996],"2 gardens"]}} +{"rvs_sample_number":266,"content":"Let's meet up at the University before class, remember it's northeast of you, up on Greene Street, just a block away from Washington Square, remember, the place with the fountain in the middle of it. ","rvs_path":"data\/geodata\/manhattan_samples_v45.gpkg","rvs_goal_point":[40.7305947537,-73.9947978969],"key":7031,"region":"Manhattan","rvs_start_point":[40.7189373,-74.0020369],"landmarks":{"end_point":[[40.7305947537,-73.9947978969],"university"],"start_point":[[40.7189373,-74.0020369],"WeWork"],"main_pivot":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_2":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_3":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_4":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_5":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_6":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_7":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_8":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_9":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_10":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_11":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_12":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_13":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_14":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_15":[[40.7306987,-73.9957344],"park"],"near_pivot":[[40.7306987,-73.9957344],"park"],"beyond_pivot":[[40.7310188,-73.9937439],"fast_food"],"around_goal_pivot_1":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_2":[[40.7312153,-73.9969834],"historic monument"],"around_goal_pivot_3":[[40.7311241,-73.9980065],"historic memorial"],"around_goal_pivot_4":[[40.7321008,-73.9946231],"bank"],"around_goal_pivot_5":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_6":[[40.7299025,-73.9927642],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7329898,-73.9933964],"Supercuts"],"around_goal_pivot_8":[[40.7291298,-73.9970217],"four bicycle parkings"],"around_goal_pivot_9":[[40.7280692,-73.9947451],"GameStop"],"around_goal_pivot_10":[[40.7298359,-73.992872],"Lids"]}} +{"rvs_sample_number":52,"content":"To southeast toward 3rd avenue. When reaching there, turn southwards. There is a book shop at that corner where you turn. There is a fast food restaurant just past this. At the next corner, across the street on the east side you'll find me waiting, I'm at the bus station.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.7574475,-73.9694162],"key":7032,"region":"Manhattan","rvs_start_point":[40.7586533,-73.9698921],"landmarks":{"end_point":[[40.7574475,-73.9694162],"bus station"],"start_point":[[40.7586533,-73.9698921],"bicycle parking"],"main_pivot":[[40.7590651,-73.9703026],"FedEx"],"main_pivot_2":[[40.758352,-73.9685079],"Franklin D. Roosevelt Station Post Office"],"main_pivot_3":[[40.7589303,-73.9687176],"Chipotle"],"main_pivot_4":[[40.7589303,-73.9687176],"Chipotle"],"main_pivot_5":[[40.7583008,-73.9692155],"Barnes & Noble"],"main_pivot_6":[[40.7590651,-73.9703026],"FedEx"],"main_pivot_7":[[40.7590651,-73.9703026],"FedEx"],"main_pivot_8":[[40.7590651,-73.9703026],"FedEx"],"main_pivot_9":[[40.7589303,-73.9687176],"Chipotle"],"main_pivot_10":[[40.758352,-73.9685079],"Franklin D. Roosevelt Station Post Office"],"main_pivot_11":[[40.7589303,-73.9687176],"Chipotle"],"main_pivot_12":[[40.7589303,-73.9687176],"Chipotle"],"main_pivot_13":[[40.7583008,-73.9692155],"Barnes & Noble"],"main_pivot_14":[[40.7583008,-73.9692155],"Barnes & Noble"],"main_pivot_15":[[40.75805,-73.9693959],"fast food restaurant"],"near_pivot":[[40.75805,-73.9693959],"fast food restaurant"],"around_goal_pivot_1":[[40.7564307,-73.9692906],"park"],"around_goal_pivot_2":[[40.758352,-73.9685079],"post office"],"around_goal_pivot_3":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_4":[[40.7565698,-73.9708293],"DoubleTree"],"around_goal_pivot_5":[[40.7583283,-73.9707725],"bicycle rental"],"around_goal_pivot_6":[[40.7568252,-73.9709356],"fire station"],"around_goal_pivot_7":[[40.756641,-73.9691064],"pub"],"around_goal_pivot_8":[[40.7567621,-73.9707859],"police station"],"around_goal_pivot_9":[[40.7579582,-73.9704396],"supermarket"],"around_goal_pivot_10":[[40.7561917,-73.970253],"bakery shop"]}} +{"rvs_sample_number":248,"content":"Let's meet at the fast food restaurant on East Houston Street. It's catty-corner from Katz's Deli. The ice cream shop is south of it on the other side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v45.gpkg","rvs_goal_point":[40.7226539,-73.9866876],"key":7033,"region":"Manhattan","rvs_start_point":[40.7197293,-73.9892699],"landmarks":{"end_point":[[40.7226539,-73.9866876],"fast food restaurant"],"start_point":[[40.7197293,-73.9892699],"bakery shop"],"main_pivot":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_2":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_5":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_6":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_7":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_8":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_9":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_10":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_11":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_12":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_13":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_14":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_15":[[40.722345,-73.9873614],"restaurant"],"near_pivot":[[40.722345,-73.9873614],"restaurant"],"around_goal_pivot_1":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_2":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_3":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_4":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_5":[[40.7250442,-73.9869802],"telephone"],"around_goal_pivot_6":[[40.7204577,-73.9870469],"bank"],"around_goal_pivot_7":[[40.7207051,-73.984356],"childcare"],"around_goal_pivot_8":[[40.7215404,-73.9874688],"ice cream"],"around_goal_pivot_9":[[40.7209775,-73.9891491],"two clothes shops"],"around_goal_pivot_10":[[40.7242229,-73.9850657],"dentist's office"]}} +{"rvs_sample_number":235,"content":"Let's get our drugs ok? Meet up at the Duane REade pharmacy on East 79th street. Across the street is a capital one bank. A cafe is over a block north and across the street.","rvs_path":"data\/geodata\/manhattan_samples_v109.gpkg","rvs_goal_point":[40.7734567,-73.9546468],"key":7034,"region":"Manhattan","rvs_start_point":[40.7637563,-73.9623018],"landmarks":{"end_point":[[40.7734567,-73.9546468],"pharmacy"],"start_point":[[40.7637563,-73.9623018],"bicycle parking"],"main_pivot":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_2":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_3":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_4":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_5":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_6":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_7":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_8":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_9":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_10":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_11":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_12":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_13":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_14":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_15":[[40.7731083,-73.954973],"bank"],"near_pivot":[[40.7731083,-73.954973],"bank"],"beyond_pivot":[[40.7744439,-73.9544897],"cafe"],"around_goal_pivot_1":[[40.773471,-73.9564247],"library"],"around_goal_pivot_2":[[40.7722806,-73.9549444],"bakery shop"],"around_goal_pivot_3":[[40.7722471,-73.952094],"church"],"around_goal_pivot_4":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_5":[[40.7725856,-73.9527862],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.7739526,-73.9577773],"Ricky's NYC"],"around_goal_pivot_7":[[40.7713982,-73.9536162],"dentist's office"],"around_goal_pivot_8":[[40.77171,-73.9528893],"ice cream"],"around_goal_pivot_9":[[40.7719301,-73.9563213],"pharmacy"],"around_goal_pivot_10":[[40.7720811,-73.9517017],"parking entrance"]}} +{"rvs_sample_number":372,"content":"There is an awesome Indian food truck, it's there during weekdays at lunch time. Let's meet there. It's on the continuation of William street, but the name of the street is different, can't remember what. Its close to the water. Go way southwest, pass the bridge to the Financial District and get on William street. The road will go south and then bend east. after a 5 streets intersection you should walk for 3 blocks where the street intersects with another main street. It is across from a bank.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7041695,-74.0091492],"key":7035,"region":"Manhattan","rvs_start_point":[40.7153978,-73.9947308],"landmarks":{"end_point":[[40.7041695,-74.0091492],"fast food restaurant"],"start_point":[[40.7153978,-73.9947308],"clock"],"main_pivot":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_2":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_3":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_4":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_5":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_6":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_7":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_8":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_9":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_10":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_11":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_12":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_13":[[40.7052611,-74.0083094],"New York Cocoa Exchange Building"],"main_pivot_14":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_15":[[40.7043944,-74.0088557],"bank"],"near_pivot":[[40.7043944,-74.0088557],"bank"],"beyond_pivot":[[40.7042693,-74.0104174],"district"],"around_goal_pivot_1":[[40.7040743,-74.0058413],"2 gardens"],"around_goal_pivot_2":[[40.7068545,-74.0087372],"church"],"around_goal_pivot_3":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_4":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_5":[[40.7052408,-74.0070108],"Verizon Wireless"],"around_goal_pivot_6":[[40.7025675,-74.0098744],"4 gardens"],"around_goal_pivot_7":[[40.7029278,-74.0101116],"two gardens"],"around_goal_pivot_8":[[40.7037597,-74.0104253],"Insomnia Cookies"],"around_goal_pivot_9":[[40.7029436,-74.0120705],"Hampton"],"around_goal_pivot_10":[[40.7053791,-74.0067932],"FedEx Office"]}} +{"rvs_sample_number":27,"content":"I'm located southeast of you on John Street. At 7-Eleven opposite post office and east of Montessori school.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7076397,-74.0055749],"key":7036,"region":"Manhattan","rvs_start_point":[40.7096385,-74.0098983],"landmarks":{"end_point":[[40.7076397,-74.0055749],"7-Eleven"],"start_point":[[40.7096385,-74.0098983],"Gap"],"main_pivot":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_2":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_3":[[40.7089244,-74.0089175],"Federal Reserve Bank of New York"],"main_pivot_4":[[40.7092162,-74.0081191],"John Street Church"],"main_pivot_5":[[40.7100005,-74.00897],"Corbin Building"],"main_pivot_6":[[40.7089244,-74.0089175],"Federal Reserve Bank of New York"],"main_pivot_7":[[40.708849,-74.0079856],"Home Insurance Plaza"],"main_pivot_8":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_9":[[40.7089244,-74.0089175],"Federal Reserve Bank of New York"],"main_pivot_10":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_11":[[40.7089244,-74.0089175],"Federal Reserve Bank of New York"],"main_pivot_12":[[40.7100005,-74.00897],"Corbin Building"],"main_pivot_13":[[40.708849,-74.0079856],"Home Insurance Plaza"],"main_pivot_14":[[40.7092162,-74.0081191],"John Street Church"],"main_pivot_15":[[40.7074615,-74.0056835],"post office"],"near_pivot":[[40.7074615,-74.0056835],"post office"],"beyond_pivot":[[40.7071222,-74.0049867],"cafe"],"around_goal_pivot_1":[[40.7074625,-74.0044193],"pharmacy"],"around_goal_pivot_2":[[40.7067508,-74.0065914],"Dress Barn"],"around_goal_pivot_3":[[40.7087325,-74.0046656],"Key Food"],"around_goal_pivot_4":[[40.7063494,-74.0060557],"T-Mobile"],"around_goal_pivot_5":[[40.706867,-74.004015],"Superdry"],"around_goal_pivot_6":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_7":[[40.7081144,-74.0065237],"pub"],"around_goal_pivot_8":[[40.7066715,-74.006476],"nail salon"],"around_goal_pivot_9":[[40.7073611,-74.0069841],"school"],"around_goal_pivot_10":[[40.7067821,-74.0069075],"post box"]}} +{"rvs_sample_number":348,"content":"Meet me at the bank. You need to head south for a while and then slightly east until you come to the post office and the stock exchange. From the stock exchange, go north two blocks. The bank is in the southwest corner of this block, on Pine Street. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7083019,-74.0110037],"key":7037,"region":"Manhattan","rvs_start_point":[40.7212719,-74.016101],"landmarks":{"end_point":[[40.7083019,-74.0110037],"bank"],"start_point":[[40.7212719,-74.016101],"bench"],"main_pivot":[[40.7107162,-74.0141797],"Liberty Street Bridge"],"main_pivot_2":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_3":[[40.7102077,-74.0124944],"4 World Trade Center"],"main_pivot_4":[[40.712874,-74.0137117],"One World Trade Center"],"main_pivot_5":[[40.7096737,-74.0129631],"5 World Trade Center"],"main_pivot_6":[[40.710141,-74.0133982],"St. Nicholas Greek Orthodox Church"],"main_pivot_7":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_8":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_9":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_10":[[40.7101167,-74.013978],"90 West Street"],"main_pivot_11":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_12":[[40.7205898,-74.0141516],"USCGC LILAC"],"main_pivot_13":[[40.7107162,-74.0141797],"Liberty Street Bridge"],"main_pivot_14":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_15":[[40.7087265,-74.0106877],"two bicycle parkings"],"near_pivot":[[40.7087265,-74.0106877],"two bicycle parkings"],"around_goal_pivot_1":[[40.7073927,-74.0112167],"stock exchange"],"around_goal_pivot_2":[[40.7099425,-74.0132955],"2 gardens"],"around_goal_pivot_3":[[40.7069006,-74.0138085],"3 gardens"],"around_goal_pivot_4":[[40.7092105,-74.0134238],"W Hotels"],"around_goal_pivot_5":[[40.7109507,-74.0103698],"Hilton"],"around_goal_pivot_6":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_7":[[40.7073118,-74.0122309],"post office"],"around_goal_pivot_8":[[40.7100423,-74.0134292],"3 gardens"],"around_goal_pivot_9":[[40.7076017,-74.0078097],"three benches"],"around_goal_pivot_10":[[40.7072059,-74.0096068],"pharmacy"]}} +{"rvs_sample_number":351,"content":"We should grab a bite to eat at the subway on the south side of Maiden lane. It's across the street and east of the two benches, but before the PNC ATM. You'll need to head southeast to get there.","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7069584,-74.0072664],"key":7038,"region":"Manhattan","rvs_start_point":[40.711356,-74.0129138],"landmarks":{"end_point":[[40.7069584,-74.0072664],"fast food restaurant"],"start_point":[[40.711356,-74.0129138],"bench"],"main_pivot":[[40.7106822,-74.0121469],"4 World Trade Center"],"main_pivot_2":[[40.7100005,-74.00897],"Corbin Building"],"main_pivot_3":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_4":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_5":[[40.7089214,-74.0088641],"Federal Reserve Bank of New York"],"main_pivot_6":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_7":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_8":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_9":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_10":[[40.7106822,-74.0121469],"4 World Trade Center"],"main_pivot_11":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_12":[[40.7090406,-74.0082973],"John Street Church"],"main_pivot_13":[[40.7107709,-74.0119332],"3 World Trade Center"],"main_pivot_14":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_15":[[40.7075685,-74.0078836],"two benches"],"near_pivot":[[40.7075685,-74.0078836],"two benches"],"beyond_pivot":[[40.7065894,-74.0064379],"atm"],"around_goal_pivot_1":[[40.7063713,-74.0091958],"museum"],"around_goal_pivot_2":[[40.70598,-74.0050486],"Fairfield Inn"],"around_goal_pivot_3":[[40.7049204,-74.0063212],"WeWork"],"around_goal_pivot_4":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_5":[[40.7076577,-74.0105041],"TJ Maxx"],"around_goal_pivot_6":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_7":[[40.7056812,-74.0072667],"Holiday Inn Express"],"around_goal_pivot_8":[[40.706867,-74.004015],"Superdry"],"around_goal_pivot_9":[[40.706788,-74.0038099],"Scotch & Soda"],"around_goal_pivot_10":[[40.7072258,-74.0037268],"Guess"]}} +{"rvs_sample_number":229,"content":"Let's meet up at the bicycle parking on East 6th street. There is a synagogue in the middle of the block I am on. A telephone is to the west. It's the second bike parking on the north side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7258766,-73.9847472],"key":7039,"region":"Manhattan","rvs_start_point":[40.7255676,-73.9783274],"landmarks":{"end_point":[[40.7258766,-73.9847472],"bicycle parking"],"start_point":[[40.7255676,-73.9783274],"fitness centre"],"main_pivot":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_2":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_3":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_4":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_5":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_6":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_7":[[40.7253659255,-73.978412553],"La Plaza Cultural"],"main_pivot_8":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_9":[[40.7253659255,-73.978412553],"La Plaza Cultural"],"main_pivot_10":[[40.7253659255,-73.978412553],"La Plaza Cultural"],"main_pivot_11":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_12":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_13":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_14":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_15":[[40.7262467481,-73.9852538212],"synagogue"],"near_pivot":[[40.7262467481,-73.9852538212],"synagogue"],"beyond_pivot":[[40.7262526,-73.9859841],"telephone"],"around_goal_pivot_1":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_2":[[40.7260635,-73.9831423],"historic monument"],"around_goal_pivot_3":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_4":[[40.7262819,-73.9880844],"2 benches"],"around_goal_pivot_5":[[40.7257886,-73.9868271],"pharmacy"],"around_goal_pivot_6":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_7":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_8":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_9":[[40.7283837,-73.9850797],"hotel"],"around_goal_pivot_10":[[40.7243587,-73.9820544],"two shelters"]}} +{"rvs_sample_number":365,"content":"We need to get some new Kicks for you. I'll treat. Meet up with me at the shoes shop on Broadway. Just north of it is a church. A couple of blocks to the east is a museum.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7282196,-73.9946324],"key":7040,"region":"Manhattan","rvs_start_point":[40.7339069,-73.9990967],"landmarks":{"end_point":[[40.7282196,-73.9946324],"shoes shop"],"start_point":[[40.7339069,-73.9990967],"pharmacy"],"main_pivot":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_2":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_3":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_4":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_5":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_6":[[40.7326168,-74.0004947],"St. Joseph's Church"],"main_pivot_7":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_8":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_9":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_10":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_11":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_12":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_13":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_14":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_15":[[40.7287227,-73.9946779],"church"],"near_pivot":[[40.7287227,-73.9946779],"church"],"around_goal_pivot_1":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_2":[[40.7269359167,-73.9926498223],"fire station"],"around_goal_pivot_3":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_4":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_5":[[40.7271105,-73.9956094],"2 clothes shops"],"around_goal_pivot_6":[[40.7296869765,-73.9966020734],"park"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_8":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_9":[[40.7258629,-73.9962983],"2 bicycle parkings"],"around_goal_pivot_10":[[40.7263387,-73.9957532],"Swatch"]}} +{"rvs_sample_number":32,"content":"I will go through east 65th street after reach end of 65th street turn up and go little bit then will reach my destination.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7649037,-73.9550667],"key":7041,"region":"Manhattan","rvs_start_point":[40.7683715,-73.9716059],"landmarks":{"end_point":[[40.7649037,-73.9550667],"bicycle parking"],"start_point":[[40.7683715,-73.9716059],"attraction"],"main_pivot":[[40.7660038,-73.958513],"First Hungarian Reformed Church"],"main_pivot_2":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_3":[[40.7660038,-73.958513],"First Hungarian Reformed Church"],"main_pivot_4":[[40.7671897,-73.962256],"Trump Palace Condominiums"],"main_pivot_5":[[40.7651137,-73.9577419],"Memorial Sloan Kettering Cancer Center"],"main_pivot_6":[[40.7671897,-73.962256],"Trump Palace Condominiums"],"main_pivot_7":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_8":[[40.7671897,-73.962256],"Trump Palace Condominiums"],"main_pivot_9":[[40.7642057,-73.9555453],"Rockefeller University"],"main_pivot_10":[[40.7651168,-73.9572733],"St. Catherine of Siena Church"],"main_pivot_11":[[40.7642057,-73.9555453],"Rockefeller University"],"main_pivot_12":[[40.7651168,-73.9572733],"St. Catherine of Siena Church"],"main_pivot_13":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_14":[[40.7671641,-73.9633951],"Park East Synagogue"],"main_pivot_15":[[40.7648944,-73.9568241],"research institute"],"near_pivot":[[40.7648944,-73.9568241],"research institute"],"around_goal_pivot_1":[[40.7642057,-73.9555453],"university"],"around_goal_pivot_2":[[40.7651168,-73.9572733],"church"],"around_goal_pivot_3":[[40.7657779,-73.9549579],"doctor's office"],"around_goal_pivot_4":[[40.7655976,-73.9543524],"greengrocer shop"],"around_goal_pivot_5":[[40.7642056,-73.9546628],"park"]}} +{"rvs_sample_number":365,"content":"I'm just northeast of you, at the Toy Shop on the south side of West 45th Street. There is a FedEx post office across the street from me.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7558239,-73.9808049],"key":7042,"region":"Manhattan","rvs_start_point":[40.7525066,-73.9855737],"landmarks":{"end_point":[[40.7558239,-73.9808049],"toy shop"],"start_point":[[40.7525066,-73.9855737],"video games shop"],"main_pivot":[[40.7564625,-73.9822254],"Cassa Hotel"],"main_pivot_2":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_3":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_4":[[40.7551169,-73.98478],"Midtown"],"main_pivot_5":[[40.7559286,-73.9822091],"Algonquin Hotel"],"main_pivot_6":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_7":[[40.7567811,-73.9824412],"1166 Avenue of the Americas"],"main_pivot_8":[[40.7564625,-73.9822254],"Cassa Hotel"],"main_pivot_9":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_10":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_11":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_12":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_13":[[40.7567811,-73.9824412],"1166 Avenue of the Americas"],"main_pivot_14":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_15":[[40.7560383,-73.980752],"post office"],"near_pivot":[[40.7560383,-73.980752],"post office"],"beyond_pivot":[[40.7554476,-73.9800129],"dentist"],"around_goal_pivot_1":[[40.7546747,-73.9818757],"college"],"around_goal_pivot_2":[[40.7533478,-73.9814613],"2 gardens"],"around_goal_pivot_3":[[40.7542479,-73.9833976],"5 gardens"],"around_goal_pivot_4":[[40.7529964,-73.9829564],"library"],"around_goal_pivot_5":[[40.7543279,-73.9834465],"four gardens"],"around_goal_pivot_6":[[40.7565668,-73.9836275],"theatre"],"around_goal_pivot_7":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_8":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_9":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_10":[[40.7556114,-73.9821375],"Independent"]}} +{"rvs_sample_number":365,"content":"Head southwest to meet me at a pharmacy on Bayard Street. There is a restaurant on my southwest and Mott Optical Group is on my northwest.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.7155025,-73.9978469],"key":7043,"region":"Manhattan","rvs_start_point":[40.7253863,-73.9897977],"landmarks":{"end_point":[[40.7155025,-73.9978469],"pharmacy"],"start_point":[[40.7253863,-73.9897977],"vacant shop"],"main_pivot":[[40.7205137,-73.9932198],"Bowery ballroom"],"main_pivot_2":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_3":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_4":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_5":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_6":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_7":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_8":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_9":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_10":[[40.724956,-73.9893901],"New York City Marble Cemetery"],"main_pivot_11":[[40.724956,-73.9893901],"New York City Marble Cemetery"],"main_pivot_12":[[40.7205137,-73.9932198],"Bowery ballroom"],"main_pivot_13":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_14":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_15":[[40.7156683,-73.9983254],"Mott Optical Group"],"near_pivot":[[40.7156683,-73.9983254],"Mott Optical Group"],"beyond_pivot":[[40.7153415,-73.9985703],"restaurant"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7159712892,-73.9963043322],"historic neighbourhood"],"around_goal_pivot_3":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_4":[[40.7170648,-73.9979792],"two jewelry shops"],"around_goal_pivot_5":[[40.7171933,-73.9983533],"three jewelry shops"],"around_goal_pivot_6":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_7":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_10":[[40.716686,-73.9953975],"hostel"]}} +{"rvs_sample_number":27,"content":"We are in the doctor's office now. Its not far from the restaurant, just two blocks down south and one east. There is a book shop down the street. ","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7443409,-73.9890991],"key":7044,"region":"Manhattan","rvs_start_point":[40.7468975,-73.9922271],"landmarks":{"end_point":[[40.7443409,-73.9890991],"doctor's office"],"start_point":[[40.7468975,-73.9922271],"restaurant"],"main_pivot":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_2":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_3":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_4":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_5":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_6":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_7":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_8":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_9":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_10":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_11":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_12":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_13":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_14":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_15":[[40.7435762,-73.9892435],"books shop"],"near_pivot":[[40.7435762,-73.9892435],"books shop"],"beyond_pivot":[[40.7435992,-73.9888651],"Deciem"],"around_goal_pivot_1":[[40.7422994,-73.9909359],"clinic"],"around_goal_pivot_2":[[40.7419122,-73.9895625],"Marimekko"],"around_goal_pivot_3":[[40.7462815,-73.9908662],"Hyatt House"],"around_goal_pivot_4":[[40.7437401,-73.9919511],"European Wax Center"],"around_goal_pivot_5":[[40.7422116,-73.9893974],"AT&T"],"around_goal_pivot_6":[[40.7450562,-73.9923336],"Buffalo Exchange"],"around_goal_pivot_7":[[40.7425057,-73.9894157],"PetSmart"],"around_goal_pivot_8":[[40.7436345,-73.99204],"Verizon Wireless"],"around_goal_pivot_9":[[40.7429649,-73.9892949],"NYC Health & Nutrition"],"around_goal_pivot_10":[[40.7464309,-73.9883333],"2 jewelry shops"]}} +{"rvs_sample_number":89,"content":"Head southwest to meet me at the bicycle parking on King Street. There are two parks on my north. A cinema is located northwest of me.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7275975,-74.0027101],"key":7045,"region":"Manhattan","rvs_start_point":[40.7233990542,-73.9969398619],"landmarks":{"end_point":[[40.7275975,-74.0027101],"bicycle parking"],"start_point":[[40.7233990542,-73.9969398619],"parking lot"],"main_pivot":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_2":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_3":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_4":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_5":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_6":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_7":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_8":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_9":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_10":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_11":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_12":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_13":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_14":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_15":[[40.7270274,-74.0030158],"bicycle rental"],"near_pivot":[[40.7270274,-74.0030158],"bicycle rental"],"around_goal_pivot_1":[[40.7262766,-74.0021542],"2 restaurants"],"around_goal_pivot_2":[[40.7259942,-73.997591],"university"],"around_goal_pivot_3":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_4":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_5":[[40.7284254,-73.9998816],"theatre"],"around_goal_pivot_6":[[40.72806,-74.0056962],"post office"],"around_goal_pivot_7":[[40.7287623,-74.0055412],"HSBC"],"around_goal_pivot_8":[[40.7255066,-74.0009132],"French Connection"],"around_goal_pivot_9":[[40.7273252,-74.0061913],"WeWork"],"around_goal_pivot_10":[[40.7297958,-74.0024474],"two parks"]}} +{"rvs_sample_number":76,"content":"We can meet to the northeast of you, at a Mexican fast food place on the southwest corner of the block on Lexington Avenue. A synagogue is very close, and there's a clothes shop on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v88.gpkg","rvs_goal_point":[40.7591865,-73.9706375],"key":7046,"region":"Manhattan","rvs_start_point":[40.7463177,-73.9821458],"landmarks":{"end_point":[[40.7591865,-73.9706375],"fast food restaurant"],"start_point":[[40.7463177,-73.9821458],"bicycle parking"],"main_pivot":[[40.7531746,-73.9760609],"Graybar Building"],"main_pivot_2":[[40.7539278,-73.97574],"Helmsley Building"],"main_pivot_3":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_4":[[40.7515321,-73.9766449],"Chanin Building"],"main_pivot_5":[[40.7582524,-73.9716831],"Seagram Building"],"main_pivot_6":[[40.7559894,-73.9728866],"Waldorf-Astoria Hotel"],"main_pivot_7":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_8":[[40.7528114785,-73.97639781],"Grand Central Terminal"],"main_pivot_9":[[40.7517576,-73.9786112],"One Grand Central Place"],"main_pivot_10":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_11":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_12":[[40.7517576,-73.9786112],"One Grand Central Place"],"main_pivot_13":[[40.7515321,-73.9766449],"Chanin Building"],"main_pivot_14":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_15":[[40.7594122,-73.9705001],"synagogue"],"near_pivot":[[40.7594122,-73.9705001],"synagogue"],"beyond_pivot":[[40.7599179,-73.9716513],"clothes"],"around_goal_pivot_1":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_2":[[40.7573984,-73.9698932],"Courtyard"],"around_goal_pivot_3":[[40.7613383,-73.9696773],"Saks Off 5th"],"around_goal_pivot_4":[[40.7610894,-73.9730309],"The Walking Company"],"around_goal_pivot_5":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_6":[[40.76086,-73.9693837],"GNC"],"around_goal_pivot_7":[[40.7610198,-73.9730731],"Allen Edmonds"],"around_goal_pivot_8":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_9":[[40.759123,-73.9685869],"T-Mobile"],"around_goal_pivot_10":[[40.7583008,-73.9692155],"Barnes & Noble"]}} +{"rvs_sample_number":107,"content":"Take 10th Avenue east until you reach 28th Street. Then turn right and walk on the block, in the park. I parked my bike next to some public building towards the end of the block.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7497755,-73.9997873],"key":7047,"region":"Manhattan","rvs_start_point":[40.744249,-74.0064253],"landmarks":{"end_point":[[40.7497755,-73.9997873],"bicycle parking"],"start_point":[[40.744249,-74.0064253],"restaurant"],"main_pivot":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_2":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_3":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_4":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_5":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_6":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_7":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_8":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_9":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_10":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_11":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_12":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_13":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_14":[[40.7443564238,-74.0069190053],"The High Line"],"main_pivot_15":[[40.7493920565,-73.999425552],"park"],"near_pivot":[[40.7493920565,-73.999425552],"park"],"around_goal_pivot_1":[[40.7491156,-74.0033368],"school"],"around_goal_pivot_2":[[40.751113,-73.9971455],"ice cream"],"around_goal_pivot_3":[[40.7478672,-73.9995409],"2 gardens"],"around_goal_pivot_4":[[40.752057,-74.0013553],"bank"],"around_goal_pivot_5":[[40.751206,-73.997498],"H&R Block"],"around_goal_pivot_6":[[40.7513768,-73.9983623],"college"],"around_goal_pivot_7":[[40.7500931,-74.0028209],"nightclub"],"around_goal_pivot_8":[[40.7508672,-73.9982613],"atm"],"around_goal_pivot_9":[[40.7474474,-74.0003447],"veterinary"],"around_goal_pivot_10":[[40.7495539,-74.0016225],"theatre"]}} +{"rvs_sample_number":393,"content":"There is a restaurant and I really want to meet you there. Will you just go to it, it's on East 55th Street. A St. Regis hotel is a block to the east. The Avenue of the America's plaza is almost a block to the west on the same street.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7624058,-73.9769664],"key":7048,"region":"Manhattan","rvs_start_point":[40.7696407,-73.9861928],"landmarks":{"end_point":[[40.7624058,-73.9769664],"restaurant"],"start_point":[[40.7696407,-73.9861928],"bicycle parking"],"main_pivot":[[40.7653026,-73.9822247],"Random House Tower"],"main_pivot_2":[[40.7644542,-73.9825057],"1717 Broadway"],"main_pivot_3":[[40.7634074,-73.9788241],"Avenue of the Americas Plaza"],"main_pivot_4":[[40.7672627,-73.9818612],"Museum of Arts and Design"],"main_pivot_5":[[40.7638434,-73.9798564],"CitySpire Center"],"main_pivot_6":[[40.7638434,-73.9798564],"CitySpire Center"],"main_pivot_7":[[40.7678572,-73.9831103],"Deutsche Bank Center"],"main_pivot_8":[[40.7630368,-73.9798333],"Ziegfeld Ballroom"],"main_pivot_9":[[40.764361,-73.9810927],"Park Central Hotel"],"main_pivot_10":[[40.7664201,-73.9814245],"Central Park Tower"],"main_pivot_11":[[40.7644542,-73.9825057],"1717 Broadway"],"main_pivot_12":[[40.7672802,-73.9830845],"Central Park Place"],"main_pivot_13":[[40.7638434,-73.9798564],"CitySpire Center"],"main_pivot_14":[[40.7672627,-73.9818612],"Museum of Arts and Design"],"main_pivot_15":[[40.7617347522,-73.9772452028],"museum"],"near_pivot":[[40.7617347522,-73.9772452028],"museum"],"around_goal_pivot_1":[[40.7636274,-73.9793456],"theatre"],"around_goal_pivot_2":[[40.7625717,-73.9740478],"Tiffany & Company"],"around_goal_pivot_3":[[40.7648721,-73.976175],"The Ritz-Carlton"],"around_goal_pivot_4":[[40.7607441,-73.9775911],"museum"],"around_goal_pivot_5":[[40.7612458,-73.9743323],"St. Regis"],"around_goal_pivot_6":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_7":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_8":[[40.7601985,-73.9763277],"Hollister"],"around_goal_pivot_9":[[40.7626298,-73.974484],"Prada"],"around_goal_pivot_10":[[40.7608348,-73.9752495],"Coach"]}} +{"rvs_sample_number":195,"content":"Let\u2019s meet at the jewelry shop. Go east about seven blocks and then north about five. You\u2019ll eventually see a Verizon Wireless. The blocks are kind of wonky and diagonal, so bear with me. Go to the block northeast of there so you\u2019re on Crosby Street (there\u2019s a Starbucks cafe in the block just east of it). Go to the northwest corner of the block and you\u2019ll see two jewelry shops right next to each other. The one you want is the one farthest from the corner (closest to Arita clothing shop). ","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7201802,-73.9999505],"key":7049,"region":"Manhattan","rvs_start_point":[40.71878325,-74.01294605],"landmarks":{"end_point":[[40.7201802,-73.9999505],"jewelry shop"],"start_point":[[40.71878325,-74.01294605],"pitch"],"main_pivot":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_2":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_3":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_4":[[40.718192,-74.0132551],"Stuyvesant High School"],"main_pivot_5":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_6":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_7":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_8":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_9":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_10":[[40.718192,-74.0132551],"Stuyvesant High School"],"main_pivot_11":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_12":[[40.718192,-74.0132551],"Stuyvesant High School"],"main_pivot_13":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_14":[[40.718192,-74.0132551],"Stuyvesant High School"],"main_pivot_15":[[40.7197454,-73.9991307],"cafe"],"near_pivot":[[40.7197454,-73.9991307],"cafe"],"beyond_pivot":[[40.7197454,-73.9991307],"cafe"],"around_goal_pivot_1":[[40.7179174,-73.9989815],"church"],"around_goal_pivot_2":[[40.719811,-73.9983397],"historic building"],"around_goal_pivot_3":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_4":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_5":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_6":[[40.7219449,-73.9991173],"Bloomingdale's"],"around_goal_pivot_7":[[40.721629,-73.9998023],"Madewell"],"around_goal_pivot_8":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_9":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_10":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"]}} +{"rvs_sample_number":33,"content":"Move southwest and get onto Charlton Street. I am waiting at the bicycle parking on the south side of the street. There is a historic district up northwest and Four Points by Sheraton is west of me.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7269937,-74.0045424],"key":7050,"region":"Manhattan","rvs_start_point":[40.7401213,-73.9954972],"landmarks":{"end_point":[[40.7269937,-74.0045424],"bicycle parking"],"start_point":[[40.7401213,-73.9954972],"bicycle parking"],"main_pivot":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_2":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_3":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_4":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_5":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_6":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_7":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_8":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_9":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_10":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_11":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_12":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_13":[[40.7327109,-73.999944],"New York University"],"main_pivot_14":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_15":[[40.7272222,-74.0047222],"historic district"],"near_pivot":[[40.7272222,-74.0047222],"historic district"],"beyond_pivot":[[40.7272907,-74.0057436],"bank"],"around_goal_pivot_1":[[40.7272629206,-74.0015908645],"church"],"around_goal_pivot_2":[[40.7247337,-74.0045643],"historic memorial"],"around_goal_pivot_3":[[40.7255375,-74.0053002],"hotel"],"around_goal_pivot_4":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_5":[[40.7262916,-74.0021302],"two restaurants"],"around_goal_pivot_6":[[40.72806,-74.0056962],"post office"],"around_goal_pivot_7":[[40.7270284,-74.0060169],"Four Points by Sheraton"],"around_goal_pivot_8":[[40.7274667,-74.0057229],"Courtyard"],"around_goal_pivot_9":[[40.7254515,-74.0069797],"two parking lots"],"around_goal_pivot_10":[[40.7287623,-74.0055412],"HSBC"]}} +{"rvs_sample_number":186,"content":"Meet me on Clinton street, at the bar towards the south side of the block. A gallery can be found on the same block, northside. ","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7194207,-73.985079],"key":7051,"region":"Manhattan","rvs_start_point":[40.7225554291,-73.9729909291],"landmarks":{"end_point":[[40.7194207,-73.985079],"bar"],"start_point":[[40.7225554291,-73.9729909291],"garden"],"main_pivot":[[40.7205582941,-73.9813418003],"Hamilton Fish Park"],"main_pivot_2":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_3":[[40.7221521082,-73.9757974396],"Jacob Riis Houses"],"main_pivot_4":[[40.7221521082,-73.9757974396],"Jacob Riis Houses"],"main_pivot_5":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_6":[[40.7221521082,-73.9757974396],"Jacob Riis Houses"],"main_pivot_7":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_8":[[40.7197764,-73.9787533],"Baruch Houses"],"main_pivot_9":[[40.7221521082,-73.9757974396],"Jacob Riis Houses"],"main_pivot_10":[[40.7205582941,-73.9813418003],"Hamilton Fish Park"],"main_pivot_11":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_12":[[40.7205582941,-73.9813418003],"Hamilton Fish Park"],"main_pivot_13":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_14":[[40.7205582941,-73.9813418003],"Hamilton Fish Park"],"main_pivot_15":[[40.7200219,-73.9847106],"gallery"],"near_pivot":[[40.7200219,-73.9847106],"gallery"],"beyond_pivot":[[40.7195186366,-73.9859214925],"school"],"around_goal_pivot_1":[[40.7192637,-73.9825513],"church"],"around_goal_pivot_2":[[40.717416,-73.9841222],"bridge"],"around_goal_pivot_3":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_4":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_5":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_6":[[40.7180447,-73.9857457],"Cricket Wireless"],"around_goal_pivot_7":[[40.7182305,-73.9863577],"Verizon Wireless"],"around_goal_pivot_8":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_9":[[40.7180717,-73.9858599],"Boost Mobile"],"around_goal_pivot_10":[[40.7183643,-73.9861353],"Holiday Inn"]}} +{"rvs_sample_number":305,"content":"Meet me at the Citi Bike rental on Spruce Street. There is a hospital a block southeast of me. You need to take the road closest to the west of you all the way south where you see a 32 Avenue of the America building and then swithc over to the road that is heading directly south. It'll curve after a few blocks and head more southwest and you'll pass the 56 Leonard Street apartments go 10 more blocks and then head southeast and then it will bend and turn into another road heading northeast and you'll see Spruce Street a few blocks up and that's where the road starts and the rental place is right there on the northern side of the road.","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7114636,-74.0055243],"key":7052,"region":"Manhattan","rvs_start_point":[40.7262525,-74.0001116],"landmarks":{"end_point":[[40.7114636,-74.0055243],"bicycle rental"],"start_point":[[40.7262525,-74.0001116],"restaurant"],"main_pivot":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_2":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_3":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_4":[[40.717668,-74.0059705],"56 Leonard Street"],"main_pivot_5":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_6":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_7":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_8":[[40.717668,-74.0059705],"56 Leonard Street"],"main_pivot_9":[[40.7147147,-74.003346],"James L. Watson U.S. Court of International Trade Building"],"main_pivot_10":[[40.7130385,-74.0052971],"Tweed Courthouse"],"main_pivot_11":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_12":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_13":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_14":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_15":[[40.7107861709,-74.0051254995],"hospital"],"near_pivot":[[40.7107861709,-74.0051254995],"hospital"],"beyond_pivot":[[40.7110217,-74.0043552],"park"],"around_goal_pivot_1":[[40.7135833,-74.0033906],"two kiosk shops"],"around_goal_pivot_2":[[40.7124463,-74.0057836],"townhall"],"around_goal_pivot_3":[[40.7132691,-74.0040783],"courthouse"],"around_goal_pivot_4":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_5":[[40.7129818084,-74.004112392],"historic neighbourhood"],"around_goal_pivot_6":[[40.7133693,-74.0028958],"church"],"around_goal_pivot_7":[[40.7132865,-74.0031658],"2 benches"],"around_goal_pivot_8":[[40.7103743,-74.0082481],"clinic"],"around_goal_pivot_9":[[40.7124499,-74.0079539],"T-Mobile"],"around_goal_pivot_10":[[40.71034,-74.0081956],"GNC"]}} +{"rvs_sample_number":183,"content":"Meet me at the post box on the north side of East 55th Street. It is right across the street from a synagogue.","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7597521,-73.9701155],"key":7053,"region":"Manhattan","rvs_start_point":[40.7578618,-73.9875598],"landmarks":{"end_point":[[40.7597521,-73.9701155],"post box"],"start_point":[[40.7578618,-73.9875598],"confectionery shop"],"main_pivot":[[40.7582197,-73.987871],"Majestic Theatre"],"main_pivot_2":[[40.7599182,-73.9764069],"666 Fifth Avenue"],"main_pivot_3":[[40.7564625,-73.9822254],"Cassa Hotel"],"main_pivot_4":[[40.7580291,-73.9878726],"St. James Theatre"],"main_pivot_5":[[40.7590028,-73.9770864],"Palazzo d'Italia"],"main_pivot_6":[[40.7577223,-73.9847443],"Lyceum Theatre"],"main_pivot_7":[[40.7582197,-73.987871],"Majestic Theatre"],"main_pivot_8":[[40.7578094242,-73.9853620116],"Times Square"],"main_pivot_9":[[40.7590303,-73.981704],"McGraw-Hill Building"],"main_pivot_10":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_11":[[40.7581537,-73.9857275],"New York Marriott Marquis"],"main_pivot_12":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_13":[[40.7590028,-73.9770864],"Palazzo d'Italia"],"main_pivot_14":[[40.7587051,-73.9785783],"Prometheus"],"main_pivot_15":[[40.7596136,-73.9702683],"synagogue"],"near_pivot":[[40.7596136,-73.9702683],"synagogue"],"beyond_pivot":[[40.7606143291,-73.9695205356],"hotel"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7611929,-73.9688024],"2 fast food restaurants"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7619109,-73.9709184],"atm"],"around_goal_pivot_5":[[40.7615638,-73.9688483],"Aerie"],"around_goal_pivot_6":[[40.7610894,-73.9730309],"The Walking Company"],"around_goal_pivot_7":[[40.7610198,-73.9730731],"Allen Edmonds"],"around_goal_pivot_8":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_9":[[40.7610062,-73.9688416],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.7575892,-73.9713601],"Paris Baguette"]}} +{"rvs_sample_number":292,"content":"You will see me on the east side of 8th Avenue, at the pizza restaurant close to the south corner. It is on the same block with a church. ","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7630158,-73.9853514],"key":7054,"region":"Manhattan","rvs_start_point":[40.7690442,-73.9831589],"landmarks":{"end_point":[[40.7630158,-73.9853514],"restaurant"],"start_point":[[40.7690442,-73.9831589],"charging station"],"main_pivot":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_2":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_3":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_4":[[40.7638942,-73.9843127],"Aro"],"main_pivot_5":[[40.7671477,-73.98277],"Central Park Place"],"main_pivot_6":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_7":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_8":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_9":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_10":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_11":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_12":[[40.7638942,-73.9843127],"Aro"],"main_pivot_13":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_14":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_15":[[40.7626322,-73.9847533],"church"],"near_pivot":[[40.7626322,-73.9847533],"church"],"beyond_pivot":[[40.7617434,-73.9857789],"place_of_worship"],"around_goal_pivot_1":[[40.7624785,-73.982024],"Sheraton"],"around_goal_pivot_2":[[40.7609888,-73.9851959],"Crowne Plaza"],"around_goal_pivot_3":[[40.7650644,-73.9838591],"attraction"],"around_goal_pivot_4":[[40.7644834,-73.984738],"GNC"],"around_goal_pivot_5":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_6":[[40.7617166,-73.9862921],"The Food Emporium"],"around_goal_pivot_7":[[40.7643419,-73.9826989],"Residence Inn"],"around_goal_pivot_8":[[40.760805,-73.986701],"fire station"],"around_goal_pivot_9":[[40.7641275,-73.9843365],"karaoke box"],"around_goal_pivot_10":[[40.7645583,-73.9866919],"clinic"]}} +{"rvs_sample_number":46,"content":"Meet me at this bakery shop almost directly north of you on 3rd Avenue. The St. Jean Baptiste Church is on the block north of here. About halfway between us is the Lenox Hill Station Post Office. ","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7714244,-73.9596363],"key":7055,"region":"Manhattan","rvs_start_point":[40.7637488,-73.9618062],"landmarks":{"end_point":[[40.7714244,-73.9596363],"bakery shop"],"start_point":[[40.7637488,-73.9618062],"charity shop"],"main_pivot":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_2":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_3":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_4":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_5":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_6":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_7":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_8":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_9":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_10":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_11":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_12":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_13":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_14":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_15":[[40.771073,-73.9593705],"pub"],"near_pivot":[[40.771073,-73.9593705],"pub"],"beyond_pivot":[[40.7717354,-73.9589133],"bluemercury"],"around_goal_pivot_1":[[40.7723542,-73.9597532],"church"],"around_goal_pivot_2":[[40.7720548,-73.9608314],"cafe"],"around_goal_pivot_3":[[40.7716925,-73.9614109],"post box"],"around_goal_pivot_4":[[40.771396,-73.9582457],"fire station"],"around_goal_pivot_5":[[40.7720119,-73.9608641],"convenience shop"],"around_goal_pivot_6":[[40.771842,-73.9609789],"vacant shop"],"around_goal_pivot_7":[[40.7723174,-73.9586243],"two bicycle parkings"],"around_goal_pivot_8":[[40.7721018,-73.9586378],"butcher shop"],"around_goal_pivot_9":[[40.7715971,-73.9611763],"jewelry shop"]}} +{"rvs_sample_number":209,"content":"Go west all the way to greenwich street. I'll be at the bench just south of the 9\/11 memorial and museum, and north of the bronze name parapets.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7112367,-74.0126289],"key":7056,"region":"Manhattan","rvs_start_point":[40.7140177,-73.9922148],"landmarks":{"end_point":[[40.7112367,-74.0126289],"bench"],"start_point":[[40.7140177,-73.9922148],"clothes shop"],"main_pivot":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_2":[[40.7115071,-74.0020136],"Murry Bergtraum High School"],"main_pivot_3":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_4":[[40.7115071,-74.0020136],"Murry Bergtraum High School"],"main_pivot_5":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_6":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_7":[[40.7112421,-74.0055329],"8 Spruce Street"],"main_pivot_8":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_9":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_10":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_11":[[40.7117604,-74.0085062],"Transportation Building"],"main_pivot_12":[[40.7117269,-74.0064643],"Potter Building"],"main_pivot_13":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_14":[[40.7109648,-74.003785],"Drumgoole Plaza"],"main_pivot_15":[[40.7112463,-74.0126534],"2 benches"],"near_pivot":[[40.7112463,-74.0126534],"2 benches"],"beyond_pivot":[[40.7106744,-74.0131629],"bench"],"around_goal_pivot_1":[[40.7122324,-74.0102482],"post office"],"around_goal_pivot_2":[[40.7110205,-74.0105223],"Hilton"],"around_goal_pivot_3":[[40.7104416,-74.0139843],"three benches"],"around_goal_pivot_4":[[40.7092376197,-74.0134869811],"W Hotels"],"around_goal_pivot_5":[[40.7107162,-74.0141797],"bridge"],"around_goal_pivot_6":[[40.712949,-74.0130438],"viewpoint"],"around_goal_pivot_7":[[40.7120609,-74.0137644],"two gardens"],"around_goal_pivot_8":[[40.7121643,-74.0150269],"pharmacy"],"around_goal_pivot_9":[[40.7096385,-74.0098983],"Gap"],"around_goal_pivot_10":[[40.7094904,-74.0128068],"Courtyard"]}} +{"rvs_sample_number":211,"content":"If you want to meet, go to the Verizon Wireless on Broadway near a Starbucks. A CityMD clinic is to the southwest on the next block, and townhall is to the south. ","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7150331,-74.005777],"key":7057,"region":"Manhattan","rvs_start_point":[40.7223045,-74.0120532],"landmarks":{"end_point":[[40.7150331,-74.005777],"Verizon Wireless"],"start_point":[[40.7223045,-74.0120532],"bicycle parking"],"main_pivot":[[40.7206882,-74.0116419],"388 Greenwich Street"],"main_pivot_2":[[40.7173706,-74.0108032],"Washington Market Park"],"main_pivot_3":[[40.7206882,-74.0116419],"388 Greenwich Street"],"main_pivot_4":[[40.7173706,-74.0108032],"Washington Market Park"],"main_pivot_5":[[40.7170379,-74.0092452],"Duane Park"],"main_pivot_6":[[40.7206882,-74.0116419],"388 Greenwich Street"],"main_pivot_7":[[40.7206882,-74.0116419],"388 Greenwich Street"],"main_pivot_8":[[40.7173706,-74.0108032],"Washington Market Park"],"main_pivot_9":[[40.7170379,-74.0092452],"Duane Park"],"main_pivot_10":[[40.7206882,-74.0116419],"388 Greenwich Street"],"main_pivot_11":[[40.7170379,-74.0092452],"Duane Park"],"main_pivot_12":[[40.7173706,-74.0108032],"Washington Market Park"],"main_pivot_13":[[40.7170379,-74.0092452],"Duane Park"],"main_pivot_14":[[40.7170379,-74.0092452],"Duane Park"],"main_pivot_15":[[40.7148521,-74.0060163],"cafe"],"near_pivot":[[40.7148521,-74.0060163],"cafe"],"beyond_pivot":[[40.7149785,-74.0077375],"train_station"],"around_goal_pivot_1":[[40.7135207,-74.0032759],"2 kiosk shops"],"around_goal_pivot_2":[[40.7133074,-74.003166],"two benches"],"around_goal_pivot_3":[[40.7130195,-74.0062251],"townhall"],"around_goal_pivot_4":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_5":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_6":[[40.7131616792,-74.0039297078],"historic neighbourhood"],"around_goal_pivot_7":[[40.7143073416,-74.0032404469],"square"],"around_goal_pivot_8":[[40.7149785,-74.0077375],"train station"],"around_goal_pivot_9":[[40.7174214,-74.006814],"university"],"around_goal_pivot_10":[[40.7147198,-74.0071763],"clinic"]}} +{"rvs_sample_number":228,"content":"Meet me at the bench southwest of you. Head southeast along West Broadway for 12 blocks until you see Church Street Station Post Office. Continue going for 3 blocks. You will see World Trade Center train station, 3 World Trade Center and Under Armour. The bench is situated near a museum on the opposite block.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.71137,-74.0134188],"key":7058,"region":"Manhattan","rvs_start_point":[40.720431,-74.0050542],"landmarks":{"end_point":[[40.71137,-74.0134188],"bench"],"start_point":[[40.720431,-74.0050542],"bicycle parking"],"main_pivot":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_2":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_3":[[40.712361,-74.0120865],"Performing Arts Center at the World Trade Center"],"main_pivot_4":[[40.7176156,-74.0065453],"56 Leonard Street"],"main_pivot_5":[[40.7176156,-74.0065453],"56 Leonard Street"],"main_pivot_6":[[40.712361,-74.0120865],"Performing Arts Center at the World Trade Center"],"main_pivot_7":[[40.7101642,-74.0130443],"St. Nicholas Greek Orthodox Church"],"main_pivot_8":[[40.709828,-74.0132657],"5 World Trade Center"],"main_pivot_9":[[40.709828,-74.0132657],"5 World Trade Center"],"main_pivot_10":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_11":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_12":[[40.7176156,-74.0065453],"56 Leonard Street"],"main_pivot_13":[[40.7101642,-74.0130443],"St. Nicholas Greek Orthodox Church"],"main_pivot_14":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_15":[[40.7115700201,-74.0122484201],"historic memorial"],"near_pivot":[[40.7115700201,-74.0122484201],"historic memorial"],"around_goal_pivot_1":[[40.7101642,-74.0130443],"church"],"around_goal_pivot_2":[[40.7131287,-74.0126689],"attraction"],"around_goal_pivot_3":[[40.7107162,-74.0141797],"bridge"],"around_goal_pivot_4":[[40.7100968723,-74.0128395496],"park"],"around_goal_pivot_5":[[40.7118109,-74.0119365],"train station"],"around_goal_pivot_6":[[40.7106515,-74.0121368],"cafe"],"around_goal_pivot_7":[[40.7117673,-74.0116509],"Apple Store"],"around_goal_pivot_8":[[40.7112507,-74.0120802],"Under Armour"]}} +{"rvs_sample_number":60,"content":"Let's meetup at the alcohol shop just off Chrystie Street. I am in the Southeast corner of the block and just one block over to the West is an historic neighbourhood. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7162174,-73.9950092],"key":7059,"region":"Manhattan","rvs_start_point":[40.7274686,-73.9995707],"landmarks":{"end_point":[[40.7162174,-73.9950092],"alcohol shop"],"start_point":[[40.7274686,-73.9995707],"bicycle parking"],"main_pivot":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_2":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_3":[[40.7258776,-73.9974596],"NoHo Historic District"],"main_pivot_4":[[40.7269444,-73.9988889],"University Village"],"main_pivot_5":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_6":[[40.7258776,-73.9974596],"NoHo Historic District"],"main_pivot_7":[[40.7269444,-73.9988889],"University Village"],"main_pivot_8":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_9":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_10":[[40.7269444,-73.9988889],"University Village"],"main_pivot_11":[[40.7269444,-73.9988889],"University Village"],"main_pivot_12":[[40.7237654,-73.9954042],"Saint Patrick's Old Cathedral"],"main_pivot_13":[[40.7258776,-73.9974596],"NoHo Historic District"],"main_pivot_14":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_15":[[40.7162426,-73.9961572],"historic neighbourhood"],"near_pivot":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_1":[[40.7187398,-73.9948652],"events venue"],"around_goal_pivot_2":[[40.7148373,-73.9935563],"museum"],"around_goal_pivot_3":[[40.7171151,-73.99811],"three jewelry shops"],"around_goal_pivot_4":[[40.7144436433,-73.9944350506],"bridge"],"around_goal_pivot_5":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_6":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_7":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_8":[[40.7156257,-73.9984718],"attraction"],"around_goal_pivot_9":[[40.7167305,-73.9970301],"3 jewelry shops"],"around_goal_pivot_10":[[40.7146868,-73.9967375],"doctor's office"]}} +{"rvs_sample_number":72,"content":"Meet me at the restaurant right across from the church on 2nd Avenue. It's in the northeast corner of the block but there is another restaurant that is first in the corner. It's the one next to it. ","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7452838,-73.9757505],"key":7060,"region":"Manhattan","rvs_start_point":[40.752154,-73.978267],"landmarks":{"end_point":[[40.7452838,-73.9757505],"restaurant"],"start_point":[[40.752154,-73.978267],"Charles Schwab"],"main_pivot":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_2":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_3":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_4":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_5":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_6":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_7":[[40.7524633,-73.9780876],"Grand Central Terminal"],"main_pivot_8":[[40.7525942,-73.9783706],"One Vanderbilt"],"main_pivot_9":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_10":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_11":[[40.7524633,-73.9780876],"Grand Central Terminal"],"main_pivot_12":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_13":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_14":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_15":[[40.7451041,-73.9754351],"church"],"near_pivot":[[40.7451041,-73.9754351],"church"],"beyond_pivot":[[40.744771,-73.9766154],"pharmacy"],"around_goal_pivot_1":[[40.7436044,-73.9734453],"hospital"],"around_goal_pivot_2":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_3":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_4":[[40.7448022,-73.979026],"Jenny Craig"],"around_goal_pivot_5":[[40.7448641,-73.9789977],"7-Eleven"],"around_goal_pivot_6":[[40.7471447,-73.9744008],"True Value"],"around_goal_pivot_7":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_8":[[40.7450946,-73.9770693],"Crunch Fitness"],"around_goal_pivot_9":[[40.7432244,-73.9772502],"H&R Block"],"around_goal_pivot_10":[[40.7451776,-73.9772772],"Sola Salons"]}} +{"rvs_sample_number":313,"content":"I am a small bicycle parking rack to your northeast. The street it's on is four blocks east of you and then north just past East 69th Street. The rack is on the west side of the street and practically on the corner. There is a Chase bank on the opposite corner.","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.768655,-73.9636225],"key":7061,"region":"Manhattan","rvs_start_point":[40.7633372,-73.9771733],"landmarks":{"end_point":[[40.768655,-73.9636225],"bicycle parking"],"start_point":[[40.7633372,-73.9771733],"restaurant"],"main_pivot":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_2":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_3":[[40.7622772,-73.9742082],"Trump Tower"],"main_pivot_4":[[40.7618335,-73.9736065],"550 Madison Avenue"],"main_pivot_5":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_6":[[40.7616048,-73.9721709],"432 Park Avenue"],"main_pivot_7":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_8":[[40.7625717,-73.9740478],"Tiffany & Company"],"main_pivot_9":[[40.7619661,-73.9734636],"590 Madison Avenue"],"main_pivot_10":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_11":[[40.7607932,-73.9725635],"Friar's Club"],"main_pivot_12":[[40.7622772,-73.9742082],"Trump Tower"],"main_pivot_13":[[40.762549,-73.9752999],"712 Fifth Avenue"],"main_pivot_14":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_15":[[40.7683092,-73.9635391],"bank"],"near_pivot":[[40.7683092,-73.9635391],"bank"],"beyond_pivot":[[40.7692418,-73.9632007],"USPS"],"around_goal_pivot_1":[[40.7674684,-73.9634094],"4 bicycle parkings"],"around_goal_pivot_2":[[40.7674273,-73.963335],"three bicycle parkings"],"around_goal_pivot_4":[[40.766953,-73.9635506],"synagogue"],"around_goal_pivot_6":[[40.767452,-73.9633708],"two bicycle parkings"],"around_goal_pivot_8":[[40.7680637,-73.9603435],"post office"],"around_goal_pivot_10":[[40.7696636,-73.9642463],"museum"]}} +{"rvs_sample_number":109,"content":"I will be at the grocery shop which is almost in the middle of the block on 9th Avenue. You will see an attraction on the next block, slightly northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7549345,-73.9949239],"key":7062,"region":"Manhattan","rvs_start_point":[40.75388795,-73.98442795],"landmarks":{"end_point":[[40.7549345,-73.9949239],"greengrocer shop"],"start_point":[[40.75388795,-73.98442795],"playground"],"main_pivot":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_2":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_3":[[40.7530446,-73.9840689],"American Standard Building"],"main_pivot_4":[[40.7530446,-73.9840689],"American Standard Building"],"main_pivot_5":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_6":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_7":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_8":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_9":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_10":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_11":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_12":[[40.7530446,-73.9840689],"American Standard Building"],"main_pivot_13":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_14":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_15":[[40.7552441,-73.9945593],"attraction"],"near_pivot":[[40.7552441,-73.9945593],"attraction"],"around_goal_pivot_1":[[40.7535434,-73.9970542],"church"],"around_goal_pivot_2":[[40.7531288,-73.9961373],"electronics shop"],"around_goal_pivot_3":[[40.7524154,-73.9944494],"cinema"],"around_goal_pivot_4":[[40.7560657,-73.9977508],"gas station"],"around_goal_pivot_5":[[40.7568576,-73.9972051],"pharmacy"],"around_goal_pivot_6":[[40.7562803,-73.9932089],"Holiday Inn Express"],"around_goal_pivot_7":[[40.7537504,-73.9945935],"TRYP"],"around_goal_pivot_8":[[40.7550346,-73.9916206],"Paris Baguette"],"around_goal_pivot_10":[[40.7538604,-73.9927939],"T-Mobile"]}} +{"rvs_sample_number":29,"content":"Let's get you a new shirt. Meet me at the Polo Ralph Lauren store. It is on the west side of Greene Street and in the south east corner of it's block. Across the street to the west is a hotel and two blocks to the east is a Victoria's Secret. ","rvs_path":"data\/geodata\/manhattan_samples_v88.gpkg","rvs_goal_point":[40.7251889,-73.9994493],"key":7063,"region":"Manhattan","rvs_start_point":[40.7364211,-73.9972187],"landmarks":{"end_point":[[40.7251889,-73.9994493],"Polo Ralph Lauren"],"start_point":[[40.7364211,-73.9972187],"restaurant"],"main_pivot":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7308783,-74.0006841],"Blue Note Jazz Club"],"main_pivot_4":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_5":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_6":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_7":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_8":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_9":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_10":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_11":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_12":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_13":[[40.7308783,-74.0006841],"Blue Note Jazz Club"],"main_pivot_14":[[40.7308783,-74.0006841],"Blue Note Jazz Club"],"main_pivot_15":[[40.7249122,-73.9986434],"hotel"],"near_pivot":[[40.7249122,-73.9986434],"hotel"],"beyond_pivot":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_1":[[40.7270715,-74.0012334],"church"],"around_goal_pivot_2":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_3":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_4":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_5":[[40.7234319,-73.9993293],"Free People"],"around_goal_pivot_6":[[40.7226719,-73.9993039],"H&M"],"around_goal_pivot_7":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_8":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_9":[[40.7241982,-73.998047],"Pink"],"around_goal_pivot_10":[[40.7250409,-73.9973221],"Victoria's Secret"]}} +{"rvs_sample_number":115,"content":"Meet me at the cafe north of your location. Head north from your destination. Head 10 blocks then head east onto West 51st Street. Your destination is across the street on the block to the north. If you see a church, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7628613,-73.985265],"key":7064,"region":"Manhattan","rvs_start_point":[40.7558212,-73.9902448],"landmarks":{"end_point":[[40.7628613,-73.985265],"cafe"],"start_point":[[40.7558212,-73.9902448],"bicycle parking"],"main_pivot":[[40.7584223,-73.9883031],"Majestic Theatre"],"main_pivot_2":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_3":[[40.7584223,-73.9883031],"Majestic Theatre"],"main_pivot_4":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_5":[[40.7584223,-73.9883031],"Majestic Theatre"],"main_pivot_6":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_7":[[40.7568337,-73.9893234],"AMC Empire 25"],"main_pivot_8":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_9":[[40.761804,-73.9866679],"One Worldwide Plaza"],"main_pivot_10":[[40.760561,-73.9867538],"Samuel J. Friedman Theatre"],"main_pivot_11":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_12":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_13":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_14":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_15":[[40.7626322,-73.9847533],"church"],"near_pivot":[[40.7626322,-73.9847533],"church"],"beyond_pivot":[[40.7625043,-73.9841063],"theatre"],"around_goal_pivot_1":[[40.7617606,-73.9844226],"bank"],"around_goal_pivot_2":[[40.7637254,-73.9853222],"cafe"],"around_goal_pivot_3":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_4":[[40.7615295,-73.9849798],"citizenM"],"around_goal_pivot_5":[[40.7637735,-73.9852854],"Verizon"],"around_goal_pivot_6":[[40.7632287,-73.9866119],"Triumph Hospitality"],"around_goal_pivot_7":[[40.7617166,-73.9862921],"Key Food"],"around_goal_pivot_8":[[40.7637074,-73.9851615],"bicycle rental"],"around_goal_pivot_9":[[40.7640448,-73.984677],"post box"],"around_goal_pivot_10":[[40.7635837,-73.9862664],"post office"]}} +{"rvs_sample_number":59,"content":"I'm southwest of you, waiting at a an Avis car rental on West 54th Street, near a cinema. The Sheraton is south of it, and Carnegie Hall Tower is to the north. ","rvs_path":"data\/geodata\/manhattan_samples_v89.gpkg","rvs_goal_point":[40.7632695,-73.9803085],"key":7065,"region":"Manhattan","rvs_start_point":[40.7673284,-73.9721879],"landmarks":{"end_point":[[40.7632695,-73.9803085],"car rental"],"start_point":[[40.7673284,-73.9721879],"garden"],"main_pivot":[[40.7660429,-73.9766301],"Jos\u00e9 de San Mart\u00edn"],"main_pivot_2":[[40.7653717,-73.9766412],"Trump Parc Condominium"],"main_pivot_3":[[40.7650628,-73.979325],"Carnegie Hall Tower"],"main_pivot_4":[[40.7646409,-73.9775776],"111 West 57th Street"],"main_pivot_5":[[40.7653717,-73.9766412],"Trump Parc Condominium"],"main_pivot_6":[[40.7646409,-73.9775776],"111 West 57th Street"],"main_pivot_7":[[40.7651785383,-73.9788489738],"One57"],"main_pivot_8":[[40.7679652,-73.9748182],"Wollman Rink"],"main_pivot_9":[[40.7660454,-73.9760662],"Jos\u00e9 Mart\u00ed"],"main_pivot_10":[[40.765136,-73.9794975],"Carnegie Hall"],"main_pivot_11":[[40.7660429,-73.9766301],"Jos\u00e9 de San Mart\u00edn"],"main_pivot_12":[[40.7653717,-73.9766412],"Trump Parc East"],"main_pivot_13":[[40.7646238,-73.9782902],"Le Parker M\u00e9ridien"],"main_pivot_14":[[40.7660429,-73.9766301],"Jos\u00e9 de San Mart\u00edn"],"main_pivot_15":[[40.7630368,-73.9798333],"cinema"],"near_pivot":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_1":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_2":[[40.7624249,-73.9808353],"Sheraton"],"around_goal_pivot_3":[[40.7610258925,-73.9812177885],"attraction"],"around_goal_pivot_4":[[40.7619557,-73.977777],"museum"],"around_goal_pivot_5":[[40.7647157,-73.9785054],"Le M\u00e9ridien"],"around_goal_pivot_6":[[40.7654723,-73.9794836],"T-Mobile"],"around_goal_pivot_7":[[40.7645752,-73.9827913],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7654216,-73.9793143],"Park Hyatt"],"around_goal_pivot_9":[[40.7643419,-73.9826989],"Residence Inn"],"around_goal_pivot_10":[[40.7626217,-73.9778188],"KPMG"]}} +{"rvs_sample_number":423,"content":"Move slightly northwest past Arhaus and meet me at the bicycle parking on the next block just before west 14th street. ","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7413745,-74.0070557],"key":7066,"region":"Manhattan","rvs_start_point":[40.7390801187,-74.0028191313],"landmarks":{"end_point":[[40.7413745,-74.0070557],"bicycle parking"],"start_point":[[40.7390801187,-74.0028191313],"garden"],"main_pivot":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_2":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_3":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_4":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_5":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_6":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_7":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_8":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_9":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_10":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_11":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_12":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_13":[[40.7400215,-74.0044728],"Church of Our Lady of Guadalupe and St. Bernard"],"main_pivot_14":[[40.7399738,-74.0055212],"Hotel Gansevoort"],"main_pivot_15":[[40.7410786615,-74.0078686848],"bridge"],"near_pivot":[[40.7410786615,-74.0078686848],"bridge"],"beyond_pivot":[[40.741307,-74.0057665],"Hugo Boss"],"around_goal_pivot_1":[[40.7400215,-74.0044728],"church"],"around_goal_pivot_2":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_3":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_4":[[40.740455,-74.0065477],"Arhaus"],"around_goal_pivot_5":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_6":[[40.7395076,-74.0075791],"Madewell"],"around_goal_pivot_7":[[40.7411861,-74.0054573],"Apple Store"],"around_goal_pivot_8":[[40.741307,-74.0057665],"Hugo Boss"],"around_goal_pivot_9":[[40.7395756,-74.0078407],"Warby Parker"],"around_goal_pivot_10":[[40.7418051,-74.0049865],"Anthropologie"]}} +{"rvs_sample_number":162,"content":"I'm about 8 blocks south of you at the restaurant on Mott street. It's just past the bend and on the first corner of the block south of the roman catholic church.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7144241,-73.9988882],"key":7067,"region":"Manhattan","rvs_start_point":[40.7235044,-73.9947752],"landmarks":{"end_point":[[40.7144241,-73.9988882],"restaurant"],"start_point":[[40.7235044,-73.9947752],"bicycle parking"],"main_pivot":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_2":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_3":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_4":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_5":[[40.7234087,-73.9949765],"Saint Patrick's Old Cathedral"],"main_pivot_6":[[40.7234087,-73.9949765],"Saint Patrick's Old Cathedral"],"main_pivot_7":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_8":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_9":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_10":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_11":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_12":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_13":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_14":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_15":[[40.7145399,-73.9989049],"church"],"near_pivot":[[40.7145399,-73.9989049],"church"],"beyond_pivot":[[40.7144127,-73.9981498],"attraction"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7130265,-73.9979511],"church"],"around_goal_pivot_3":[[40.7168078462,-73.9978485809],"historic neighbourhood"],"around_goal_pivot_4":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_5":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_6":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_7":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_8":[[40.7167641,-73.9996642],"2 restaurants"],"around_goal_pivot_9":[[40.7133828,-73.9973785],"post box"],"around_goal_pivot_10":[[40.716776,-73.997172],"2 jewelry shops"]}} +{"rvs_sample_number":416,"content":"Meet me at the playground southwest of you on West 19th Street. You can find a park north of me and a theatre on my east.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7443618324,-74.0042811093],"key":7068,"region":"Manhattan","rvs_start_point":[40.7526738,-73.9950505],"landmarks":{"end_point":[[40.7443618324,-74.0042811093],"playground"],"start_point":[[40.7526738,-73.9950505],"cafe"],"main_pivot":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_2":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_3":[[40.7524816,-73.9967442],"James A. Farley Building"],"main_pivot_4":[[40.7493322,-73.9990082],"Church of the Holy Apostles"],"main_pivot_5":[[40.7491633,-73.9995922],"Chelsea Park"],"main_pivot_6":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_7":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_8":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_9":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_10":[[40.7524816,-73.9967442],"James A. Farley Building"],"main_pivot_11":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_12":[[40.7493322,-73.9990082],"Church of the Holy Apostles"],"main_pivot_13":[[40.7491633,-73.9995922],"Chelsea Park"],"main_pivot_14":[[40.7493322,-73.9990082],"Church of the Holy Apostles"],"main_pivot_15":[[40.7436175,-74.0037963],"bicycle rental"],"near_pivot":[[40.7436175,-74.0037963],"bicycle rental"],"around_goal_pivot_1":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_2":[[40.7459283,-74.0071302],"gallery"],"around_goal_pivot_3":[[40.7453368,-74.0064549],"bridge"],"around_goal_pivot_4":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_5":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_6":[[40.7463321,-74.004064],"park"],"around_goal_pivot_7":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_8":[[40.7418051,-74.0049865],"Anthropologie"],"around_goal_pivot_9":[[40.7448683,-74.0059742],"arts centre"],"around_goal_pivot_10":[[40.7428362,-74.0067413],"ice cream"]}} +{"rvs_sample_number":390,"content":"I'll be at the restaurant on Exchange Place. Meet me there. It's one block south of the stock exchange but on the other side of the street. It's on the northernmost corner of that block.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7061255,-74.0110467],"key":7069,"region":"Manhattan","rvs_start_point":[40.7023554672,-74.0163941037],"landmarks":{"end_point":[[40.7061255,-74.0110467],"restaurant"],"start_point":[[40.7023554672,-74.0163941037],"garden"],"main_pivot":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_2":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_3":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_4":[[40.7049142,-74.0132012],"2 Broadway"],"main_pivot_5":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_6":[[40.7053983,-74.0138011],"Bowling Green Building"],"main_pivot_7":[[40.7070772,-74.0124032],"65 Broadway"],"main_pivot_8":[[40.705278824,-74.0137115635],"Bowling Green"],"main_pivot_9":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_10":[[40.705278824,-74.0137115635],"Bowling Green"],"main_pivot_11":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_12":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_13":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_14":[[40.7058756799,-74.013432948],"Cunard Building"],"main_pivot_15":[[40.7066568,-74.011145],"stock exchange"],"near_pivot":[[40.7066568,-74.011145],"stock exchange"],"beyond_pivot":[[40.705042,-74.0102055],"restaurant"],"around_goal_pivot_1":[[40.7068086,-74.0139419],"3 gardens"],"around_goal_pivot_2":[[40.7063713,-74.0091958],"museum"],"around_goal_pivot_3":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_4":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_5":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_6":[[40.7049188,-74.0135186],"6 benches"],"around_goal_pivot_7":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_8":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_9":[[40.7069145,-74.0137691],"three benches"],"around_goal_pivot_10":[[40.7076577,-74.0105041],"TJ Maxx"]}} +{"rvs_sample_number":164,"content":"I'm at the fast food restaurant at the north of you on Saint Mark's Place. There is a library across the street. You can see a pub on my southwest in the same block as me.","rvs_path":"data\/geodata\/manhattan_samples_v45.gpkg","rvs_goal_point":[40.7287607,-73.9883895],"key":7070,"region":"Manhattan","rvs_start_point":[40.722842,-73.9889583],"landmarks":{"end_point":[[40.7287607,-73.9883895],"fast food restaurant"],"start_point":[[40.722842,-73.9889583],"restaurant"],"main_pivot":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_2":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_3":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_4":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_5":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_6":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_7":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_8":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_9":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_10":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_11":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_12":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_13":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_14":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_15":[[40.7289394,-73.9879103],"library"],"near_pivot":[[40.7289394,-73.9879103],"library"],"beyond_pivot":[[40.7287612,-73.9897021],"pub"],"around_goal_pivot_1":[[40.7309005,-73.9866276],"cinema"],"around_goal_pivot_2":[[40.7268739,-73.986116],"two restaurants"],"around_goal_pivot_3":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_5":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_6":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_7":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_8":[[40.7277913,-73.9852783],"telephone"],"around_goal_pivot_9":[[40.7295702,-73.986687],"atm"],"around_goal_pivot_10":[[40.729934,-73.9900686],"college"]}} +{"rvs_sample_number":388,"content":"Go south until you hit east 10th street, and you'll find me on th corner at the bike parking west of the place of worship and south of the nightclub. It's pretty much in the middle of the street.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7307077,-73.9889596],"key":7071,"region":"Manhattan","rvs_start_point":[40.7466845,-73.9859964],"landmarks":{"end_point":[[40.7307077,-73.9889596],"bicycle parking"],"start_point":[[40.7466845,-73.9859964],"telephone"],"main_pivot":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_2":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_3":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_4":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_5":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_6":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_7":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_8":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_9":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_10":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_11":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_12":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_13":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_14":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_15":[[40.731708,-73.989317],"nightclub"],"near_pivot":[[40.731708,-73.989317],"nightclub"],"beyond_pivot":[[40.7301399,-73.9872014],"place_of_worship"],"around_goal_pivot_1":[[40.7309306,-73.9866563],"cinema"],"around_goal_pivot_2":[[40.7318504,-73.9905257],"2 schools"],"around_goal_pivot_3":[[40.7322437,-73.9892209],"historic building"],"around_goal_pivot_4":[[40.7326082,-73.9874708],"Kiehl's"],"around_goal_pivot_5":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_6":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_7":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_8":[[40.7327957,-73.989772],"Crunch Fitness"],"around_goal_pivot_9":[[40.733498,-73.9900284],"Hyatt"]}} +{"rvs_sample_number":268,"content":"Meet me at the bicycle parking on East 31st Street. It is on the block that is across the street from Chase bank. There are three spots, meet me at the one in the middle.","rvs_path":"data\/geodata\/manhattan_samples_v54.gpkg","rvs_goal_point":[40.7456791,-73.9837283],"key":7072,"region":"Manhattan","rvs_start_point":[40.7552548,-73.9709515],"landmarks":{"end_point":[[40.7456791,-73.9837283],"bicycle parking"],"start_point":[[40.7552548,-73.9709515],"restaurant"],"main_pivot":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_2":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_3":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_4":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_5":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_6":[[40.7539278,-73.97574],"Helmsley Building"],"main_pivot_7":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_8":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_9":[[40.7555818,-73.9727139],"New York Marriott East Side"],"main_pivot_10":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_11":[[40.7531746,-73.9760609],"Graybar Building"],"main_pivot_12":[[40.7519068,-73.9775316],"Pershing Square Building"],"main_pivot_13":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_14":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_15":[[40.7451691,-73.9829825],"bank"],"near_pivot":[[40.7451691,-73.9829825],"bank"],"beyond_pivot":[[40.7464994,-73.9842154],"fast_food"],"around_goal_pivot_1":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_2":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_3":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_4":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_5":[[40.743931,-73.983874],"Lacoste"],"around_goal_pivot_6":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_7":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_8":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_10":[[40.7453045,-73.9813962],"social facility"]}} +{"rvs_sample_number":188,"content":"Head southeast to Manhattan Bridge lower level and meet me at the supermarket, which is southeast of a bridge and east of a church.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7133378,-73.9940155],"key":7073,"region":"Manhattan","rvs_start_point":[40.7141518,-73.9986409],"landmarks":{"end_point":[[40.7133378,-73.9940155],"supermarket"],"start_point":[[40.7141518,-73.9986409],"restaurant"],"main_pivot":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_2":[[40.7145399,-73.9989049],"Church of the Transfiguration"],"main_pivot_3":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_4":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_5":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_6":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_7":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_8":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_9":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_10":[[40.7145399,-73.9989049],"Church of the Transfiguration"],"main_pivot_11":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_12":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_13":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_14":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_15":[[40.7132691,-73.9949014],"church"],"near_pivot":[[40.7132691,-73.9949014],"church"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7147006,-73.993628],"museum"],"around_goal_pivot_3":[[40.713621491,-73.9944185379],"bridge"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_6":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_7":[[40.7153328,-73.9929588],"fire station"],"around_goal_pivot_8":[[40.7153978,-73.9947308],"clock"],"around_goal_pivot_9":[[40.7140617,-73.9915244],"studio"],"around_goal_pivot_10":[[40.711586,-73.9961061],"marketplace"]}} +{"rvs_sample_number":155,"content":"Go northwest up to West 43rd Street where we can meet at the theatre that's on the north side of the road. It is west of another theatre and east from a catholic place of worship.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7581985,-73.9895564],"key":7074,"region":"Manhattan","rvs_start_point":[40.7471659,-73.9751226],"landmarks":{"end_point":[[40.7581985,-73.9895564],"theatre"],"start_point":[[40.7471659,-73.9751226],"post box"],"main_pivot":[[40.7566325,-73.9872553],"New Victory Theater"],"main_pivot_2":[[40.757685,-73.9878023],"Sardi's"],"main_pivot_3":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_4":[[40.751596,-73.9871019],"Haier Building"],"main_pivot_5":[[40.7567156,-73.9867017],"3 Times Square"],"main_pivot_6":[[40.7577432,-73.9872654],"National Geographic Encounter - Ocean Odyssey"],"main_pivot_7":[[40.7577432,-73.9872654],"National Geographic Encounter - Ocean Odyssey"],"main_pivot_8":[[40.757685,-73.9878023],"Sardi's"],"main_pivot_9":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_10":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_11":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_12":[[40.757685,-73.9878023],"Sardi's"],"main_pivot_13":[[40.7577881,-73.9880477],"Helen Hayes Theatre"],"main_pivot_14":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_15":[[40.7579513,-73.9884358],"theatre"],"near_pivot":[[40.7579513,-73.9884358],"theatre"],"beyond_pivot":[[40.758254,-73.9909049],"place_of_worship"],"around_goal_pivot_1":[[40.7571812,-73.9900333],"bus station"],"around_goal_pivot_2":[[40.7586441,-73.9869427],"Mariott"],"around_goal_pivot_3":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_4":[[40.7589841,-73.9908851],"playground"],"around_goal_pivot_5":[[40.7578457,-73.9916244],"post office"],"around_goal_pivot_6":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_7":[[40.7594042,-73.9906873],"Comfort Inn"],"around_goal_pivot_8":[[40.756593,-73.9867931],"AT&T"],"around_goal_pivot_9":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_10":[[40.7576126,-73.9869881],"Guitar Center"]}} +{"rvs_sample_number":361,"content":"Meet me at bicycle parking on 2nd Avenue. You want to head south for a while, passing Grace church, the historic district, and the library. The block southeast of the library is where bicycle parking is. It's on the east side of the street in this middle of it. ","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.7281569,-73.987888],"key":7075,"region":"Manhattan","rvs_start_point":[40.7408961,-73.9941053],"landmarks":{"end_point":[[40.7281569,-73.987888],"bicycle parking"],"start_point":[[40.7408961,-73.9941053],"post box"],"main_pivot":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_2":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_3":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_4":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_5":[[40.7414145,-73.9944008],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_6":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_7":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_8":[[40.7306044,-73.9907862],"NoHo Historic District"],"main_pivot_9":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_10":[[40.7414145,-73.9944008],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_11":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_12":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_13":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_14":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_15":[[40.7288454,-73.9876886],"library"],"near_pivot":[[40.7288454,-73.9876886],"library"],"beyond_pivot":[[40.727682,-73.9858067],"theatre"],"around_goal_pivot_1":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_2":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_3":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_4":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_5":[[40.7273461,-73.9850116],"attraction"],"around_goal_pivot_6":[[40.7294836,-73.9864276],"post office"],"around_goal_pivot_7":[[40.7287836,-73.9847179],"dentist's office"],"around_goal_pivot_8":[[40.7286441,-73.9862139],"2 clothes shops"],"around_goal_pivot_9":[[40.7295702,-73.986687],"atm"],"around_goal_pivot_10":[[40.7263308,-73.9882179],"2 benches"]}} +{"rvs_sample_number":219,"content":"Let's meet up at the bench on the north side of State Street just before it ends on its eastern end and turns into another street. It is right across the street from 5 benches south of our meeting spot. There is also a kiosk to the north east on the adjacent block to the north. This bench has a good view of a church which is to the east.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7026481,-74.0138214],"key":7076,"region":"Manhattan","rvs_start_point":[40.7053791,-74.0067932],"landmarks":{"end_point":[[40.7026481,-74.0138214],"bench"],"start_point":[[40.7053791,-74.0067932],"FedEx Office"],"main_pivot":[[40.7051981389,-74.0084045942],"New York Cocoa Exchange Building"],"main_pivot_2":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_3":[[40.7032417,-74.0100041],"55 Water Street"],"main_pivot_4":[[40.7051981389,-74.0084045942],"New York Cocoa Exchange Building"],"main_pivot_5":[[40.7032417,-74.0100041],"55 Water Street"],"main_pivot_6":[[40.7051981389,-74.0084045942],"New York Cocoa Exchange Building"],"main_pivot_7":[[40.703138,-74.0103394],"Vietnam Veterans Plaza"],"main_pivot_8":[[40.7051981389,-74.0084045942],"New York Cocoa Exchange Building"],"main_pivot_9":[[40.7051981389,-74.0084045942],"New York Cocoa Exchange Building"],"main_pivot_10":[[40.703138,-74.0103394],"Vietnam Veterans Plaza"],"main_pivot_11":[[40.7032417,-74.0100041],"55 Water Street"],"main_pivot_12":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_13":[[40.7051981389,-74.0084045942],"New York Cocoa Exchange Building"],"main_pivot_14":[[40.703138,-74.0103394],"Vietnam Veterans Plaza"],"main_pivot_15":[[40.702143,-74.0135652],"5 benches"],"near_pivot":[[40.702143,-74.0135652],"5 benches"],"beyond_pivot":[[40.7032638,-74.0131433],"kiosk"],"around_goal_pivot_1":[[40.7012507,-74.0154319],"three gardens"],"around_goal_pivot_2":[[40.7017501,-74.0153836],"2 gardens"],"around_goal_pivot_3":[[40.7011191,-74.0153901],"2 benches"],"around_goal_pivot_4":[[40.7022572,-74.0164624],"three gardens"],"around_goal_pivot_5":[[40.702432,-74.0166569],"2 benches"],"around_goal_pivot_6":[[40.7050584,-74.013762],"seven benches"],"around_goal_pivot_7":[[40.7033718,-74.0164159],"historic fort"],"around_goal_pivot_8":[[40.7034359,-74.010973],"historic district"],"around_goal_pivot_9":[[40.7047808,-74.0136889],"5 benches"],"around_goal_pivot_10":[[40.7039219,-74.0130056],"pharmacy"]}} +{"rvs_sample_number":127,"content":"Meet me at the atm It's near the nine vending machines in the Park Avenue sort of wide loop at the terminal. The gray bar building is a block or so east.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7529359,-73.9776047],"key":7077,"region":"Manhattan","rvs_start_point":[40.7523658,-73.9738921],"landmarks":{"end_point":[[40.7529359,-73.9776047],"atm"],"start_point":[[40.7523658,-73.9738921],"cafe"],"main_pivot":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_2":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_3":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_4":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_5":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_6":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_7":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_8":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_9":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_10":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_11":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_12":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_13":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_14":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_15":[[40.752989,-73.9775967],"nine vending machines"],"near_pivot":[[40.752989,-73.9775967],"nine vending machines"],"around_goal_pivot_1":[[40.7520604366,-73.975753366],"Grand Hyatt"],"around_goal_pivot_2":[[40.7513168,-73.9763761],"pharmacy"],"around_goal_pivot_3":[[40.7535383,-73.9805923],"H&M"],"around_goal_pivot_4":[[40.7555913,-73.9770542],"AT&T"],"around_goal_pivot_5":[[40.7537116,-73.9809753],"Zara"],"around_goal_pivot_6":[[40.7552093,-73.9793633],"NBA Store"],"around_goal_pivot_7":[[40.7550569,-73.9774184],"Swarovski"],"around_goal_pivot_8":[[40.7528179,-73.9799233],"Sephora"],"around_goal_pivot_9":[[40.7503843,-73.9770104],"European Wax Center"],"around_goal_pivot_10":[[40.7540956,-73.9780491],"Allen Edmonds"]}} +{"rvs_sample_number":278,"content":"Meet me at the drinking water southeast of you on East 9th Street. Citi Bike is northeast of me and a church is on the northwest. It is in a big park. You should pass Performance Space 122 theater on the way. ","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7269,-73.982],"key":7078,"region":"Manhattan","rvs_start_point":[40.7339808,-73.9990418],"landmarks":{"end_point":[[40.7269,-73.982],"drinking water"],"start_point":[[40.7339808,-73.9990418],"books shop"],"main_pivot":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_2":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_3":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_4":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_5":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_6":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_7":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_8":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_9":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_10":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_11":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_12":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_13":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_14":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_15":[[40.7277,-73.9824996],"church"],"near_pivot":[[40.7277,-73.9824996],"church"],"beyond_pivot":[[40.7274079,-73.9814201],"Citi Bike"],"around_goal_pivot_1":[[40.7272306,-73.9805648],"library"],"around_goal_pivot_2":[[40.7260555,-73.9831217],"historic monument"],"around_goal_pivot_3":[[40.7243587,-73.9820544],"2 shelters"],"around_goal_pivot_4":[[40.7272198,-73.9794026],"2 community centres"],"around_goal_pivot_5":[[40.7243268,-73.9816018],"2 schools"],"around_goal_pivot_6":[[40.726379,-73.9852502],"synagogue"],"around_goal_pivot_7":[[40.7287229,-73.9794734],"clinic"],"around_goal_pivot_8":[[40.7282615,-73.9817169],"7-Eleven"],"around_goal_pivot_9":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_10":[[40.7295465,-73.982639],"2 schools"]}} +{"rvs_sample_number":81,"content":"I'm at the dentist's office in the middle of the block on W. 44th St. It is on the other side of the street from The Blue Bar. Meet me here by going northeast from your location. If you come to Diamond Braces, you have gone too far. ","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7554476,-73.9818089],"key":7079,"region":"Manhattan","rvs_start_point":[40.753594,-73.9873522],"landmarks":{"end_point":[[40.7554476,-73.9818089],"dentist's office"],"start_point":[[40.753594,-73.9873522],"bank"],"main_pivot":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_2":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_3":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_4":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_5":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_6":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_7":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_8":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_9":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_10":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_11":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_12":[[40.756462,-73.9837039],"Belasco Theatre"],"main_pivot_13":[[40.756462,-73.9837039],"Belasco Theatre"],"main_pivot_14":[[40.7551169,-73.98478],"Midtown"],"main_pivot_15":[[40.7547660861,-73.9820940865],"college"],"near_pivot":[[40.7547660861,-73.9820940865],"college"],"around_goal_pivot_1":[[40.7563762,-73.9808279],"Cambria Hotel"],"around_goal_pivot_2":[[40.7544852,-73.9814677],"Allen Edmonds"],"around_goal_pivot_3":[[40.7554476,-73.9800129],"dentist's office"],"around_goal_pivot_4":[[40.7552504,-73.9833913],"school"],"around_goal_pivot_5":[[40.7563772,-73.9827989],"atm"],"around_goal_pivot_6":[[40.7563923,-73.982749],"marketplace"],"around_goal_pivot_7":[[40.7559522,-73.9824888],"bar"],"around_goal_pivot_8":[[40.7565135,-73.9811544],"parking lot"],"around_goal_pivot_9":[[40.7558239,-73.9808049],"toy shop"],"around_goal_pivot_10":[[40.7564652,-73.981334],"clothes shop"]}} +{"rvs_sample_number":474,"content":"Head north. Let's meet at the church right next to the museum, on West 23rd Street. It's just east of the restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7436015623,-73.9935817605],"key":7080,"region":"Manhattan","rvs_start_point":[40.7327227,-73.9882473],"landmarks":{"end_point":[[40.7436015623,-73.9935817605],"church"],"start_point":[[40.7327227,-73.9882473],"theatre"],"main_pivot":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_2":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_3":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_4":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_5":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_6":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_7":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_8":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_9":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_10":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_11":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_12":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_13":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_14":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_15":[[40.7433846,-73.9935834],"museum"],"near_pivot":[[40.7433846,-73.9935834],"museum"],"beyond_pivot":[[40.7438586,-73.9946656],"restaurant"],"around_goal_pivot_1":[[40.7435528,-73.9901189],"historic memorial"],"around_goal_pivot_2":[[40.743566,-73.9901372],"cathedral"],"around_goal_pivot_3":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_4":[[40.7419835,-73.9932144],"DavidsTea"],"around_goal_pivot_5":[[40.7436345,-73.99204],"Verizon Wireless"],"around_goal_pivot_6":[[40.7437401,-73.9919511],"European Wax Center"],"around_goal_pivot_7":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_8":[[40.740998,-73.9944619],"Staples"],"around_goal_pivot_9":[[40.7446183,-73.9964638],"AT&T"],"around_goal_pivot_10":[[40.7445345,-73.9961958],"Crunch Fitness"]}} +{"rvs_sample_number":259,"content":"Meet me at the ice cream shop northwest of you. It's on the north side of Rivington street, just one block west of the Two Playgrounds.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7215736,-73.9930301],"key":7081,"region":"Manhattan","rvs_start_point":[40.7202766,-73.9901449],"landmarks":{"end_point":[[40.7215736,-73.9930301],"ice cream"],"start_point":[[40.7202766,-73.9901449],"hairdresser shop"],"main_pivot":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_2":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_3":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_4":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_5":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_6":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_7":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_8":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_9":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_10":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_11":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_12":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_13":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_14":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_15":[[40.7222352683,-73.9928331606],"museum"],"near_pivot":[[40.7222352683,-73.9928331606],"museum"],"beyond_pivot":[[40.7224177,-73.9929044],"museum"],"around_goal_pivot_1":[[40.7205137,-73.9932198],"nightclub"],"around_goal_pivot_2":[[40.7224177,-73.9929044],"museum"],"around_goal_pivot_3":[[40.7221310008,-73.9944741655],"park"],"around_goal_pivot_4":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_5":[[40.7212036,-73.9917466],"two playgrounds"],"around_goal_pivot_6":[[40.7224954,-73.9928637],"hotel"],"around_goal_pivot_7":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_8":[[40.720684,-73.993319],"citizenM"],"around_goal_pivot_9":[[40.7226367,-73.9940413],"post box"],"around_goal_pivot_10":[[40.7202125,-73.9924811],"drinking water"]}} +{"rvs_sample_number":479,"content":"Move southwest and get on Battery place. You will see me at the supermarket west of drinking water and east of the bay. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7072236,-74.0170631],"key":7082,"region":"Manhattan","rvs_start_point":[40.717085,-74.005967],"landmarks":{"end_point":[[40.7072236,-74.0170631],"supermarket"],"start_point":[[40.717085,-74.005967],"bank"],"main_pivot":[[40.7127424,-74.0094672],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_2":[[40.7143292,-74.007379],"Tower 270"],"main_pivot_3":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_4":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_5":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_6":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_7":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_8":[[40.7105429,-74.0113449],"3 World Trade Center"],"main_pivot_9":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_10":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_11":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_12":[[40.7067464,-74.0137776],"Elizabeth H. Berger Plaza"],"main_pivot_13":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_14":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_15":[[40.7072394,-74.0162194],"drinking water"],"near_pivot":[[40.7072394,-74.0162194],"drinking water"],"around_goal_pivot_1":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_2":[[40.7083095,-74.013925],"chapel"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.7082349,-74.0142979],"Holiday Inn"],"around_goal_pivot_6":[[40.7049059,-74.0187402],"5 benches"],"around_goal_pivot_7":[[40.7068884,-74.0185311],"viewpoint"],"around_goal_pivot_8":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_9":[[40.7080962,-74.0146254],"bar"],"around_goal_pivot_10":[[40.7052227,-74.0183978],"toilets"]}} +{"rvs_sample_number":209,"content":"Meet me at the bicycle parking west of your location. Head west until you get to 8th Avenue. Head south three blocks. Your destination is on the corner of the next block right next to a college. If you see a Duane Reade pharmacy, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7482066,-73.9962226],"key":7083,"region":"Manhattan","rvs_start_point":[40.748233,-73.9902189],"landmarks":{"end_point":[[40.7482066,-73.9962226],"bicycle parking"],"start_point":[[40.748233,-73.9902189],"wigs shop"],"main_pivot":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_2":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_3":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_4":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_5":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_6":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_7":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_8":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_9":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_10":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_11":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_12":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_13":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_14":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_15":[[40.7481667783,-73.9961677174],"college"],"near_pivot":[[40.7481667783,-73.9961677174],"college"],"beyond_pivot":[[40.7472098,-73.9968421],"pharmacy"],"around_goal_pivot_1":[[40.7487769,-73.9953514],"theatre"],"around_goal_pivot_2":[[40.7472098,-73.9968421],"pharmacy"],"around_goal_pivot_3":[[40.7483339,-73.9944159],"Holiday Inn Express"],"around_goal_pivot_4":[[40.7473483,-73.9972355],"bicycle rental"],"around_goal_pivot_5":[[40.7491203,-73.9955476],"telephone"],"around_goal_pivot_6":[[40.7480246,-73.9947822],"stripclub"],"around_goal_pivot_7":[[40.7471881,-73.9949942],"waste basket"],"around_goal_pivot_8":[[40.7475657,-73.9975067],"supermarket"],"around_goal_pivot_9":[[40.7475065,-73.9971646],"medical supply shop"],"around_goal_pivot_10":[[40.7470021,-73.9963675],"hairdresser shop"]}} +{"rvs_sample_number":25,"content":"Let's meet up at bicycle parking. Go northeast a handful of blocks until you reach Ricky's NYC. Go to the block east of there. The bicycle parking is on the west side of Lafayette Street, and is the one farthest north in the block. So there is no place at all north of it. ","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7241721,-73.9961794],"key":7084,"region":"Manhattan","rvs_start_point":[40.7191958,-74.0046861],"landmarks":{"end_point":[[40.7241721,-73.9961794],"bicycle parking"],"start_point":[[40.7191958,-74.0046861],"bicycle parking"],"main_pivot":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_2":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_3":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_4":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_5":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_6":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_7":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_8":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_9":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_10":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_11":[[40.7195929,-74.0044825],"32 Avenue of the Americas"],"main_pivot_12":[[40.7195929,-74.0044825],"32 Avenue of the Americas"],"main_pivot_13":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_14":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_15":[[40.7237654,-73.9954042],"cathedral"],"near_pivot":[[40.7237654,-73.9954042],"cathedral"],"around_goal_pivot_1":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_4":[[40.724535,-73.9985543],"Nespresso"],"around_goal_pivot_5":[[40.7235022,-73.998176],"Uniqlo"],"around_goal_pivot_6":[[40.7248315,-73.9952195],"REI"],"around_goal_pivot_7":[[40.723331,-73.998366],"Steve Madden"],"around_goal_pivot_8":[[40.726185,-73.995877],"PetSmart"],"around_goal_pivot_9":[[40.7248196,-73.99707],"Ricky's NYC"],"around_goal_pivot_10":[[40.7247766,-73.9991042],"Tumi"]}} +{"rvs_sample_number":344,"content":"Let's meet up at the cafe? It's the one on 7th Avenue. To it's north and across the street is a studio. A bicycle habitat is a couple of blocks and across the street south.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.745544,-73.9943954],"key":7085,"region":"Manhattan","rvs_start_point":[40.7469763,-73.9885749],"landmarks":{"end_point":[[40.745544,-73.9943954],"cafe"],"start_point":[[40.7469763,-73.9885749],"craft shop"],"main_pivot":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_2":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_3":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_4":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_5":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_6":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_7":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_8":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_9":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_10":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_11":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_12":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_13":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_14":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_15":[[40.7472345,-73.993548],"college"],"near_pivot":[[40.7472345,-73.993548],"college"],"around_goal_pivot_1":[[40.7438091,-73.9935577],"church"],"around_goal_pivot_2":[[40.7464682783,-73.9948976685],"studio"],"around_goal_pivot_3":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_4":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_5":[[40.7446183,-73.9964638],"AT&T"],"around_goal_pivot_6":[[40.7468823,-73.9915583],"Hotel Indigo"],"around_goal_pivot_7":[[40.7467912,-73.9913886],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_9":[[40.7470655,-73.9914629],"DoubleTree"],"around_goal_pivot_10":[[40.7444317,-73.9956514],"bicycle habitat"]}} +{"rvs_sample_number":375,"content":"I'm just west of you a couple of blocks at the citi bike rental on the corner opposite the charge point on the same block.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7287346,-74.008557],"key":7086,"region":"Manhattan","rvs_start_point":[40.728969,-74.0049638],"landmarks":{"end_point":[[40.7287346,-74.008557],"bicycle rental"],"start_point":[[40.728969,-74.0049638],"bicycle parking"],"main_pivot":[[40.7284458,-74.0046787],"Film Forum"],"main_pivot_2":[[40.7287556,-74.0059248],"City As School"],"main_pivot_3":[[40.7284458,-74.0046787],"Film Forum"],"main_pivot_4":[[40.7284401,-74.005096],"SOB's"],"main_pivot_5":[[40.7287556,-74.0059248],"City As School"],"main_pivot_6":[[40.7287556,-74.0059248],"City As School"],"main_pivot_7":[[40.7284401,-74.005096],"SOB's"],"main_pivot_8":[[40.7287556,-74.0059248],"City As School"],"main_pivot_9":[[40.7284401,-74.005096],"SOB's"],"main_pivot_10":[[40.7284458,-74.0046787],"Film Forum"],"main_pivot_11":[[40.7287556,-74.0059248],"City As School"],"main_pivot_12":[[40.7287556,-74.0059248],"City As School"],"main_pivot_13":[[40.7284458,-74.0046787],"Film Forum"],"main_pivot_14":[[40.7284401,-74.005096],"SOB's"],"main_pivot_15":[[40.7286497,-74.0073913],"charging station"],"near_pivot":[[40.7286497,-74.0073913],"charging station"],"beyond_pivot":[[40.7276195,-74.0074601],"cafe"],"around_goal_pivot_1":[[40.7279465,-74.0113749],"3 benches"],"around_goal_pivot_2":[[40.7297262,-74.0060455],"three benches"],"around_goal_pivot_3":[[40.7275353,-74.0081354],"museum"],"around_goal_pivot_4":[[40.72806,-74.0056962],"post office"],"around_goal_pivot_5":[[40.727045,-74.0061951],"Four Points by Sheraton"],"around_goal_pivot_6":[[40.7276276,-74.0059106],"Courtyard"],"around_goal_pivot_7":[[40.7273252,-74.0061913],"WeWork"],"around_goal_pivot_8":[[40.7277177,-74.0113336],"bicycle rental"],"around_goal_pivot_9":[[40.7280784,-74.0113618],"3 benches"],"around_goal_pivot_10":[[40.7264560289,-74.0087427724],"hotel"]}} +{"rvs_sample_number":283,"content":"Let's meet at the restaurant on Amsterdam Avenue. It's on the next block north of the hotel but on the opposite side of the street. It's only a few spaces north of the intersection between those two blocks.","rvs_path":"data\/geodata\/manhattan_samples_v41.gpkg","rvs_goal_point":[40.7838789458,-73.9774228496],"key":7087,"region":"Manhattan","rvs_start_point":[40.7713955,-73.9835858],"landmarks":{"end_point":[[40.7838789458,-73.9774228496],"restaurant"],"start_point":[[40.7713955,-73.9835858],"bench"],"main_pivot":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_2":[[40.7722218313,-73.9824300254],"Dante Park"],"main_pivot_3":[[40.77731,-73.982318],"Sherman Square"],"main_pivot_4":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_5":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_6":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_7":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_8":[[40.77694,-73.9815071],"Church of the Blessed Sacrament"],"main_pivot_9":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_10":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_11":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_12":[[40.77731,-73.982318],"Sherman Square"],"main_pivot_13":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_14":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_15":[[40.7833363,-73.978391],"hotel"],"near_pivot":[[40.7833363,-73.978391],"hotel"],"around_goal_pivot_1":[[40.7838263,-73.9803232],"historic building"],"around_goal_pivot_2":[[40.7838029,-73.9803906],"bank"],"around_goal_pivot_3":[[40.7845415,-73.9798416],"Verizon Wireless"],"around_goal_pivot_4":[[40.7817731,-73.9796013],"SoulCycle"],"around_goal_pivot_5":[[40.7828471,-73.9801954],"Marshalls"],"around_goal_pivot_6":[[40.7836583,-73.9790891],"Goodwill"],"around_goal_pivot_7":[[40.7818389,-73.9757879],"The Coffee Bean & Tea Leaf"],"around_goal_pivot_8":[[40.7838358408,-73.9792695988],"DSW"],"around_goal_pivot_9":[[40.7832478,-73.974763],"Flying Tiger Copenhagen"],"around_goal_pivot_10":[[40.7826191,-73.9752335],"Scotch & Soda"]}} +{"rvs_sample_number":174,"content":"Meet me at the bicycle parking on East 6th Street. It's less than a block west of the arts centre. If you were coming from the arts centre, it would be the first bicycle parking on the north side after you cross the street.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7257078,-73.9843811],"key":7088,"region":"Manhattan","rvs_start_point":[40.7365546,-73.9967629],"landmarks":{"end_point":[[40.7257078,-73.9843811],"bicycle parking"],"start_point":[[40.7365546,-73.9967629],"clinic"],"main_pivot":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_2":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_3":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_4":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_5":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_6":[[40.7345833,-73.9932072],"Strip House"],"main_pivot_7":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_8":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_9":[[40.7283157,-73.9899801],"St. George's Church"],"main_pivot_10":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_11":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_12":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_13":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_14":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_15":[[40.7260589,-73.9832976],"park"],"near_pivot":[[40.7260589,-73.9832976],"park"],"around_goal_pivot_1":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_2":[[40.7243544,-73.9820812],"2 shelters"],"around_goal_pivot_3":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_4":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_5":[[40.7257886,-73.9868271],"pharmacy"],"around_goal_pivot_6":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_7":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_8":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_9":[[40.7273461,-73.9850116],"attraction"],"around_goal_pivot_10":[[40.7239592,-73.9844334],"recycling"]}} +{"rvs_sample_number":129,"content":"Meet me at the bicycle parking on East 13th Street. It is directly across the street from the Regal Cinema.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7338032,-73.9907195],"key":7089,"region":"Manhattan","rvs_start_point":[40.7259694,-74.00157],"landmarks":{"end_point":[[40.7338032,-73.9907195],"bicycle parking"],"start_point":[[40.7259694,-74.00157],"clothes shop"],"main_pivot":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_2":[[40.7283941,-73.9997973],"Mill House No.1"],"main_pivot_3":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_4":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_5":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_6":[[40.7292811082,-73.998876448],"New York University"],"main_pivot_7":[[40.7283941,-73.9997973],"Mill House No.1"],"main_pivot_8":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_9":[[40.7302474,-73.9954249],"Brown Building"],"main_pivot_10":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_11":[[40.7300275,-73.9984077],"Judson Memorial Church"],"main_pivot_12":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_13":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_14":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_15":[[40.7340532,-73.9907254],"cinema"],"near_pivot":[[40.7340532,-73.9907254],"cinema"],"beyond_pivot":[[40.7329691,-73.9913372],"7-Eleven"],"around_goal_pivot_1":[[40.7318504,-73.9905257],"two schools"],"around_goal_pivot_3":[[40.7321222,-73.9909322],"church"],"around_goal_pivot_4":[[40.7319477,-73.9891462],"nightclub"],"around_goal_pivot_5":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_6":[[40.7322144,-73.9899743],"post office"],"around_goal_pivot_7":[[40.7322911,-73.9891871],"historic building"],"around_goal_pivot_9":[[40.7347904,-73.9905721],"park"],"around_goal_pivot_10":[[40.7330604,-73.9932782],"historic manor"]}} +{"rvs_sample_number":211,"content":"Head Southeast, going to almost the very end of East 23rd street before it terminates at the east river near the spot where seaplanes land and depart, If you are confused about where you are going, wait until you see planes land on the east river area there. You'll likely see things happening, during daylight hours. There is a garbage can about 1\/3 of a block from the very end of the street on it's north side.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7361141,-73.9761162],"key":7090,"region":"Manhattan","rvs_start_point":[40.7472701,-73.98464],"landmarks":{"end_point":[[40.7361141,-73.9761162],"waste basket"],"start_point":[[40.7472701,-73.98464],"parking lot"],"main_pivot":[[40.7412821,-73.9750983],"NYC Office of Chief Medical Examiner"],"main_pivot_2":[[40.7439215,-73.9799729],"Kips Bay Library"],"main_pivot_3":[[40.7422517,-73.9764885],"Kips Bay Tower South"],"main_pivot_4":[[40.7412821,-73.9750983],"NYC Office of Chief Medical Examiner"],"main_pivot_5":[[40.7439215,-73.9799729],"Kips Bay Library"],"main_pivot_6":[[40.7422517,-73.9764885],"Kips Bay Tower South"],"main_pivot_7":[[40.7439215,-73.9799729],"Kips Bay Library"],"main_pivot_8":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_9":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_10":[[40.7465976,-73.9814493],"3 Park Avenue"],"main_pivot_11":[[40.7412821,-73.9750983],"NYC Office of Chief Medical Examiner"],"main_pivot_12":[[40.7439215,-73.9799729],"Kips Bay Library"],"main_pivot_13":[[40.7439215,-73.9799729],"Kips Bay Library"],"main_pivot_14":[[40.7439215,-73.9799729],"Kips Bay Library"],"main_pivot_15":[[40.7365931,-73.9755512],"playground"],"near_pivot":[[40.7365931,-73.9755512],"playground"],"around_goal_pivot_1":[[40.7363297,-73.9739251],"school"],"around_goal_pivot_2":[[40.73515,-73.9745164],"gas station"],"around_goal_pivot_3":[[40.7368952,-73.9790601],"clinic"],"around_goal_pivot_4":[[40.7365989,-73.9784422],"post box"],"around_goal_pivot_5":[[40.7356179,-73.977636],"fountain"],"around_goal_pivot_6":[[40.7358432,-73.9788411],"shelter"],"around_goal_pivot_7":[[40.7381734,-73.9773875],"college"],"around_goal_pivot_8":[[40.7380015,-73.9779099],"clock"],"around_goal_pivot_9":[[40.7341247,-73.9742402],"recycling"],"around_goal_pivot_10":[[40.7373978,-73.9785127],"animal boarding"]}} +{"rvs_sample_number":161,"content":"I am northwest of you, at a convenience shop on Canal Street. A fire station is a block and a half south of it. Over a block east of the convenience shop is a church. Go North to Canal Street and then go west, when the street turns you will know you are close, walk another 2 blocks and I'll be on your left.","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7179864,-74.0002146],"key":7091,"region":"Manhattan","rvs_start_point":[40.7144127,-73.9981498],"landmarks":{"end_point":[[40.7179864,-74.0002146],"convenience shop"],"start_point":[[40.7144127,-73.9981498],"attraction"],"main_pivot":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_2":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_3":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_4":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_5":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_6":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_7":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_8":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_9":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_10":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_11":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_12":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_13":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_14":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_15":[[40.7177288,-73.9991003],"church"],"near_pivot":[[40.7177288,-73.9991003],"church"],"beyond_pivot":[[40.7173313,-74.0009106],"building"],"around_goal_pivot_1":[[40.7197725,-73.9982894],"historic building"],"around_goal_pivot_2":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_3":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_4":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_5":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_6":[[40.7170348,-73.9978847],"2 jewelry shops"],"around_goal_pivot_7":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_8":[[40.7171502,-73.9982139],"three jewelry shops"],"around_goal_pivot_9":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_10":[[40.7171346,-73.9973865],"charging station"]}} +{"rvs_sample_number":22,"content":"Meet me at the parking lot by FDR Drive. It is north of where you are now. Head north and you will see a school, a track and a playground in a row near the seashore. The parking lot is not far from these locations and on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7378339,-73.9735451],"key":7092,"region":"Manhattan","rvs_start_point":[40.7316413345,-73.9759971844],"landmarks":{"end_point":[[40.7378339,-73.9735451],"parking lot"],"start_point":[[40.7316413345,-73.9759971844],"garden"],"main_pivot":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_2":[[40.7332187,-73.9753685],"Peter Cooper Village"],"main_pivot_3":[[40.7363297,-73.9739251],"United Nations International School"],"main_pivot_4":[[40.7363297,-73.9739251],"United Nations International School"],"main_pivot_5":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_6":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_7":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_8":[[40.7332187,-73.9753685],"Peter Cooper Village"],"main_pivot_9":[[40.7332187,-73.9753685],"Peter Cooper Village"],"main_pivot_10":[[40.7363297,-73.9739251],"United Nations International School"],"main_pivot_11":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_12":[[40.7332187,-73.9753685],"Peter Cooper Village"],"main_pivot_13":[[40.7363297,-73.9739251],"United Nations International School"],"main_pivot_14":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_15":[[40.738185,-73.974138],"hospital"],"near_pivot":[[40.738185,-73.974138],"hospital"],"around_goal_pivot_1":[[40.7363297,-73.9739251],"school"],"around_goal_pivot_2":[[40.7366939,-73.973655],"track"],"around_goal_pivot_3":[[40.7369839,-73.973396],"playground"],"around_goal_pivot_4":[[40.7357229,-73.97521],"park"]}} +{"rvs_sample_number":29,"content":"Meet me at the Pret A Manger fast food restaurant on 6th Avenue. It is on the block next to staples and south west of Chipotle fast food. It is north west of the NY library.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7413453,-73.9941968],"key":7093,"region":"Manhattan","rvs_start_point":[40.726776,-74.0036466],"landmarks":{"end_point":[[40.7413453,-73.9941968],"fast food restaurant"],"start_point":[[40.726776,-74.0036466],"bicycle parking"],"main_pivot":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_2":[[40.7308783,-74.0006841],"Blue Note Jazz Club"],"main_pivot_3":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_4":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_5":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_6":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_7":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_8":[[40.7327109,-73.999944],"New York University"],"main_pivot_9":[[40.7308783,-74.0006841],"Blue Note Jazz Club"],"main_pivot_10":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_11":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_12":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_13":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_14":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_15":[[40.740998,-73.9944619],"Staples"],"near_pivot":[[40.740998,-73.9944619],"Staples"],"beyond_pivot":[[40.7417516,-73.9934013],"fast_food"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7433941,-73.993606],"church"],"around_goal_pivot_3":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_4":[[40.74,-73.9925],"historic district"],"around_goal_pivot_5":[[40.7433235,-73.9934383],"museum"],"around_goal_pivot_6":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_7":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_8":[[40.73971,-73.995387],"Modell's Sporting Goods"],"around_goal_pivot_9":[[40.7401382,-73.9946367],"Marshalls"],"around_goal_pivot_10":[[40.7402954,-73.9949738],"The Container Store"]}} +{"rvs_sample_number":490,"content":"Head south down 6th Avenue where you'll meet me at the handbags shop just north of the pharmacy, and a few blocks south of the Courtyard","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7456936,-73.9910056],"key":7094,"region":"Manhattan","rvs_start_point":[40.7510666,-73.984278],"landmarks":{"end_point":[[40.7456936,-73.9910056],"handbags shop"],"start_point":[[40.7510666,-73.984278],"florist shop"],"main_pivot":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_2":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_3":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_4":[[40.7501745,-73.988051],"Macy's"],"main_pivot_5":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_6":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_7":[[40.7501745,-73.988051],"Macy's"],"main_pivot_8":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_9":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_10":[[40.7501745,-73.988051],"Macy's"],"main_pivot_11":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_12":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_13":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_14":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_15":[[40.7452288,-73.9913662],"pharmacy"],"near_pivot":[[40.7452288,-73.9913662],"pharmacy"],"around_goal_pivot_1":[[40.7435762,-73.9892435],"books shop"],"around_goal_pivot_2":[[40.7435528,-73.9901189],"historic memorial"],"around_goal_pivot_3":[[40.7437272,-73.9933634],"church"],"around_goal_pivot_4":[[40.744038,-73.9899159],"cathedral"],"around_goal_pivot_5":[[40.7472345,-73.993548],"college"],"around_goal_pivot_6":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_7":[[40.7435992,-73.9888651],"Deciem"],"around_goal_pivot_8":[[40.748199,-73.9909979],"Courtyard"],"around_goal_pivot_9":[[40.7436345,-73.99204],"Verizon Wireless"],"around_goal_pivot_10":[[40.745587,-73.9936036],"Hilton"]}} +{"rvs_sample_number":3,"content":"Meet me at the ATM. Go south on 8th Avenue past Hearst Tower. Go four and a half blocks past Hearst Tower and you will see me at the ATM. It's on the next block past 7-Eleven but on the opposite side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7632469,-73.9851823],"key":7095,"region":"Manhattan","rvs_start_point":[40.778979,-73.9778964],"landmarks":{"end_point":[[40.7632469,-73.9851823],"atm"],"start_point":[[40.778979,-73.9778964],"fast food restaurant"],"main_pivot":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_2":[[40.7715835,-73.9823779],"Dante Park"],"main_pivot_3":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_4":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_5":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_6":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_7":[[40.7662295,-73.9834623],"Hearst Tower"],"main_pivot_8":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_9":[[40.7715345095,-73.9818945079],"1 Lincoln Plaza"],"main_pivot_10":[[40.7685324,-73.9827663],"Masa"],"main_pivot_11":[[40.7726182547,-73.9824375586],"Lincoln Center for the Performing Arts"],"main_pivot_12":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_13":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_14":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_15":[[40.7628287555,-73.9846097513],"church"],"near_pivot":[[40.7628287555,-73.9846097513],"church"],"around_goal_pivot_1":[[40.7644834,-73.984738],"GNC"],"around_goal_pivot_2":[[40.7632287,-73.9866119],"Triumph Hospitality"],"around_goal_pivot_3":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_4":[[40.7640448,-73.984677],"post box"],"around_goal_pivot_5":[[40.7638247,-73.9860908],"post office"],"around_goal_pivot_6":[[40.7641275,-73.9843365],"karaoke box"],"around_goal_pivot_7":[[40.7643286,-73.984836],"cafe"],"around_goal_pivot_8":[[40.7641259,-73.985031],"fast food restaurant"],"around_goal_pivot_9":[[40.7639469136,-73.9857248484],"school"],"around_goal_pivot_10":[[40.7641329,-73.9849215],"waste basket"]}} +{"rvs_sample_number":238,"content":"Travel directly north and meet me at the garden just off the west side of 20th Street Loop, west of the deli restaurant and east of Ace Hardware.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7336164839,-73.9781081382],"key":7096,"region":"Manhattan","rvs_start_point":[40.7199736,-73.9791232],"landmarks":{"end_point":[[40.7336164839,-73.9781081382],"garden"],"start_point":[[40.7199736,-73.9791232],"bicycle parking"],"main_pivot":[[40.7197764,-73.9787533],"Baruch Houses"],"main_pivot_2":[[40.7201046,-73.9797956],"Hamilton Fish Park"],"main_pivot_3":[[40.7201046,-73.9797956],"Hamilton Fish Park"],"main_pivot_4":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_5":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_6":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_7":[[40.7201046,-73.9797956],"Hamilton Fish Park"],"main_pivot_8":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_9":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_10":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_11":[[40.7197764,-73.9787533],"Baruch Houses"],"main_pivot_12":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_13":[[40.7201046,-73.9797956],"Hamilton Fish Park"],"main_pivot_14":[[40.7197764,-73.9787533],"Baruch Houses"],"main_pivot_15":[[40.7336058,-73.9775005],"restaurant"],"near_pivot":[[40.7336058,-73.9775005],"restaurant"],"around_goal_pivot_1":[[40.7311513,-73.9789305],"five parking spaces"],"around_goal_pivot_2":[[40.7332823,-73.9813774],"hospital"],"around_goal_pivot_3":[[40.7330441981,-73.976785051],"two gardens"],"around_goal_pivot_4":[[40.7333076,-73.9807749],"pharmacy"],"around_goal_pivot_5":[[40.7331857,-73.9808607],"Trek"],"around_goal_pivot_6":[[40.7333472,-73.9766698],"3 gardens"],"around_goal_pivot_7":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_8":[[40.7311568,-73.9790228],"five parking spaces"],"around_goal_pivot_9":[[40.7310392,-73.9780922],"2 playgrounds"],"around_goal_pivot_10":[[40.731555,-73.9761539],"3 gardens"]}} +{"rvs_sample_number":310,"content":"Can you pick me up at the Car shop on West 20th, it's the same street you're on now. I'm about a block and a half northwest of where you are now. It's on the southwest side of the street, you'll pass the blink station (charging) on the corner before you pass over the ave. and you'll see the car shop, early in that next block west.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7424053,-73.9977848],"key":7097,"region":"Manhattan","rvs_start_point":[40.7407974,-73.9933552],"landmarks":{"end_point":[[40.7424053,-73.9977848],"car shop"],"start_point":[[40.7407974,-73.9933552],"restaurant"],"main_pivot":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_2":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_3":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_4":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_5":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_6":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_7":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_8":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_10":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_11":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_12":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_13":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_14":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_15":[[40.7419763,-73.9968226],"charging station"],"near_pivot":[[40.7419763,-73.9968226],"charging station"],"beyond_pivot":[[40.7433672,-74.0001245],"pharmacy"],"around_goal_pivot_1":[[40.7400959,-73.9977377],"museum"],"around_goal_pivot_2":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_3":[[40.7444317,-73.9956514],"bicycle habitat"],"around_goal_pivot_4":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_5":[[40.7399925,-73.9983707],"Barneys New York"],"around_goal_pivot_6":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_7":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_8":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_9":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_10":[[40.7428322,-73.9963077],"True Value"]}} +{"rvs_sample_number":301,"content":"If you want to meet, I'm many blocks due south of you, at the small circle garden by the end of Coenties Slip, southwest of 3 gardens and 2 fountains. ","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7026684764,-74.0095424239],"key":7098,"region":"Manhattan","rvs_start_point":[40.7157159,-74.0076211],"landmarks":{"end_point":[[40.7026684764,-74.0095424239],"garden"],"start_point":[[40.7157159,-74.0076211],"restaurant"],"main_pivot":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_2":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_3":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_4":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_5":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_6":[[40.71126,-74.0108856],"World Trade Center Transportation Hub - Oculus"],"main_pivot_7":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_8":[[40.7127424,-74.0094672],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_9":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_10":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_11":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_12":[[40.7075025,-74.0113643],"1 Wall Street"],"main_pivot_13":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_14":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_15":[[40.7031328,-74.0088239],"3 gardens"],"near_pivot":[[40.7031328,-74.0088239],"3 gardens"],"around_goal_pivot_1":[[40.7033867,-74.0113536],"museum"],"around_goal_pivot_2":[[40.7037401,-74.0084558],"2 fountains"],"around_goal_pivot_3":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_4":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_5":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_6":[[40.7032278,-74.0122031],"Hampton"],"around_goal_pivot_7":[[40.704059,-74.011355],"WeWork"],"around_goal_pivot_8":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_9":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_10":[[40.7040493,-74.0075193],"two benches"]}} +{"rvs_sample_number":347,"content":"Meet me at the parking space northeast of you on 14th Street Loop. To my southwest is two gardens and public bookcase is on the northeast.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7303985205,-73.9777464061],"key":7099,"region":"Manhattan","rvs_start_point":[40.7237589,-73.9884638],"landmarks":{"end_point":[[40.7303985205,-73.9777464061],"parking space"],"start_point":[[40.7237589,-73.9884638],"restaurant"],"main_pivot":[[40.7288751401,-73.9823115913],"East Side Community High School"],"main_pivot_2":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_3":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_4":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_5":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_6":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_7":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_8":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_9":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_10":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_11":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_14":[[40.7288751401,-73.9823115913],"East Side Community High School"],"main_pivot_15":[[40.7302366,-73.97875],"two gardens"],"near_pivot":[[40.7302366,-73.97875],"two gardens"],"around_goal_pivot_1":[[40.7287229,-73.9794734],"clinic"],"around_goal_pivot_2":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_3":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"around_goal_pivot_4":[[40.7311667,-73.9757685],"4 parking spaces"],"around_goal_pivot_5":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_6":[[40.7287944,-73.978882],"church"],"around_goal_pivot_7":[[40.7286624,-73.980062],"dentist's office"],"around_goal_pivot_8":[[40.7317004,-73.9760162],"3 gardens"],"around_goal_pivot_9":[[40.7312629,-73.9756685],"five parking spaces"],"around_goal_pivot_10":[[40.731262,-73.9772239],"public bookcase"]}} +{"rvs_sample_number":356,"content":"Go southwest and meet me at the bench near the waterfront just off of Battery Place. It's east of another bench and northeast of the viewpoint.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.7047647,-74.0178652],"key":7100,"region":"Manhattan","rvs_start_point":[40.706505,-74.0141733],"landmarks":{"end_point":[[40.7047647,-74.0178652],"bench"],"start_point":[[40.706505,-74.0141733],"bicycle parking"],"main_pivot":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_2":[[40.7061529,-74.0142405],"Cunard Building"],"main_pivot_3":[[40.7049131,-74.0147868],"International Mercantile Marine Company Building"],"main_pivot_4":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_5":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_6":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_7":[[40.7049131,-74.0147868],"International Mercantile Marine Company Building"],"main_pivot_8":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_9":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_10":[[40.7061529,-74.0142405],"Cunard Building"],"main_pivot_11":[[40.7049131,-74.0147868],"International Mercantile Marine Company Building"],"main_pivot_12":[[40.7061529,-74.0142405],"Cunard Building"],"main_pivot_13":[[40.7049131,-74.0147868],"International Mercantile Marine Company Building"],"main_pivot_14":[[40.7049131,-74.0147868],"International Mercantile Marine Company Building"],"main_pivot_15":[[40.704383,-74.0185432],"viewpoint"],"near_pivot":[[40.704383,-74.0185432],"viewpoint"],"beyond_pivot":[[40.7047747,-74.0186078],"bench"],"around_goal_pivot_1":[[40.7037392,-74.0167987],"historic fort"],"around_goal_pivot_2":[[40.7055031,-74.0185773],"2 gardens"],"around_goal_pivot_3":[[40.7059102,-74.0182242],"two fountains"],"around_goal_pivot_4":[[40.7065032,-74.0185888],"park"],"around_goal_pivot_5":[[40.7048219,-74.0144286],"bank"],"around_goal_pivot_6":[[40.7029024,-74.0170433],"3 gardens"],"around_goal_pivot_7":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_8":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_9":[[40.7068884,-74.0185311],"viewpoint"],"around_goal_pivot_10":[[40.7069193,-74.0166528],"3 gardens"]}} +{"rvs_sample_number":216,"content":"Meet me at the concrete bench in a park on Liberty Street. The park is near a bridge. Head southwest until you hit that street. You will see a fire station in the block before the park. The bench is in the middle of the park. If you reach the bridge, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7102571,-74.0135525],"key":7101,"region":"Manhattan","rvs_start_point":[40.7188968,-74.0063291],"landmarks":{"end_point":[[40.7102571,-74.0135525],"bench"],"start_point":[[40.7188968,-74.0063291],"restaurant"],"main_pivot":[[40.712361,-74.0120865],"Performing Arts Center at the World Trade Center"],"main_pivot_2":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_3":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_4":[[40.7176156,-74.0065453],"56 Leonard Street"],"main_pivot_5":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_6":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_7":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_8":[[40.7194382,-74.0066224],"FDNY Ladder 8"],"main_pivot_9":[[40.7107056,-74.0123108],"4 World Trade Center"],"main_pivot_10":[[40.7176156,-74.0065453],"56 Leonard Street"],"main_pivot_11":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_12":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_13":[[40.7176156,-74.0065453],"56 Leonard Street"],"main_pivot_14":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_15":[[40.7103082,-74.0138864],"three benches"],"near_pivot":[[40.7103082,-74.0138864],"three benches"],"beyond_pivot":[[40.7106451,-74.0142164],"bridge"],"around_goal_pivot_1":[[40.7093761,-74.0138096],"W Hotels"],"around_goal_pivot_2":[[40.7115585,-74.0123275],"museum"],"around_goal_pivot_3":[[40.7094904,-74.0128068],"Courtyard"],"around_goal_pivot_4":[[40.7100561,-74.0119204],"Eataly"],"around_goal_pivot_5":[[40.709459,-74.0140009],"Marriott"],"around_goal_pivot_6":[[40.709558,-74.012778],"pub"],"around_goal_pivot_7":[[40.71137,-74.0134188],"5 benches"],"around_goal_pivot_8":[[40.7100056,-74.0125833],"fire station"],"around_goal_pivot_9":[[40.7098072,-74.0143843],"parking lot"],"around_goal_pivot_10":[[40.709909,-74.0145639],"bicycle parking"]}} +{"rvs_sample_number":497,"content":"Meet me at the massage shop on Lexington Avenue. It's a few spaces north of Kalustyans supermarket. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7430443,-73.9819653],"key":7102,"region":"Manhattan","rvs_start_point":[40.7411922,-73.9979167],"landmarks":{"end_point":[[40.7430443,-73.9819653],"massage shop"],"start_point":[[40.7411922,-73.9979167],"bicycle parking"],"main_pivot":[[40.741411,-73.9874285],"Met Life Tower"],"main_pivot_2":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_3":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_4":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_5":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_6":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_7":[[40.7412336,-73.9875569],"Metropolitan Life Insurance Company Tower"],"main_pivot_8":[[40.7427674,-73.9870661],"Chester Alan Arthur"],"main_pivot_9":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_10":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_11":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_12":[[40.7420223,-73.9869817],"Metropolitan Life North Building"],"main_pivot_13":[[40.7407647,-73.9881127],"One Madison"],"main_pivot_14":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_15":[[40.7428294,-73.9821376],"supermarket"],"near_pivot":[[40.7428294,-73.9821376],"supermarket"],"beyond_pivot":[[40.743903,-73.9813961],"hotel"],"around_goal_pivot_1":[[40.7446344,-73.9799514],"three dentist's offices"],"around_goal_pivot_2":[[40.7445787,-73.9799908],"two dentist's offices"],"around_goal_pivot_3":[[40.7438353,-73.9801259],"library"],"around_goal_pivot_4":[[40.7417135,-73.9825386],"theatre"],"around_goal_pivot_5":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_6":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_7":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_8":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_9":[[40.7444411,-73.9793743],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.7422842,-73.9803953],"T-Mobile"]}} +{"rvs_sample_number":325,"content":"Meet me at a bicycle parking southwest of you on the south side of West 4th Street. To its west is a cinema and to it southeast is Washington Square Park. Over a block to the northeast of this bicycle parking is a CVS Pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7315199,-74.0007397],"key":7103,"region":"Manhattan","rvs_start_point":[40.7429953,-73.9887329],"landmarks":{"end_point":[[40.7315199,-74.0007397],"bicycle parking"],"start_point":[[40.7429953,-73.9887329],"hardware shop"],"main_pivot":[[40.7312557,-73.9972221],"Washington Square Arch"],"main_pivot_2":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_3":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_4":[[40.7312557,-73.9972221],"Washington Square Arch"],"main_pivot_5":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_6":[[40.7336436,-73.995553],"Church of the Ascension"],"main_pivot_7":[[40.7343016,-73.9945529],"Salmagundi club"],"main_pivot_8":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_9":[[40.7350017,-73.9941667],"Benjamin N. Cardozo School of Law"],"main_pivot_10":[[40.7344344507,-73.9949779799],"First Presbyterian Church"],"main_pivot_11":[[40.7344344507,-73.9949779799],"First Presbyterian Church"],"main_pivot_12":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_13":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_14":[[40.7310769304,-73.9994229583],"Washington Square Park"],"main_pivot_15":[[40.7312367,-74.0015037],"cinema"],"near_pivot":[[40.7312367,-74.0015037],"cinema"],"beyond_pivot":[[40.7312367,-74.0015037],"cinema"],"around_goal_pivot_1":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_2":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_3":[[40.7333521,-73.9992007],"See's Candies"],"around_goal_pivot_4":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_5":[[40.73307,-73.9986004],"Goodwill"],"around_goal_pivot_6":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_7":[[40.7323215,-73.9986288],"hotel"],"around_goal_pivot_8":[[40.7298338,-74.0004187],"amenity|ice cream"]}} +{"rvs_sample_number":342,"content":"I'm buying a new shirt at the clothes shop that is on the north side of West 38th Street. It's between to the same two avenues that you're between. It's the second clothes shop from the east corner.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7551842,-73.9921496],"key":7104,"region":"Manhattan","rvs_start_point":[40.7606902,-73.9895916],"landmarks":{"end_point":[[40.7551842,-73.9921496],"clothes shop"],"start_point":[[40.7606902,-73.9895916],"restaurant"],"main_pivot":[[40.7586841,-73.9878932],"Bernard B. Jacobs Theatre"],"main_pivot_2":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_3":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_4":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_5":[[40.7568337,-73.9893234],"AMC Empire 25"],"main_pivot_6":[[40.7581922,-73.9882607],"St. James Theatre"],"main_pivot_7":[[40.7599239,-73.9884821],"St. Luke's Church"],"main_pivot_8":[[40.7586841,-73.9878932],"Bernard B. Jacobs Theatre"],"main_pivot_9":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_10":[[40.7584223,-73.9883031],"Majestic Theatre"],"main_pivot_11":[[40.7581922,-73.9882607],"St. James Theatre"],"main_pivot_12":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_13":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_14":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_15":[[40.756175,-73.9914871],"Independent"],"near_pivot":[[40.756175,-73.9914871],"Independent"],"beyond_pivot":[[40.7552873,-73.9946765],"fast_food"],"around_goal_pivot_1":[[40.7568337,-73.9893234],"cinema"],"around_goal_pivot_2":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_3":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_4":[[40.7550316,-73.9907393],"2 fabric shops"],"around_goal_pivot_5":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_6":[[40.7559243,-73.9910204],"bank"],"around_goal_pivot_7":[[40.7544144,-73.9937985],"2 hotels"],"around_goal_pivot_8":[[40.7561307,-73.9908411],"pharmacy"],"around_goal_pivot_9":[[40.7565047,-73.9930038],"DoubleTree"],"around_goal_pivot_10":[[40.7543179,-73.9928398],"Homewood Suites"]}} +{"rvs_sample_number":229,"content":"Let\u2019s do some shopping at the clothes shop. Meet me there around noon. You\u2019re only a few blocks away. Go 4 blocks north and then 3 blocks west and it\u2019s in that block on Spring Street. It\u2019s in the very southeast corner of the block. The block south of it has an \u201cattraction\u201d. ","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7227912,-73.9980837],"key":7105,"region":"Manhattan","rvs_start_point":[40.7191024,-73.9970647],"landmarks":{"end_point":[[40.7227912,-73.9980837],"clothes shop"],"start_point":[[40.7191024,-73.9970647],"restaurant"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_3":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_4":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_7":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_10":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_11":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_14":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.72288,-73.9987505],"attraction"],"near_pivot":[[40.72288,-73.9987505],"attraction"],"beyond_pivot":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7205852412,-73.997645735],"historic building"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_5":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7245682,-73.9973205],"Bershka"],"around_goal_pivot_8":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_9":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_10":[[40.7221114,-73.9997761],"Levi's"]}} +{"rvs_sample_number":388,"content":"Meet me at the bank at the corner of East 48th street and the street that the ATM is on directly south of the bank. It's one block east of Topman clothing store. It's about 5 blocks south and 5 blocks east of where you are at.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7568836,-73.9766617317],"key":7106,"region":"Manhattan","rvs_start_point":[40.7650981,-73.9866666],"landmarks":{"end_point":[[40.7568836,-73.9766617317],"bank"],"start_point":[[40.7650981,-73.9866666],"dry cleaning shop"],"main_pivot":[[40.7625043,-73.9841063],"Mark Hellinger Theater"],"main_pivot_2":[[40.7592660193,-73.9828184144],"Rockefeller Center"],"main_pivot_3":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_4":[[40.7621229,-73.9841152],"Paramount Plaza"],"main_pivot_5":[[40.7635942,-73.9835989],"Aro"],"main_pivot_6":[[40.7592455,-73.983738],"20 Times Square"],"main_pivot_7":[[40.7600481,-73.9849926],"Morgan Stanley Building"],"main_pivot_8":[[40.7628861,-73.9828607],"810 Seventh Avenue"],"main_pivot_9":[[40.7592455,-73.983738],"20 Times Square"],"main_pivot_10":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_11":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_12":[[40.7594616,-73.9830426],"McGraw-Hill Building"],"main_pivot_13":[[40.7625043,-73.9841063],"Mark Hellinger Theater"],"main_pivot_14":[[40.7589022,-73.9821968],"News Corp. Building"],"main_pivot_15":[[40.7576428,-73.9768093],"Saks Fifth Avenue"],"near_pivot":[[40.7576428,-73.9768093],"Saks Fifth Avenue"],"beyond_pivot":[[40.7560243,-73.9766969],"atm"],"around_goal_pivot_1":[[40.7582808,-73.9761804],"cathedral"],"around_goal_pivot_2":[[40.7578765,-73.9754066],"Lotte Hotels & Resorts"],"around_goal_pivot_3":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_4":[[40.7556508,-73.974021],"InterContinental"],"around_goal_pivot_5":[[40.7585259,-73.9782042],"3 gardens"],"around_goal_pivot_6":[[40.7587327,-73.9786373],"tree"],"around_goal_pivot_7":[[40.7585238,-73.9782148],"park"],"around_goal_pivot_8":[[40.7575576,-73.978169],"Aritzia"],"around_goal_pivot_9":[[40.7583527,-73.9777093],"three gardens"],"around_goal_pivot_10":[[40.7574033,-73.978222],"Topman"]}} +{"rvs_sample_number":127,"content":"Meet me at the bicycle parking on the west side of Broadway. It's a block and a half west of 51 Astor Place and one block south of the cafe. It's on the corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7307401,-73.9923941],"key":7107,"region":"Manhattan","rvs_start_point":[40.7296795,-73.9812602],"landmarks":{"end_point":[[40.7307401,-73.9923941],"bicycle parking"],"start_point":[[40.7296795,-73.9812602],"vacant shop"],"main_pivot":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_2":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_3":[[40.7292688,-73.9873613],"East Village"],"main_pivot_4":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_5":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_6":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_7":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_8":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_9":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_10":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_11":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_12":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_13":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_14":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_15":[[40.7299025,-73.9927642],"The Vitamin Shoppe"],"near_pivot":[[40.7299025,-73.9927642],"The Vitamin Shoppe"],"beyond_pivot":[[40.7313459,-73.9920122],"cafe"],"around_goal_pivot_1":[[40.7318226,-73.9895447],"post office"],"around_goal_pivot_2":[[40.7315896,-73.9890331],"nightclub"],"around_goal_pivot_3":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_4":[[40.7290966,-73.9917737],"pub"],"around_goal_pivot_5":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_7":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_8":[[40.7329691,-73.9913372],"7-Eleven"],"around_goal_pivot_9":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_10":[[40.7329898,-73.9933964],"Supercuts"]}} +{"rvs_sample_number":63,"content":"Join me at a school on Broad Street. The destination is south of you. One block before the school, there is Fearless Girl. You will see Indochino next to the school. If you reach Duane Reade, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7057886,-74.0112224],"key":7108,"region":"Manhattan","rvs_start_point":[40.7103681,-74.0128545],"landmarks":{"end_point":[[40.7057886,-74.0112224],"school"],"start_point":[[40.7103681,-74.0128545],"bench"],"main_pivot":[[40.7101642,-74.0130443],"St. Nicholas Greek Orthodox Church"],"main_pivot_2":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_3":[[40.7075025,-74.0113643],"1 Wall Street"],"main_pivot_4":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_5":[[40.7096737,-74.0129631],"5 World Trade Center"],"main_pivot_6":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_7":[[40.7097456526,-74.0129368956],"Liberty Park"],"main_pivot_8":[[40.7097456526,-74.0129368956],"Liberty Park"],"main_pivot_9":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_10":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_11":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_12":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_13":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_14":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_15":[[40.7059955,-74.0111464],"Indochino"],"near_pivot":[[40.7059955,-74.0111464],"Indochino"],"around_goal_pivot_1":[[40.7073927,-74.0112167],"stock exchange"],"around_goal_pivot_2":[[40.7071002,-74.0104796],"historic memorial"],"around_goal_pivot_3":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_4":[[40.7048889,-74.0113933],"pharmacy"],"around_goal_pivot_5":[[40.7044516,-74.0114151],"post office"],"around_goal_pivot_6":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_7":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_8":[[40.7048979,-74.0127034],"Verizon"],"around_goal_pivot_9":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_10":[[40.7046228,-74.0104159],"hotel"]}} +{"rvs_sample_number":475,"content":"Head north to meet me at the bench facing West Street. There is a museum on my northwest and Duane Reade is located on my east.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7051593,-74.017031],"key":7109,"region":"Manhattan","rvs_start_point":[40.7027646368,-74.0165159902],"landmarks":{"end_point":[[40.7051593,-74.017031],"bench"],"start_point":[[40.7027646368,-74.0165159902],"fountain"],"main_pivot":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_2":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_3":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_4":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_5":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_6":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_7":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_8":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_9":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_10":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_11":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_12":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_13":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_14":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_15":[[40.7057229,-74.0177051],"museum"],"near_pivot":[[40.7057229,-74.0177051],"museum"],"beyond_pivot":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_1":[[40.7061277225,-74.0182460198],"museum"],"around_goal_pivot_2":[[40.7068499,-74.0188294],"4 benches"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.7046356,-74.0136791],"bicycle rental"],"around_goal_pivot_5":[[40.7057792,-74.0189392],"three gardens"],"around_goal_pivot_6":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_7":[[40.7041104,-74.014448],"bus station"],"around_goal_pivot_8":[[40.7067161,-74.0157272],"parking lot"],"around_goal_pivot_9":[[40.7056671,-74.0182292],"two benches"],"around_goal_pivot_10":[[40.7058734,-74.0182096],"3 fountains"]}} +{"rvs_sample_number":498,"content":"Meet me at the coffee shop north of you on Bedford Street. It's in that block that's kind of shaped like a triangle. It's just south of the pub.","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7291731,-74.0037059],"key":7110,"region":"Manhattan","rvs_start_point":[40.7153523541,-74.0061591564],"landmarks":{"end_point":[[40.7291731,-74.0037059],"coffee shop"],"start_point":[[40.7153523541,-74.0061591564],"fire station"],"main_pivot":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_2":[[40.7222855989,-74.0055138155],"Duarte Square"],"main_pivot_3":[[40.7202132,-74.005016],"32 Avenue of the Americas"],"main_pivot_4":[[40.7202132,-74.005016],"32 Avenue of the Americas"],"main_pivot_5":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_6":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_7":[[40.717668,-74.0059705],"56 Leonard Street"],"main_pivot_8":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_9":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_10":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_11":[[40.7243566,-74.0043079],"10 Sullivan"],"main_pivot_12":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_13":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_14":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_15":[[40.7292304,-74.0038081],"pub"],"near_pivot":[[40.7292304,-74.0038081],"pub"],"beyond_pivot":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_1":[[40.7298505,-74.0051507],"library"],"around_goal_pivot_2":[[40.7296592,-74.0061005],"three benches"],"around_goal_pivot_3":[[40.727383,-74.0034648],"two parks"],"around_goal_pivot_4":[[40.7304534,-74.0013399],"university"],"around_goal_pivot_5":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_6":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_7":[[40.72806,-74.0056962],"post office"],"around_goal_pivot_8":[[40.7273252,-74.0061913],"WeWork"],"around_goal_pivot_9":[[40.7265652,-74.0037381],"2 bicycle parkings"],"around_goal_pivot_10":[[40.7287623,-74.0055412],"HSBC"]}} +{"rvs_sample_number":383,"content":"Meet me at the beauty shop on East 2nd Street. It's two blocks south of the Catholic Church and a block east of the Indian fast food place. It's on the northwest corner of that block.","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7228099,-73.9856979],"key":7111,"region":"Manhattan","rvs_start_point":[40.7317071,-73.9810863],"landmarks":{"end_point":[[40.7228099,-73.9856979],"beauty shop"],"start_point":[[40.7317071,-73.9810863],"garden"],"main_pivot":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_2":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_3":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_4":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_5":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_6":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_7":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_8":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_9":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_10":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_11":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_12":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_13":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_14":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_15":[[40.7219398616,-73.9859610269],"school"],"near_pivot":[[40.7219398616,-73.9859610269],"school"],"beyond_pivot":[[40.7226539,-73.9866876],"fast_food"],"around_goal_pivot_1":[[40.7239332,-73.9843093],"church"],"around_goal_pivot_2":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_3":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_4":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_5":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_6":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_8":[[40.7250442,-73.9869802],"telephone"],"around_goal_pivot_9":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_10":[[40.7207051,-73.984356],"childcare"]}} +{"rvs_sample_number":312,"content":"Meet me at the bike parking place on Second avenue. It's the one that is just south of the fast food place that is Dunkin Donuts. South of the bike parking spot over a block is a place to get drinking water and then even further down is a post office.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7704885,-73.9573103],"key":7112,"region":"Manhattan","rvs_start_point":[40.768641,-73.9666795],"landmarks":{"end_point":[[40.7704885,-73.9573103],"bicycle parking"],"start_point":[[40.768641,-73.9666795],"school"],"main_pivot":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_2":[[40.7691125841,-73.9655807745],"Henry P. Davison House"],"main_pivot_3":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_4":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_5":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_6":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_7":[[40.7691125841,-73.9655807745],"Henry P. Davison House"],"main_pivot_8":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_9":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_10":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_11":[[40.7691125841,-73.9655807745],"Henry P. Davison House"],"main_pivot_12":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_13":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_14":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_15":[[40.7705919,-73.9572796],"fast food restaurant"],"near_pivot":[[40.7705919,-73.9572796],"fast food restaurant"],"beyond_pivot":[[40.7711856,-73.9568688],"cafe"],"around_goal_pivot_1":[[40.7693871,-73.9581615],"post office"],"around_goal_pivot_2":[[40.770047,-73.9547045],"Ace Hardware"],"around_goal_pivot_3":[[40.7723174,-73.9586243],"two bicycle parkings"],"around_goal_pivot_4":[[40.769969,-73.9541729],"True Value"],"around_goal_pivot_5":[[40.7696502,-73.9596906],"doctor's office"],"around_goal_pivot_6":[[40.7693689,-73.960189],"dentist's office"],"around_goal_pivot_7":[[40.7713626,-73.9581664],"fire station"],"around_goal_pivot_8":[[40.7694377,-73.9572897],"drinking water"],"around_goal_pivot_9":[[40.7691344,-73.958293],"bench"],"around_goal_pivot_10":[[40.769816,-73.9602841],"supermarket"]}} +{"rvs_sample_number":275,"content":"Meet me at the post box southwest of you on MacDougal Street. Go two and a half blocks past the Comedy Cellar and you'll see the post box right after you pass the large divided street there. It's on the west side of MacDougal Street right past the divided street.","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7279065,-74.0023777],"key":7113,"region":"Manhattan","rvs_start_point":[40.7388991,-73.9912584],"landmarks":{"end_point":[[40.7279065,-74.0023777],"post box"],"start_point":[[40.7388991,-73.9912584],"Madewell"],"main_pivot":[[40.7343016,-73.9945529],"Salmagundi club"],"main_pivot_2":[[40.7312557,-73.9972221],"Washington Square Arch"],"main_pivot_3":[[40.730175,-74.0004463],"Comedy Cellar"],"main_pivot_4":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_5":[[40.7336436,-73.995553],"Church of the Ascension"],"main_pivot_6":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_7":[[40.7310769304,-73.9994229583],"Washington Square Park"],"main_pivot_8":[[40.7314187048,-73.9999003596],"Washington Square Church"],"main_pivot_9":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_10":[[40.7344344507,-73.9949779799],"First Presbyterian Church"],"main_pivot_11":[[40.7314187048,-73.9999003596],"Washington Square Church"],"main_pivot_12":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_13":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_14":[[40.7314187048,-73.9999003596],"Washington Square Church"],"main_pivot_15":[[40.7272601159,-74.00159318],"church"],"near_pivot":[[40.7272601159,-74.00159318],"church"],"beyond_pivot":[[40.7272943,-74.0035324],"park"],"around_goal_pivot_1":[[40.7300087043,-74.0004054172],"university"],"around_goal_pivot_2":[[40.7304004,-74.0026148],"church"],"around_goal_pivot_3":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_4":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_5":[[40.7255066,-74.0009132],"French Connection"],"around_goal_pivot_6":[[40.727608,-74.0057001],"Courtyard"],"around_goal_pivot_7":[[40.7287623,-74.0055412],"HSBC"],"around_goal_pivot_8":[[40.7260305,-74.0035452],"veterinary"],"around_goal_pivot_9":[[40.7298338,-74.0004187],"amenity|ice cream"],"around_goal_pivot_10":[[40.7302367,-74.0021617],"fountain"]}} +{"rvs_sample_number":173,"content":"Meet me at the waste basket on William Street to the northeast of you. Head north on that street and you will see Downtown Pharmacy and a hospital on two adjacent blocks. The waste basket is outside the hospital at the end of the street.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.710887,-74.0052123],"key":7114,"region":"Manhattan","rvs_start_point":[40.7093119,-74.01553125],"landmarks":{"end_point":[[40.710887,-74.0052123],"waste basket"],"start_point":[[40.7093119,-74.01553125],"pitch"],"main_pivot":[[40.7096995,-74.0142208],"90 West Street"],"main_pivot_2":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_3":[[40.7094547,-74.0139663],"Washington Street Plaza"],"main_pivot_4":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_5":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_6":[[40.7094447,-74.0130559],"5 World Trade Center"],"main_pivot_7":[[40.7093358473,-74.0118346885],"Zuccotti Park"],"main_pivot_8":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_9":[[40.7117604,-74.0085062],"Transportation Building"],"main_pivot_10":[[40.708666,-74.0107741],"Equitable Building"],"main_pivot_11":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_12":[[40.711693,-74.0059745],"New York Times Building"],"main_pivot_13":[[40.708666,-74.0107741],"Equitable Building"],"main_pivot_14":[[40.7124501254,-74.0057977427],"New York City Hall"],"main_pivot_15":[[40.7107781467,-74.00513913],"hospital"],"near_pivot":[[40.7107781467,-74.00513913],"hospital"],"around_goal_pivot_1":[[40.7119426124,-74.0069015672],"park"],"around_goal_pivot_2":[[40.7110329,-74.0069365],"Thompson Hotels"],"around_goal_pivot_3":[[40.7105368,-74.0066418],"Aloft"],"around_goal_pivot_4":[[40.7110029,-74.006693],"Petland Discounts"],"around_goal_pivot_5":[[40.7102494,-74.0058889],"pharmacy"],"around_goal_pivot_6":[[40.7109116,-74.0062842],"pub"],"around_goal_pivot_7":[[40.7108198,-74.0069468],"bar"],"around_goal_pivot_8":[[40.7100448,-74.0053461],"fire station"],"around_goal_pivot_9":[[40.709869,-74.0042495],"parking entrance"],"around_goal_pivot_10":[[40.7108514,-74.0068823],"alcohol shop"]}} +{"rvs_sample_number":303,"content":"We need just, to rent some bikes. Meet up with me at Citi Bike, it's the one on the north of Prince street. It's a couple of blocks from the eastern terminus of it. A christian cathedral is across the street to the west and north of it. A hotel is a couple of blocks east and a little south.","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7231796,-73.9948001],"key":7115,"region":"Manhattan","rvs_start_point":[40.7156175,-73.9981712],"landmarks":{"end_point":[[40.7231796,-73.9948001],"bicycle rental"],"start_point":[[40.7156175,-73.9981712],"bakery shop"],"main_pivot":[[40.7214275,-73.9960058],"Desalvio Playground"],"main_pivot_2":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_3":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_4":[[40.7214275,-73.9960058],"Desalvio Playground"],"main_pivot_5":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_6":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_7":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_8":[[40.7214275,-73.9960058],"Desalvio Playground"],"main_pivot_9":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_10":[[40.7214275,-73.9960058],"Desalvio Playground"],"main_pivot_11":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_12":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_13":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_14":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.7234087,-73.9949765],"cathedral"],"near_pivot":[[40.7234087,-73.9949765],"cathedral"],"beyond_pivot":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_1":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_2":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_3":[[40.7242405,-73.9923327],"garden"],"around_goal_pivot_4":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_5":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_6":[[40.7250409,-73.9973221],"Victoria's Secret"],"around_goal_pivot_7":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_8":[[40.7226575,-73.9977783],"Aerie"],"around_goal_pivot_9":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_10":[[40.7244716,-73.99785],"Prada"]}} +{"rvs_sample_number":16,"content":"Meet me at a restaurant southwest of you on Prince Street. A cathedral is northeast of it. Gina Keatley, CDN is north of the restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.723501,-73.9963078],"key":7116,"region":"Manhattan","rvs_start_point":[40.7258789,-73.9902971],"landmarks":{"end_point":[[40.723501,-73.9963078],"restaurant"],"start_point":[[40.7258789,-73.9902971],"gift shop"],"main_pivot":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_2":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_3":[[40.7258613,-73.9948229],"NoHo Historic District"],"main_pivot_4":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_5":[[40.7248974,-73.995307],"Puck Building"],"main_pivot_6":[[40.7248974,-73.995307],"Puck Building"],"main_pivot_7":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_8":[[40.7258613,-73.9948229],"NoHo Historic District"],"main_pivot_9":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_10":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_11":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_12":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_13":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_14":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_15":[[40.7237654,-73.9954042],"cathedral"],"near_pivot":[[40.7237654,-73.9954042],"cathedral"],"beyond_pivot":[[40.7235439,-73.9955025],"place_of_worship"],"around_goal_pivot_1":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_2":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_3":[[40.7256079,-73.9964129],"Adidas"],"around_goal_pivot_4":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_5":[[40.7251959,-73.995065],"Bank of America"],"around_goal_pivot_6":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_7":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_8":[[40.7244716,-73.99785],"Prada"],"around_goal_pivot_9":[[40.7234319,-73.9993293],"Free People"],"around_goal_pivot_10":[[40.7221932,-73.9992705],"The North Face"]}} +{"rvs_sample_number":375,"content":"Meet me at the indian restaurant northeast of you on the south side of East 46th Street. New York Public Library is northeast of me across the street. Capital One bank is on my east.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7536128,-73.9735973],"key":7117,"region":"Manhattan","rvs_start_point":[40.7456554,-73.9880474],"landmarks":{"end_point":[[40.7536128,-73.9735973],"restaurant"],"start_point":[[40.7456554,-73.9880474],"cafe"],"main_pivot":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_2":[[40.7517576,-73.9786112],"One Grand Central Place"],"main_pivot_3":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_4":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_5":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_6":[[40.7450212667,-73.9883151074],"The Nomad"],"main_pivot_7":[[40.7539278,-73.97574],"Helmsley Building"],"main_pivot_8":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_9":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_10":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_11":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_12":[[40.7531746,-73.9760609],"Graybar Building"],"main_pivot_13":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_14":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_15":[[40.7537872,-73.9733504],"library"],"near_pivot":[[40.7537872,-73.9733504],"library"],"beyond_pivot":[[40.7535214,-73.9727283],"bank"],"around_goal_pivot_1":[[40.7524664,-73.9765733],"Grand Hyatt"],"around_goal_pivot_2":[[40.7555818,-73.9727139],"Marriott"],"around_goal_pivot_3":[[40.7528114785,-73.97639781],"attraction"],"around_goal_pivot_4":[[40.7520818,-73.9745088],"church"],"around_goal_pivot_5":[[40.7554672895,-73.9735786576],"InterContinental"],"around_goal_pivot_6":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_7":[[40.753177,-73.9749926],"post office"],"around_goal_pivot_8":[[40.7525133,-73.9768129],"Apple Store"],"around_goal_pivot_9":[[40.7526308,-73.9733073],"2 fast food restaurants"],"around_goal_pivot_10":[[40.7548348,-73.9737772],"Cohen's Fashion Optical"]}} +{"rvs_sample_number":454,"content":"Meet me at the resturant on East 50th. You would have to go down south for that. You will pass the LVMH Tower on your way. Its east of the Grand Central Terminal and its one block east from a W hotel.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7557488,-73.9702226],"key":7118,"region":"Manhattan","rvs_start_point":[40.7671831,-73.9720578],"landmarks":{"end_point":[[40.7557488,-73.9702226],"restaurant"],"start_point":[[40.7671831,-73.9720578],"cafe"],"main_pivot":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_2":[[40.7614425,-73.9717747],"432 Park Avenue"],"main_pivot_3":[[40.7627196,-73.972418],"LVMH Tower"],"main_pivot_4":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_5":[[40.762608,-73.9713362],"Four Seasons Hotel"],"main_pivot_6":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_7":[[40.7624261,-73.9708119],"Harold Pratt House and Peterson Hall"],"main_pivot_8":[[40.7647477,-73.9727939],"Grand Army Plaza"],"main_pivot_9":[[40.7614425,-73.9717747],"432 Park Avenue"],"main_pivot_10":[[40.7647477,-73.9727939],"Grand Army Plaza"],"main_pivot_11":[[40.7624268,-73.9716796],"Fuller Building"],"main_pivot_12":[[40.7614425,-73.9717747],"432 Park Avenue"],"main_pivot_13":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_14":[[40.7590262,-73.9681084],"919 Third Avenue"],"main_pivot_15":[[40.7564307,-73.9692906],"park"],"near_pivot":[[40.7564307,-73.9692906],"park"],"beyond_pivot":[[40.7550272,-73.9681765],"clinic"],"around_goal_pivot_1":[[40.7555818,-73.9727139],"Marriott"],"around_goal_pivot_2":[[40.7558539,-73.9730037],"InterContinental"],"around_goal_pivot_3":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_4":[[40.7577796,-73.9688682],"post office"],"around_goal_pivot_5":[[40.7533015,-73.9689535],"car rental"],"around_goal_pivot_6":[[40.7559859,-73.9725033],"W Hotels"],"around_goal_pivot_7":[[40.7562215,-73.9681414],"two restaurants"],"around_goal_pivot_8":[[40.7547543,-73.9723444],"Residence Inn"],"around_goal_pivot_9":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_10":[[40.7573984,-73.9698932],"Courtyard"]}} +{"rvs_sample_number":129,"content":"I'm now at the bicycle parking on Morton Street which is a short street leading to the shore. The destination is southwest of you. There is a theatre on the block where the parking is located. It is the second bicycle parking when you head west along the street. If you reach a nightclub, you have gone too far.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7308675,-74.0053093],"key":7119,"region":"Manhattan","rvs_start_point":[40.7360128,-73.9981157],"landmarks":{"end_point":[[40.7308675,-74.0053093],"bicycle parking"],"start_point":[[40.7360128,-73.9981157],"pharmacy"],"main_pivot":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_4":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_5":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_6":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_7":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_8":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_9":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_10":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_11":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_12":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_13":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_14":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_15":[[40.7312452,-74.0052802],"theatre"],"near_pivot":[[40.7312452,-74.0052802],"theatre"],"beyond_pivot":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_1":[[40.7300856,-74.0052553],"library"],"around_goal_pivot_2":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_3":[[40.7317418,-74.0068052],"bicycle rental"],"around_goal_pivot_4":[[40.7321622,-74.0057742],"attraction"],"around_goal_pivot_5":[[40.7297262,-74.0060455],"three benches"],"around_goal_pivot_6":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_7":[[40.7317675,-74.0064128],"cafe"],"around_goal_pivot_8":[[40.7321597,-74.0045267],"theatre"],"around_goal_pivot_9":[[40.7297476,-74.0060857],"2 benches"],"around_goal_pivot_10":[[40.7299242161,-74.0061414459],"2 pitches"]}} +{"rvs_sample_number":207,"content":"Meet me at the park at Hillman Playground just south of Willamsburg bridge. It's about 13 blocks east of you and slightly northwest of Parking near the East River Cooperative Power House.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7153429,-73.9796043],"key":7120,"region":"Manhattan","rvs_start_point":[40.7191105,-73.9915999],"landmarks":{"end_point":[[40.7153429,-73.9796043],"park"],"start_point":[[40.7191105,-73.9915999],"restaurant"],"main_pivot":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_2":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_3":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_4":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_5":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_8":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_9":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_10":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_11":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_12":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_13":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.717073,-73.9842919],"bridge"],"near_pivot":[[40.717073,-73.9842919],"bridge"],"beyond_pivot":[[40.7147541,-73.9790968],"parking"],"around_goal_pivot_1":[[40.7144862,-73.9821342],"cafe"],"around_goal_pivot_2":[[40.7140777,-73.9810239],"drinking water"],"around_goal_pivot_3":[[40.7139378,-73.9803505],"bicycle shop"],"around_goal_pivot_4":[[40.7146288,-73.9818172],"furniture shop"],"around_goal_pivot_5":[[40.7141409,-73.9801825],"clothes shop"],"around_goal_pivot_6":[[40.7147733,-73.9823121],"bakery shop"],"around_goal_pivot_7":[[40.7146847,-73.9827996],"garden"]}} +{"rvs_sample_number":84,"content":"Go east all the way to the waterfront and meet me at the bench along FDR Drive just east of the attraction.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7505524,-73.9659645],"key":7121,"region":"Manhattan","rvs_start_point":[40.7583421993,-73.9777544783],"landmarks":{"end_point":[[40.7505524,-73.9659645],"bench"],"start_point":[[40.7583421993,-73.9777544783],"garden"],"main_pivot":[[40.7573518,-73.9775007],"Charles Scribner's Sons Building"],"main_pivot_2":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_3":[[40.7573291,-73.9767254],"Tower 49"],"main_pivot_4":[[40.7579002,-73.9774293],"Saks Fifth Avenue"],"main_pivot_5":[[40.7533989,-73.9679429],"100 United Nations Plaza Tower"],"main_pivot_6":[[40.7561222,-73.9738013],"299 Park Avenue"],"main_pivot_7":[[40.7561222,-73.9738013],"299 Park Avenue"],"main_pivot_8":[[40.753323,-73.9663325],"Beekman Tower"],"main_pivot_9":[[40.7533989,-73.9679429],"100 United Nations Plaza Tower"],"main_pivot_10":[[40.7555818,-73.9727139],"New York Marriott East Side"],"main_pivot_11":[[40.7565281,-73.9741877],"Waldorf-Astoria Hotel"],"main_pivot_12":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_13":[[40.7525688,-73.9674434],"Trump World Tower"],"main_pivot_14":[[40.7573291,-73.9767254],"Tower 49"],"main_pivot_15":[[40.7503782,-73.9670372],"attraction"],"near_pivot":[[40.7503782,-73.9670372],"attraction"],"around_goal_pivot_1":[[40.7505535,-73.9694314],"Hilton"],"around_goal_pivot_2":[[40.7494211,-73.9677448],"historic memorial"],"around_goal_pivot_3":[[40.753323,-73.9663325],"hotel"],"around_goal_pivot_4":[[40.7525278,-73.9646715],"park"],"around_goal_pivot_5":[[40.7517378,-73.9659419],"three gardens"],"around_goal_pivot_6":[[40.7502905,-73.967807],"post office"],"around_goal_pivot_7":[[40.7525583,-73.9665176],"community centre"],"around_goal_pivot_8":[[40.7502191,-73.967463],"cafe"],"around_goal_pivot_9":[[40.7504784,-73.9692826],"restaurant"],"around_goal_pivot_10":[[40.7500327,-73.969098],"fast food restaurant"]}} +{"rvs_sample_number":112,"content":"I'm east of you, at a restaurant just past the end of East Broadway. A Citi Bike is to the southeast, St. Augustine's Church is to the southwest, and a bank is to the west. ","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7147579,-73.9821321],"key":7122,"region":"Manhattan","rvs_start_point":[40.7137479,-73.99549],"landmarks":{"end_point":[[40.7147579,-73.9821321],"restaurant"],"start_point":[[40.7137479,-73.99549],"restaurant"],"main_pivot":[[40.7143169903,-73.9955338003],"Confucius Plaza"],"main_pivot_2":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_3":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_4":[[40.7139131,-73.9830806],"St. Augustine's Church"],"main_pivot_5":[[40.713744594,-73.9939804008],"Manhattan Bridge"],"main_pivot_6":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_7":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_8":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_9":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_10":[[40.7143169903,-73.9955338003],"Confucius Plaza"],"main_pivot_11":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_12":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_13":[[40.7143169903,-73.9955338003],"Confucius Plaza"],"main_pivot_14":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_15":[[40.7142457,-73.9812959],"bicycle rental"],"near_pivot":[[40.7142457,-73.9812959],"bicycle rental"],"around_goal_pivot_1":[[40.7141917,-73.9846668],"community centre"],"around_goal_pivot_2":[[40.7162813563,-73.9816717992],"bridge"],"around_goal_pivot_3":[[40.715245,-73.9837408],"arts centre"],"around_goal_pivot_4":[[40.7163634,-73.9837197],"police station"],"around_goal_pivot_5":[[40.7165272,-73.9836131],"fire station"],"around_goal_pivot_6":[[40.7152837,-73.9839824],"give box"],"around_goal_pivot_7":[[40.7152783,-73.9838931],"theatre"],"around_goal_pivot_8":[[40.7146772,-73.9841229],"bank"],"around_goal_pivot_9":[[40.7138971,-73.9806102],"supermarket"],"around_goal_pivot_10":[[40.7139378,-73.9803505],"bicycle shop"]}} +{"rvs_sample_number":205,"content":"Meet me at the restaurant. It's six blocks north of you along 9th Avenue. It's about a block and a half past Poulette on the same side of the street. There is a Citi Bike bicycle rental right across the street from the restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v22.gpkg","rvs_goal_point":[40.7660183,-73.9868806],"key":7123,"region":"Manhattan","rvs_start_point":[40.7615008,-73.9892854],"landmarks":{"end_point":[[40.7660183,-73.9868806],"restaurant"],"start_point":[[40.7615008,-73.9892854],"fountain"],"main_pivot":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_2":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_3":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_4":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_5":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_6":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_7":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_8":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_9":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_10":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_11":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_12":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_13":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_14":[[40.7612109,-73.9891576],"Congregation Ezrath Israel"],"main_pivot_15":[[40.7658494,-73.9869051],"bicycle rental"],"near_pivot":[[40.7658494,-73.9869051],"bicycle rental"],"around_goal_pivot_1":[[40.7669219,-73.9869645],"theatre"],"around_goal_pivot_2":[[40.7668321,-73.9876352],"veterinary"],"around_goal_pivot_3":[[40.767291,-73.986435],"post box"],"around_goal_pivot_4":[[40.7644158,-73.9870447],"clinic"],"around_goal_pivot_5":[[40.7652186,-73.9879189],"ice cream"],"around_goal_pivot_6":[[40.7652832,-73.9878804],"bar"],"around_goal_pivot_7":[[40.7649435,-73.9876477],"fast food restaurant"],"around_goal_pivot_8":[[40.7650981,-73.9866666],"dry cleaning shop"],"around_goal_pivot_9":[[40.7648158,-73.9865513],"beauty shop"],"around_goal_pivot_10":[[40.7651552,-73.9879518],"alcohol shop"]}} +{"rvs_sample_number":381,"content":"Cross East Huston street and head north. I'm at a church just 4 blocks north. There is a bank one block south and to the west of me. Also the fire station is two blocks south of me. There is a small garden at the corner of the street, just a building separates the church from it. It is a small church, hard to see. ","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7226998376,-73.9805541197],"key":7124,"region":"Manhattan","rvs_start_point":[40.7205318,-73.9863634],"landmarks":{"end_point":[[40.7226998376,-73.9805541197],"church"],"start_point":[[40.7205318,-73.9863634],"bicycle parking"],"main_pivot":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_2":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_3":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_4":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_5":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_6":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_7":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_8":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_9":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_10":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_11":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_12":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_13":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_14":[[40.7206732,-73.9861252],"Lower East Side Preparatory High School"],"main_pivot_15":[[40.7229921,-73.9799547],"bicycle rental"],"near_pivot":[[40.7229921,-73.9799547],"bicycle rental"],"beyond_pivot":[[40.7218222,-73.980295],"nightclub"],"around_goal_pivot_1":[[40.722117,-73.9773685],"fast food restaurant"],"around_goal_pivot_2":[[40.7210728,-73.9818662],"attraction"],"around_goal_pivot_3":[[40.7243356,-73.982076],"two shelters"],"around_goal_pivot_4":[[40.7227178,-73.9828569],"bank"],"around_goal_pivot_5":[[40.7224516,-73.9832865],"pub"],"around_goal_pivot_6":[[40.7242893,-73.9822141],"shelter"],"around_goal_pivot_7":[[40.7219802,-73.9825301],"fire station"],"around_goal_pivot_8":[[40.7218222,-73.980295],"nightclub"],"around_goal_pivot_9":[[40.721615,-73.9800434],"clinic"],"around_goal_pivot_10":[[40.7237397,-73.9802085],"community centre"]}} +{"rvs_sample_number":244,"content":"Move north of where you are. Go past Uniqlo and east on Prince Street. Meet me at the cafe directly opposite Allbirds on Prince Street.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7238795,-73.9967151],"key":7125,"region":"Manhattan","rvs_start_point":[40.7105634504,-74.0040554951],"landmarks":{"end_point":[[40.7238795,-73.9967151],"cafe"],"start_point":[[40.7105634504,-74.0040554951],"garden"],"main_pivot":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_2":[[40.711869251,-74.0025012741],"1 Police Plaza"],"main_pivot_3":[[40.7134427,-74.0029429],"Thurgood Marshall United States Courthouse"],"main_pivot_4":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_5":[[40.7134427,-74.0029429],"Thurgood Marshall United States Courthouse"],"main_pivot_6":[[40.7151836,-74.0018934],"Louis J. Lefkowitz State Office Building"],"main_pivot_7":[[40.7127003,-74.0029361],"5 in 1, 1973-74"],"main_pivot_8":[[40.711869251,-74.0025012741],"1 Police Plaza"],"main_pivot_9":[[40.7114714,-74.0021613],"Murry Bergtraum High School"],"main_pivot_10":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_11":[[40.7127003,-74.0029361],"5 in 1, 1973-74"],"main_pivot_12":[[40.7127003,-74.0029361],"5 in 1, 1973-74"],"main_pivot_13":[[40.7127003,-74.0029361],"5 in 1, 1973-74"],"main_pivot_14":[[40.711869251,-74.0025012741],"1 Police Plaza"],"main_pivot_15":[[40.7239788,-73.9964591],"cafe"],"near_pivot":[[40.7239788,-73.9964591],"cafe"],"beyond_pivot":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7249368,-73.9973944],"bank"],"around_goal_pivot_4":[[40.7247907,-73.9975378],"Under Armour"],"around_goal_pivot_5":[[40.7245682,-73.9973205],"Bershka"],"around_goal_pivot_6":[[40.7236599,-73.9985283],"Karl Lagerfeld"],"around_goal_pivot_7":[[40.7235022,-73.998176],"Uniqlo"],"around_goal_pivot_8":[[40.7244848,-73.9973753],"Forever 21"],"around_goal_pivot_9":[[40.7248148,-73.9971103],"The North Face"],"around_goal_pivot_10":[[40.7251904,-73.9967949],"Hollister"]}} +{"rvs_sample_number":144,"content":"Meet me at the dog park next to the New York City Police historic memorial by the river just north of the large Gateway Plaza complex. You'll want to go about 6 blocks south and then west until you get to the edge of the river where the dog park is. Liberty Street leads right into the park right by a citibike rental.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7120178195,-74.0169167895],"key":7126,"region":"Manhattan","rvs_start_point":[40.7159457,-74.010353],"landmarks":{"end_point":[[40.7120178195,-74.0169167895],"dog park"],"start_point":[[40.7159457,-74.010353],"bicycle parking"],"main_pivot":[[40.7165161,-74.01104],"Washington Market Park"],"main_pivot_2":[[40.7165161,-74.01104],"Washington Market Park"],"main_pivot_3":[[40.716093,-74.0157579],"Teardrop Park"],"main_pivot_4":[[40.7153048,-74.0146159],"Goldman Sachs Tower"],"main_pivot_5":[[40.7157749,-74.0156954],"NYPL : Battery Park City Library"],"main_pivot_6":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_7":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_8":[[40.7153048,-74.0146159],"Goldman Sachs Tower"],"main_pivot_9":[[40.7153048,-74.0146159],"Goldman Sachs Tower"],"main_pivot_10":[[40.714732,-74.0164526],"300 Vesey Street"],"main_pivot_11":[[40.7153048,-74.0146159],"Goldman Sachs Tower"],"main_pivot_12":[[40.714732,-74.0164526],"300 Vesey Street"],"main_pivot_13":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_14":[[40.714732,-74.0164526],"300 Vesey Street"],"main_pivot_15":[[40.7120559687,-74.0167543403],"historic memorial"],"near_pivot":[[40.7120559687,-74.0167543403],"historic memorial"],"around_goal_pivot_1":[[40.7133968,-74.0133571],"attraction"],"around_goal_pivot_2":[[40.7110585,-74.0152811],"bridge"],"around_goal_pivot_3":[[40.7115798,-74.0134401],"2 benches"],"around_goal_pivot_4":[[40.7121643,-74.0150269],"pharmacy"],"around_goal_pivot_5":[[40.7109977,-74.0162395],"bank"],"around_goal_pivot_6":[[40.711512,-74.015756],"bicycle rental"],"around_goal_pivot_7":[[40.7103612,-74.0167828],"pub"],"around_goal_pivot_8":[[40.7120113,-74.0140207],"three gardens"],"around_goal_pivot_9":[[40.7103321,-74.0164647],"bar"],"around_goal_pivot_10":[[40.711502,-74.0135765],"3 gardens"]}} +{"rvs_sample_number":395,"content":"Meet me at the restaurant on the south side of East 26th Street. It is on the north west corner of the block. It is across the street from the north eastern corner of park.","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7424976,-73.9863663],"key":7127,"region":"Manhattan","rvs_start_point":[40.7559902,-73.9805626],"landmarks":{"end_point":[[40.7424976,-73.9863663],"restaurant"],"start_point":[[40.7559902,-73.9805626],"fast food restaurant"],"main_pivot":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_2":[[40.7554108,-73.9792728],"Fred F. French Building"],"main_pivot_3":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_4":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_5":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_6":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_7":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_8":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_9":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_10":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_11":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_12":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_13":[[40.7554108,-73.9792728],"Fred F. French Building"],"main_pivot_14":[[40.7519024,-73.9797823],"Lefcourt Colonial Building"],"main_pivot_15":[[40.7427536,-73.9867684],"park"],"near_pivot":[[40.7427536,-73.9867684],"park"],"around_goal_pivot_1":[[40.7450253,-73.9856205],"church"],"around_goal_pivot_2":[[40.7400583,-73.9849109],"theatre"],"around_goal_pivot_3":[[40.7435762,-73.9892435],"books shop"],"around_goal_pivot_4":[[40.7412827,-73.989507],"attraction"],"around_goal_pivot_5":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_6":[[40.7427538,-73.9889603],"historic memorial"],"around_goal_pivot_7":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_8":[[40.7408664,-73.9850698],"SpringHill Suites"],"around_goal_pivot_9":[[40.740976,-73.9887083],"LensCrafters"],"around_goal_pivot_10":[[40.743931,-73.983874],"Lacoste"]}} +{"rvs_sample_number":147,"content":"Let's meet up and rent a bike, at the Bicycle rental place on West 18th street. There is a library a couple of blocks north and slightly east across the block\/s. To the northeast further east and south of the library is a historic district. South east, mainly east is a muji. 4 clinics is due south though.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.739713,-73.994564],"key":7128,"region":"Manhattan","rvs_start_point":[40.7346045408,-73.999166964],"landmarks":{"end_point":[[40.739713,-73.994564],"bicycle rental"],"start_point":[[40.7346045408,-73.999166964],"library"],"main_pivot":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_4":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_5":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_6":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_7":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_8":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_9":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_10":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_11":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_12":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_13":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_14":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_15":[[40.7391225,-73.9947326],"4 clinics"],"near_pivot":[[40.7391225,-73.9947326],"4 clinics"],"beyond_pivot":[[40.7393636,-73.9925642],"Muji"],"around_goal_pivot_2":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_3":[[40.74,-73.9925],"historic district"],"around_goal_pivot_4":[[40.7418779,-73.9938343],"Trader Joe's"],"around_goal_pivot_5":[[40.7393636,-73.9925642],"Muji"],"around_goal_pivot_6":[[40.7378732,-73.9925156],"Lululemon"],"around_goal_pivot_7":[[40.7398527,-73.9910591],"Nike"],"around_goal_pivot_8":[[40.7395091,-73.9912968],"New Balance"],"around_goal_pivot_10":[[40.7418163,-73.9933518],"GameStop"]}} +{"rvs_sample_number":386,"content":"Meet me at an alcohol shop south of you on 2nd Avenue. A bank and a Petco are south of it on the same street. A Barnes & Noble is west of the shop.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7571563,-73.9666235],"key":7129,"region":"Manhattan","rvs_start_point":[40.7595821,-73.9622337],"landmarks":{"end_point":[[40.7571563,-73.9666235],"alcohol shop"],"start_point":[[40.7595821,-73.9622337],"restaurant"],"main_pivot":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_2":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_3":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_4":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_5":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_6":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_7":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_8":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_9":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_10":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_11":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_12":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_13":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_14":[[40.7599149,-73.9619778],"Queensboro Bridge"],"main_pivot_15":[[40.7566316,-73.9674618],"bank"],"near_pivot":[[40.7566316,-73.9674618],"bank"],"around_goal_pivot_1":[[40.7561736,-73.9692506],"2 benches"],"around_goal_pivot_2":[[40.7550508,-73.9686538],"cafe"],"around_goal_pivot_3":[[40.7575851,-73.9697612],"pharmacy"],"around_goal_pivot_4":[[40.7550272,-73.9681765],"clinic"],"around_goal_pivot_5":[[40.7594206,-73.9660348],"Whole Foods Market"],"around_goal_pivot_6":[[40.7564657,-73.9675993],"Petco"],"around_goal_pivot_7":[[40.759123,-73.9685869],"T-Mobile"],"around_goal_pivot_8":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_9":[[40.7573984,-73.9698932],"Courtyard"],"around_goal_pivot_10":[[40.7567357,-73.9692763],"Hilton Garden Inn"]}} +{"rvs_sample_number":330,"content":"I am located directly west of you, at the police station on Ericsson Place. It's before you get to Citi bank.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7203451,-74.0070419],"key":7130,"region":"Manhattan","rvs_start_point":[40.7203299,-73.9901284],"landmarks":{"end_point":[[40.7203451,-74.0070419],"police station"],"start_point":[[40.7203299,-73.9901284],"laundry shop"],"main_pivot":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_2":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_3":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_4":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_5":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_6":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_7":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_8":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_9":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_10":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_11":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_12":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_13":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_14":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_15":[[40.7196753,-74.0066489],"fire station"],"near_pivot":[[40.7196753,-74.0066489],"fire station"],"around_goal_pivot_1":[[40.7226058,-74.005459],"historic memorial"],"around_goal_pivot_2":[[40.7207154,-74.0102751],"3 gardens"],"around_goal_pivot_3":[[40.7202542,-74.008727],"bank"],"around_goal_pivot_4":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_5":[[40.7205883,-74.0054341],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_7":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_8":[[40.7183574,-74.0057307],"Levi's"],"around_goal_pivot_9":[[40.7184994,-74.0048345],"attraction"],"around_goal_pivot_10":[[40.7213508,-74.0049468],"two fast food restaurants"]}} +{"rvs_sample_number":278,"content":"I'm so hungry, let's get a sammy at the Pret A Manger on West 42nd? You know the one. it's to the west of COS clothing shop. A college is to it's west.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7538242,-73.9812572],"key":7131,"region":"Manhattan","rvs_start_point":[40.7450974,-73.9947013],"landmarks":{"end_point":[[40.7538242,-73.9812572],"fast food restaurant"],"start_point":[[40.7450974,-73.9947013],"restaurant"],"main_pivot":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_2":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_3":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_4":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_5":[[40.7501745,-73.988051],"Macy's"],"main_pivot_6":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_7":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_8":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_9":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_10":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_11":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_12":[[40.7501745,-73.988051],"Macy's"],"main_pivot_13":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_14":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_15":[[40.7542,-73.9822192],"college"],"near_pivot":[[40.7542,-73.9822192],"college"],"beyond_pivot":[[40.7536883,-73.9804985],"COS"],"around_goal_pivot_1":[[40.752949,-73.9840106],"college"],"around_goal_pivot_2":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_3":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_4":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.7539879,-73.9841017],"seven fountains"],"around_goal_pivot_7":[[40.752904,-73.9818929],"5 fountains"],"around_goal_pivot_8":[[40.7551307,-73.9824865],"Independent"],"around_goal_pivot_9":[[40.7539457,-73.9827865],"three gardens"],"around_goal_pivot_10":[[40.7560178,-73.9793082],"Oakley"]}} +{"rvs_sample_number":75,"content":"Go northwest over to 7th Avenue where we'll meet at the musical instrument shop near Central Park. It's north of the Park Hyatt and east from the Gap.","rvs_path":"data\/geodata\/manhattan_samples_v89.gpkg","rvs_goal_point":[40.7666639,-73.9795237],"key":7132,"region":"Manhattan","rvs_start_point":[40.7627413,-73.9716949],"landmarks":{"end_point":[[40.7666639,-73.9795237],"musical instrument shop"],"start_point":[[40.7627413,-73.9716949],"restaurant"],"main_pivot":[[40.764953,-73.9775319],"111 West 57th Street"],"main_pivot_2":[[40.762523517,-73.9713982152],"Four Seasons Hotel"],"main_pivot_3":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_4":[[40.7624268,-73.9716796],"Fuller Building"],"main_pivot_5":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_6":[[40.7648721,-73.976175],"The Ritz-Carlton"],"main_pivot_7":[[40.764204,-73.9751931],"Solow Building"],"main_pivot_8":[[40.7624268,-73.9716796],"Fuller Building"],"main_pivot_9":[[40.763934,-73.9739211],"Grand Army Plaza"],"main_pivot_10":[[40.764204,-73.9751931],"Solow Building"],"main_pivot_11":[[40.762523517,-73.9713982152],"Four Seasons Hotel"],"main_pivot_12":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_13":[[40.7624268,-73.9716796],"Fuller Building"],"main_pivot_14":[[40.7627838,-73.9724598],"LVMH Tower"],"main_pivot_15":[[40.7657929,-73.9783532],"JW Marriott"],"near_pivot":[[40.7657929,-73.9783532],"JW Marriott"],"around_goal_pivot_1":[[40.767953027,-73.9815730814],"attraction"],"around_goal_pivot_2":[[40.7672627,-73.9818612],"museum"],"around_goal_pivot_3":[[40.7688397,-73.9779313],"bare rock"],"around_goal_pivot_4":[[40.7672906,-73.9814579],"ice cream"],"around_goal_pivot_5":[[40.7671416,-73.9827823],"Paris Baguette"],"around_goal_pivot_6":[[40.7674909,-73.9814421],"LensCrafters"],"around_goal_pivot_7":[[40.7663468,-73.9824049],"Gap"],"around_goal_pivot_9":[[40.7654216,-73.9793143],"Park Hyatt"],"around_goal_pivot_10":[[40.7647157,-73.9785054],"Le M\u00e9ridien"]}} +{"rvs_sample_number":131,"content":"I am waiting at Starbucks south of West 47th street. It is on the same block with a catholic church. McGraw-Hill building is northeast of here. ","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.758148,-73.9824848],"key":7133,"region":"Manhattan","rvs_start_point":[40.7655576,-73.9765642],"landmarks":{"end_point":[[40.758148,-73.9824848],"cafe"],"start_point":[[40.7655576,-73.9765642],"fast food restaurant"],"main_pivot":[[40.7590303,-73.981704],"McGraw-Hill Building"],"main_pivot_2":[[40.7615204,-73.9789467],"CBS Building"],"main_pivot_3":[[40.7596669,-73.9812648],"Exxon Building"],"main_pivot_4":[[40.7619153,-73.9791562],"Hilton New York Midtown"],"main_pivot_5":[[40.7657085,-73.975779],"Sim\u00f3n Bol\u00edvar"],"main_pivot_6":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_7":[[40.7660454,-73.9760662],"Jos\u00e9 Mart\u00ed"],"main_pivot_8":[[40.7619153,-73.9791562],"Hilton New York Midtown"],"main_pivot_9":[[40.7619153,-73.9791562],"Hilton New York Midtown"],"main_pivot_10":[[40.7615204,-73.9789467],"CBS Building"],"main_pivot_11":[[40.7660454,-73.9760662],"Jos\u00e9 Mart\u00ed"],"main_pivot_12":[[40.7660454,-73.9760662],"Jos\u00e9 Mart\u00ed"],"main_pivot_13":[[40.7660429,-73.9766301],"Jos\u00e9 de San Mart\u00edn"],"main_pivot_14":[[40.7605171,-73.9801887],"Time-Life Building"],"main_pivot_15":[[40.7585403,-73.9832641],"church"],"near_pivot":[[40.7585403,-73.9832641],"church"],"beyond_pivot":[[40.7580461,-73.9835721],"place_of_worship"],"around_goal_pivot_1":[[40.7584323,-73.9855594],"Mariott"],"around_goal_pivot_2":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_3":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_4":[[40.759189,-73.9844569],"square"],"around_goal_pivot_5":[[40.7556796,-73.9822999],"Independent"],"around_goal_pivot_6":[[40.7560383,-73.980752],"post office"],"around_goal_pivot_7":[[40.7576242,-73.9837927],"Hyatt Centric"],"around_goal_pivot_8":[[40.7599806,-73.9850423],"Fossil"],"around_goal_pivot_9":[[40.7589992,-73.979872],"Tumi"],"around_goal_pivot_10":[[40.7606178,-73.9819075],"Men's Wearhouse"]}} +{"rvs_sample_number":53,"content":"Meet me at the alcohol shop west of you on Hudson Street. It's one block south of Rite Aid pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v35.gpkg","rvs_goal_point":[40.7335078,-74.0061607],"key":7134,"region":"Manhattan","rvs_start_point":[40.7288571,-73.9871068],"landmarks":{"end_point":[[40.7335078,-74.0061607],"alcohol shop"],"start_point":[[40.7288571,-73.9871068],"restaurant"],"main_pivot":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_2":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_3":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_4":[[40.7310836506,-73.9918857004],"NoHo Historic District"],"main_pivot_5":[[40.7310836506,-73.9918857004],"NoHo Historic District"],"main_pivot_6":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_7":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_8":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_9":[[40.7337734,-74.0021973],"Stonewalll Inn State Historic Site"],"main_pivot_10":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_11":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_12":[[40.7337734,-74.0021973],"Stonewalll Inn State Historic Site"],"main_pivot_13":[[40.7337734,-74.0021973],"Stonewalll Inn State Historic Site"],"main_pivot_14":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_15":[[40.73435,-74.0059799],"pharmacy"],"near_pivot":[[40.73435,-74.0059799],"pharmacy"],"beyond_pivot":[[40.73435,-74.0059799],"pharmacy"],"around_goal_pivot_1":[[40.7335093,-74.0030709],"historic monument"],"around_goal_pivot_2":[[40.732627672,-74.0076986101],"public building"],"around_goal_pivot_3":[[40.7322204,-74.0045154],"arts centre"],"around_goal_pivot_4":[[40.7336502,-74.0031579],"pharmacy"],"around_goal_pivot_5":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_6":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_7":[[40.7345383,-74.0060005],"parking lot"],"around_goal_pivot_8":[[40.7335428,-74.0039268],"cannabis shop"],"around_goal_pivot_9":[[40.7358162,-74.0049766],"perfumery shop"],"around_goal_pivot_10":[[40.7340693,-74.0027914],"vacant shop"]}} +{"rvs_sample_number":447,"content":"I'm standing next to a wastebasket just west of you, on the southeast corner of the park. It's across the street from the park. There is a bank next to me.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7345298,-73.9903971],"key":7135,"region":"Manhattan","rvs_start_point":[40.7348233,-73.9830228],"landmarks":{"end_point":[[40.7345298,-73.9903971],"waste basket"],"start_point":[[40.7348233,-73.9830228],"bicycle parking"],"main_pivot":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_2":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_3":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_4":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_5":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_6":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_7":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_8":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_9":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_10":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_11":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_12":[[40.7343985,-73.9836554],"Rutherford Place"],"main_pivot_13":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_14":[[40.7338672,-73.9850852],"Friends Seminary"],"main_pivot_15":[[40.7345657,-73.9900419],"park"],"near_pivot":[[40.7345657,-73.9900419],"park"],"beyond_pivot":[[40.734204,-73.9911071],"bank"],"around_goal_pivot_1":[[40.7321614,-73.9896186],"post office"],"around_goal_pivot_2":[[40.7320879,-73.990725],"church"],"around_goal_pivot_4":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_5":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_6":[[40.7322913,-73.9904924],"2 schools"],"around_goal_pivot_7":[[40.736405,-73.9884292],"W Hotels"],"around_goal_pivot_8":[[40.7322843,-73.9891248],"historic building"],"around_goal_pivot_9":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_10":[[40.7326422,-73.9921769],"car rental"]}} +{"rvs_sample_number":382,"content":"Meet me at the tobacco shop on East 26th Street. It is diagonally south west of the block with park on the same street.","rvs_path":"data\/geodata\/manhattan_samples_v81.gpkg","rvs_goal_point":[40.7397206,-73.979801],"key":7136,"region":"Manhattan","rvs_start_point":[40.7327698965,-73.9776788996],"landmarks":{"end_point":[[40.7397206,-73.979801],"tobacco shop"],"start_point":[[40.7327698965,-73.9776788996],"parking space"],"main_pivot":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_2":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_3":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_4":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_5":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_6":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_7":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_8":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_9":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_10":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_11":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_12":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_13":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_14":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_15":[[40.7396022,-73.9786872],"park"],"near_pivot":[[40.7396022,-73.9786872],"park"],"around_goal_pivot_1":[[40.7381313,-73.9818616],"library"],"around_goal_pivot_2":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_3":[[40.7383463,-73.9824559],"clinic"],"around_goal_pivot_4":[[40.7422794,-73.9799678],"True Value"],"around_goal_pivot_5":[[40.7420864,-73.9805205],"Verizon Wireless"],"around_goal_pivot_6":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_7":[[40.7413178,-73.9781491],"Target"],"around_goal_pivot_8":[[40.7422842,-73.9803953],"T-Mobile"],"around_goal_pivot_9":[[40.7420191,-73.9805597],"7-Eleven"],"around_goal_pivot_10":[[40.7394627,-73.9822461],"hotel"]}} +{"rvs_sample_number":184,"content":"Meet me at the bicycle rental. Start by heading northeast until you see the library, surrounded by many fountains and gardens. Go 3 blocks north of there. It will be in that third block, in the corner where West 44th Street and a major avenue connect. It is next to Five Guys. ","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7550025,-73.9801444],"key":7137,"region":"Manhattan","rvs_start_point":[40.7498831,-73.9953154],"landmarks":{"end_point":[[40.7550025,-73.9801444],"bicycle rental"],"start_point":[[40.7498831,-73.9953154],"bicycle parking"],"main_pivot":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_2":[[40.7559522,-73.9824888],"Algonquin Hotel"],"main_pivot_3":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_4":[[40.7512629,-73.9908813],"Nelson Tower"],"main_pivot_5":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_6":[[40.756462,-73.9837039],"Belasco Theatre"],"main_pivot_7":[[40.7565772,-73.9864464],"Times Square"],"main_pivot_8":[[40.7512629,-73.9908813],"Nelson Tower"],"main_pivot_9":[[40.7514074,-73.9919707],"One Penn Plaza"],"main_pivot_10":[[40.756462,-73.9837039],"Belasco Theatre"],"main_pivot_11":[[40.7557064331,-73.9879072483],"New Amsterdam Theatre"],"main_pivot_12":[[40.7546551,-73.9839967],"Bryant Park"],"main_pivot_13":[[40.7561287,-73.98658],"Times Square Ball"],"main_pivot_14":[[40.7559522,-73.9824888],"Algonquin Hotel"],"main_pivot_15":[[40.7551816,-73.9798997],"Five Below"],"near_pivot":[[40.7551816,-73.9798997],"Five Below"],"around_goal_pivot_1":[[40.7533956,-73.9812108],"4 gardens"],"around_goal_pivot_2":[[40.7546747,-73.9818757],"college"],"around_goal_pivot_3":[[40.7536392,-73.9818442],"library"],"around_goal_pivot_4":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_5":[[40.7556114,-73.9821375],"Independent"],"around_goal_pivot_6":[[40.7527135,-73.9819787],"2 gardens"],"around_goal_pivot_7":[[40.7531639,-73.9816811],"five fountains"],"around_goal_pivot_8":[[40.7531708,-73.9816993],"four fountains"],"around_goal_pivot_9":[[40.7572788,-73.9816863],"Dress Barn"],"around_goal_pivot_10":[[40.7558228,-73.9787965],"Barnes & Noble"]}} +{"rvs_sample_number":448,"content":"Meet me at the dojo on Broadway southwest of you. The Angelika cinema is on the block northwest of here. It is on the northwest corner of the block. Forever 21 is on the block but down the street.","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7251534,-73.9967885],"key":7138,"region":"Manhattan","rvs_start_point":[40.7317002,-73.9829848],"landmarks":{"end_point":[[40.7251534,-73.9967885],"dojo"],"start_point":[[40.7317002,-73.9829848],"restaurant"],"main_pivot":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_2":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_3":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_4":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_5":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_6":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_7":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_8":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_9":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_10":[[40.72928,-73.9924535],"Colonnade row"],"main_pivot_11":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_12":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_13":[[40.7292688,-73.9873613],"East Village"],"main_pivot_14":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_15":[[40.7259416,-73.9973321],"cinema"],"near_pivot":[[40.7259416,-73.9973321],"cinema"],"beyond_pivot":[[40.7244848,-73.9973753],"Forever 21"],"around_goal_pivot_1":[[40.7237654,-73.9954042],"cathedral"],"around_goal_pivot_2":[[40.7258874,-73.9942403],"theatre"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_5":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_6":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_7":[[40.7241982,-73.998047],"Pink"],"around_goal_pivot_8":[[40.7239688,-73.9982352],"Sephora"],"around_goal_pivot_9":[[40.7233656,-73.9987051],"Guess"],"around_goal_pivot_10":[[40.7246402,-73.9998469],"Dior"]}} +{"rvs_sample_number":126,"content":"Meet me at the clothes shop on Elizabeth Street. Find the en Elizabeth Street Garden then cross the street to the north of it. Stay on the corner closest to the Garden and it will be across the street from you to the east.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7228768,-73.9939701],"key":7139,"region":"Manhattan","rvs_start_point":[40.7293558865,-73.9949696032],"landmarks":{"end_point":[[40.7228768,-73.9939701],"clothes shop"],"start_point":[[40.7293558865,-73.9949696032],"university"],"main_pivot":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_2":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_3":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_4":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_5":[[40.7298867,-73.9953042],"Brown Building"],"main_pivot_6":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_7":[[40.7287755133,-73.9949909155],"NoHo Historic District"],"main_pivot_8":[[40.7298867,-73.9953042],"Brown Building"],"main_pivot_9":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_10":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_11":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_12":[[40.7287755133,-73.9949909155],"NoHo Historic District"],"main_pivot_13":[[40.7287755133,-73.9949909155],"NoHo Historic District"],"main_pivot_14":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_15":[[40.7223405,-73.9943933],"park"],"near_pivot":[[40.7223405,-73.9943933],"park"],"beyond_pivot":[[40.72234996,-73.99302328],"museum"],"around_goal_pivot_1":[[40.7236185,-73.9948834],"cathedral"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_4":[[40.7237818,-73.9929941],"bank"],"around_goal_pivot_5":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_6":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_7":[[40.7233312,-73.9931915],"gallery"],"around_goal_pivot_8":[[40.723963,-73.995132],"church"],"around_goal_pivot_9":[[40.723112,-73.9953934],"convenience shop"],"around_goal_pivot_10":[[40.721658,-73.9932674],"newsagent shop"]}} +{"rvs_sample_number":186,"content":"Meet me at a cloth shop northeast of you on the north side of West 42nd Street, just north of the park, about the middle of the block, but the college is west of me and Chipotle is east of me. The Independent Hotel is northwest of me. ","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.754007,-73.9816908],"key":7140,"region":"Manhattan","rvs_start_point":[40.7396065,-73.9886459],"landmarks":{"end_point":[[40.754007,-73.9816908],"clothes shop"],"start_point":[[40.7396065,-73.9886459],"restaurant"],"main_pivot":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_2":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_3":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_4":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_5":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_6":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_7":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_8":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_9":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_10":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_11":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_12":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_13":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_14":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_15":[[40.7535493,-73.981387],"4 gardens"],"near_pivot":[[40.7535493,-73.981387],"4 gardens"],"beyond_pivot":[[40.7534349,-73.9823612],"reservoir"],"around_goal_pivot_1":[[40.7539004,-73.984394],"2 playgrounds"],"around_goal_pivot_2":[[40.7528901,-73.9818928],"5 fountains"],"around_goal_pivot_3":[[40.752949,-73.9840106],"college"],"around_goal_pivot_4":[[40.7543047,-73.9833256],"4 gardens"],"around_goal_pivot_5":[[40.7539747,-73.9843776],"three gardens"],"around_goal_pivot_6":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_7":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_8":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_9":[[40.7551307,-73.9824865],"Independent"],"around_goal_pivot_10":[[40.7539846,-73.9840908],"6 fountains"]}} +{"rvs_sample_number":20,"content":"Travel north and meet me at the bicycle parking on the west side of 2nd Avenue, southwest from the TD Bank across the street. It's northwest of Ace Hardware and the south most bike parking of the two.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7716305,-73.9564349],"key":7141,"region":"Manhattan","rvs_start_point":[40.7588838,-73.961895],"landmarks":{"end_point":[[40.7716305,-73.9564349],"bicycle parking"],"start_point":[[40.7588838,-73.961895],"restaurant"],"main_pivot":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_2":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_3":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_4":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_5":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_6":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_7":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_8":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_9":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_10":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_11":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_12":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_13":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_14":[[40.7601968591,-73.9617331577],"Queensboro Bridge"],"main_pivot_15":[[40.7717663,-73.955911],"bank"],"near_pivot":[[40.7717663,-73.955911],"bank"],"beyond_pivot":[[40.7721832,-73.9556982],"restaurant"],"around_goal_pivot_1":[[40.773471,-73.9564247],"library"],"around_goal_pivot_2":[[40.7693871,-73.9581615],"post office"],"around_goal_pivot_3":[[40.770047,-73.9547045],"Ace Hardware"],"around_goal_pivot_4":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_5":[[40.7731405,-73.9583584],"Fidelity"],"around_goal_pivot_6":[[40.7739526,-73.9577773],"Ricky's NYC"],"around_goal_pivot_7":[[40.769969,-73.9541729],"True Value"],"around_goal_pivot_8":[[40.7732118,-73.9542488],"charging station"],"around_goal_pivot_9":[[40.7703134,-73.9574989],"doctor's office"],"around_goal_pivot_10":[[40.7713982,-73.9536162],"dentist's office"]}} +{"rvs_sample_number":234,"content":"Meet me at the bicycle parking north of you on Prince Street. It's the one that is catty-corner to the cathedral. ","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7234355,-73.9960612],"key":7142,"region":"Manhattan","rvs_start_point":[40.7181753,-73.9976755],"landmarks":{"end_point":[[40.7234355,-73.9960612],"bicycle parking"],"start_point":[[40.7181753,-73.9976755],"restaurant"],"main_pivot":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_2":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_3":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_4":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_7":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_10":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_11":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_12":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_13":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_14":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_15":[[40.7235439,-73.9955025],"cathedral"],"near_pivot":[[40.7235439,-73.9955025],"cathedral"],"beyond_pivot":[[40.721973,-73.9973299],"park"],"around_goal_pivot_1":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_2":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_3":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_4":[[40.7241982,-73.998047],"Pink"],"around_goal_pivot_5":[[40.7245682,-73.9973205],"Bershka"],"around_goal_pivot_6":[[40.7226575,-73.9977783],"Aerie"],"around_goal_pivot_7":[[40.7226719,-73.9993039],"H&M"],"around_goal_pivot_8":[[40.7251959,-73.995065],"Bank of America"],"around_goal_pivot_9":[[40.7244716,-73.99785],"Prada"],"around_goal_pivot_10":[[40.7220702,-73.9985865],"Bloomingdale's"]}} +{"rvs_sample_number":165,"content":"Meet up with me at that bicycle parking that is on walker street. It's about a block and a half before the eastern end of that street, on it's south side. Over a block to the north is a Starbucks. To the east, past the end of the street is 2 jewelry shops.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7175628,-74.0002128],"key":7143,"region":"Manhattan","rvs_start_point":[40.7181446,-74.0106118],"landmarks":{"end_point":[[40.7175628,-74.0002128],"bicycle parking"],"start_point":[[40.7181446,-74.0106118],"bicycle parking"],"main_pivot":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_2":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_3":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_4":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_5":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_6":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_7":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_8":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_9":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_10":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_11":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_12":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_13":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_14":[[40.7194446,-74.0066879],"FDNY Ladder 8"],"main_pivot_15":[[40.7173727,-74.0012731],"community centre"],"near_pivot":[[40.7173727,-74.0012731],"community centre"],"beyond_pivot":[[40.7182761,-73.999969],"cafe"],"around_goal_pivot_1":[[40.719811,-73.9983397],"historic building"],"around_goal_pivot_2":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_3":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_4":[[40.7167451,-73.9970807],"three jewelry shops"],"around_goal_pivot_5":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_6":[[40.7171832,-73.9983152],"four jewelry shops"],"around_goal_pivot_7":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_10":[[40.7171502,-73.9982139],"2 jewelry shops"]}} +{"rvs_sample_number":76,"content":"I am at the Zachary Kaplan Museum to your northeast. It is in the northern part of the Bowery neighborhood just south of Stanton street. It is adjacent to the Sunshine Hotel.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7224177,-73.9929044],"key":7144,"region":"Manhattan","rvs_start_point":[40.7177661903,-73.9988833441],"landmarks":{"end_point":[[40.7224177,-73.9929044],"museum"],"start_point":[[40.7177661903,-73.9988833441],"church"],"main_pivot":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_2":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_3":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_4":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_5":[[40.719274,-73.9983695],"Odd Fellows Hall"],"main_pivot_6":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_7":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_8":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_9":[[40.7199937,-73.9978637],"240 Centre Street"],"main_pivot_10":[[40.7199937,-73.9978637],"240 Centre Street"],"main_pivot_11":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.719274,-73.9983695],"Odd Fellows Hall"],"main_pivot_14":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_15":[[40.7224954,-73.9928637],"hotel"],"near_pivot":[[40.7224954,-73.9928637],"hotel"],"beyond_pivot":[[40.7230725,-73.9924242],"museum"],"around_goal_pivot_1":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_2":[[40.7234087,-73.9949765],"cathedral"],"around_goal_pivot_3":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_4":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_5":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_8":[[40.72381,-73.9923841],"Whole Foods Market"],"around_goal_pivot_9":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_10":[[40.7233312,-73.9931915],"gallery"]}} +{"rvs_sample_number":90,"content":"Meet me at the church. Go northeast, passing Serendipity 3, and coming up to the park. From the park, cross the street and the church will be lined up with the park on the south side of East 69th Street. ","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.766115689,-73.9584991379],"key":7145,"region":"Manhattan","rvs_start_point":[40.761992,-73.9723867],"landmarks":{"end_point":[[40.766115689,-73.9584991379],"church"],"start_point":[[40.761992,-73.9723867],"bag shop"],"main_pivot":[[40.7621731415,-73.972635742],"590 Madison Avenue"],"main_pivot_2":[[40.7620025,-73.9713064],"Four Seasons Hotel"],"main_pivot_3":[[40.7609769,-73.9696219],"Hotel 57"],"main_pivot_4":[[40.7621559,-73.971668],"Fuller Building"],"main_pivot_5":[[40.7617845,-73.971529],"432 Park Avenue"],"main_pivot_6":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_7":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_8":[[40.7625295,-73.9725571],"LVMH Tower"],"main_pivot_9":[[40.7617845,-73.971529],"432 Park Avenue"],"main_pivot_10":[[40.7621731415,-73.972635742],"590 Madison Avenue"],"main_pivot_11":[[40.7620635,-73.9707067],"Harold Pratt House and Peterson Hall"],"main_pivot_12":[[40.7609769,-73.9696219],"Hotel 57"],"main_pivot_13":[[40.7620635,-73.9707067],"Harold Pratt House and Peterson Hall"],"main_pivot_14":[[40.7621731415,-73.972635742],"590 Madison Avenue"],"main_pivot_15":[[40.7655267816,-73.9587444571],"park"],"near_pivot":[[40.7655267816,-73.9587444571],"park"],"beyond_pivot":[[40.7654813,-73.957038],"place_of_worship"],"around_goal_pivot_1":[[40.7650375,-73.9595611],"library"],"around_goal_pivot_2":[[40.7679226,-73.9599974],"post office"],"around_goal_pivot_3":[[40.7651325,-73.9580265],"bicycle rental"],"around_goal_pivot_4":[[40.7652725,-73.9575747],"atm"],"around_goal_pivot_5":[[40.7676133,-73.961282],"clinic"],"around_goal_pivot_6":[[40.7649354,-73.9567959],"research institute"],"around_goal_pivot_7":[[40.7661798,-73.9553763],"doctor's office"],"around_goal_pivot_8":[[40.7634589,-73.9584985],"parking lot"],"around_goal_pivot_9":[[40.7681442,-73.9586079],"florist shop"],"around_goal_pivot_10":[[40.7682931,-73.9589936],"kitchen shop"]}} +{"rvs_sample_number":39,"content":"Join me at the donut fast food restaurant on 2nd Avenue. It is located east of your current location. Head north on the avenue until you see a bicycle rental and a tobacco shop on the opposite sides of the street. Then, the donut restaurant is at the end of the next block. If you see Target, you have gone too far.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7401458,-73.9789411],"key":7146,"region":"Manhattan","rvs_start_point":[40.7406022,-73.9877902],"landmarks":{"end_point":[[40.7401458,-73.9789411],"fast food restaurant"],"start_point":[[40.7406022,-73.9877902],"restaurant"],"main_pivot":[[40.740377,-73.9864343],"Metropolitan Life Insurance Company Tower"],"main_pivot_2":[[40.7400264,-73.9847663],"Gramercy Theatre"],"main_pivot_3":[[40.740377,-73.9864343],"Metropolitan Life Insurance Company Tower"],"main_pivot_4":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_5":[[40.7412207,-73.9881929],"Roscoe Conkling"],"main_pivot_6":[[40.740377,-73.9864343],"Metropolitan Life Insurance Company Tower"],"main_pivot_7":[[40.7389801,-73.98243],"School of Visual Arts"],"main_pivot_8":[[40.7412207,-73.9881929],"Roscoe Conkling"],"main_pivot_9":[[40.7412224698,-73.9875301501],"Met Life Tower"],"main_pivot_10":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_11":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_12":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_13":[[40.7398452,-73.9837088],"Madison Square Station New York Post Office"],"main_pivot_14":[[40.7398452,-73.9837088],"Madison Square Station New York Post Office"],"main_pivot_15":[[40.7398385706,-73.9785162636],"park"],"near_pivot":[[40.7398385706,-73.9785162636],"park"],"beyond_pivot":[[40.7413163,-73.9780726],"pharmacy"],"around_goal_pivot_1":[[40.7413163,-73.9780726],"pharmacy"],"around_goal_pivot_2":[[40.7413178,-73.9781491],"Target"],"around_goal_pivot_3":[[40.739126,-73.9797378],"bicycle rental"],"around_goal_pivot_4":[[40.7409396,-73.980126],"church"],"around_goal_pivot_5":[[40.741213,-73.9801389],"school"],"around_goal_pivot_6":[[40.7398248,-73.977416],"cafe"],"around_goal_pivot_7":[[40.7415551,-73.9788812],"fire station"],"around_goal_pivot_8":[[40.7411437,-73.9791844],"dry cleaning shop"],"around_goal_pivot_9":[[40.7395515,-73.9806191],"massage shop"],"around_goal_pivot_10":[[40.7397206,-73.979801],"tobacco shop"]}} +{"rvs_sample_number":232,"content":"Meet me at Burton on Greene Street. It's in the same block as the cafe and just north of the historic district. H&M is two blocks southeast of here.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7233032,-74.0009234],"key":7147,"region":"Manhattan","rvs_start_point":[40.7286994,-73.9957151],"landmarks":{"end_point":[[40.7233032,-74.0009234],"Burton"],"start_point":[[40.7286994,-73.9957151],"university"],"main_pivot":[[40.7283738612,-73.9953341019],"NoHo Historic District"],"main_pivot_2":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_3":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_4":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_5":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_6":[[40.7283738612,-73.9953341019],"NoHo Historic District"],"main_pivot_7":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_8":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_9":[[40.7283738612,-73.9953341019],"NoHo Historic District"],"main_pivot_10":[[40.7283738612,-73.9953341019],"NoHo Historic District"],"main_pivot_11":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_12":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_13":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_14":[[40.7283738612,-73.9953341019],"NoHo Historic District"],"main_pivot_15":[[40.7230556,-74.0011111],"historic district"],"near_pivot":[[40.7230556,-74.0011111],"historic district"],"beyond_pivot":[[40.7231111,-74.0018207],"cafe"],"around_goal_pivot_1":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_2":[[40.7247766,-73.9991042],"Tumi"],"around_goal_pivot_3":[[40.7222672,-73.9996663],"Bath & Body Works"],"around_goal_pivot_4":[[40.7255066,-74.0009132],"French Connection"],"around_goal_pivot_5":[[40.7214214,-73.9999993],"Topman"],"around_goal_pivot_6":[[40.7226719,-73.9993039],"H&M"],"around_goal_pivot_7":[[40.7251889,-73.9994493],"Polo Ralph Lauren"],"around_goal_pivot_8":[[40.7246402,-73.9998469],"Dior"],"around_goal_pivot_9":[[40.7233656,-73.9987051],"Guess"],"around_goal_pivot_10":[[40.7221932,-73.9992705],"The North Face"]}} +{"rvs_sample_number":354,"content":"Come to the cafe northeast of you on Cornelia Street. A post office is at the northeast corner of my block and New York University is east of me.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7314151,-74.002447],"key":7148,"region":"Manhattan","rvs_start_point":[40.716632,-74.0082392],"landmarks":{"end_point":[[40.7314151,-74.002447],"cafe"],"start_point":[[40.716632,-74.0082392],"bicycle parking"],"main_pivot":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_2":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_3":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_4":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_5":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_6":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_7":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_8":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_9":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_10":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_11":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_12":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_13":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_14":[[40.7243757,-74.0043138],"10 Sullivan"],"main_pivot_15":[[40.7307069,-74.0027809],"church"],"near_pivot":[[40.7307069,-74.0027809],"church"],"beyond_pivot":[[40.7314457604,-74.000726285],"university"],"around_goal_pivot_1":[[40.7297727,-74.0051938],"library"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_3":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_4":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_5":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_6":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_7":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_8":[[40.7302407,-74.0022099],"fountain"],"around_goal_pivot_9":[[40.7321207,-74.0016291],"post office"],"around_goal_pivot_10":[[40.7332332,-74.0026154],"atm"]}} +{"rvs_sample_number":47,"content":"I want to up my nutrition. Will you meet me at the health food shop and advise me? It's the one on East 34th Street in the same block but north east of the school. A parking entrance is a block north.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7464572426,-73.980406815],"key":7149,"region":"Manhattan","rvs_start_point":[40.7469708,-73.9853055],"landmarks":{"end_point":[[40.7464572426,-73.980406815],"health food shop"],"start_point":[[40.7469708,-73.9853055],"cafe"],"main_pivot":[[40.746628,-73.9820041],"Wolfgang\u2019s Steakhouse"],"main_pivot_2":[[40.7466667,-73.9844444],"The Factory"],"main_pivot_3":[[40.746628,-73.9820041],"Wolfgang\u2019s Steakhouse"],"main_pivot_4":[[40.746628,-73.9820041],"Wolfgang\u2019s Steakhouse"],"main_pivot_5":[[40.7461635,-73.9829224],"2 Park Avenue"],"main_pivot_6":[[40.7466667,-73.9844444],"The Factory"],"main_pivot_7":[[40.7466667,-73.9844444],"The Factory"],"main_pivot_8":[[40.7466667,-73.9844444],"The Factory"],"main_pivot_9":[[40.7466667,-73.9844444],"The Factory"],"main_pivot_10":[[40.746628,-73.9820041],"Wolfgang\u2019s Steakhouse"],"main_pivot_11":[[40.7466667,-73.9844444],"The Factory"],"main_pivot_12":[[40.746628,-73.9820041],"Wolfgang\u2019s Steakhouse"],"main_pivot_13":[[40.746628,-73.9820041],"Wolfgang\u2019s Steakhouse"],"main_pivot_14":[[40.7461635,-73.9829224],"2 Park Avenue"],"main_pivot_15":[[40.7462177,-73.9809816],"school"],"near_pivot":[[40.7462177,-73.9809816],"school"],"beyond_pivot":[[40.747084,-73.9796615],"parking_entrance"],"around_goal_pivot_1":[[40.7482632,-73.9818162],"church"],"around_goal_pivot_2":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_3":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_4":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_5":[[40.7447421,-73.9780734],"2 schools"],"around_goal_pivot_6":[[40.7484239,-73.9780254],"Affinia Hotels"],"around_goal_pivot_7":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_8":[[40.7448022,-73.979026],"Jenny Craig"],"around_goal_pivot_9":[[40.7446344,-73.9799514],"three dentist's offices"],"around_goal_pivot_10":[[40.7480684,-73.9800307],"LabCorp"]}} +{"rvs_sample_number":1,"content":"Let's meet up at the theatre just west of Raymour and Flanigan. It's across the block from Lincoln Center for the Performing Arts, arts centre. Northward of it. You know that location, it's near the Elinor Bunin Monroe film center. To be clear, you likely will NOT have to pass by these to get to the meeting location but it's a reminder of their location. You'll likely take a westward turn just after passing Raymour & Flanigan Furniture store to get there though.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7741692,-73.9834746],"key":7150,"region":"Manhattan","rvs_start_point":[40.7817516,-73.9813934],"landmarks":{"end_point":[[40.7741692,-73.9834746],"theatre"],"start_point":[[40.7817516,-73.9813934],"L'Occitane"],"main_pivot":[[40.7803047,-73.9817807],"The Ansonia"],"main_pivot_2":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_3":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_4":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_5":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_6":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_7":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_8":[[40.7767964,-73.9836142],"Lincoln Towers"],"main_pivot_9":[[40.7804903,-73.9811314],"Beacon Theater"],"main_pivot_10":[[40.7812234,-73.9815287],"Astor Apartments"],"main_pivot_11":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_12":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_13":[[40.7803047,-73.9817807],"The Ansonia"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7735639109,-73.9837223723],"arts centre"],"near_pivot":[[40.7735639109,-73.9837223723],"arts centre"],"around_goal_pivot_1":[[40.77525,-73.9831537],"arts centre"],"around_goal_pivot_2":[[40.7734488,-73.9835741],"cinema"],"around_goal_pivot_3":[[40.7755857,-73.9835661],"post office"],"around_goal_pivot_4":[[40.7750621,-73.9828818],"Apple Store"],"around_goal_pivot_5":[[40.7748263,-73.9819035],"Gap"],"around_goal_pivot_6":[[40.7742826,-73.982523],"Raymour & Flanigan"],"around_goal_pivot_7":[[40.7743637,-73.9818822],"Banana Republic"],"around_goal_pivot_8":[[40.7745681,-73.9825746],"Pottery Barn"],"around_goal_pivot_9":[[40.7743876,-73.9825127],"Zara"],"around_goal_pivot_10":[[40.7742091,-73.9847113],"post box"]}} +{"rvs_sample_number":191,"content":"Let\u2019s meet at the vacant shop. Head straight north for a ways until you see a pharmacy. The vacant shop is in the block west of the pharmacy, on Columbus Avenue. It is almost in the northeast corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7797863,-73.977282],"key":7151,"region":"Manhattan","rvs_start_point":[40.7690337,-73.9747171],"landmarks":{"end_point":[[40.7797863,-73.977282],"vacant shop"],"start_point":[[40.7690337,-73.9747171],"bench"],"main_pivot":[[40.770432401,-73.973604309],"Sheep Meadow"],"main_pivot_2":[[40.7761583,-73.9761884],"The Majestic"],"main_pivot_3":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_4":[[40.7768902,-73.9756533],"The Dakota"],"main_pivot_5":[[40.7771532,-73.9758437],"The Langham"],"main_pivot_6":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_7":[[40.7761583,-73.9761884],"The Majestic"],"main_pivot_8":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_9":[[40.7761583,-73.9761884],"The Majestic"],"main_pivot_10":[[40.7771532,-73.9758437],"The Langham"],"main_pivot_11":[[40.7761583,-73.9761884],"The Majestic"],"main_pivot_12":[[40.7771532,-73.9758437],"The Langham"],"main_pivot_13":[[40.7768902,-73.9756533],"The Dakota"],"main_pivot_14":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_15":[[40.7793781,-73.9771006],"pharmacy"],"near_pivot":[[40.7793781,-73.9771006],"pharmacy"],"around_goal_pivot_1":[[40.7818389,-73.9757879],"The Coffee Bean & Tea Leaf"],"around_goal_pivot_2":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"around_goal_pivot_3":[[40.7817731,-73.9796013],"SoulCycle"],"around_goal_pivot_4":[[40.7807979,-73.9803851],"charging station"],"around_goal_pivot_5":[[40.7814188,-73.9799422],"hotel"],"around_goal_pivot_6":[[40.7806573,-73.9798764],"ice cream"],"around_goal_pivot_7":[[40.7813756,-73.9798992],"pub"],"around_goal_pivot_8":[[40.7778548,-73.9779997],"pet grooming shop"],"around_goal_pivot_9":[[40.7805821,-73.979932],"alcohol shop"],"around_goal_pivot_10":[[40.7779392,-73.97962],"web design shop"]}} +{"rvs_sample_number":180,"content":"Let's get some coffee, meet me at Starbucks it's on An avenue right where bond street would run through IF it continued more westernly. There is a New York University right beside it.","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.727212,-73.995488],"key":7152,"region":"Manhattan","rvs_start_point":[40.7218109385,-73.9796376601],"landmarks":{"end_point":[[40.727212,-73.995488],"cafe"],"start_point":[[40.7218109385,-73.9796376601],"garden"],"main_pivot":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_2":[[40.7234744,-73.9846433],"Church of the Most Holy Redeemer"],"main_pivot_3":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_4":[[40.7258894679,-73.9922293815],"Bouwerie Lane Theatre"],"main_pivot_5":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_6":[[40.726918,-73.9926651],"FDNY Engine 33\/Ladder 9"],"main_pivot_7":[[40.726918,-73.9926651],"FDNY Engine 33\/Ladder 9"],"main_pivot_8":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_9":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_10":[[40.726918,-73.9926651],"FDNY Engine 33\/Ladder 9"],"main_pivot_11":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_12":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_13":[[40.7258894679,-73.9922293815],"Bouwerie Lane Theatre"],"main_pivot_14":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_15":[[40.7271830337,-73.9954540945],"university"],"near_pivot":[[40.7271830337,-73.9954540945],"university"],"beyond_pivot":[[40.7263387,-73.9957532],"Swatch"],"around_goal_pivot_1":[[40.7290516,-73.9971308],"library"],"around_goal_pivot_2":[[40.726918,-73.9926651],"fire station"],"around_goal_pivot_3":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_4":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_5":[[40.7285463205,-73.994314267],"church"],"around_goal_pivot_6":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_8":[[40.7249368,-73.9973944],"bank"],"around_goal_pivot_9":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_10":[[40.7248315,-73.9952195],"REI"]}} +{"rvs_sample_number":115,"content":"I'm at a garden next to the river far to your southwest. It's west of Battery Place, just as it begins to go in a north-south direction. Just to my northeast is a museum.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7059600962,-74.019192045],"key":7153,"region":"Manhattan","rvs_start_point":[40.7156886,-74.0066902],"landmarks":{"end_point":[[40.7059600962,-74.019192045],"garden"],"start_point":[[40.7156886,-74.0066902],"fitness centre"],"main_pivot":[[40.7093767546,-74.0138347379],"W Downtown"],"main_pivot_2":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_3":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_4":[[40.7096737,-74.0129631],"Liberty Park"],"main_pivot_5":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_6":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_7":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_8":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_9":[[40.71126,-74.0108856],"World Trade Center Transportation Hub - Oculus"],"main_pivot_10":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_11":[[40.7096737,-74.0129631],"Liberty Park"],"main_pivot_12":[[40.7100218,-74.013147],"St. Nicholas Greek Orthodox Church"],"main_pivot_13":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_14":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_15":[[40.7062616,-74.0190152],"museum"],"near_pivot":[[40.7062616,-74.0190152],"museum"],"beyond_pivot":[[40.7052088,-74.0190339],"bench"],"around_goal_pivot_1":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_2":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_3":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_4":[[40.7059369,-74.0170469],"5 gardens"],"around_goal_pivot_5":[[40.7050848,-74.0159759],"3 benches"],"around_goal_pivot_6":[[40.7059243,-74.0170743],"3 gardens"],"around_goal_pivot_7":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_8":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_9":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_10":[[40.7052227,-74.0183978],"toilets"]}} +{"rvs_sample_number":45,"content":"Meet me at bicycle parking on Pier 40. You\u2019ll want to head southwest until you see the dog park on West Street, right near the water. Once there, you should see a big square to your west, darting out into the water. This is Pier 40. Go to \u201cpitch\u201d. You will then see a drinking water place and a bicycle parking place right next to each other. That\u2019s the bicycle parking place you want. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7292357,-74.0116206],"key":7154,"region":"Manhattan","rvs_start_point":[40.7345208,-73.9994276],"landmarks":{"end_point":[[40.7292357,-74.0116206],"bicycle parking"],"start_point":[[40.7345208,-73.9994276],"bench"],"main_pivot":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_2":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_3":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_4":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_5":[[40.7327109,-73.999944],"New York University"],"main_pivot_6":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_7":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_8":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_9":[[40.7311952032,-74.001533693],"IFC Center"],"main_pivot_10":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_11":[[40.7327109,-73.999944],"New York University"],"main_pivot_12":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_13":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_14":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_15":[[40.7292971596,-74.0120464276],"pitch"],"near_pivot":[[40.7292971596,-74.0120464276],"pitch"],"around_goal_pivot_1":[[40.7279623,-74.0113733],"three benches"],"around_goal_pivot_2":[[40.7280574,-74.0113639],"three benches"],"around_goal_pivot_3":[[40.7279989,-74.0113697],"3 benches"],"around_goal_pivot_4":[[40.7284564,-74.0135288],"aquarium"],"around_goal_pivot_5":[[40.7271058,-74.0114777],"recycling"],"around_goal_pivot_6":[[40.728098,-74.0086199],"parking lot"],"around_goal_pivot_7":[[40.7305714,-74.0092065],"alcohol shop"],"around_goal_pivot_8":[[40.7302547458,-74.0109859385],"dog park"],"around_goal_pivot_10":[[40.7280157,-74.011368],"two benches"]}} +{"rvs_sample_number":153,"content":"Meet me at bicycle parking. Go six blocks south of where you are. You should be in a block with a school. I am on the next block over, to your west, on Lexington Avenue. I am in the southeast corner of that block. ","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7661536,-73.965449],"key":7155,"region":"Manhattan","rvs_start_point":[40.7699069,-73.9624663],"landmarks":{"end_point":[[40.7661536,-73.965449],"bicycle parking"],"start_point":[[40.7699069,-73.9624663],"bicycle parking"],"main_pivot":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_2":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_3":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_4":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_5":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_6":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_7":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_8":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_9":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_10":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_11":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_12":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_13":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_14":[[40.7680423,-73.9647386],"Millan House"],"main_pivot_15":[[40.7658333,-73.965],"school"],"near_pivot":[[40.7658333,-73.965],"school"],"beyond_pivot":[[40.7652782,-73.9642202],"bank"],"around_goal_pivot_1":[[40.766953,-73.9635506],"synagogue"],"around_goal_pivot_2":[[40.764233,-73.963647],"hospital"],"around_goal_pivot_3":[[40.7657309,-73.9670558],"church"],"around_goal_pivot_4":[[40.7666748,-73.9680427],"hotel"],"around_goal_pivot_5":[[40.7668051,-73.9630029],"clinic"],"around_goal_pivot_7":[[40.7643867,-73.9631097],"Affinia Hotels"],"around_goal_pivot_8":[[40.7652941,-73.9661282],"Rituals"],"around_goal_pivot_9":[[40.7661743,-73.9629846],"Nike"],"around_goal_pivot_10":[[40.7642344,-73.9665484],"2 restaurants"]}} +{"rvs_sample_number":174,"content":"Let\u2019s meet at the bar. Go south and slightly west several blocks until you see a Sheraton and a Planet Fitness. From there, go south two blocks. The bar is on West Broadway Street near a pharmacy. It\u2019s across the street from a bakery. Make sure you go to the right one as there is another one right next to it. You want the one farthest from the northwest corner. Two blocks down has a Levi\u2019s. ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7197629,-74.005662],"key":7156,"region":"Manhattan","rvs_start_point":[40.7315108179,-73.9955999458],"landmarks":{"end_point":[[40.7197629,-74.005662],"bar"],"start_point":[[40.7315108179,-73.9955999458],"university"],"main_pivot":[[40.7298058,-73.9973048],"Elmer Holmes Bobst Library"],"main_pivot_2":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_3":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_4":[[40.7300299558,-73.9972981434],"Washington Square Park"],"main_pivot_5":[[40.7302212,-73.9954802],"Brown Building"],"main_pivot_6":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_7":[[40.7302212,-73.9954802],"Brown Building"],"main_pivot_8":[[40.7300299558,-73.9972981434],"Washington Square Park"],"main_pivot_9":[[40.7302212,-73.9954802],"Brown Building"],"main_pivot_10":[[40.7298058,-73.9973048],"Elmer Holmes Bobst Library"],"main_pivot_11":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_12":[[40.7302212,-73.9954802],"Brown Building"],"main_pivot_13":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_14":[[40.7300299558,-73.9972981434],"Washington Square Park"],"main_pivot_15":[[40.7196659,-74.0065529],"fire station"],"near_pivot":[[40.7196659,-74.0065529],"fire station"],"beyond_pivot":[[40.7195465293,-74.0065575115],"fire_station"],"around_goal_pivot_1":[[40.7220039,-74.0043561],"hotel"],"around_goal_pivot_2":[[40.7193544,-74.0021843],"pharmacy"],"around_goal_pivot_3":[[40.7183574,-74.0057307],"Levi's"],"around_goal_pivot_4":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_5":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_6":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_7":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_8":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_9":[[40.7203858,-74.0029385],"cinema"],"around_goal_pivot_10":[[40.7194583,-74.0041799],"atm"]}} +{"rvs_sample_number":149,"content":"Let's go shopping at Lacoste. Head north, following each block up like a ladder. When you get to Saks Fifth Avenue, Lacoste will be in the block to the northeast, and catty cornered from Saks. ","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.757897,-73.9779383],"key":7157,"region":"Manhattan","rvs_start_point":[40.7452868,-73.9867517],"landmarks":{"end_point":[[40.757897,-73.9779383],"Lacoste"],"start_point":[[40.7452868,-73.9867517],"bicycle parking"],"main_pivot":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_2":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_3":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_4":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_5":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_6":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_7":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_8":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_9":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_10":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_11":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_12":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_13":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_14":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_15":[[40.757931,-73.9774393],"Saks Fifth Avenue"],"near_pivot":[[40.757931,-73.9774393],"Saks Fifth Avenue"],"beyond_pivot":[[40.7594768176,-73.9792091801],"theatre"],"around_goal_pivot_1":[[40.7594241,-73.9790838],"theatre"],"around_goal_pivot_2":[[40.7585968,-73.9768425],"cathedral"],"around_goal_pivot_3":[[40.7578765,-73.9754066],"Lotte Hotels & Resorts"],"around_goal_pivot_4":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_5":[[40.7604207,-73.9775905],"museum"],"around_goal_pivot_6":[[40.7590344,-73.9793952],"viewpoint"],"around_goal_pivot_7":[[40.7587327,-73.9786373],"tree"],"around_goal_pivot_8":[[40.7560243,-73.9766969],"atm"],"around_goal_pivot_9":[[40.7590615,-73.9807677],"Loft"],"around_goal_pivot_10":[[40.7585649,-73.9748533],"Express"]}} +{"rvs_sample_number":79,"content":"Meet me at the fire station FDNY Engine 6 off of Beekman Street, just before that street deadends. The Presbyterian Lower Manhattan Hospital is on the adjacent block to the north east.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7099495012,-74.0054029031],"key":7158,"region":"Manhattan","rvs_start_point":[40.724737,-74.0076954],"landmarks":{"end_point":[[40.7099495012,-74.0054029031],"fire station"],"start_point":[[40.724737,-74.0076954],"bicycle parking"],"main_pivot":[[40.7175915,-74.0088495],"60 Hudson Street"],"main_pivot_2":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_3":[[40.7117269,-74.0064643],"New York Times Building"],"main_pivot_4":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_5":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_6":[[40.7113193,-74.0064694],"Potter Building"],"main_pivot_7":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_8":[[40.7172308,-74.0092101],"Duane Park"],"main_pivot_9":[[40.7172308,-74.0092101],"Duane Park"],"main_pivot_10":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_11":[[40.7172308,-74.0092101],"Duane Park"],"main_pivot_12":[[40.7134156,-74.0077806],"Home Life Building"],"main_pivot_13":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_14":[[40.7112378,-74.0063582],"Morse Building"],"main_pivot_15":[[40.7101540582,-74.0052195276],"hospital"],"near_pivot":[[40.7101540582,-74.0052195276],"hospital"],"around_goal_pivot_1":[[40.7091341,-74.0080051],"church"],"around_goal_pivot_2":[[40.7127778,-74.0064366],"townhall"],"around_goal_pivot_3":[[40.7124189,-74.0046841],"historic neighbourhood"],"around_goal_pivot_4":[[40.7103743,-74.0082481],"clinic"],"around_goal_pivot_5":[[40.7074615,-74.0056835],"post office"],"around_goal_pivot_6":[[40.7090808,-74.0087292],"Godiva Chocolatier"],"around_goal_pivot_7":[[40.7089152,-74.0021708],"Hampton"],"around_goal_pivot_8":[[40.7110329,-74.0069365],"Thompson Hotels"],"around_goal_pivot_9":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_10":[[40.708975,-74.0068698],"FedEx Office"]}} +{"rvs_sample_number":399,"content":"E-bicycle shop is where I am currently at. You will find it on the east side of Forsyth street, southwest of a cafe on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7169705,-73.9934145],"key":7159,"region":"Manhattan","rvs_start_point":[40.7226571,-73.9990151],"landmarks":{"end_point":[[40.7169705,-73.9934145],"e-bicycle shop"],"start_point":[[40.7226571,-73.9990151],"bicycle parking"],"main_pivot":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_2":[[40.72288,-73.9987505],"SoHo"],"main_pivot_3":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_4":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_7":[[40.72288,-73.9987505],"SoHo"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_10":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_11":[[40.72288,-73.9987505],"SoHo"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.72288,-73.9987505],"SoHo"],"main_pivot_14":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.7173194,-73.9926356],"cafe"],"near_pivot":[[40.7173194,-73.9926356],"cafe"],"around_goal_pivot_1":[[40.7187398,-73.9948652],"events venue"],"around_goal_pivot_2":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_3":[[40.7144617,-73.9943762],"bridge"],"around_goal_pivot_4":[[40.7184413,-73.9951769],"atm"],"around_goal_pivot_5":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_6":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_7":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_8":[[40.7155271,-73.9928767],"fire station"],"around_goal_pivot_9":[[40.7184993,-73.9940787],"language school"],"around_goal_pivot_10":[[40.7172752,-73.9899004],"internet cafe"]}} +{"rvs_sample_number":26,"content":"Move northeast past Umpire Rock, I am waiting at the baseball pitch located on the west side of attraction. ","rvs_path":"data\/geodata\/manhattan_samples_v42.gpkg","rvs_goal_point":[40.7698601721,-73.9761197115],"key":7160,"region":"Manhattan","rvs_start_point":[40.7682549,-73.9828519],"landmarks":{"end_point":[[40.7698601721,-73.9761197115],"pitch"],"start_point":[[40.7682549,-73.9828519],"restaurant"],"main_pivot":[[40.768283,-73.9810087],"USS Maine Monument"],"main_pivot_2":[[40.7685324,-73.9827663],"Masa"],"main_pivot_3":[[40.768333461,-73.9820095624],"Columbus Circle"],"main_pivot_4":[[40.7688823,-73.9816385],"Trump International Hotel and Tower"],"main_pivot_5":[[40.7691534593,-73.9781037861],"Umpire Rock"],"main_pivot_6":[[40.7685324,-73.9827663],"Masa"],"main_pivot_7":[[40.7688823,-73.9816385],"Trump International Hotel and Tower"],"main_pivot_8":[[40.768283,-73.9810087],"USS Maine Monument"],"main_pivot_9":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_10":[[40.768283,-73.9810087],"USS Maine Monument"],"main_pivot_11":[[40.768333461,-73.9820095624],"Columbus Circle"],"main_pivot_12":[[40.768333461,-73.9820095624],"Columbus Circle"],"main_pivot_13":[[40.7688823,-73.9816385],"Trump International Hotel and Tower"],"main_pivot_14":[[40.7685324,-73.9827663],"Masa"],"main_pivot_15":[[40.7698958,-73.9753743],"attraction"],"near_pivot":[[40.7698958,-73.9753743],"attraction"],"beyond_pivot":[[40.7699818,-73.9753788],"attraction"],"around_goal_pivot_1":[[40.7718866,-73.9774574],"restaurant"],"around_goal_pivot_2":[[40.7672927,-73.9753925],"wood"],"around_goal_pivot_3":[[40.7722222,-73.977838],"gift shop"],"around_goal_pivot_4":[[40.7714348,-73.9777318],"recycling"],"around_goal_pivot_5":[[40.7719498,-73.9774366],"biergarten"],"around_goal_pivot_6":[[40.7690337,-73.9747171],"two benches"],"around_goal_pivot_7":[[40.7717138,-73.9775554],"bicycle parking"],"around_goal_pivot_8":[[40.7714538,-73.9777023],"waste basket"],"around_goal_pivot_9":[[40.7689037623,-73.9768249574],"playground"],"around_goal_pivot_10":[[40.769823,-73.9726997],"garden"]}} +{"rvs_sample_number":30,"content":"Head up north to 2nd Avenue. I'm at the bench that is about a block south of a Persian Restaurant. Just to the north on the same block though is a post office.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7691344,-73.958293],"key":7161,"region":"Manhattan","rvs_start_point":[40.762396,-73.9600204],"landmarks":{"end_point":[[40.7691344,-73.958293],"bench"],"start_point":[[40.762396,-73.9600204],"bicycle parking"],"main_pivot":[[40.7651137,-73.9577419],"Memorial Sloan Kettering Cancer Center"],"main_pivot_2":[[40.7651137,-73.9577419],"Memorial Sloan Kettering Cancer Center"],"main_pivot_3":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_4":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_5":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_6":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_7":[[40.7651137,-73.9577419],"Memorial Sloan Kettering Cancer Center"],"main_pivot_8":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_9":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_10":[[40.7651137,-73.9577419],"Memorial Sloan Kettering Cancer Center"],"main_pivot_11":[[40.7660038,-73.958513],"First Hungarian Reformed Church"],"main_pivot_12":[[40.7660038,-73.958513],"First Hungarian Reformed Church"],"main_pivot_13":[[40.7660038,-73.958513],"First Hungarian Reformed Church"],"main_pivot_14":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_15":[[40.7693871,-73.9581615],"post office"],"near_pivot":[[40.7693871,-73.9581615],"post office"],"beyond_pivot":[[40.7697735,-73.9578876],"restaurant"],"around_goal_pivot_1":[[40.7679408794,-73.9599840883],"post office"],"around_goal_pivot_2":[[40.7698062,-73.956391],"church"],"around_goal_pivot_3":[[40.768343,-73.9549291],"hotel"],"around_goal_pivot_4":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_5":[[40.7705919,-73.9572796],"fast food restaurant"],"around_goal_pivot_6":[[40.7681631,-73.9614552],"Target"],"around_goal_pivot_7":[[40.7692754,-73.9612325],"Anthropologie"],"around_goal_pivot_8":[[40.7693689,-73.960189],"dentist's office"],"around_goal_pivot_9":[[40.771213,-73.9563888],"bar"],"around_goal_pivot_10":[[40.7713626,-73.9581664],"fire station"]}} +{"rvs_sample_number":38,"content":"Go north and meet me at the clothes shop on East 9th Street, it's west of the theatre and southeast of the restaurant, on the same block as both.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7286478,-73.9857026],"key":7162,"region":"Manhattan","rvs_start_point":[40.7180717,-73.9858599],"landmarks":{"end_point":[[40.7286478,-73.9857026],"clothes shop"],"start_point":[[40.7180717,-73.9858599],"Boost Mobile"],"main_pivot":[[40.7277308934,-73.9825737025],"St. Nicholas of Myra Orthodox Church"],"main_pivot_2":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_3":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_4":[[40.7271864333,-73.9824832898],"Tompkins Square Park"],"main_pivot_5":[[40.7271864333,-73.9824832898],"Tompkins Square Park"],"main_pivot_6":[[40.7277308934,-73.9825737025],"St. Nicholas of Myra Orthodox Church"],"main_pivot_7":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_8":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_9":[[40.725396,-73.9808429],"Saint Brigid's Church"],"main_pivot_10":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_11":[[40.725396,-73.9808429],"Saint Brigid's Church"],"main_pivot_12":[[40.7271864333,-73.9824832898],"Tompkins Square Park"],"main_pivot_13":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_14":[[40.7277308934,-73.9825737025],"St. Nicholas of Myra Orthodox Church"],"main_pivot_15":[[40.728654,-73.984852],"theatre"],"near_pivot":[[40.728654,-73.984852],"theatre"],"beyond_pivot":[[40.7290622,-73.9866841],"restaurant"],"around_goal_pivot_1":[[40.7307629,-73.986301],"cinema"],"around_goal_pivot_2":[[40.7288916,-73.9876546],"library"],"around_goal_pivot_3":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_5":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_6":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_7":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_8":[[40.7283714,-73.987504],"arts centre"],"around_goal_pivot_9":[[40.7294836,-73.9864276],"post office"],"around_goal_pivot_10":[[40.7287374,-73.9877076],"vending machine"]}} +{"rvs_sample_number":278,"content":"Let's meet at the sports shop you have been talking about. It's the one on West 47th street. It's just a half block east of a Catholic church. Its' also due west of a video games shop, but that is NOT on the same street, it's on the street north of here.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7579319,-73.9821357],"key":7163,"region":"Manhattan","rvs_start_point":[40.7628801,-73.9859058],"landmarks":{"end_point":[[40.7579319,-73.9821357],"sports shop"],"start_point":[[40.7628801,-73.9859058],"atm"],"main_pivot":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_2":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_3":[[40.7596231,-73.9851474],"Morgan Stanley Building"],"main_pivot_4":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_5":[[40.7624964,-73.9848804],"Gershwin Theatre"],"main_pivot_6":[[40.7589504,-73.9830434],"Cort Theatre"],"main_pivot_7":[[40.7590063,-73.9839125],"20 Times Square"],"main_pivot_8":[[40.7590063,-73.9839125],"20 Times Square"],"main_pivot_9":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_10":[[40.7621229,-73.9841152],"Paramount Plaza"],"main_pivot_11":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_12":[[40.7589504,-73.9830434],"Cort Theatre"],"main_pivot_13":[[40.7618293,-73.9836008],"Winter Garden Theatre"],"main_pivot_14":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_15":[[40.7576648,-73.9831076],"school"],"near_pivot":[[40.7576648,-73.9831076],"school"],"beyond_pivot":[[40.7581362,-73.9842436],"theatre"],"around_goal_pivot_1":[[40.7585926,-73.9833745],"church"],"around_goal_pivot_2":[[40.7602699,-73.9805793],"two fountains"],"around_goal_pivot_3":[[40.7586764,-73.985527],"Mariott"],"around_goal_pivot_4":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.7591504535,-73.9844889132],"square"],"around_goal_pivot_8":[[40.7556796,-73.9822999],"Independent"],"around_goal_pivot_9":[[40.758305,-73.985053],"Disney Store"],"around_goal_pivot_10":[[40.7586261,-73.9848141],"Express"]}} +{"rvs_sample_number":315,"content":"Far northwest of you, there's a viewpoint on the northwest corner of the island park where we can meet. It's to the north of the fire station where Bloomfield ends. ","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7425359,-74.0108196],"key":7164,"region":"Manhattan","rvs_start_point":[40.7364211,-73.9972187],"landmarks":{"end_point":[[40.7425359,-74.0108196],"viewpoint"],"start_point":[[40.7364211,-73.9972187],"restaurant"],"main_pivot":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_2":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_3":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_4":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_5":[[40.7411716802,-74.0078477502],"The High Line"],"main_pivot_6":[[40.7411716802,-74.0078477502],"The High Line"],"main_pivot_7":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_8":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_9":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_10":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_11":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_12":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_13":[[40.7411716802,-74.0078477502],"The High Line"],"main_pivot_14":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_15":[[40.7423912061,-74.0103366015],"park"],"near_pivot":[[40.7423912061,-74.0103366015],"park"],"beyond_pivot":[[40.7429096445,-74.0091659698],"restaurant"],"around_goal_pivot_1":[[40.7411716802,-74.0078477502],"bridge"],"around_goal_pivot_2":[[40.7419472,-74.0081833],"bicycle rental"],"around_goal_pivot_3":[[40.741622,-74.0102612],"viewpoint"],"around_goal_pivot_4":[[40.7430192,-74.0075979],"cafe"],"around_goal_pivot_5":[[40.7406984,-74.0116266],"fire station"],"around_goal_pivot_6":[[40.7423919,-74.0086359],"park"]}} +{"rvs_sample_number":284,"content":"I'm at a bench near the point in a lake in the city. I imagine you could guess where this might be. There is an attraction that is a man made bridge. The nearest roadway is East Drive, but it's not easy to reach the bench from it, water seperates it. Go to the boat rental though if you want that is just east and barely south. Just take a boat to the bench from there.","rvs_path":"data\/geodata\/manhattan_samples_v99.gpkg","rvs_goal_point":[40.7750772,-73.9702776],"key":7165,"region":"Manhattan","rvs_start_point":[40.7740682,-73.983982],"landmarks":{"end_point":[[40.7750772,-73.9702776],"bench"],"start_point":[[40.7740682,-73.983982],"school"],"main_pivot":[[40.7736983422,-73.9840507874],"Lincoln Center for the Performing Arts"],"main_pivot_2":[[40.7736983422,-73.9840507874],"Lincoln Center for the Performing Arts"],"main_pivot_3":[[40.7722127,-73.9795097],"Holy Trinity Lutheran Church"],"main_pivot_4":[[40.7736983422,-73.9840507874],"Lincoln Center for the Performing Arts"],"main_pivot_5":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_6":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_7":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_8":[[40.7730089,-73.9766942],"Giuseppe Mazzini"],"main_pivot_9":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_10":[[40.7736983422,-73.9840507874],"Lincoln Center for the Performing Arts"],"main_pivot_11":[[40.7725025,-73.9775291],"Tavern on the Green"],"main_pivot_12":[[40.7730089,-73.9766942],"Giuseppe Mazzini"],"main_pivot_13":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_14":[[40.7728755376,-73.9755846],"Sheep Meadow"],"main_pivot_15":[[40.7742299,-73.9707083],"fountain"],"near_pivot":[[40.7742299,-73.9707083],"fountain"],"around_goal_pivot_1":[[40.7756003,-73.9716057],"attraction"],"around_goal_pivot_2":[[40.774673,-73.9726862],"fountain"],"around_goal_pivot_3":[[40.7729097,-73.970663],"theatre"],"around_goal_pivot_4":[[40.7748877,-73.9691038],"boat rental"],"around_goal_pivot_5":[[40.7730729,-73.9725019],"viewpoint"],"around_goal_pivot_6":[[40.7768735,-73.9708686],"shelter"],"around_goal_pivot_7":[[40.7754211,-73.9685185],"restaurant"],"around_goal_pivot_10":[[40.7766267,-73.9680352],"two benches"]}} +{"rvs_sample_number":185,"content":"Let's meet at bicycle parking. It's really close to where you currently are. Just go 2 blocks west and then 5 blocks south and you are on the right block. It will be on the north side of East 41st Street, and the farthest bicycle parking from the west. ","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7526075,-73.9807282],"key":7166,"region":"Manhattan","rvs_start_point":[40.7550927,-73.9757279],"landmarks":{"end_point":[[40.7526075,-73.9807282],"bicycle parking"],"start_point":[[40.7550927,-73.9757279],"bicycle parking"],"main_pivot":[[40.754656,-73.9753968],"245 Park Avenue"],"main_pivot_2":[[40.7522837,-73.9794821],"One Grand Central Place"],"main_pivot_3":[[40.7555498791,-73.9755376758],"JP Morgan Chase Tower"],"main_pivot_4":[[40.752879,-73.9790543],"One Vanderbilt"],"main_pivot_5":[[40.754656,-73.9753968],"245 Park Avenue"],"main_pivot_6":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_7":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_8":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_9":[[40.754656,-73.9753968],"245 Park Avenue"],"main_pivot_10":[[40.754656,-73.9753968],"245 Park Avenue"],"main_pivot_11":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_12":[[40.75486,-73.9764649],"Helmsley Building"],"main_pivot_13":[[40.75486,-73.9764649],"Helmsley Building"],"main_pivot_14":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_15":[[40.7524833,-73.9818758],"2 gardens"],"near_pivot":[[40.7524833,-73.9818758],"2 gardens"],"around_goal_pivot_1":[[40.7529789,-73.9775749],"9 vending machines"],"around_goal_pivot_2":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_3":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_4":[[40.7528318,-73.9776971],"7 vending machines"],"around_goal_pivot_5":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_6":[[40.7525762,-73.979134],"Cohen's Fashion Optical"],"around_goal_pivot_7":[[40.7537116,-73.9809753],"Zara"],"around_goal_pivot_8":[[40.7539199,-73.9811804],"The North Face"],"around_goal_pivot_9":[[40.7517515,-73.9823978],"Staples"],"around_goal_pivot_10":[[40.7536883,-73.9804985],"COS"]}} +{"rvs_sample_number":271,"content":"Head west on Canal street and follow it until you reach the water. You'll see a viewpoint to the west on the holland tunnel walkway, and I'm just west of that at the bench just before the end of the walkway.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7263212,-74.0144955],"key":7167,"region":"Manhattan","rvs_start_point":[40.7209554,-74.0043972],"landmarks":{"end_point":[[40.7263212,-74.0144955],"bench"],"start_point":[[40.7209554,-74.0043972],"variety store shop"],"main_pivot":[[40.7222855,-74.0061687],"Albert Capsouto Park"],"main_pivot_2":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_3":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_4":[[40.72844,-74.0133253],"Village Community Boathouse"],"main_pivot_5":[[40.7222855,-74.0061687],"Albert Capsouto Park"],"main_pivot_6":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_7":[[40.7222855,-74.0061687],"Albert Capsouto Park"],"main_pivot_8":[[40.7222855,-74.0061687],"Albert Capsouto Park"],"main_pivot_9":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_10":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_11":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_12":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_13":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_14":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_15":[[40.7261681,-74.0133567],"viewpoint"],"near_pivot":[[40.7261681,-74.0133567],"viewpoint"],"around_goal_pivot_1":[[40.7284564,-74.0135288],"aquarium"],"around_goal_pivot_2":[[40.7271058,-74.0114777],"recycling"],"around_goal_pivot_3":[[40.7287734,-74.0113248],"parking lot"]}} +{"rvs_sample_number":15,"content":"Go southeast and meet me at the hotel on Crosby Street, southeast of the attraction and west of the pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7221806,-73.9982475],"key":7168,"region":"Manhattan","rvs_start_point":[40.7309578,-74.0029974],"landmarks":{"end_point":[[40.7221806,-73.9982475],"hotel"],"start_point":[[40.7309578,-74.0029974],"cafe"],"main_pivot":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_2":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_3":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_4":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_5":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_6":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_7":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_8":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_9":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_10":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_11":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_12":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_13":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_14":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_15":[[40.72288,-73.9987505],"attraction"],"near_pivot":[[40.72288,-73.9987505],"attraction"],"beyond_pivot":[[40.7216467,-73.9976189],"park"],"around_goal_pivot_1":[[40.7207012,-73.9962926],"church"],"around_goal_pivot_2":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_3":[[40.7205893,-73.9976552],"historic building"],"around_goal_pivot_4":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_5":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_8":[[40.721651,-74.0001884],"TJ Maxx"],"around_goal_pivot_9":[[40.7236996,-73.9962548],"Scotch & Soda"],"around_goal_pivot_10":[[40.7235022,-73.998176],"Uniqlo"]}} +{"rvs_sample_number":1,"content":"I am on the same block with Verizon Wireless, at the burger restaurant in the middle of the block on Warren street. It is the west restaurant. ","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7151708,-74.0104716],"key":7169,"region":"Manhattan","rvs_start_point":[40.723757,-73.9953578],"landmarks":{"end_point":[[40.7151708,-74.0104716],"restaurant"],"start_point":[[40.723757,-73.9953578],"books shop"],"main_pivot":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_2":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_3":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_4":[[40.7136475,-74.0075771],"Home Life Building"],"main_pivot_5":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_6":[[40.72288,-73.9987505],"SoHo"],"main_pivot_7":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_8":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_9":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_10":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_11":[[40.7136475,-74.0075771],"Home Life Building"],"main_pivot_12":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_13":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_14":[[40.72288,-73.9987505],"SoHo"],"main_pivot_15":[[40.715043,-74.011071],"Verizon Wireless"],"near_pivot":[[40.715043,-74.011071],"Verizon Wireless"],"beyond_pivot":[[40.7147515,-74.0117712],"bank"],"around_goal_pivot_1":[[40.7125734,-74.0095884],"church"],"around_goal_pivot_2":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_3":[[40.7131287,-74.0126689],"attraction"],"around_goal_pivot_4":[[40.717247,-74.0118527],"university"],"around_goal_pivot_5":[[40.714392749,-74.0082594036],"train station"],"around_goal_pivot_6":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_7":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_8":[[40.7158302,-74.0123025],"Bed Bath & Beyond"],"around_goal_pivot_9":[[40.7154099,-74.0121548],"four gardens"],"around_goal_pivot_10":[[40.7161408,-74.0127466],"SoulCycle"]}} +{"rvs_sample_number":249,"content":"Head west a few blocks and we'll meet up at bicycle parking on the north side of West 41st Street, south of the atm and west of the collector shop. It's at the south edge of a park.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7545497,-73.9853176],"key":7170,"region":"Manhattan","rvs_start_point":[40.7543596,-73.9763714],"landmarks":{"end_point":[[40.7545497,-73.9853176],"bicycle parking"],"start_point":[[40.7543596,-73.9763714],"cafe"],"main_pivot":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_2":[[40.7547047643,-73.9768447579],"The Roosevelt Hotel"],"main_pivot_3":[[40.7525942,-73.9783706],"One Vanderbilt"],"main_pivot_4":[[40.7540716365,-73.976616108],"MetLife Building"],"main_pivot_5":[[40.7523204,-73.978437],"One Grand Central Place"],"main_pivot_6":[[40.7523204,-73.978437],"One Grand Central Place"],"main_pivot_7":[[40.7525942,-73.9783706],"One Vanderbilt"],"main_pivot_8":[[40.7539432,-73.9816071],"500 Fifth Avenue"],"main_pivot_9":[[40.7540716365,-73.976616108],"MetLife Building"],"main_pivot_10":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_11":[[40.7542,-73.9822192],"Salmon Tower"],"main_pivot_12":[[40.7523204,-73.978437],"One Grand Central Place"],"main_pivot_13":[[40.7540704,-73.983093],"William Earle Dodge"],"main_pivot_14":[[40.7540716365,-73.976616108],"MetLife Building"],"main_pivot_15":[[40.7553098,-73.9848042],"atm"],"near_pivot":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_1":[[40.7536392,-73.9818442],"library"],"around_goal_pivot_2":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_3":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_4":[[40.7539164,-73.984432],"2 playgrounds"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_7":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_8":[[40.7539716,-73.9841463],"6 fountains"],"around_goal_pivot_9":[[40.753992,-73.9840845],"6 fountains"],"around_goal_pivot_10":[[40.7554679,-73.9831832],"post office"]}} +{"rvs_sample_number":82,"content":"Let's meet and eat at the restaurant on Saint Mark's Place a bit over a block west of it's eastmost end, where it ends at a park. It's very near and on the same side of the street as a museum.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7275941442,-73.9856159311],"key":7171,"region":"Manhattan","rvs_start_point":[40.7363807,-73.9934471],"landmarks":{"end_point":[[40.7275941442,-73.9856159311],"restaurant"],"start_point":[[40.7363807,-73.9934471],"bicycle parking"],"main_pivot":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_2":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_3":[[40.7352860323,-73.9915900826],"Union Square Park"],"main_pivot_4":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_5":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_6":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_7":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_8":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_9":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_10":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_11":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_12":[[40.7345258,-73.9897791],"Zeckendorf Towers"],"main_pivot_13":[[40.7306044,-73.9907862],"NoHo Historic District"],"main_pivot_14":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_15":[[40.7276111,-73.9858672],"museum"],"near_pivot":[[40.7276111,-73.9858672],"museum"],"beyond_pivot":[[40.72818,-73.9851372],"restaurant"],"around_goal_pivot_1":[[40.7288454,-73.9876886],"library"],"around_goal_pivot_2":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_3":[[40.7263308,-73.9882179],"two benches"],"around_goal_pivot_4":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_5":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_6":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_7":[[40.7264893,-73.9847678],"attraction"],"around_goal_pivot_8":[[40.7262526,-73.9859841],"telephone"],"around_goal_pivot_9":[[40.7298277,-73.9853835],"veterinary"],"around_goal_pivot_10":[[40.7295702,-73.986687],"atm"]}} +{"rvs_sample_number":355,"content":"Meet me at a viewpoint northwest of you on the south side of West 34th Street. East of it is an events venue and a Citi Bike bicycle rental. Southwest of this viewpoint is a toilets.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7563136,-74.0036877],"key":7172,"region":"Manhattan","rvs_start_point":[40.7443978,-73.9921269],"landmarks":{"end_point":[[40.7563136,-74.0036877],"viewpoint"],"start_point":[[40.7443978,-73.9921269],"shoe repair shop"],"main_pivot":[[40.7558354,-74.0017526],"3 Hudson Boulevard"],"main_pivot_2":[[40.7535497922,-74.0027783529],"15 Hudson Yards"],"main_pivot_3":[[40.7558354,-74.0017526],"3 Hudson Boulevard"],"main_pivot_4":[[40.7495916343,-74.0030040464],"Avenues"],"main_pivot_5":[[40.7495916343,-74.0030040464],"Avenues"],"main_pivot_6":[[40.7526355,-74.0020394],"10 Hudson Yards"],"main_pivot_7":[[40.7551277,-74.0022734],"55 Hudson Yards"],"main_pivot_8":[[40.7535497922,-74.0027783529],"15 Hudson Yards"],"main_pivot_9":[[40.7495916343,-74.0030040464],"Avenues"],"main_pivot_10":[[40.7535497922,-74.0027783529],"15 Hudson Yards"],"main_pivot_11":[[40.7535497922,-74.0027783529],"15 Hudson Yards"],"main_pivot_12":[[40.7526355,-74.0020394],"10 Hudson Yards"],"main_pivot_13":[[40.7495916343,-74.0030040464],"Avenues"],"main_pivot_14":[[40.7535497922,-74.0027783529],"15 Hudson Yards"],"main_pivot_15":[[40.7562044,-74.0023528],"events venue"],"near_pivot":[[40.7562044,-74.0023528],"events venue"],"around_goal_pivot_1":[[40.7559416,-74.0021163],"bicycle rental"],"around_goal_pivot_2":[[40.7560397,-74.0060611],"recycling"],"around_goal_pivot_3":[[40.7557753,-74.0049001],"toilets"],"around_goal_pivot_4":[[40.7560626,-74.000272],"playground"]}} +{"rvs_sample_number":45,"content":"Meet me at the bicycle rental on Duane Street. It is west of the park on the same street. There is a school to the north west and a charging station to the south west.","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7174875,-74.0104554],"key":7173,"region":"Manhattan","rvs_start_point":[40.7047913,-74.0071236],"landmarks":{"end_point":[[40.7174875,-74.0104554],"bicycle rental"],"start_point":[[40.7047913,-74.0071236],"cafe"],"main_pivot":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_2":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_3":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_4":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_5":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_6":[[40.7100005,-74.00897],"Corbin Building"],"main_pivot_7":[[40.7089214,-74.0088641],"Federal Reserve Bank of New York"],"main_pivot_8":[[40.7119686717,-74.0120991716],"National September 11 Memorial & Museum"],"main_pivot_9":[[40.7119686717,-74.0120991716],"National September 11 Memorial & Museum"],"main_pivot_10":[[40.7109066,-74.0122275],"3 World Trade Center"],"main_pivot_11":[[40.7123967,-74.0120064],"Performing Arts Center at the World Trade Center"],"main_pivot_12":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_13":[[40.7089214,-74.0088641],"Federal Reserve Bank of New York"],"main_pivot_14":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_15":[[40.7183333,-74.0108333],"school"],"near_pivot":[[40.7183333,-74.0108333],"school"],"beyond_pivot":[[40.7172308,-74.0092101],"park"],"around_goal_pivot_1":[[40.7153349,-74.0123953],"five gardens"],"around_goal_pivot_2":[[40.715575,-74.008857],"hotel"],"around_goal_pivot_3":[[40.7161408,-74.0127466],"SoulCycle"],"around_goal_pivot_4":[[40.7158302,-74.0123025],"Bed Bath & Beyond"],"around_goal_pivot_5":[[40.715043,-74.011071],"Verizon Wireless"],"around_goal_pivot_6":[[40.7156017,-74.0114667],"T-Mobile"],"around_goal_pivot_7":[[40.7156112,-74.0117376],"Whole Foods Market"],"around_goal_pivot_8":[[40.715462,-74.0124235],"4 gardens"],"around_goal_pivot_9":[[40.715448,-74.0115504],"Barnes & Noble"],"around_goal_pivot_10":[[40.7167273,-74.0123014],"charging station"]}} +{"rvs_sample_number":387,"content":"meet me at the FlixBus on Allen street. It's on the east side of the street and southeast of you. There is a bike rental across from the king dumplings at the north end of this block that it sit in the middle of.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7156266,-73.9918664],"key":7174,"region":"Manhattan","rvs_start_point":[40.71993,-73.9969247],"landmarks":{"end_point":[[40.7156266,-73.9918664],"FlixBus"],"start_point":[[40.71993,-73.9969247],"gift shop"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_3":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_4":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_7":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_8":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_9":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_10":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_11":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_14":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_15":[[40.7160587,-73.9919076],"bicycle rental"],"near_pivot":[[40.7160587,-73.9919076],"bicycle rental"],"around_goal_pivot_1":[[40.7145534,-73.9886486],"library"],"around_goal_pivot_2":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_3":[[40.7143389687,-73.9893545539],"two gardens"],"around_goal_pivot_4":[[40.7144617,-73.9943762],"bridge"],"around_goal_pivot_5":[[40.7142839,-73.9890927],"three benches"],"around_goal_pivot_6":[[40.7144514,-73.9892929],"2 gardens"],"around_goal_pivot_7":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_8":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_9":[[40.7149507,-73.989484],"two benches"],"around_goal_pivot_10":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"]}} +{"rvs_sample_number":78,"content":"Meet me at a McDonald's fast food restaurant southeast of you on the east side of 6th Avenue. West of it is 2 bicycle parkings and to its northwest is a Catholic Church. Southwest of this restaurant is Sunglass Hut. This fast food restaurant is closer to the middle of the block.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7507708,-73.9868081],"key":7175,"region":"Manhattan","rvs_start_point":[40.7529319,-73.9775953],"landmarks":{"end_point":[[40.7507708,-73.9868081],"fast food restaurant"],"start_point":[[40.7529319,-73.9775953],"atm"],"main_pivot":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_2":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_3":[[40.7542,-73.9822192],"Salmon Tower"],"main_pivot_4":[[40.7540147,-73.9824887],"Bryant Park"],"main_pivot_5":[[40.7542,-73.9822192],"Salmon Tower"],"main_pivot_6":[[40.7542,-73.9822192],"SUNY State College of Optometry"],"main_pivot_7":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_8":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_9":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_10":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_11":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_12":[[40.7540147,-73.9824887],"Bryant Park"],"main_pivot_13":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_14":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_15":[[40.7506556,-73.9875897],"2 bicycle parkings"],"near_pivot":[[40.7506556,-73.9875897],"2 bicycle parkings"],"around_goal_pivot_1":[[40.7487577,-73.9876141],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_3":[[40.7522346,-73.9879101],"church"],"around_goal_pivot_4":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_7":[[40.7484273,-73.9856942],"14 towers"],"around_goal_pivot_8":[[40.7490117,-73.9880898],"square"],"around_goal_pivot_9":[[40.7493062,-73.9883682],"atm"],"around_goal_pivot_10":[[40.7488354,-73.9890016],"Call It Spring"]}} +{"rvs_sample_number":392,"content":"Meet me at the donut cafe on the north side of West 14th Street. The cafe is in the south east corner of the block at the intersection. On the same block is an historic church. Also for reference, there is a City Bike to the north on the next block up.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7388452,-73.9998143],"key":7176,"region":"Manhattan","rvs_start_point":[40.7491203,-73.9955476],"landmarks":{"end_point":[[40.7388452,-73.9998143],"cafe"],"start_point":[[40.7491203,-73.9955476],"telephone"],"main_pivot":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_2":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_5":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_6":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_7":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_12":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_13":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_14":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_15":[[40.7392542,-74.0009285],"historic church"],"near_pivot":[[40.7392542,-74.0009285],"historic church"],"beyond_pivot":[[40.7393554,-73.9993178],"Citi Bike"],"around_goal_pivot_1":[[40.7381996,-74.0011757],"community centre"],"around_goal_pivot_2":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_3":[[40.7399925,-73.9983707],"Barneys New York"],"around_goal_pivot_4":[[40.7364113,-74.0009227],"2 gardens"],"around_goal_pivot_5":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_6":[[40.7370016,-73.9978013],"charging station"],"around_goal_pivot_7":[[40.7368066,-74.001398],"bbq"],"around_goal_pivot_8":[[40.7395598,-74.0029107],"veterinary"],"around_goal_pivot_9":[[40.7384589,-74.001334],"studio"],"around_goal_pivot_10":[[40.7382089,-74.0019102],"clothing store"]}} +{"rvs_sample_number":321,"content":"I'm having an espresso at the cafe on the south corner of Broome Street, exactly where it changes names west of here.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7231055,-74.0029612],"key":7177,"region":"Manhattan","rvs_start_point":[40.7279012,-73.9929232],"landmarks":{"end_point":[[40.7231055,-74.0029612],"cafe"],"start_point":[[40.7279012,-73.9929232],"alcohol shop"],"main_pivot":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_2":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_3":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_4":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_5":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_6":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_7":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_8":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_9":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_10":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_11":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_12":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_13":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_14":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_15":[[40.7238057,-74.0030254],"hotel"],"near_pivot":[[40.7238057,-74.0030254],"hotel"],"beyond_pivot":[[40.7224336,-74.0034695],"cafe"],"around_goal_pivot_1":[[40.7250957,-74.0049076],"museum"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7239419,-74.0008746],"Mulberry"],"around_goal_pivot_4":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_5":[[40.72425,-74.0015568],"R.M.Williams"],"around_goal_pivot_6":[[40.7223219,-73.9996236],"Zara"],"around_goal_pivot_7":[[40.7222672,-73.9996663],"Bath & Body Works"],"around_goal_pivot_8":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_9":[[40.7213661,-74.0049907],"two fast food restaurants"],"around_goal_pivot_10":[[40.721651,-74.0001884],"TJ Maxx"]}} +{"rvs_sample_number":81,"content":"Let's get some things at this supermarket close to the south corner east of 2nd Avenue. Duane Reade is on the next block southwest. ","rvs_path":"data\/geodata\/manhattan_samples_v99.gpkg","rvs_goal_point":[40.7632547,-73.9621838],"key":7178,"region":"Manhattan","rvs_start_point":[40.753593,-73.97354],"landmarks":{"end_point":[[40.7632547,-73.9621838],"supermarket"],"start_point":[[40.753593,-73.97354],"restaurant"],"main_pivot":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_2":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_3":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_4":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_5":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_6":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_7":[[40.7583164,-73.969157],"Citigroup Center"],"main_pivot_8":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_9":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_10":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_11":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_12":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_13":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_14":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_15":[[40.7630218,-73.9628489],"pharmacy"],"near_pivot":[[40.7630218,-73.9628489],"pharmacy"],"beyond_pivot":[[40.7643051,-73.9617527],"bicycle_parking"],"around_goal_pivot_1":[[40.7648521,-73.959696],"library"],"around_goal_pivot_2":[[40.7619295,-73.9607086],"two restaurants"],"around_goal_pivot_3":[[40.7628878744,-73.9635233573],"church"],"around_goal_pivot_4":[[40.7607542,-73.9644502],"park"],"around_goal_pivot_5":[[40.7608927,-73.9607562],"Goodwill"],"around_goal_pivot_6":[[40.7623572,-73.9597584],"7-Eleven"],"around_goal_pivot_7":[[40.7643867,-73.9631097],"Affinia Hotels"],"around_goal_pivot_8":[[40.7655804,-73.9633446],"Lululemon"],"around_goal_pivot_9":[[40.7613802,-73.9607757],"bicycle rental"],"around_goal_pivot_10":[[40.7621824,-73.9629465],"hotel"]}} +{"rvs_sample_number":138,"content":"Let's meet on the restaurant on West Broadway not to far from where you are at. Go west (yes I am aware the street is a one way street and you technically shouldn't do that) and about two blocks before the restaurant you'll see Fj\u00e4llr\u00e4ven and outdoor shop but keep goint and at the corner of that street and West Broadway is where we need to meet and it's the restaurant that is closest to the southeast corner of that intersection. The Soho Grand hotel is on the opposite side of the West Broadway slightly to the south of the restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7221637,-74.0036649],"key":7179,"region":"Manhattan","rvs_start_point":[40.7197454,-73.9991307],"landmarks":{"end_point":[[40.7221637,-74.0036649],"restaurant"],"start_point":[[40.7197454,-73.9991307],"cafe"],"main_pivot":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_2":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_3":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_4":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_5":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_6":[[40.7194633,-73.9986286],"Odd Fellows Hall"],"main_pivot_7":[[40.7194633,-73.9986286],"Odd Fellows Hall"],"main_pivot_8":[[40.7194633,-73.9986286],"Odd Fellows Hall"],"main_pivot_9":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_10":[[40.7194633,-73.9986286],"Odd Fellows Hall"],"main_pivot_11":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_12":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_13":[[40.719811,-73.9983397],"240 Centre Street"],"main_pivot_14":[[40.7194633,-73.9986286],"Odd Fellows Hall"],"main_pivot_15":[[40.7220039,-74.0043561],"hotel"],"near_pivot":[[40.7220039,-74.0043561],"hotel"],"beyond_pivot":[[40.7220039,-74.0043561],"hotel"],"around_goal_pivot_1":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_2":[[40.7241912,-74.0014314],"Dr. Martens"],"around_goal_pivot_3":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_4":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_5":[[40.7209715,-74.0054283],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_7":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_8":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_9":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_10":[[40.7208098,-74.004187],"Planet Fitness"]}} +{"rvs_sample_number":274,"content":"Go some blocks west then head north on Broadway and meet me at the atm on the corner just north of the books shop. It's on the southeast corner of its block.","rvs_path":"data\/geodata\/manhattan_samples_v38.gpkg","rvs_goal_point":[40.7341562,-73.9910907],"key":7180,"region":"Manhattan","rvs_start_point":[40.73130605,-73.9805092],"landmarks":{"end_point":[[40.7341562,-73.9910907],"atm"],"start_point":[[40.73130605,-73.9805092],"garden"],"main_pivot":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_2":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_3":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_4":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_5":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_6":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_7":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_8":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_9":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_10":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_11":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_12":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_13":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_14":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_15":[[40.7332796,-73.9909401],"books shop"],"near_pivot":[[40.7332796,-73.9909401],"books shop"],"around_goal_pivot_1":[[40.7320879,-73.990725],"church"],"around_goal_pivot_2":[[40.7322913,-73.9904924],"two schools"],"around_goal_pivot_3":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_4":[[40.7321614,-73.9896186],"post office"],"around_goal_pivot_5":[[40.7319477,-73.9891462],"nightclub"],"around_goal_pivot_6":[[40.7322383,-73.9890136],"historic building"],"around_goal_pivot_7":[[40.7343016,-73.9945529],"attraction"],"around_goal_pivot_8":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_10":[[40.7326422,-73.9921769],"car rental"]}} +{"rvs_sample_number":202,"content":"Let's meet up at the fast food restaurant on West 66th street. An arts center is southeast of it, in the same block on a different street. A church is north east of it a few blocks.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7756501,-73.983519],"key":7181,"region":"Manhattan","rvs_start_point":[40.7696173,-73.9843356],"landmarks":{"end_point":[[40.7756501,-73.983519],"fast food restaurant"],"start_point":[[40.7696173,-73.9843356],"kiosk shop"],"main_pivot":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_2":[[40.7698043859,-73.984590722],"Church of Saint Paul the Apostle"],"main_pivot_3":[[40.7698043859,-73.984590722],"Church of Saint Paul the Apostle"],"main_pivot_4":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_5":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_6":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_7":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_8":[[40.7722218313,-73.9824300254],"Dante Park"],"main_pivot_9":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_10":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_11":[[40.773023,-73.9823991],"Lincoln Center for the Performing Arts"],"main_pivot_12":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_13":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_14":[[40.773023,-73.9823991],"Lincoln Center for the Performing Arts"],"main_pivot_15":[[40.7750701,-73.982876],"arts centre"],"near_pivot":[[40.7750701,-73.982876],"arts centre"],"around_goal_pivot_1":[[40.7776837,-73.9820838],"three benches"],"around_goal_pivot_2":[[40.773023,-73.9823991],"arts centre"],"around_goal_pivot_3":[[40.7777513,-73.9821086],"three benches"],"around_goal_pivot_4":[[40.7777767,-73.9821076],"2 benches"],"around_goal_pivot_5":[[40.7769344662,-73.9814942156],"church"],"around_goal_pivot_6":[[40.7748111,-73.9809312],"post office"],"around_goal_pivot_7":[[40.7776613,-73.982681],"ice cream"],"around_goal_pivot_8":[[40.7745185,-73.9811352],"bank"],"around_goal_pivot_9":[[40.7743876,-73.9825127],"Zara"],"around_goal_pivot_10":[[40.7745681,-73.9825746],"Pottery Barn"]}} +{"rvs_sample_number":113,"content":"Let's take a seat on the bench that is just above the southbound lane of the Brooklyn Battery Tunnel. It's got a view of the water to the west.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7012637,-74.0155688],"key":7182,"region":"Manhattan","rvs_start_point":[40.7066535,-74.0123807],"landmarks":{"end_point":[[40.7012637,-74.0155688],"bench"],"start_point":[[40.7066535,-74.0123807],"college"],"main_pivot":[[40.7072185,-74.0119773],"1 Wall Street"],"main_pivot_2":[[40.7028795,-74.0141638],"17 State Street"],"main_pivot_3":[[40.7070772,-74.0124032],"65 Broadway"],"main_pivot_4":[[40.7070772,-74.0124032],"65 Broadway"],"main_pivot_5":[[40.7055599,-74.0132113],"26 Broadway"],"main_pivot_6":[[40.7055599,-74.0132113],"26 Broadway"],"main_pivot_7":[[40.7053187006,-74.0138601504],"Bowling Green Building"],"main_pivot_8":[[40.7049142,-74.0132012],"2 Broadway"],"main_pivot_9":[[40.7028795,-74.0141638],"17 State Street"],"main_pivot_10":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_11":[[40.7049142,-74.0132012],"2 Broadway"],"main_pivot_12":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_13":[[40.7068307806,-74.0126020873],"Adams Express Building"],"main_pivot_14":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_15":[[40.701552,-74.0151199],"restaurant"],"near_pivot":[[40.701552,-74.0151199],"restaurant"],"around_goal_pivot_1":[[40.7033907,-74.0164109],"historic fort"],"around_goal_pivot_2":[[40.701485,-74.0132488],"atm"],"around_goal_pivot_3":[[40.7029532,-74.0137302],"twenty-two benches"],"around_goal_pivot_4":[[40.7022002,-74.0132796],"four benches"],"around_goal_pivot_5":[[40.7027024,-74.0164592],"fountain"],"around_goal_pivot_6":[[40.7027108,-74.0138213],"twelve benches"],"around_goal_pivot_7":[[40.7026066,-74.0138546],"eleven benches"],"around_goal_pivot_8":[[40.7038427,-74.0147156],"waste basket"],"around_goal_pivot_9":[[40.7017805,-74.0123686],"parking entrance"],"around_goal_pivot_10":[[40.7010677,-74.0134546],"newsagent shop"]}} +{"rvs_sample_number":120,"content":"Let\u2019s meet at the bench in Wagner Park, not too far from you at all. Just head northwest to the Battery Park loop and you\u2019ll see the German made Freight Wagon right to the west of it. The bench you are looking for is between that landmark and the Battery Park loop (street). ","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7057933,-74.018177],"key":7183,"region":"Manhattan","rvs_start_point":[40.7044698,-74.0158633],"landmarks":{"end_point":[[40.7057933,-74.018177],"bench"],"start_point":[[40.7044698,-74.0158633],"compressed air"],"main_pivot":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_2":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_3":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_4":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_5":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_6":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_7":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_8":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_9":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_10":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_11":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_12":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_13":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_14":[[40.70522,-74.0162734],"Duane Reade"],"main_pivot_15":[[40.705449,-74.0172945],"hotel"],"near_pivot":[[40.705449,-74.0172945],"hotel"],"beyond_pivot":[[40.7065032,-74.0185888],"park"],"around_goal_pivot_1":[[40.7037262,-74.0166365],"historic fort"],"around_goal_pivot_2":[[40.7047666,-74.0186946],"five benches"],"around_goal_pivot_3":[[40.7039401,-74.0174946],"3 gardens"],"around_goal_pivot_4":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_5":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_6":[[40.7033879,-74.0173384],"ferry terminal"],"around_goal_pivot_7":[[40.70522,-74.0171599],"taxi stand"],"around_goal_pivot_8":[[40.704891,-74.0180116],"four gardens"],"around_goal_pivot_9":[[40.7048352,-74.0178796],"fountain"],"around_goal_pivot_10":[[40.704447,-74.0174174],"bar"]}} +{"rvs_sample_number":160,"content":"Travel northwest and meet me at the furniture shop on the east side of Bowery. It's due south of an events venue and northwest from some toilets. ","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7180134,-73.9948282],"key":7184,"region":"Manhattan","rvs_start_point":[40.7074625,-74.0044193],"landmarks":{"end_point":[[40.7180134,-73.9948282],"furniture shop"],"start_point":[[40.7074625,-74.0044193],"pharmacy"],"main_pivot":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_2":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_3":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_4":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_5":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_6":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_7":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_8":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_9":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_10":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_12":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_13":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_14":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_15":[[40.7187398,-73.9948652],"events venue"],"near_pivot":[[40.7187398,-73.9948652],"events venue"],"around_goal_pivot_1":[[40.7204023,-73.9963177],"church"],"around_goal_pivot_2":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_3":[[40.717912,-73.9979397],"two gift shops"],"around_goal_pivot_4":[[40.7139521,-73.9975351],"historic neighbourhood"],"around_goal_pivot_5":[[40.7192537,-73.9974606],"museum"],"around_goal_pivot_6":[[40.7199591,-73.9944123],"swingerclub"],"around_goal_pivot_7":[[40.716749,-73.9942069],"toilets"],"around_goal_pivot_8":[[40.7202561,-73.9942838],"events venue"],"around_goal_pivot_9":[[40.7153978,-73.9947308],"clock"],"around_goal_pivot_10":[[40.7185144,-73.9975852],"two restaurants"]}} +{"rvs_sample_number":323,"content":"I will be waiting at the cafe almost in the middle of the block on West 35th street. Staples is on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.752437,-73.991724],"key":7185,"region":"Manhattan","rvs_start_point":[40.7651951,-73.9874674],"landmarks":{"end_point":[[40.752437,-73.991724],"cafe"],"start_point":[[40.7651951,-73.9874674],"restaurant"],"main_pivot":[[40.7635791,-73.9843134],"August Wilson Theatre"],"main_pivot_2":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_3":[[40.759895,-73.9872305],"Brooks Atkinson Theatre"],"main_pivot_4":[[40.752852,-73.9931881],"The New Yorker"],"main_pivot_5":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_6":[[40.760561,-73.9867538],"Samuel J. Friedman Theatre"],"main_pivot_7":[[40.7586841,-73.9878932],"Bernard B. Jacobs Theatre"],"main_pivot_8":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_9":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_10":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_11":[[40.760561,-73.9867538],"Samuel J. Friedman Theatre"],"main_pivot_12":[[40.760561,-73.9867538],"Samuel J. Friedman Theatre"],"main_pivot_13":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_14":[[40.7647427,-73.9863632],"St. Benedict the Moor's Church"],"main_pivot_15":[[40.752885,-73.9926793],"Staples"],"near_pivot":[[40.752885,-73.9926793],"Staples"],"around_goal_pivot_1":[[40.7512411411,-73.9902574232],"Macy's"],"around_goal_pivot_2":[[40.7520837,-73.9883075],"church"],"around_goal_pivot_3":[[40.7524154,-73.9944494],"cinema"],"around_goal_pivot_4":[[40.7503054,-73.9917525],"four restaurants"],"around_goal_pivot_5":[[40.7505753,-73.9911926],"atm"],"around_goal_pivot_6":[[40.751841,-73.9939691],"clinic"],"around_goal_pivot_7":[[40.750624,-73.9901217],"Crocs"],"around_goal_pivot_8":[[40.7544957,-73.9934311],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7504317,-73.9897503],"Foot Locker"],"around_goal_pivot_10":[[40.7543179,-73.9928398],"Homewood Suites"]}} +{"rvs_sample_number":96,"content":"I'm waiting for you at a books shop on Avenue A. If you go northwest from where you are and head north on Ave. A, you'll soon see Key Food and Kids Dental. The books shop is on the next block, on the corner. ","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7246716,-73.9843132],"key":7186,"region":"Manhattan","rvs_start_point":[40.7195149434,-73.9826985808],"landmarks":{"end_point":[[40.7246716,-73.9843132],"books shop"],"start_point":[[40.7195149434,-73.9826985808],"garden"],"main_pivot":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_2":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_3":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_4":[[40.7203823,-73.9837599],"The Stanton Street Shul"],"main_pivot_5":[[40.7203823,-73.9837599],"The Stanton Street Shul"],"main_pivot_6":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_7":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_8":[[40.7203823,-73.9837599],"The Stanton Street Shul"],"main_pivot_9":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_10":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_11":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_12":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_13":[[40.7192637,-73.9825513],"Church of Our Lady of Sorrows"],"main_pivot_14":[[40.7203823,-73.9837599],"The Stanton Street Shul"],"main_pivot_15":[[40.7253053,-73.9842946],"events venue"],"near_pivot":[[40.7253053,-73.9842946],"events venue"],"around_goal_pivot_1":[[40.7237375,-73.9838446],"church"],"around_goal_pivot_2":[[40.724017,-73.9847775],"Key Food"],"around_goal_pivot_3":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_4":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_5":[[40.7242229,-73.9850657],"dentist's office"],"around_goal_pivot_6":[[40.7259527,-73.9837876],"nightclub"],"around_goal_pivot_7":[[40.724273,-73.9855692],"toilets"],"around_goal_pivot_8":[[40.7244316,-73.985552],"drinking water"],"around_goal_pivot_9":[[40.7259712,-73.9837306],"post box"],"around_goal_pivot_10":[[40.7257903,-73.9844558],"books shop"]}} +{"rvs_sample_number":21,"content":"Meet me at the kiosk shop three blocks north of you. It's just down the way from Sephora and T-Mobile, towards the west end of the block. It's across from Macy's.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7507247,-73.9901962],"key":7187,"region":"Manhattan","rvs_start_point":[40.748323,-73.9904886],"landmarks":{"end_point":[[40.7507247,-73.9901962],"kiosk shop"],"start_point":[[40.748323,-73.9904886],"restaurant"],"main_pivot":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_2":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_3":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_4":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_5":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_6":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_7":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_8":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_9":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_10":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_11":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_12":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_13":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_14":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_15":[[40.7509356025,-73.9901066709],"Macy's"],"near_pivot":[[40.7509356025,-73.9901066709],"Macy's"],"around_goal_pivot_1":[[40.7491768,-73.9900876],"mall"],"around_goal_pivot_2":[[40.7501727,-73.9909642],"hotel"],"around_goal_pivot_3":[[40.7505753,-73.9911926],"atm"],"around_goal_pivot_4":[[40.7514912,-73.9905063],"pharmacy"],"around_goal_pivot_5":[[40.7507414,-73.9914996],"post office"],"around_goal_pivot_6":[[40.752085,-73.9895832],"bank"],"around_goal_pivot_7":[[40.7501326,-73.9890359],"T-Mobile"],"around_goal_pivot_8":[[40.7502476,-73.9893078],"Sephora"],"around_goal_pivot_9":[[40.7500122,-73.9887454],"Target"],"around_goal_pivot_10":[[40.7513511,-73.9909925],"AT&T"]}} +{"rvs_sample_number":209,"content":"Meet me at the garden near 2 gardens on West 42nd street. Bush tower is located west and Independent hotel is located northeast of the garden. ","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7541888566,-73.9837579438],"key":7188,"region":"Manhattan","rvs_start_point":[40.757316,-73.9936601],"landmarks":{"end_point":[[40.7541888566,-73.9837579438],"garden"],"start_point":[[40.757316,-73.9936601],"seafood shop"],"main_pivot":[[40.7564849,-73.9898485],"11 Times Square"],"main_pivot_2":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_3":[[40.7571223313,-73.9915755724],"Port Authority Bus Terminal"],"main_pivot_4":[[40.7547125,-73.9856422],"Bush Tower"],"main_pivot_5":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_6":[[40.7551913,-73.9867838],"Times Square Tower"],"main_pivot_7":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_8":[[40.7555302,-73.9880426],"Nederlander Theatre"],"main_pivot_9":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_10":[[40.7553245,-73.9889879],"CUNY Graduate School of Journalism"],"main_pivot_11":[[40.755879,-73.9884014],"Candler Building"],"main_pivot_12":[[40.755879,-73.9884014],"Candler Building"],"main_pivot_13":[[40.7559168,-73.9884898],"Madame Tussauds New York"],"main_pivot_14":[[40.7555302,-73.9880426],"Nederlander Theatre"],"main_pivot_15":[[40.7542066,-73.9841434],"2 gardens"],"near_pivot":[[40.7542066,-73.9841434],"2 gardens"],"beyond_pivot":[[40.7532779,-73.9831572],"memorial"],"around_goal_pivot_1":[[40.7533902091,-73.9826569154],"library"],"around_goal_pivot_2":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_3":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_4":[[40.7558446,-73.9822705],"3 hotels"],"around_goal_pivot_5":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_6":[[40.7524534,-73.9814036],"Muji"],"around_goal_pivot_7":[[40.7550677,-73.985792],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7517515,-73.9823978],"Staples"],"around_goal_pivot_9":[[40.7537116,-73.9809753],"Zara"],"around_goal_pivot_10":[[40.7536883,-73.9804985],"COS"]}} +{"rvs_sample_number":240,"content":"Travel north and we will meet at a bicycle parking right next to a cafe on 1st Avenue Service road. It is north of 5 gardens and south of a fast food spot.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7330335,-73.981082],"key":7189,"region":"Manhattan","rvs_start_point":[40.7198154,-73.9903628],"landmarks":{"end_point":[[40.7330335,-73.981082],"bicycle parking"],"start_point":[[40.7198154,-73.9903628],"bar"],"main_pivot":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_4":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_5":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_8":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_9":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_10":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_11":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_12":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_13":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_14":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_15":[[40.7331125,-73.9809251],"cafe"],"near_pivot":[[40.7331125,-73.9809251],"cafe"],"beyond_pivot":[[40.7342345,-73.9807002],"fast_food"],"around_goal_pivot_1":[[40.7317203,-73.9810908],"5 gardens"],"around_goal_pivot_2":[[40.731142,-73.9792952],"seven parking spaces"],"around_goal_pivot_3":[[40.731866,-73.982422],"pharmacy"],"around_goal_pivot_4":[[40.731705,-73.9808306],"four gardens"],"around_goal_pivot_5":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_6":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_7":[[40.7311161,-73.9824625],"T-Mobile"],"around_goal_pivot_8":[[40.7313193,-73.9805137],"2 gardens"],"around_goal_pivot_9":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_10":[[40.7313669,-73.9809508],"two benches"]}} +{"rvs_sample_number":157,"content":"I'm at the bicycle parking east of you on East Broadway. New York Public Library is opposite to me across the street, and a hospital is on the south.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7141466,-73.9883371],"key":7190,"region":"Manhattan","rvs_start_point":[40.7136795,-73.9930124],"landmarks":{"end_point":[[40.7141466,-73.9883371],"bicycle parking"],"start_point":[[40.7136795,-73.9930124],"restaurant"],"main_pivot":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_2":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_3":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_4":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_5":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_6":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_7":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_8":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_9":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_10":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_11":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_12":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_13":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_14":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_15":[[40.7143055,-73.9884177],"library"],"near_pivot":[[40.7143055,-73.9884177],"library"],"beyond_pivot":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_1":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_2":[[40.7158089,-73.987045],"bank"],"around_goal_pivot_3":[[40.7147223,-73.9895149],"3 benches"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7148778,-73.989311],"two benches"],"around_goal_pivot_6":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_7":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_8":[[40.7140617,-73.9915244],"studio"],"around_goal_pivot_9":[[40.716419,-73.9865745],"kindergarten"],"around_goal_pivot_10":[[40.7147411,-73.9893576],"2 benches"]}} +{"rvs_sample_number":252,"content":"Meet me at a Potbelly fast food restaurant southwest of you on West 37th Street. There is a place of worship on the same street to the east. Two clothes shop is west of the restaurant. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7529274,-73.988938],"key":7191,"region":"Manhattan","rvs_start_point":[40.7546538,-73.9848632],"landmarks":{"end_point":[[40.7529274,-73.988938],"fast food restaurant"],"start_point":[[40.7546538,-73.9848632],"bicycle parking"],"main_pivot":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_2":[[40.7551913,-73.9867838],"Times Square Tower"],"main_pivot_3":[[40.7557064331,-73.9879072483],"New Amsterdam Theatre"],"main_pivot_4":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_5":[[40.7551169,-73.98478],"Midtown"],"main_pivot_6":[[40.754238348,-73.984309264],"Bryant Park"],"main_pivot_7":[[40.7551913,-73.9867838],"Times Square Tower"],"main_pivot_8":[[40.7553002783,-73.9848556566],"Bank of America Tower"],"main_pivot_9":[[40.7557064331,-73.9879072483],"New Amsterdam Theatre"],"main_pivot_10":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_11":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_12":[[40.7547125,-73.9856422],"Bush Tower"],"main_pivot_13":[[40.7555302,-73.9880426],"Nederlander Theatre"],"main_pivot_14":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_15":[[40.7522214542,-73.9882075362],"church"],"near_pivot":[[40.7522214542,-73.9882075362],"church"],"beyond_pivot":[[40.7523272,-73.9881308],"place_of_worship"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7537478,-73.9915425],"two clothes shops"],"around_goal_pivot_3":[[40.7555302,-73.9880426],"theatre"],"around_goal_pivot_4":[[40.7514465419,-73.989857737],"Macy's"],"around_goal_pivot_5":[[40.7507021,-73.98795],"square"],"around_goal_pivot_6":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_7":[[40.7507159,-73.9873346],"atm"],"around_goal_pivot_8":[[40.7512846,-73.9878939],"Dr. Martens"],"around_goal_pivot_9":[[40.7528306,-73.9858447],"Residence Inn"],"around_goal_pivot_10":[[40.7516464,-73.9903829],"The Vitamin Shoppe"]}} +{"rvs_sample_number":137,"content":"Head West, to the opposite side of the peninsula here, and sit on the water's edge there, looking to the west from it. It's a bench located on the south cove bay, just south of it. The Battery Park city greenway is there.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7063681,-74.0190218],"key":7192,"region":"Manhattan","rvs_start_point":[40.7051640991,-74.0043198811],"landmarks":{"end_point":[[40.7063681,-74.0190218],"bench"],"start_point":[[40.7051640991,-74.0043198811],"garden"],"main_pivot":[[40.7050453173,-74.0133783778],"Bowling Green"],"main_pivot_2":[[40.7044815,-74.0060878],"120 Wall Street"],"main_pivot_3":[[40.7057742,-74.0082148],"60 Wall Street"],"main_pivot_4":[[40.7057742,-74.0082148],"60 Wall Street"],"main_pivot_5":[[40.7051144,-74.0132487],"26 Broadway"],"main_pivot_6":[[40.705009,-74.0140855],"Bowling Green Building"],"main_pivot_7":[[40.7052846,-74.0087579],"New York Cocoa Exchange Building"],"main_pivot_8":[[40.7044815,-74.0060878],"120 Wall Street"],"main_pivot_9":[[40.7054843,-74.0177446],"Millennium Point"],"main_pivot_10":[[40.7045633,-74.0146943],"Battery Park"],"main_pivot_11":[[40.7051144,-74.0132487],"26 Broadway"],"main_pivot_12":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_13":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_14":[[40.7057229,-74.0177051],"Skyscraper Museum"],"main_pivot_15":[[40.7056508,-74.0187888],"three gardens"],"near_pivot":[[40.7056508,-74.0187888],"three gardens"],"beyond_pivot":[[40.7068884,-74.0185311],"viewpoint"],"around_goal_pivot_1":[[40.7048708,-74.0188032],"5 benches"],"around_goal_pivot_2":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_3":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.704784,-74.0176942],"two gardens"],"around_goal_pivot_8":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_9":[[40.7048352,-74.0178796],"fountain"],"around_goal_pivot_10":[[40.7057169,-74.0181709],"two benches"]}} +{"rvs_sample_number":14,"content":"I am at the garden close to the water after FDR Drive. It is the fifth garden from the west and viewpoint is on the same line, slightly northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7073488084,-74.0003623784],"key":7193,"region":"Manhattan","rvs_start_point":[40.7174391973,-74.0116490386],"landmarks":{"end_point":[[40.7073488084,-74.0003623784],"garden"],"start_point":[[40.7174391973,-74.0116490386],"garden"],"main_pivot":[[40.7089703611,-74.0007200306],"Brooklyn Bridge"],"main_pivot_2":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_3":[[40.7130881,-74.0091912],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_4":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_5":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_6":[[40.7112421,-74.0055329],"8 Spruce Street"],"main_pivot_7":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_8":[[40.7112421,-74.0055329],"8 Spruce Street"],"main_pivot_9":[[40.7118163,-74.0061067],"New York Times Building"],"main_pivot_10":[[40.7089703611,-74.0007200306],"Brooklyn Bridge"],"main_pivot_11":[[40.7112421,-74.0055329],"8 Spruce Street"],"main_pivot_12":[[40.7112421,-74.0055329],"8 Spruce Street"],"main_pivot_13":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_14":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_15":[[40.7077295,-73.9995351],"viewpoint"],"near_pivot":[[40.7077295,-73.9995351],"viewpoint"],"beyond_pivot":[[40.707209,-74.0016504],"alcohol"],"around_goal_pivot_1":[[40.705267,-74.002356],"historic ship"],"around_goal_pivot_2":[[40.7067515,-74.003117],"cinema"],"around_goal_pivot_3":[[40.7063581,-74.0032467],"historic maritime"],"around_goal_pivot_4":[[40.7073955,-74.0038561],"historic memorial"],"around_goal_pivot_5":[[40.706628,-74.0036758],"museum"],"around_goal_pivot_6":[[40.7090921,-74.0013237],"dog park"],"around_goal_pivot_7":[[40.706986,-74.002079],"Tackle Cart"],"around_goal_pivot_8":[[40.7090015,-74.0020582],"Hampton"],"around_goal_pivot_9":[[40.7072258,-74.0037268],"Guess"],"around_goal_pivot_10":[[40.706788,-74.0038099],"Scotch & Soda"]}} +{"rvs_sample_number":79,"content":"Let's meet at the Japanese restaurant on the south corner of West 21st Street, far to your west. There is a True Value hardware directly across the street to the north.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7426475,-73.9964607],"key":7194,"region":"Manhattan","rvs_start_point":[40.73340994,-73.9780167567],"landmarks":{"end_point":[[40.7426475,-73.9964607],"restaurant"],"start_point":[[40.73340994,-73.9780167567],"parking space"],"main_pivot":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_2":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_3":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_4":[[40.7374653,-73.9854846],"Gramercy Park"],"main_pivot_5":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_6":[[40.7374653,-73.9854846],"Gramercy Park"],"main_pivot_7":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_8":[[40.7374653,-73.9854846],"Gramercy Park"],"main_pivot_9":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_10":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_11":[[40.7408435,-73.991679],"Spero Building"],"main_pivot_12":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_13":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_14":[[40.7408435,-73.991679],"Spero Building"],"main_pivot_15":[[40.7428322,-73.9963077],"True Value"],"near_pivot":[[40.7428322,-73.9963077],"True Value"],"beyond_pivot":[[40.7446533,-73.9993815],"hotel"],"around_goal_pivot_1":[[40.7433941,-73.993606],"church"],"around_goal_pivot_2":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_3":[[40.7433235,-73.9934383],"museum"],"around_goal_pivot_4":[[40.7406794,-73.9941662],"Men's Wearhouse"],"around_goal_pivot_5":[[40.7420727,-73.9936765],"Michaels"],"around_goal_pivot_6":[[40.7435389,-73.9930625],"Hampton"],"around_goal_pivot_7":[[40.740998,-73.9944619],"Staples"],"around_goal_pivot_8":[[40.7427359,-73.993194],"Burlington Coat Factory"],"around_goal_pivot_9":[[40.7444317,-73.9956514],"bicycle habitat"],"around_goal_pivot_10":[[40.7418779,-73.9938343],"Trader Joe's"]}} +{"rvs_sample_number":263,"content":"Go north up 6th, Ave., When you pass Church of the Holy Communion you're almost half way to the Korean Restaurant where we'll meet. When you get up to the Manhattan Mall, you'll see it on your left BUT turn right on the street right before you get to that mall. On that street, notice the H Mart grocery and continue past it. On the same side of the street notice the Korean restaurant. That's where we're meeting. It's less than half a block east of H mart.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7474401,-73.9864972],"key":7195,"region":"Manhattan","rvs_start_point":[40.7359028,-73.9981581],"landmarks":{"end_point":[[40.7474401,-73.9864972],"restaurant"],"start_point":[[40.7359028,-73.9981581],"bank"],"main_pivot":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_2":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_3":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_4":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_5":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_6":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_7":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_8":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_9":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_10":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_11":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_12":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_13":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_14":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_15":[[40.747367,-73.9856317],"pharmacy"],"near_pivot":[[40.747367,-73.9856317],"pharmacy"],"around_goal_pivot_1":[[40.7480167,-73.9851806],"pharmacy"],"around_goal_pivot_2":[[40.7478373,-73.9874388],"H Mart"],"around_goal_pivot_3":[[40.7484398,-73.9856926],"fourteen towers"],"around_goal_pivot_5":[[40.7484311,-73.9856903],"thirteen towers"],"around_goal_pivot_7":[[40.7479653,-73.9871713],"Tous Les Jours"],"around_goal_pivot_10":[[40.748304,-73.9880047],"Curio Collection"]}} +{"rvs_sample_number":29,"content":"Meet me at the gallery on Walker Street. Head southeast to get here. It is the first gallery in the block when coming from your location. There is another gallery a few buildings away to the east in the same block. You can find Chase bank in the opposite block.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7190232,-74.0036388],"key":7196,"region":"Manhattan","rvs_start_point":[40.7213508,-74.0049468],"landmarks":{"end_point":[[40.7190232,-74.0036388],"gallery"],"start_point":[[40.7213508,-74.0049468],"fast food restaurant"],"main_pivot":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_2":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_3":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_4":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_5":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_6":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_7":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_8":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_9":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_10":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_11":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_12":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_13":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_14":[[40.7199498,-74.0050051],"32 Avenue of the Americas"],"main_pivot_15":[[40.7188402,-74.0032329],"gallery"],"near_pivot":[[40.7188402,-74.0032329],"gallery"],"beyond_pivot":[[40.7187757,-74.0021962],"fast_food"],"around_goal_pivot_1":[[40.7193544,-74.0021843],"pharmacy"],"around_goal_pivot_2":[[40.7190131,-74.0024476],"bank"],"around_goal_pivot_3":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_4":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_5":[[40.7193923,-74.0024721],"bicycle rental"],"around_goal_pivot_6":[[40.7179792,-74.0049073],"gallery"],"around_goal_pivot_7":[[40.7184994,-74.0048345],"attraction"],"around_goal_pivot_8":[[40.7190184,-74.004956],"clock"],"around_goal_pivot_9":[[40.7184521,-74.0049427],"pub"],"around_goal_pivot_10":[[40.7203806,-74.0044802],"post office"]}} +{"rvs_sample_number":46,"content":"Let's meet up at the restaurant. I'm in the mood for some sushi. You'll have to go a long way south to get there. About 24 blocks actually, and then 1 block to the east. It's on West 46th Street on the south side, just a few steps away from the hotel. It will be in the upper west corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v109.gpkg","rvs_goal_point":[40.7608046,-73.990583],"key":7197,"region":"Manhattan","rvs_start_point":[40.7763462,-73.9818446],"landmarks":{"end_point":[[40.7608046,-73.990583],"restaurant"],"start_point":[[40.7763462,-73.9818446],"beauty shop"],"main_pivot":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_2":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_3":[[40.77694,-73.9815071],"Church of the Blessed Sacrament"],"main_pivot_4":[[40.769533,-73.9847889],"Church of Saint Paul the Apostle"],"main_pivot_5":[[40.77694,-73.9815071],"Church of the Blessed Sacrament"],"main_pivot_6":[[40.769533,-73.9847889],"Church of Saint Paul the Apostle"],"main_pivot_7":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_8":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_9":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_10":[[40.7722218313,-73.9824300254],"Dante Park"],"main_pivot_11":[[40.77694,-73.9815071],"Church of the Blessed Sacrament"],"main_pivot_12":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_13":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_14":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_15":[[40.7601925,-73.9912551],"bicycle rental"],"near_pivot":[[40.7601925,-73.9912551],"bicycle rental"],"beyond_pivot":[[40.760432,-73.9897411],"hotel"],"around_goal_pivot_1":[[40.7595017,-73.9914437],"cinema"],"around_goal_pivot_2":[[40.7626376,-73.9915241],"garden"],"around_goal_pivot_3":[[40.759429,-73.9884241],"ice cream"],"around_goal_pivot_4":[[40.7589733,-73.9901041],"TownePlace Suites"],"around_goal_pivot_5":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_6":[[40.7588939,-73.9899187],"InterContinental"],"around_goal_pivot_7":[[40.7597102,-73.9906663],"Comfort Inn"],"around_goal_pivot_8":[[40.7604049,-73.9881989],"Econo Lodge"],"around_goal_pivot_9":[[40.7608186,-73.9875915],"attraction"],"around_goal_pivot_10":[[40.7612138,-73.9928717],"toilets"]}} +{"rvs_sample_number":232,"content":"Go north on Broadway. Meet me at the Infinity Shoes shop, 1.5 blocks past the American Icon attraction, on the same side of the street. If you get to Origins NYC fast food restaurant, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7182729,-74.0026265],"key":7198,"region":"Manhattan","rvs_start_point":[40.7049743,-74.0073788],"landmarks":{"end_point":[[40.7182729,-74.0026265],"shoes shop"],"start_point":[[40.7049743,-74.0073788],"bank"],"main_pivot":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_2":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_3":[[40.7089214,-74.0088641],"Federal Reserve Bank of New York"],"main_pivot_4":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_5":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_6":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_7":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_8":[[40.7124762,-74.0069543],"City Hall"],"main_pivot_9":[[40.7141703,-74.0065074],"Tower 270"],"main_pivot_10":[[40.7053002,-74.0082961],"New York Cocoa Exchange Building"],"main_pivot_11":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_12":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_13":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_14":[[40.7124762,-74.0069543],"City Hall"],"main_pivot_15":[[40.7187757,-74.0021962],"fast food restaurant"],"near_pivot":[[40.7187757,-74.0021962],"fast food restaurant"],"beyond_pivot":[[40.7173727,-74.0012731],"community_centre"],"around_goal_pivot_1":[[40.7173727,-74.0012731],"community centre"],"around_goal_pivot_2":[[40.7173044,-74.0013832],"historic building"],"around_goal_pivot_3":[[40.7173656,-74.0028203],"museum"],"around_goal_pivot_4":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_5":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_6":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_7":[[40.7193923,-74.0024721],"bicycle rental"],"around_goal_pivot_8":[[40.7179771,-74.0008422],"post box"],"around_goal_pivot_9":[[40.7190209,-74.0016678],"hotel"],"around_goal_pivot_10":[[40.7172271,-74.0035301],"attraction"]}} +{"rvs_sample_number":382,"content":"Meet me at Hertz car rental on West 14th Steet. Just travel down the road you are on and it is on the block that is across the street from the roman catholic church. If you go past the historic church, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7401827,-74.0029998],"key":7199,"region":"Manhattan","rvs_start_point":[40.7414393,-74.0063477],"landmarks":{"end_point":[[40.7401827,-74.0029998],"car rental"],"start_point":[[40.7414393,-74.0063477],"bicycle parking"],"main_pivot":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_2":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_3":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_4":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_5":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_6":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_7":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_8":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_9":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_10":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_11":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_12":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_13":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_14":[[40.7412674,-74.0049042],"Old Homestead Steakhouse"],"main_pivot_15":[[40.7403308,-74.0042648],"church"],"near_pivot":[[40.7403308,-74.0042648],"church"],"around_goal_pivot_1":[[40.7381996,-74.0011757],"community centre"],"around_goal_pivot_2":[[40.7392542,-74.0009285],"historic church"],"around_goal_pivot_3":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_4":[[40.741435,-74.0015697],"pharmacy"],"around_goal_pivot_5":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_6":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_7":[[40.7404884,-74.0066279],"Arhaus"],"around_goal_pivot_8":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_9":[[40.7418051,-74.0049865],"Anthropologie"],"around_goal_pivot_10":[[40.7415012,-74.0010256],"Ricky's NYC"]}} +{"rvs_sample_number":136,"content":"Meet me at a Wendy's restaurant northeast of you on the corner of 3rd Avenue. Citibank is a block north of it on the same street. EVEN Hotels is southeast of the Wendy's.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7526054,-73.9733371],"key":7200,"region":"Manhattan","rvs_start_point":[40.7492847,-73.9753544],"landmarks":{"end_point":[[40.7526054,-73.9733371],"fast food restaurant"],"start_point":[[40.7492847,-73.9753544],"post box"],"main_pivot":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_2":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_3":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_4":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_5":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_6":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_7":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_8":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_9":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_10":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_11":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_12":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_13":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_14":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_15":[[40.7533121,-73.9728718],"bank"],"near_pivot":[[40.7533121,-73.9728718],"bank"],"beyond_pivot":[[40.752923,-73.9719424],"restaurant"],"around_goal_pivot_1":[[40.7537872,-73.9733504],"library"],"around_goal_pivot_2":[[40.7521079,-73.9757187],"Grand Hyatt"],"around_goal_pivot_3":[[40.7519728,-73.9769341],"attraction"],"around_goal_pivot_4":[[40.7519519,-73.974202],"church"],"around_goal_pivot_5":[[40.7500841,-73.9743036],"Westin"],"around_goal_pivot_6":[[40.753177,-73.9749926],"post office"],"around_goal_pivot_7":[[40.7525288,-73.9750326],"AT&T"],"around_goal_pivot_8":[[40.7527213,-73.9766596],"Apple Store"],"around_goal_pivot_9":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_10":[[40.7519507782,-73.9724289673],"EVEN Hotels"]}} +{"rvs_sample_number":51,"content":"Meet me at the picnic site west of you, and very slightly north. It's on East 13th st. just west of Blick art Materials. It's right before the bike parking area. There is a school of design just north of the picnic area.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7351784,-73.9937187],"key":7201,"region":"Manhattan","rvs_start_point":[40.7321444492,-73.977678864],"landmarks":{"end_point":[[40.7351784,-73.9937187],"picnic site"],"start_point":[[40.7321444492,-73.977678864],"garden"],"main_pivot":[[40.7326015,-73.9832073],"Mount Sinai Beth Israel"],"main_pivot_2":[[40.7346337,-73.9884412],"Zeckendorf Towers"],"main_pivot_3":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_4":[[40.7353731217,-73.991759734],"Lincoln Building"],"main_pivot_5":[[40.7353400971,-73.9900762656],"Union Square Park"],"main_pivot_6":[[40.732711,-73.9825978],"High School for Health Professions and Human Services"],"main_pivot_7":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_8":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_9":[[40.7346337,-73.9884412],"Zeckendorf Towers"],"main_pivot_10":[[40.7346337,-73.9884412],"Zeckendorf Towers"],"main_pivot_11":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_12":[[40.7326015,-73.9832073],"Mount Sinai Beth Israel"],"main_pivot_13":[[40.7340549,-73.9855977],"Friends Seminary"],"main_pivot_14":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_15":[[40.7356855,-73.993496],"pharmacy"],"near_pivot":[[40.7356855,-73.993496],"pharmacy"],"beyond_pivot":[[40.7360786,-73.9932937],"bank"],"around_goal_pivot_1":[[40.7345227,-73.9949535],"church"],"around_goal_pivot_2":[[40.735247,-73.9922811],"GameStop"],"around_goal_pivot_3":[[40.7363908,-73.9940787],"Goodwill"],"around_goal_pivot_4":[[40.7359371,-73.9939487],"Cohen's Fashion Optical"],"around_goal_pivot_5":[[40.7353624,-73.9924866],"Footaction"],"around_goal_pivot_6":[[40.7364946,-73.9930574],"bar"],"around_goal_pivot_7":[[40.7362844,-73.9936689],"university"],"around_goal_pivot_8":[[40.7358722,-73.9921624],"school"],"around_goal_pivot_9":[[40.7355798,-73.9950465],"clothes shop"],"around_goal_pivot_10":[[40.7348754,-73.9928267],"craft shop"]}} +{"rvs_sample_number":95,"content":"I'm parking my bike just 3-4 blocks from the water front on Laight St. There is a park across the street from me. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7218553,-74.0083445],"key":7202,"region":"Manhattan","rvs_start_point":[40.7172058,-73.9983886],"landmarks":{"end_point":[[40.7218553,-74.0083445],"bicycle parking"],"start_point":[[40.7172058,-73.9983886],"jewelry shop"],"main_pivot":[[40.7218386292,-74.0057172331],"Albert Capsouto Park"],"main_pivot_2":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_3":[[40.7218386292,-74.0057172331],"Albert Capsouto Park"],"main_pivot_4":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_5":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_6":[[40.7218386292,-74.0057172331],"Albert Capsouto Park"],"main_pivot_7":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_8":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_9":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_10":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_11":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_12":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_13":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_14":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_15":[[40.7216161223,-74.0067768122],"park"],"near_pivot":[[40.7216161223,-74.0067768122],"park"],"around_goal_pivot_1":[[40.7196753,-74.0066489],"fire station"],"around_goal_pivot_2":[[40.7226058,-74.005459],"historic memorial"],"around_goal_pivot_3":[[40.7242611,-74.0084444],"Arlo Hotels"],"around_goal_pivot_4":[[40.7202542,-74.008727],"bank"],"around_goal_pivot_5":[[40.7209715,-74.0054283],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_7":[[40.7230437,-74.0112781],"cinema"],"around_goal_pivot_8":[[40.7203451,-74.0070419],"police station"],"around_goal_pivot_9":[[40.7230548,-74.0078313],"school"],"around_goal_pivot_10":[[40.7205805,-74.0103625],"fountain"]}} +{"rvs_sample_number":25,"content":"Go southeast and meet me at an atm on the west side of 3rd Avenue, across the street from a library and south of a fast food joint.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7441534,-73.9795427],"key":7203,"region":"Manhattan","rvs_start_point":[40.7486719,-73.9919677],"landmarks":{"end_point":[[40.7441534,-73.9795427],"atm"],"start_point":[[40.7486719,-73.9919677],"fortune teller"],"main_pivot":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_2":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_3":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_4":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_5":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_6":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_7":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_8":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_9":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_10":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_11":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_12":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_13":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_14":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_15":[[40.7439215,-73.9799729],"library"],"near_pivot":[[40.7439215,-73.9799729],"library"],"beyond_pivot":[[40.7449288917,-73.9790745651],"fast_food"],"around_goal_pivot_1":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_2":[[40.7422842,-73.9803953],"T-Mobile"],"around_goal_pivot_3":[[40.7451776,-73.9772772],"Sola Salons"],"around_goal_pivot_4":[[40.7450946,-73.9770693],"Crunch Fitness"],"around_goal_pivot_5":[[40.7420191,-73.9805597],"7-Eleven"],"around_goal_pivot_6":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_7":[[40.7426278,-73.9769796],"Sherwin-Williams"],"around_goal_pivot_8":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_9":[[40.7432244,-73.9772502],"H&R Block"],"around_goal_pivot_10":[[40.7453945,-73.9790862],"two restaurants"]}} +{"rvs_sample_number":347,"content":"Meet me at Crunch Fitness on John Street. There's a post office on the same block at the other end. It's quite far southwest of you. Best way to get there is go four blocks west and get on that road that quickly turns into a double highway when you head south. It turns into another road and then zig zags a bit right at Lin Zexu but stay on that road while it's now changed names again and will change names a few more times before you get to where it crosses John Street. Once you get to John Street head northwest on John and you'll see that post office I was talking about and then Crunch Fitness right after that.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7080502,-74.0064227],"key":7204,"region":"Manhattan","rvs_start_point":[40.7151986,-73.9916176],"landmarks":{"end_point":[[40.7080502,-74.0064227],"Crunch Fitness"],"start_point":[[40.7151986,-73.9916176],"gallery"],"main_pivot":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_2":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_3":[[40.7107166,-74.0038713],"Drumgoole Plaza"],"main_pivot_4":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_5":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_6":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_7":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_8":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_9":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_10":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_11":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_12":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_13":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_14":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_15":[[40.7074615,-74.0056835],"post office"],"near_pivot":[[40.7074615,-74.0056835],"post office"],"beyond_pivot":[[40.7074615,-74.0056835],"post_office"],"around_goal_pivot_1":[[40.7101041,-74.0045094],"hospital"],"around_goal_pivot_2":[[40.7089775,-74.0090958],"Holiday Inn"],"around_goal_pivot_3":[[40.7076017,-74.0078097],"three benches"],"around_goal_pivot_4":[[40.706867,-74.004015],"Superdry"],"around_goal_pivot_5":[[40.7063494,-74.0060557],"T-Mobile"],"around_goal_pivot_6":[[40.7072258,-74.0037268],"Guess"],"around_goal_pivot_7":[[40.71034,-74.0081956],"GNC"],"around_goal_pivot_8":[[40.7090808,-74.0087292],"Godiva Chocolatier"],"around_goal_pivot_9":[[40.7067508,-74.0065914],"Dress Barn"],"around_goal_pivot_10":[[40.7067138,-74.0087045],"Radisson"]}} +{"rvs_sample_number":177,"content":"Meet me on the northeast of you at the ticket shop on East River Esplanade next to the shore, north of a ferry terminal and northeast of NYU Langone Medical Center\r\n.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7441425,-73.9710501],"key":7205,"region":"Manhattan","rvs_start_point":[40.7455297,-73.978367],"landmarks":{"end_point":[[40.7441425,-73.9710501],"ticket shop"],"start_point":[[40.7455297,-73.978367],"bicycle parking"],"main_pivot":[[40.7431948,-73.9724665],"NYU Langone Medical Center"],"main_pivot_2":[[40.74396,-73.9750409],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_3":[[40.745099,-73.9762644],"Estonian House"],"main_pivot_4":[[40.745099,-73.9762644],"Estonian House"],"main_pivot_5":[[40.7449882,-73.9752563],"St. Vartan Cathedral"],"main_pivot_6":[[40.7431948,-73.9724665],"NYU Langone Medical Center"],"main_pivot_7":[[40.745099,-73.9762644],"Estonian House"],"main_pivot_8":[[40.7431948,-73.9724665],"NYU Langone Medical Center"],"main_pivot_9":[[40.745099,-73.9762644],"Estonian House"],"main_pivot_10":[[40.7431948,-73.9724665],"NYU Langone Medical Center"],"main_pivot_11":[[40.7449882,-73.9752563],"St. Vartan Cathedral"],"main_pivot_12":[[40.7449882,-73.9752563],"St. Vartan Cathedral"],"main_pivot_13":[[40.745099,-73.9762644],"Estonian House"],"main_pivot_14":[[40.74396,-73.9750409],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_15":[[40.7435089,-73.9710005],"ferry terminal"],"near_pivot":[[40.7435089,-73.9710005],"ferry terminal"],"around_goal_pivot_1":[[40.7457466,-73.97136],"clinic"],"around_goal_pivot_2":[[40.7429857,-73.9733767],"cafe"],"around_goal_pivot_3":[[40.7449552,-73.9732728],"kindergarten"],"around_goal_pivot_4":[[40.7451313,-73.9722259],"fountain"],"around_goal_pivot_5":[[40.743813,-73.9739986],"hairdresser shop"],"around_goal_pivot_6":[[40.7466615,-73.9722753],"newsagent shop"],"around_goal_pivot_7":[[40.7440375,-73.9745436],"dry cleaning shop"],"around_goal_pivot_8":[[40.7440545,-73.9745945],"optician shop"],"around_goal_pivot_9":[[40.7450382,-73.9737075],"playground"]}} +{"rvs_sample_number":352,"content":"We're out of milk. Meet up with me at the Supermarket to help me carry it and the other things we need home? it's located at the most west end of Broome street on the north side of it. To the west of it Broome changes names and angles differently? A historic district is to the east over a block.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7232585,-74.0025757],"key":7206,"region":"Manhattan","rvs_start_point":[40.7236609,-73.9967169],"landmarks":{"end_point":[[40.7232585,-74.0025757],"supermarket"],"start_point":[[40.7236609,-73.9967169],"fast food restaurant"],"main_pivot":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_2":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_3":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_4":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_5":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_6":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_7":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_8":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_9":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_10":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_11":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_12":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_13":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_14":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_15":[[40.7240871,-74.0021462],"gallery"],"near_pivot":[[40.7240871,-74.0021462],"gallery"],"beyond_pivot":[[40.7249099,-74.001547],"Citi Bike"],"around_goal_pivot_1":[[40.7250957,-74.0049076],"museum"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7214724,-74.0043782],"post office"],"around_goal_pivot_4":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_5":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_6":[[40.7241052,-74.0007373],"Diesel"],"around_goal_pivot_7":[[40.7241862,-74.0008978],"Chanel"],"around_goal_pivot_8":[[40.7239761,-74.0004723],"COS"],"around_goal_pivot_9":[[40.7213661,-74.0049907],"2 fast food restaurants"],"around_goal_pivot_10":[[40.721446,-74.0020334],"Vans"]}} +{"rvs_sample_number":133,"content":"Move south west and let's meet at Hampton hotel on West 41st street. City university is on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v53.gpkg","rvs_goal_point":[40.7556116542,-73.9886088651],"key":7207,"region":"Manhattan","rvs_start_point":[40.7645745132,-73.9784686566],"landmarks":{"end_point":[[40.7556116542,-73.9886088651],"Hampton"],"start_point":[[40.7645745132,-73.9784686566],"Le M\u00e9ridien"],"main_pivot":[[40.7621767,-73.9822771],"AXA Equitable Center"],"main_pivot_2":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_3":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_4":[[40.7583957,-73.9850285],"Bertelsmann Building"],"main_pivot_5":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_6":[[40.7592198,-73.9844165],"20 Times Square"],"main_pivot_7":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_8":[[40.7566325,-73.9872553],"New Victory Theater"],"main_pivot_9":[[40.7621767,-73.9822771],"AXA Equitable Center"],"main_pivot_10":[[40.7646062838,-73.9792723617],"Metropolitan Tower"],"main_pivot_11":[[40.7560898,-73.9867175],"One Times Square"],"main_pivot_12":[[40.7646062838,-73.9792723617],"Metropolitan Tower"],"main_pivot_13":[[40.7558308,-73.9868832],"Times Square Tower"],"main_pivot_14":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_15":[[40.7553245,-73.9889879],"university"],"near_pivot":[[40.7553245,-73.9889879],"university"],"beyond_pivot":[[40.7565368,-73.9892031],"cinema"],"around_goal_pivot_1":[[40.7568285731,-73.9902887457],"bus station"],"around_goal_pivot_2":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_3":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_4":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_5":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_6":[[40.7557335,-73.9898888],"Muji"],"around_goal_pivot_7":[[40.7576126,-73.9869881],"Guitar Center"],"around_goal_pivot_8":[[40.756175,-73.9914871],"Independent"],"around_goal_pivot_9":[[40.7553505,-73.9856944],"Hilton Garden Inn"],"around_goal_pivot_10":[[40.7553904,-73.9908837],"GNC"]}} +{"rvs_sample_number":283,"content":"We should try this Japanese restaurant north of East 33rd street. It is the second from the east and it is west of European wax on the next block east.","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.7453945,-73.9790862],"key":7208,"region":"Manhattan","rvs_start_point":[40.7310359,-73.9822614],"landmarks":{"end_point":[[40.7453945,-73.9790862],"restaurant"],"start_point":[[40.7310359,-73.9822614],"fast food restaurant"],"main_pivot":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_2":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_3":[[40.7412821,-73.9750983],"NYC Office of Chief Medical Examiner"],"main_pivot_4":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_5":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_6":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_7":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_8":[[40.7401153,-73.976003],"NYC Health + Hospitals\/Bellevue"],"main_pivot_9":[[40.7401153,-73.976003],"NYC Health + Hospitals\/Bellevue"],"main_pivot_10":[[40.7422517,-73.9764885],"Kips Bay Tower South"],"main_pivot_11":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_12":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_13":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_14":[[40.7401153,-73.976003],"NYC Health + Hospitals\/Bellevue"],"main_pivot_15":[[40.7461846,-73.978842],"pharmacy"],"near_pivot":[[40.7461846,-73.978842],"pharmacy"],"beyond_pivot":[[40.7462064802,-73.9788938163],"pharmacy"],"around_goal_pivot_1":[[40.743830829,-73.9797638531],"library"],"around_goal_pivot_2":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_3":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_4":[[40.7440283,-73.9790589],"Trader Joe's"],"around_goal_pivot_5":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_6":[[40.7451776,-73.9772772],"Sola Salons"],"around_goal_pivot_7":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_8":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_9":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_10":[[40.7450946,-73.9770693],"Crunch Fitness"]}} +{"rvs_sample_number":296,"content":"Meet me at a bench in Liberty Park Just south of Liberty Street. There is a church in the park too and I'm about halfway between the church and the divided highway. Directly south of me is W Hotels. I am pretty much directly west of you so ignore the streets and just go west and I'm about 3 blocks away from the river.","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.7104251,-74.0137771],"key":7209,"region":"Manhattan","rvs_start_point":[40.7113431,-73.996245],"landmarks":{"end_point":[[40.7104251,-74.0137771],"bench"],"start_point":[[40.7113431,-73.996245],"bicycle parking"],"main_pivot":[[40.7112578801,-74.0089468339],"Saint Paul's Chapel"],"main_pivot_2":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_3":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_4":[[40.7107323,-74.0077712],"Bennett Building"],"main_pivot_5":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_6":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_7":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_8":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_9":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_10":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_11":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_12":[[40.7117604,-74.0085062],"Transportation Building"],"main_pivot_13":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_14":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_15":[[40.7102488,-74.0132468],"church"],"near_pivot":[[40.7102488,-74.0132468],"church"],"around_goal_pivot_1":[[40.7082938,-74.0123324],"church"],"around_goal_pivot_2":[[40.7109899,-74.0100254],"Hilton"],"around_goal_pivot_3":[[40.7093774,-74.0138142],"W Hotels"],"around_goal_pivot_4":[[40.7126059,-74.0130235],"attraction"],"around_goal_pivot_5":[[40.712949,-74.0130438],"viewpoint"],"around_goal_pivot_6":[[40.7083992305,-74.0140264278],"chapel"],"around_goal_pivot_7":[[40.7121643,-74.0150269],"pharmacy"],"around_goal_pivot_8":[[40.7109977,-74.0162395],"bank"],"around_goal_pivot_9":[[40.7114223,-74.0129289],"5 benches"],"around_goal_pivot_10":[[40.712013,-74.0125691],"two gardens"]}} +{"rvs_sample_number":161,"content":"Let's meet at the clothes shop at the west end of Great Jones Street where it changes names. The university is catty-corner from the shop.","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7278665,-73.9944936],"key":7210,"region":"Manhattan","rvs_start_point":[40.7215346,-73.9874059],"landmarks":{"end_point":[[40.7278665,-73.9944936],"clothes shop"],"start_point":[[40.7215346,-73.9874059],"amenity|ice cream"],"main_pivot":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_2":[[40.7258764,-73.992203],"Bouwerie Lane Theatre"],"main_pivot_3":[[40.7258764,-73.992203],"Bouwerie Lane Theatre"],"main_pivot_4":[[40.7268488,-73.9925249],"FDNY Engine 33\/Ladder 9"],"main_pivot_5":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_6":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_7":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_8":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_9":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_10":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_11":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_12":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_13":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_14":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_15":[[40.727798,-73.9949309],"university"],"near_pivot":[[40.727798,-73.9949309],"university"],"around_goal_pivot_1":[[40.7259178,-73.9962514],"2 bicycle parkings"],"around_goal_pivot_2":[[40.7268488,-73.9925249],"fire station"],"around_goal_pivot_3":[[40.7295282,-73.99673],"library"],"around_goal_pivot_4":[[40.7271383,-73.9956087],"2 clothes shops"],"around_goal_pivot_5":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_6":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_7":[[40.7275745,-73.9923603],"museum"],"around_goal_pivot_8":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_9":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_10":[[40.727029,-73.9957015],"CeX"]}} +{"rvs_sample_number":282,"content":"Let's meet up at the bench that is in the area where the twin Towers used to be (there is a museum there now instead) Across Liberty street from the bench, you'll notice the St. Nicolas Greek Orthodox Church. The liberty Street Bridge is Southwest of it in the same general block though.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7106037,-74.012975],"key":7211,"region":"Manhattan","rvs_start_point":[40.707794443,-74.016438319],"landmarks":{"end_point":[[40.7106037,-74.012975],"bench"],"start_point":[[40.707794443,-74.016438319],"garden"],"main_pivot":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_2":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_3":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_4":[[40.7107473422,-74.0142799045],"Liberty Street Bridge"],"main_pivot_5":[[40.7098581325,-74.0133297271],"5 World Trade Center"],"main_pivot_6":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_7":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_8":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_9":[[40.7107473422,-74.0142799045],"Liberty Street Bridge"],"main_pivot_10":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_11":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_12":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_13":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_14":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_15":[[40.7102285,-74.0131973],"church"],"near_pivot":[[40.7102285,-74.0131973],"church"],"beyond_pivot":[[40.709558,-74.012778],"pub"],"around_goal_pivot_1":[[40.7093647,-74.0138529],"W Hotels"],"around_goal_pivot_2":[[40.7104591,-74.0140533],"historic memorial"],"around_goal_pivot_3":[[40.7113542829,-74.0126972324],"museum"],"around_goal_pivot_4":[[40.7107473422,-74.0142799045],"bridge"],"around_goal_pivot_5":[[40.7094975,-74.0124867],"school"],"around_goal_pivot_6":[[40.7094904,-74.0128068],"Courtyard"],"around_goal_pivot_7":[[40.7115798,-74.0134401],"four benches"],"around_goal_pivot_8":[[40.7100561,-74.0119204],"Eataly"],"around_goal_pivot_9":[[40.7097014,-74.0145662],"Marriott"],"around_goal_pivot_10":[[40.7112507,-74.0120802],"Under Armour"]}} +{"rvs_sample_number":108,"content":"I await you at a Chase bank, many blocks north of you on the corner of Columbus Avenue. It's just across the street from Ricky's NYC, and to the east of a Trek store. ","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7776752,-73.978887],"key":7212,"region":"Manhattan","rvs_start_point":[40.7685324,-73.9827663],"landmarks":{"end_point":[[40.7776752,-73.978887],"bank"],"start_point":[[40.7685324,-73.9827663],"restaurant"],"main_pivot":[[40.7715835,-73.9823779],"Dante Park"],"main_pivot_2":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_3":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_4":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_5":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_6":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_7":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_8":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_9":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_10":[[40.7690103,-73.982912],"Mandarin Oriental"],"main_pivot_11":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_12":[[40.7715835,-73.9823779],"Dante Park"],"main_pivot_13":[[40.7715835,-73.9823779],"Dante Park"],"main_pivot_14":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_15":[[40.7774249,-73.9792896],"Ricky's NYC"],"near_pivot":[[40.7774249,-73.9792896],"Ricky's NYC"],"beyond_pivot":[[40.7777753,-73.9798489],"bicycle_parking"],"around_goal_pivot_1":[[40.7768334,-73.9812589],"church"],"around_goal_pivot_2":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_3":[[40.7793781,-73.9771006],"pharmacy"],"around_goal_pivot_4":[[40.7761721,-73.9777385],"La Quinta Inn"],"around_goal_pivot_5":[[40.7777244,-73.9820556],"four benches"],"around_goal_pivot_6":[[40.7782936,-73.9816359],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7777028,-73.9820546],"3 benches"],"around_goal_pivot_8":[[40.7780849,-73.9808553],"Trek"],"around_goal_pivot_9":[[40.7768271,-73.9817446],"CorePower Yoga"],"around_goal_pivot_10":[[40.7757714,-73.9797459],"Club Monaco"]}} +{"rvs_sample_number":350,"content":"Meet me at the school south of Barrow Street. Five Guys is cattycorner from here. The school is set back from the street a bit.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7322415,-74.003083],"key":7213,"region":"Manhattan","rvs_start_point":[40.7393111,-74.0045928],"landmarks":{"end_point":[[40.7322415,-74.003083],"school"],"start_point":[[40.7393111,-74.0045928],"drinking water"],"main_pivot":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_2":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_3":[[40.7353583,-74.0038569],"Carrie Bradshaw's house"],"main_pivot_4":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_5":[[40.7353583,-74.0038569],"Carrie Bradshaw's house"],"main_pivot_6":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_7":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_8":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_9":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_10":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_11":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_12":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_13":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_14":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_15":[[40.7323473,-74.0037762],"fast food restaurant"],"near_pivot":[[40.7323473,-74.0037762],"fast food restaurant"],"beyond_pivot":[[40.732235,-74.0021598],"restaurant"],"around_goal_pivot_1":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_2":[[40.731292162,-74.0017691076],"cinema"],"around_goal_pivot_3":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_4":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_5":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_6":[[40.7299430028,-74.0024008178],"2 parks"],"around_goal_pivot_7":[[40.7332291,-74.0026244],"bank"],"around_goal_pivot_8":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_9":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_10":[[40.7323795,-74.0002248],"CVS Pharmacy"]}} +{"rvs_sample_number":457,"content":"Meet me at the attraction on West 25th Street. It's in the same block as the books shop but on the south side of that block along West 25th. It's right in the middle of the block.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7436928,-73.9903215],"key":7214,"region":"Manhattan","rvs_start_point":[40.7462102,-73.9797656],"landmarks":{"end_point":[[40.7436928,-73.9903215],"attraction"],"start_point":[[40.7462102,-73.9797656],"bicycle parking"],"main_pivot":[[40.7450253,-73.9856205],"Church of the Transfiguration"],"main_pivot_2":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_3":[[40.742792,-73.9870726],"Chester Alan Arthur"],"main_pivot_4":[[40.7450253,-73.9856205],"Church of the Transfiguration"],"main_pivot_5":[[40.7427612,-73.9876773],"Admiral David Glasgow Farragut"],"main_pivot_6":[[40.7427872,-73.9864041],"New York Life Building"],"main_pivot_7":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_8":[[40.7427612,-73.9876773],"Admiral David Glasgow Farragut"],"main_pivot_9":[[40.7427872,-73.9864041],"New York Life Building"],"main_pivot_10":[[40.7427872,-73.9864041],"New York Life Building"],"main_pivot_11":[[40.7427872,-73.9864041],"New York Life Building"],"main_pivot_12":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_13":[[40.7427536,-73.9867684],"Madison Square Park"],"main_pivot_14":[[40.742792,-73.9870726],"Chester Alan Arthur"],"main_pivot_15":[[40.7435762,-73.9892435],"books shop"],"near_pivot":[[40.7435762,-73.9892435],"books shop"],"beyond_pivot":[[40.7440131,-73.9917475],"pharmacy"],"around_goal_pivot_1":[[40.7427536,-73.9867684],"park"],"around_goal_pivot_2":[[40.7437272,-73.9933634],"church"],"around_goal_pivot_3":[[40.7427538,-73.9889603],"historic memorial"],"around_goal_pivot_4":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_5":[[40.7422994,-73.9909359],"clinic"],"around_goal_pivot_6":[[40.7410651,-73.9902046],"Rituals"],"around_goal_pivot_7":[[40.7436675,-73.9929688],"Hampton"],"around_goal_pivot_8":[[40.7450562,-73.9923336],"Buffalo Exchange"],"around_goal_pivot_9":[[40.745842,-73.990901],"2 florist shops"],"around_goal_pivot_10":[[40.7425057,-73.9894157],"PetSmart"]}} +{"rvs_sample_number":133,"content":"Meet me at a bicycle parking north of you on the west side of 9th Avenue. A park is directly east of it. Northwest of this bicycle parking is a graden.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7614043,-73.990564],"key":7215,"region":"Manhattan","rvs_start_point":[40.7516714,-73.9902262],"landmarks":{"end_point":[[40.7614043,-73.990564],"bicycle parking"],"start_point":[[40.7516714,-73.9902262],"bicycle parking"],"main_pivot":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_2":[[40.751719,-73.9905086],"Nelson Tower"],"main_pivot_3":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_4":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_5":[[40.752852,-73.9931881],"The New Yorker"],"main_pivot_6":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_7":[[40.7571223313,-73.9915755724],"Port Authority Bus Terminal"],"main_pivot_8":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_9":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_10":[[40.751719,-73.9905086],"Nelson Tower"],"main_pivot_11":[[40.751719,-73.9905086],"Nelson Tower"],"main_pivot_12":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_13":[[40.751719,-73.9905086],"Nelson Tower"],"main_pivot_14":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_15":[[40.7613786,-73.989554],"park"],"near_pivot":[[40.7613786,-73.989554],"park"],"around_goal_pivot_1":[[40.7595017,-73.9914437],"cinema"],"around_goal_pivot_2":[[40.7625606,-73.9915803],"garden"],"around_goal_pivot_3":[[40.759429,-73.9884241],"ice cream"],"around_goal_pivot_4":[[40.7604049,-73.9881989],"Econo Lodge"],"around_goal_pivot_5":[[40.7587688,-73.9902828],"TownePlace Suites"],"around_goal_pivot_6":[[40.7588939,-73.9899187],"InterContinental"],"around_goal_pivot_7":[[40.7597102,-73.9906663],"Comfort Inn"],"around_goal_pivot_8":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_9":[[40.7623975,-73.9937275],"Trek"],"around_goal_pivot_10":[[40.7621416,-73.9937944],"post box"]}} +{"rvs_sample_number":295,"content":"I'm at the Capitol One bank on Broadway at the intersection adjacent to a park and across the street from Potbelly. Exactly one block west is a train station and one block south of me is a Bank of America. It's directly east of you but since the roads all run diagonal you'll need to zigag your way there. It's just northwest of the Lower Manhattan district.","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7143506,-74.0063658],"key":7216,"region":"Manhattan","rvs_start_point":[40.714027,-73.9945129],"landmarks":{"end_point":[[40.7143506,-74.0063658],"bank"],"start_point":[[40.714027,-73.9945129],"fast food restaurant"],"main_pivot":[[40.7133308,-74.0011556],"Metropolitan Correctional Center"],"main_pivot_2":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_3":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_4":[[40.7143049,-74.004326],"African Burial Ground National Monument"],"main_pivot_5":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_6":[[40.7140385,-74.0023024],"Thurgood Marshall United States Courthouse"],"main_pivot_7":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_8":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_9":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_10":[[40.7143049,-74.004326],"African Burial Ground National Monument"],"main_pivot_11":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_12":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_13":[[40.7125687048,-74.0011070436],"1 Police Plaza"],"main_pivot_14":[[40.7140385,-74.0023024],"Thurgood Marshall United States Courthouse"],"main_pivot_15":[[40.7139825,-74.0062126],"park"],"near_pivot":[[40.7139825,-74.0062126],"park"],"beyond_pivot":[[40.7137666,-74.0068295],"bank"],"around_goal_pivot_1":[[40.7135527,-74.0032464],"2 kiosk shops"],"around_goal_pivot_2":[[40.7130195,-74.0062251],"townhall"],"around_goal_pivot_3":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_4":[[40.7132219,-74.003155],"2 benches"],"around_goal_pivot_5":[[40.7136596896,-74.0034205175],"historic neighbourhood"],"around_goal_pivot_6":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_7":[[40.7141136,-74.0029404],"square"],"around_goal_pivot_8":[[40.7125597,-74.0045803],"2 gardens"],"around_goal_pivot_9":[[40.7149667,-74.007722],"train station"],"around_goal_pivot_10":[[40.7154099,-74.0077828],"atm"]}} +{"rvs_sample_number":373,"content":"Head southwest and meet me at the restaurant just before John street. It is in the middle of the block and on the same block with CityMD clinic. ","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7100999,-74.0088015],"key":7217,"region":"Manhattan","rvs_start_point":[40.7175745,-73.9998835],"landmarks":{"end_point":[[40.7100999,-74.0088015],"restaurant"],"start_point":[[40.7175745,-73.9998835],"cosmetics shop"],"main_pivot":[[40.7113193,-74.0064694],"Potter Building"],"main_pivot_2":[[40.7092162,-74.0081191],"John Street Church"],"main_pivot_3":[[40.710972,-74.0060122],"8 Spruce Street"],"main_pivot_4":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_5":[[40.7092162,-74.0081191],"John Street Church"],"main_pivot_6":[[40.7141136,-74.0029404],"Foley Square"],"main_pivot_7":[[40.7165439,-74.0008446],"Manhattan Detention Complex"],"main_pivot_8":[[40.7127281,-74.0060152],"New York"],"main_pivot_9":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_10":[[40.7115054,-74.0062304],"New York Times Building"],"main_pivot_11":[[40.7092162,-74.0081191],"John Street Church"],"main_pivot_12":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_13":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_14":[[40.710972,-74.0060122],"8 Spruce Street"],"main_pivot_15":[[40.7103743,-74.0082481],"clinic"],"near_pivot":[[40.7103743,-74.0082481],"clinic"],"beyond_pivot":[[40.7111342,-74.0090528],"place_of_worship"],"around_goal_pivot_1":[[40.7122324,-74.0102482],"post office"],"around_goal_pivot_2":[[40.711042015,-74.0099838749],"Hilton"],"around_goal_pivot_3":[[40.7076589,-74.0078593],"2 benches"],"around_goal_pivot_4":[[40.7107336,-74.0052148],"hospital"],"around_goal_pivot_5":[[40.7105368,-74.0066418],"Aloft"],"around_goal_pivot_6":[[40.7092151,-74.0091484],"Holiday Inn"],"around_goal_pivot_7":[[40.708691,-74.0106335],"two bicycle parkings"],"around_goal_pivot_8":[[40.7075685,-74.0078836],"2 benches"],"around_goal_pivot_9":[[40.7107626,-74.0072957],"Blink Fitness"],"around_goal_pivot_10":[[40.7110029,-74.006693],"Petland Discounts"]}} +{"rvs_sample_number":3,"content":"After you pick up lunch, head west toward the river, and we can meet at the bench at the end of Pier I. It's my favorite spot. The end of west 72nd street is just northeast of here, and you'll see the little cafe before you head down the pier west.","rvs_path":"data\/geodata\/manhattan_samples_v96.gpkg","rvs_goal_point":[40.7796896,-73.9914339],"key":7218,"region":"Manhattan","rvs_start_point":[40.779447,-73.9739529],"landmarks":{"end_point":[[40.7796896,-73.9914339],"bench"],"start_point":[[40.779447,-73.9739529],"restaurant"],"main_pivot":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_2":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_3":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_4":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_5":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_6":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_7":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_8":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_9":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_10":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_11":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_12":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_13":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_14":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_15":[[40.7809850911,-73.9883904008],"park"],"near_pivot":[[40.7809850911,-73.9883904008],"park"],"beyond_pivot":[[40.7771577,-73.9895112],"bicycle_parking"],"around_goal_pivot_1":[[40.779683,-73.9883691],"toilets"],"around_goal_pivot_2":[[40.7798768,-73.9885841],"cafe"],"around_goal_pivot_3":[[40.7793261,-73.9890926],"waste basket"],"around_goal_pivot_4":[[40.7797199,-73.9888616],"park"]}} +{"rvs_sample_number":51,"content":"Meet me at a Vietnamese restaurant southwest of you on the east side of Baxter Street. A courthouse is two blocks southwest of it on the same street. Northeast of the restaurant is a historic district.","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7167128,-73.9997085],"key":7219,"region":"Manhattan","rvs_start_point":[40.7198493,-73.9903448],"landmarks":{"end_point":[[40.7167128,-73.9997085],"restaurant"],"start_point":[[40.7198493,-73.9903448],"restaurant"],"main_pivot":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_2":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_3":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_4":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_5":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_6":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_7":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_8":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_9":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_10":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_11":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_12":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_13":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_14":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_15":[[40.7172377237,-73.9989174309],"historic neighbourhood"],"near_pivot":[[40.7172377237,-73.9989174309],"historic neighbourhood"],"beyond_pivot":[[40.7162015,-74.0002963],"courthouse"],"around_goal_pivot_1":[[40.7173313,-74.0009106],"historic building"],"around_goal_pivot_2":[[40.7173656,-74.0028203],"museum"],"around_goal_pivot_3":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_4":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_5":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_6":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_7":[[40.7171933,-73.9983533],"three jewelry shops"],"around_goal_pivot_8":[[40.7142677,-73.9999842],"2 gardens"],"around_goal_pivot_9":[[40.7145195,-73.9998772],"five benches"],"around_goal_pivot_10":[[40.7143217,-74.0002118],"four bicycle parkings"]}} +{"rvs_sample_number":352,"content":"Meet me at the bicycle parking on York Avenue. It is right across the street from the auction shop. It is on the corner.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7659839,-73.9542774],"key":7220,"region":"Manhattan","rvs_start_point":[40.7632916,-73.9626295],"landmarks":{"end_point":[[40.7659839,-73.9542774],"bicycle parking"],"start_point":[[40.7632916,-73.9626295],"restaurant"],"main_pivot":[[40.7638458,-73.958206],"St. John Nepomucene Church"],"main_pivot_2":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_3":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_4":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_5":[[40.7642881,-73.955822],"Memorial Sloan Kettering Cancer Center"],"main_pivot_6":[[40.7638458,-73.958206],"St. John Nepomucene Church"],"main_pivot_7":[[40.7642057,-73.9555453],"Rockefeller University"],"main_pivot_8":[[40.7638458,-73.958206],"St. John Nepomucene Church"],"main_pivot_9":[[40.7642057,-73.9555453],"Rockefeller University"],"main_pivot_10":[[40.7638458,-73.958206],"St. John Nepomucene Church"],"main_pivot_11":[[40.7642057,-73.9555453],"Rockefeller University"],"main_pivot_12":[[40.7642881,-73.955822],"Memorial Sloan Kettering Cancer Center"],"main_pivot_13":[[40.7642881,-73.955822],"Memorial Sloan Kettering Cancer Center"],"main_pivot_14":[[40.7638458,-73.958206],"St. John Nepomucene Church"],"main_pivot_15":[[40.766174,-73.9540328],"auction shop"],"near_pivot":[[40.766174,-73.9540328],"auction shop"],"around_goal_pivot_1":[[40.7650793,-73.9570446],"church"],"around_goal_pivot_2":[[40.7615303762,-73.9551567194],"water"],"around_goal_pivot_3":[[40.7682088,-73.95462],"hotel"],"around_goal_pivot_4":[[40.7658471,-73.9576536],"ice cream"],"around_goal_pivot_5":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_6":[[40.7646301,-73.9561894],"research institute"],"around_goal_pivot_7":[[40.7652725,-73.9575747],"atm"],"around_goal_pivot_8":[[40.7665508,-73.951897],"parking lot"],"around_goal_pivot_9":[[40.7673529,-73.9565664],"supermarket"],"around_goal_pivot_10":[[40.7656699,-73.9577912],"beverages shop"]}} +{"rvs_sample_number":144,"content":"Let's eat at the mexican restaurant on Ludlow Street. It's just north of a Bank of America and about 2 and a half blocks south east is a CityMD clinic.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.719392,-73.9888436],"key":7221,"region":"Manhattan","rvs_start_point":[40.731866,-73.982422],"landmarks":{"end_point":[[40.719392,-73.9888436],"restaurant"],"start_point":[[40.731866,-73.982422],"pharmacy"],"main_pivot":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_2":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_3":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_4":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_5":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_6":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_7":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_8":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_9":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_10":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_11":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_12":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_13":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_14":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_15":[[40.719075,-73.9890379],"bank"],"near_pivot":[[40.719075,-73.9890379],"bank"],"beyond_pivot":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_1":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_2":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_3":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_4":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_5":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_8":[[40.7182217,-73.9863937],"Holiday Inn"],"around_goal_pivot_9":[[40.7180717,-73.9858599],"Boost Mobile"],"around_goal_pivot_10":[[40.7182305,-73.9863577],"Verizon Wireless"]}} +{"rvs_sample_number":68,"content":"Meet me at the jewelry shop southwest of you on Broadway. A university is right next to it on the same street. PetSmart is nearby to the south.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7269802,-73.9957444],"key":7222,"region":"Manhattan","rvs_start_point":[40.7293463,-73.9782898],"landmarks":{"end_point":[[40.7269802,-73.9957444],"jewelry shop"],"start_point":[[40.7293463,-73.9782898],"convenience shop"],"main_pivot":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_2":[[40.7292688,-73.9873613],"East Village"],"main_pivot_3":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_4":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_7":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_8":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_9":[[40.729724001,-73.9781300855],"Stuyvesant Town"],"main_pivot_10":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_11":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_12":[[40.729724001,-73.9781300855],"Stuyvesant Town"],"main_pivot_13":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_14":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_15":[[40.7269219496,-73.995676217],"university"],"near_pivot":[[40.7269219496,-73.995676217],"university"],"beyond_pivot":[[40.726185,-73.995877],"PetSmart"],"around_goal_pivot_1":[[40.7270703705,-73.9925351723],"fire station"],"around_goal_pivot_2":[[40.7290516,-73.9971308],"library"],"around_goal_pivot_3":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_4":[[40.7285459,-73.9943134],"church"],"around_goal_pivot_5":[[40.7258629,-73.9962983],"2 bicycle parkings"],"around_goal_pivot_6":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_7":[[40.7249368,-73.9973944],"bank"],"around_goal_pivot_8":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_9":[[40.7280692,-73.9947451],"GameStop"],"around_goal_pivot_10":[[40.725998,-73.99596],"Urban Outfitters"]}} +{"rvs_sample_number":25,"content":"I'm many blocks east of you. You can meet me here at a restaurant on east 18th Street. It's the last restaurant on the block as you head east. On the block south of here is a CVS Pharmacy and Fraiche Maxx deli shop. Northwest of here is The Brotherhood Synagogue. ","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7367384,-73.9873107],"key":7223,"region":"Manhattan","rvs_start_point":[40.7352136199,-74.0017162397],"landmarks":{"end_point":[[40.7367384,-73.9873107],"restaurant"],"start_point":[[40.7352136199,-74.0017162397],"park"],"main_pivot":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_2":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_3":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_4":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_5":[[40.7345357,-74.00163],"Julius"],"main_pivot_6":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_7":[[40.7347593,-73.9990296],"Jefferson Market Library"],"main_pivot_8":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_9":[[40.7342765,-73.9934278],"Strip House"],"main_pivot_10":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_11":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_12":[[40.7336081,-73.9956663],"Church of the Ascension"],"main_pivot_13":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_14":[[40.7345357,-74.00163],"Julius"],"main_pivot_15":[[40.7362049,-73.9873435],"bar"],"near_pivot":[[40.7362049,-73.9873435],"bar"],"around_goal_pivot_1":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_2":[[40.736755,-73.9886512],"W Hotels"],"around_goal_pivot_3":[[40.7379746,-73.9866842],"park"],"around_goal_pivot_4":[[40.7357488,-73.9873184],"school"],"around_goal_pivot_5":[[40.7369619,-73.9884487],"pharmacy"],"around_goal_pivot_6":[[40.736903,-73.9884712],"CVS Pharmacy"],"around_goal_pivot_7":[[40.7360205,-73.9870276],"hotel"],"around_goal_pivot_8":[[40.7369787,-73.9855696],"synagogue"],"around_goal_pivot_9":[[40.7358748,-73.98712],"bar"],"around_goal_pivot_10":[[40.7367698,-73.9885841],"deli shop"]}} +{"rvs_sample_number":26,"content":"Come to the bicycle parking located west of 2nd Avenue. You can see a church on the next block south of here .","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7374141,-73.981355],"key":7224,"region":"Manhattan","rvs_start_point":[40.7435094,-73.9794859],"landmarks":{"end_point":[[40.7374141,-73.981355],"bicycle parking"],"start_point":[[40.7435094,-73.9794859],"hairdresser shop"],"main_pivot":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_2":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_3":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_4":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_5":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_6":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_7":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_8":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_9":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_10":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_11":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_12":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_13":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_14":[[40.7437585,-73.9797779],"Kips Bay Library"],"main_pivot_15":[[40.7371133,-73.9817455],"church"],"near_pivot":[[40.7371133,-73.9817455],"church"],"around_goal_pivot_1":[[40.7393669,-73.9833086],"post office"],"around_goal_pivot_2":[[40.7357699287,-73.9819235423],"park"],"around_goal_pivot_3":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_4":[[40.7395776,-73.9831267],"hostel"],"around_goal_pivot_5":[[40.7394627,-73.9822461],"hotel"],"around_goal_pivot_6":[[40.7358326,-73.9826364],"kindergarten"],"around_goal_pivot_7":[[40.735613,-73.9828029],"veterinary"],"around_goal_pivot_8":[[40.7386824,-73.9826068],"2 bicycle parkings"],"around_goal_pivot_9":[[40.7376764,-73.9846657],"dentist's office"],"around_goal_pivot_10":[[40.7380015,-73.9779099],"clock"]}} +{"rvs_sample_number":112,"content":"Meet me at the bench south of you facing Battery Park City Greenway, which is very close to the coast. A museum is adjacent to me and another bench is on my south.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7062999,-74.0190601],"key":7225,"region":"Manhattan","rvs_start_point":[40.7159995,-74.0167125],"landmarks":{"end_point":[[40.7062999,-74.0190601],"bench"],"start_point":[[40.7159995,-74.0167125],"drinking water"],"main_pivot":[[40.7126165,-74.0161002],"225 Liberty Street"],"main_pivot_2":[[40.7151835,-74.0170298],"Irish Hunger Memorial"],"main_pivot_3":[[40.7126165,-74.0161002],"225 Liberty Street"],"main_pivot_4":[[40.7126165,-74.0161002],"225 Liberty Street"],"main_pivot_5":[[40.7126165,-74.0161002],"225 Liberty Street"],"main_pivot_6":[[40.7151835,-74.0170298],"Irish Hunger Memorial"],"main_pivot_7":[[40.7162436,-74.0160805],"Teardrop Park"],"main_pivot_8":[[40.7151835,-74.0170298],"Irish Hunger Memorial"],"main_pivot_9":[[40.7126165,-74.0161002],"225 Liberty Street"],"main_pivot_10":[[40.7140611,-74.0169783],"300 Vesey Street"],"main_pivot_11":[[40.7151835,-74.0170298],"Irish Hunger Memorial"],"main_pivot_12":[[40.7140611,-74.0169783],"300 Vesey Street"],"main_pivot_13":[[40.7162436,-74.0160805],"Teardrop Park"],"main_pivot_14":[[40.7140611,-74.0169783],"300 Vesey Street"],"main_pivot_15":[[40.7062654519,-74.0190124172],"museum"],"near_pivot":[[40.7062654519,-74.0190124172],"museum"],"beyond_pivot":[[40.7054884,-74.0191201],"bench"],"around_goal_pivot_1":[[40.7055297,-74.0183555],"two gardens"],"around_goal_pivot_2":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_3":[[40.7049648,-74.0177283],"three benches"],"around_goal_pivot_4":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_5":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_8":[[40.704839,-74.0179225],"fountain"],"around_goal_pivot_9":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_10":[[40.7052227,-74.0183978],"toilets"]}} +{"rvs_sample_number":270,"content":"Go up 11th Ave for quite some time. When you see a Starbucks turn westnorth for about a block to a parking lot north of a fitness centre and west of Brooklyn Fare.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7742239,-73.9905028],"key":7226,"region":"Manhattan","rvs_start_point":[40.7606764,-73.997433],"landmarks":{"end_point":[[40.7742239,-73.9905028],"parking lot"],"start_point":[[40.7606764,-73.997433],"theatre"],"main_pivot":[[40.7635205,-73.9959106],"Ogilvy & Mather"],"main_pivot_2":[[40.7614972,-73.9980517],"605 West 42nd Street"],"main_pivot_3":[[40.7678095775,-73.9934384188],"DeWitt Clinton Park"],"main_pivot_4":[[40.7713782506,-73.9908319275],"West 59th Street Generating Station"],"main_pivot_5":[[40.7635205,-73.9959106],"Ogilvy & Mather"],"main_pivot_6":[[40.7655706,-73.994122],"Saints Kyril & Metodi Cathedral"],"main_pivot_7":[[40.7678095775,-73.9934384188],"DeWitt Clinton Park"],"main_pivot_8":[[40.760791,-73.9986102],"Silver Towers"],"main_pivot_9":[[40.7678095775,-73.9934384188],"DeWitt Clinton Park"],"main_pivot_10":[[40.7678095775,-73.9934384188],"DeWitt Clinton Park"],"main_pivot_11":[[40.7635205,-73.9959106],"Ogilvy & Mather"],"main_pivot_12":[[40.7716133,-73.9904508],"John Jay College of Criminal Justice"],"main_pivot_13":[[40.760791,-73.9986102],"Silver Towers"],"main_pivot_14":[[40.7713782506,-73.9908319275],"West 59th Street Generating Station"],"main_pivot_15":[[40.7741864,-73.9905071],"parking entrance"],"near_pivot":[[40.7741864,-73.9905071],"parking entrance"],"around_goal_pivot_1":[[40.7731209,-73.9896038],"fast food restaurant"],"around_goal_pivot_2":[[40.7737017,-73.9892353],"Brooklyn Fare"],"around_goal_pivot_3":[[40.7750461,-73.9890841],"bicycle rental"],"around_goal_pivot_4":[[40.7729377,-73.990154],"school"],"around_goal_pivot_5":[[40.7753156,-73.9898705],"parking lot"],"around_goal_pivot_6":[[40.7730647,-73.9896598],"alcohol shop"],"around_goal_pivot_7":[[40.7739584,-73.9917735],"fitness centre"],"around_goal_pivot_8":[[40.7746011,-73.9888378],"playground"]}} +{"rvs_sample_number":397,"content":"Let's meet at the cafe. It's the one that is at the northwest end of Greenwich Avenue. If you take Greenwich, you'll see the cafe right across the street where the road ends. The cafe is northwest of the park in the triangular shaped block.","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.739495,-74.0029857],"key":7227,"region":"Manhattan","rvs_start_point":[40.7279923,-73.9882092],"landmarks":{"end_point":[[40.739495,-74.0029857],"cafe"],"start_point":[[40.7279923,-73.9882092],"bicycle parking"],"main_pivot":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_2":[[40.7284852,-73.9895516],"St. George's Church"],"main_pivot_3":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_4":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_5":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_6":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_7":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_8":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_9":[[40.7299192,-73.9905513],"51 Astor Place"],"main_pivot_10":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_11":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_12":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_13":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_14":[[40.7299192,-73.9905513],"51 Astor Place"],"main_pivot_15":[[40.7388318,-74.0025793],"park"],"near_pivot":[[40.7388318,-74.0025793],"park"],"beyond_pivot":[[40.7399172,-74.0021757],"bank"],"around_goal_pivot_1":[[40.7379446,-74.0012429],"community centre"],"around_goal_pivot_2":[[40.7392542,-74.0009285],"historic church"],"around_goal_pivot_3":[[40.7402327,-74.0040319],"church"],"around_goal_pivot_4":[[40.741435,-74.0015697],"pharmacy"],"around_goal_pivot_5":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_6":[[40.7402479,-74.0061221],"Sephora"],"around_goal_pivot_7":[[40.7409427,-74.0058428],"Kiehl's"],"around_goal_pivot_8":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_9":[[40.7409651,-74.0058878],"Lululemon"],"around_goal_pivot_10":[[40.7395721,-74.0059266],"WeWork"]}} +{"rvs_sample_number":225,"content":"Meet me at a stone bench southwest of you on the east side of West Street. Nearby to the south of it is five benches and further to its south is a garden. West of this bench is the World Trade Center Transportation Hub - Oculus and to its southeast is two gardens.","rvs_path":"data\/geodata\/manhattan_samples_v99.gpkg","rvs_goal_point":[40.7115628,-74.0134002],"key":7228,"region":"Manhattan","rvs_start_point":[40.7175745,-73.9998835],"landmarks":{"end_point":[[40.7115628,-74.0134002],"bench"],"start_point":[[40.7175745,-73.9998835],"cosmetics shop"],"main_pivot":[[40.7141136,-74.0029404],"Foley Square"],"main_pivot_2":[[40.7118666086,-74.0118755252],"World Trade Center Transportation Hub - Oculus"],"main_pivot_3":[[40.7121645,-74.0095552],"Saint Peter's Church"],"main_pivot_4":[[40.712874,-74.0137117],"One World Trade Center"],"main_pivot_5":[[40.7114957,-74.0093095],"Saint Paul's Chapel"],"main_pivot_6":[[40.7118666086,-74.0118755252],"World Trade Center Transportation Hub - Oculus"],"main_pivot_7":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_8":[[40.7113095,-74.010292],"Millenium Hilton"],"main_pivot_9":[[40.7151836,-74.0018934],"Louis J. Lefkowitz State Office Building"],"main_pivot_10":[[40.7127281,-74.0060152],"New York"],"main_pivot_11":[[40.7151836,-74.0018934],"Louis J. Lefkowitz State Office Building"],"main_pivot_12":[[40.7118666086,-74.0118755252],"World Trade Center Transportation Hub - Oculus"],"main_pivot_13":[[40.7114957,-74.0093095],"Saint Paul's Chapel"],"main_pivot_14":[[40.7122324,-74.0102482],"Church Street Station Post Office"],"main_pivot_15":[[40.7113298,-74.0135253],"five benches"],"near_pivot":[[40.7113298,-74.0135253],"five benches"],"beyond_pivot":[[40.7108866,-74.0136366],"garden"],"around_goal_pivot_1":[[40.7103547,-74.0139293],"three benches"],"around_goal_pivot_2":[[40.7102637,-74.0133216],"church"],"around_goal_pivot_3":[[40.7122324,-74.0102482],"post office"],"around_goal_pivot_4":[[40.7113095,-74.010292],"Hilton"],"around_goal_pivot_5":[[40.7102673,-74.0137215],"three benches"],"around_goal_pivot_6":[[40.7107579,-74.0127693],"two gardens"],"around_goal_pivot_7":[[40.7106444,-74.0139953],"2 gardens"],"around_goal_pivot_8":[[40.7101633,-74.0135318],"two gardens"],"around_goal_pivot_9":[[40.7093774,-74.0138142],"W Hotels"],"around_goal_pivot_10":[[40.712874,-74.0137117],"attraction"]}} +{"rvs_sample_number":109,"content":"You will see me at the bench where state street plaza ends. A park is also on the same street, northwest of the bench. Move far south to get there. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7021964,-74.0133225],"key":7229,"region":"Manhattan","rvs_start_point":[40.7161295,-74.010757],"landmarks":{"end_point":[[40.7021964,-74.0133225],"bench"],"start_point":[[40.7161295,-74.010757],"bicycle parking"],"main_pivot":[[40.7102583,-74.0124773],"4 World Trade Center"],"main_pivot_2":[[40.7054064,-74.0132553],"26 Broadway"],"main_pivot_3":[[40.7079608,-74.0137221],"Greenwich Club Residences"],"main_pivot_4":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_5":[[40.7096737,-74.0129631],"Liberty Park"],"main_pivot_6":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_7":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_8":[[40.7054064,-74.0132553],"26 Broadway"],"main_pivot_9":[[40.7050453173,-74.0133783778],"Bowling Green"],"main_pivot_10":[[40.7165161,-74.01104],"Washington Market Park"],"main_pivot_11":[[40.7103088,-74.0126966],"National September 11 Memorial & Museum"],"main_pivot_12":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_13":[[40.7083967,-74.0138835],"Downtown Community House"],"main_pivot_14":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_15":[[40.7023776,-74.0139135],"park"],"near_pivot":[[40.7023776,-74.0139135],"park"],"beyond_pivot":[[40.7028836,-74.0137506],"bench"],"around_goal_pivot_1":[[40.7033718,-74.0164159],"historic fort"],"around_goal_pivot_2":[[40.7034359,-74.010973],"historic district"],"around_goal_pivot_3":[[40.7039219,-74.0130056],"pharmacy"],"around_goal_pivot_4":[[40.7031554,-74.0124709],"Hampton"],"around_goal_pivot_5":[[40.7037597,-74.0104253],"Insomnia Cookies"],"around_goal_pivot_6":[[40.7038725,-74.0124449],"DoubleTree"],"around_goal_pivot_7":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_8":[[40.704059,-74.011355],"WeWork"],"around_goal_pivot_9":[[40.7011924,-74.012844],"toilets"],"around_goal_pivot_10":[[40.7008035,-74.0116105],"ferry terminal"]}} +{"rvs_sample_number":73,"content":"I am on Grove street west of you, at an ice cream shop. A church is on its north side and FedEx Office is on its northeast side.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v69.gpkg","rvs_goal_point":[40.7332248,-74.00328],"key":7230,"region":"Manhattan","rvs_start_point":[40.7335053,-73.9990887],"landmarks":{"end_point":[[40.7332248,-74.00328],"ice cream"],"start_point":[[40.7335053,-73.9990887],"restaurant"],"main_pivot":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_2":[[40.7344184,-73.9992573],"Jefferson Market Library"],"main_pivot_3":[[40.7344184,-73.9992573],"Jefferson Market Library"],"main_pivot_4":[[40.7344184,-73.9992573],"Jefferson Market Library"],"main_pivot_5":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_6":[[40.7344184,-73.9992573],"Jefferson Market Library"],"main_pivot_7":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_8":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_9":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_10":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_11":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_12":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_13":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_14":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_15":[[40.7335982,-74.0034729],"church"],"near_pivot":[[40.7335982,-74.0034729],"church"],"beyond_pivot":[[40.7323473,-74.0037762],"fast_food"],"around_goal_pivot_1":[[40.732666116,-73.9998494145],"university"],"around_goal_pivot_2":[[40.7313348,-74.0017383],"cinema"],"around_goal_pivot_3":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_4":[[40.7343811,-74.0027295],"nightclub"],"around_goal_pivot_5":[[40.7322204,-74.0045154],"arts centre"],"around_goal_pivot_6":[[40.73435,-74.0059799],"pharmacy"],"around_goal_pivot_7":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_8":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_9":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_10":[[40.730657,-74.0025546],"Verizon Wireless"]}} +{"rvs_sample_number":345,"content":"Meet me at Clinton Hail bar on Washington Street one block west of the 9\/11 Tribute museum. There is a Hertz car rental just east of you and make your way to that and Washington Street starts north of there and the bar is right on the first block where it starts.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7080962,-74.0146254],"key":7231,"region":"Manhattan","rvs_start_point":[40.7070294,-74.0180978],"landmarks":{"end_point":[[40.7080962,-74.0146254],"bar"],"start_point":[[40.7070294,-74.0180978],"bench"],"main_pivot":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_2":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_3":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_4":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_5":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_6":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_7":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_8":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_9":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_10":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_11":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_12":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_13":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_14":[[40.7083506,-74.0171204],"Citi Bike - West Thames St"],"main_pivot_15":[[40.7079432,-74.0137633],"museum"],"near_pivot":[[40.7079432,-74.0137633],"museum"],"around_goal_pivot_1":[[40.7068808,-74.0115875],"stock exchange"],"around_goal_pivot_2":[[40.7091741,-74.0138742],"W Hotels"],"around_goal_pivot_3":[[40.7073118,-74.0122309],"post office"],"around_goal_pivot_4":[[40.7104054,-74.0129407],"3 benches"],"around_goal_pivot_5":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_6":[[40.7093366,-74.0128736],"Courtyard"],"around_goal_pivot_7":[[40.7103338,-74.0136144],"2 gardens"],"around_goal_pivot_8":[[40.7058514,-74.0135143],"Planet Fitness"],"around_goal_pivot_9":[[40.7091555,-74.0141213],"Marriott"],"around_goal_pivot_10":[[40.7083506,-74.0171204],"bicycle rental"]}} +{"rvs_sample_number":0,"content":"Meet me at the Chinese restaurant off of Henry Street. It is on the same block as the Place of Worship. Also for reference there is a T-Mobile to the south east on the adjacent block to the south. Our meeting spot is on the north side of the street and sort near the south west corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7129801,-73.9965808],"key":7232,"region":"Manhattan","rvs_start_point":[40.7252688,-74.0093584],"landmarks":{"end_point":[[40.7129801,-73.9965808],"restaurant"],"start_point":[[40.7252688,-74.0093584],"books shop"],"main_pivot":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_2":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_3":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_4":[[40.7142689,-73.9969766],"Confucius Plaza"],"main_pivot_5":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_6":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_7":[[40.7235835,-74.0074826],"Holland Plaza Building"],"main_pivot_8":[[40.7235835,-74.0074826],"Holland Plaza Building"],"main_pivot_9":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_10":[[40.7235835,-74.0074826],"Holland Plaza Building"],"main_pivot_11":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_12":[[40.7235835,-74.0074826],"Holland Plaza Building"],"main_pivot_13":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_14":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_15":[[40.7130563,-73.9974892],"church"],"near_pivot":[[40.7130563,-73.9974892],"church"],"beyond_pivot":[[40.7130856328,-73.9948713123],"place_of_worship"],"around_goal_pivot_1":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_2":[[40.717492867,-73.9992817848],"historic neighbourhood"],"around_goal_pivot_3":[[40.7140664299,-73.9946717233],"bridge"],"around_goal_pivot_4":[[40.712684,-73.9982249],"grave yard"],"around_goal_pivot_5":[[40.7144127,-73.9981498],"attraction"],"around_goal_pivot_6":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_7":[[40.713636,-73.9936267],"hotel"],"around_goal_pivot_8":[[40.7146323,-73.9980567],"two hairdresser shops"],"around_goal_pivot_9":[[40.7146868,-73.9967375],"doctor's office"],"around_goal_pivot_10":[[40.714417,-73.9979882],"post office"]}} +{"rvs_sample_number":64,"content":"I am at the bakery near the park, just go down the street,and on the next intersection turn left and walk for two blocks and I'll be on the south side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7524164,-73.9826396],"key":7233,"region":"Manhattan","rvs_start_point":[40.7548184,-73.9875946],"landmarks":{"end_point":[[40.7524164,-73.9826396],"bakery shop"],"start_point":[[40.7548184,-73.9875946],"restaurant"],"main_pivot":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_2":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_3":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_4":[[40.7553724,-73.9872145],"Times Square Tower"],"main_pivot_5":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_6":[[40.7528577,-73.983616],"American Standard Building"],"main_pivot_7":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_8":[[40.7553724,-73.9872145],"Times Square Tower"],"main_pivot_9":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_10":[[40.7553724,-73.9872145],"Times Square Tower"],"main_pivot_11":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_12":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_13":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_14":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_15":[[40.7527448595,-73.9825018491],"library"],"near_pivot":[[40.7527448595,-73.9825018491],"library"],"beyond_pivot":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_1":[[40.7531464,-73.9817032],"5 fountains"],"around_goal_pivot_2":[[40.7528473,-73.9818639],"five fountains"],"around_goal_pivot_3":[[40.752949,-73.9840106],"college"],"around_goal_pivot_4":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_5":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_6":[[40.7533355,-73.9840659],"4 gardens"],"around_goal_pivot_7":[[40.7520743,-73.9811989],"Courtyard"],"around_goal_pivot_8":[[40.7527557,-73.9835181],"ROYCE'"],"around_goal_pivot_9":[[40.7531588,-73.9817229],"four fountains"],"around_goal_pivot_10":[[40.7524534,-73.9814036],"Muji"]}} +{"rvs_sample_number":323,"content":"Let's have fun and meet up at the waste basket by the water's edge off the FDR drive, we can wad up our waste and practice making baskets. It's right where a road that loops would end, had it continued. It's just south of a BP station and north of a park and 3 benches.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7341126,-73.9742357],"key":7234,"region":"Manhattan","rvs_start_point":[40.7273817,-73.9790812],"landmarks":{"end_point":[[40.7341126,-73.9742357],"waste basket"],"start_point":[[40.7273817,-73.9790812],"bicycle parking"],"main_pivot":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_2":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_3":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_4":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_5":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_6":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_7":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_8":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_9":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_10":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_11":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_12":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_13":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_14":[[40.7313093407,-73.9742241953],"Stuyvesant Town"],"main_pivot_15":[[40.7327655541,-73.9740730333],"park"],"near_pivot":[[40.7327655541,-73.9740730333],"park"],"around_goal_pivot_1":[[40.7359728,-73.973208],"school"],"around_goal_pivot_2":[[40.73515,-73.9745164],"gas station"],"around_goal_pivot_3":[[40.7324705,-73.9750121],"two gardens"],"around_goal_pivot_4":[[40.7362533,-73.9760826],"3 benches"],"around_goal_pivot_5":[[40.7330753,-73.9739078],"3 benches"],"around_goal_pivot_6":[[40.7316388,-73.9747317],"two gardens"],"around_goal_pivot_7":[[40.7331426,-73.9757388],"bicycle rental"],"around_goal_pivot_8":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_9":[[40.7336058,-73.9775005],"restaurant"],"around_goal_pivot_10":[[40.7333996,-73.9767462],"3 gardens"]}} +{"rvs_sample_number":65,"content":"You can meet me at the hairdresser shop southwest of you on West 52nd Street. It's about in the middle of the block, and on the same block as Hampton hotel and T-Mobile. ","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7641033,-73.9868151],"key":7235,"region":"Manhattan","rvs_start_point":[40.7714348,-73.9777318],"landmarks":{"end_point":[[40.7641033,-73.9868151],"hairdresser shop"],"start_point":[[40.7714348,-73.9777318],"recycling"],"main_pivot":[[40.7676203,-73.9824387],"Deutsche Bank Center"],"main_pivot_2":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_3":[[40.7631612264,-73.9846741273],"Neil Simon Theater"],"main_pivot_4":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_5":[[40.7662295,-73.9834623],"Hearst Tower"],"main_pivot_6":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_7":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_8":[[40.7689251,-73.9815263],"Trump International Hotel and Tower"],"main_pivot_9":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_10":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_11":[[40.7719266591,-73.9776213573],"Tavern on the Green"],"main_pivot_12":[[40.7671477,-73.98277],"Central Park Place"],"main_pivot_13":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_14":[[40.7662295,-73.9834623],"Hearst Tower"],"main_pivot_15":[[40.7636692,-73.985723],"Hampton"],"near_pivot":[[40.7636692,-73.985723],"Hampton"],"around_goal_pivot_1":[[40.7628469,-73.9845965],"church"],"around_goal_pivot_2":[[40.7650644,-73.9838591],"attraction"],"around_goal_pivot_3":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_4":[[40.7617166,-73.9862921],"The Food Emporium"],"around_goal_pivot_5":[[40.7615186,-73.9864542],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.7656065,-73.9839564],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7644834,-73.984738],"GNC"],"around_goal_pivot_8":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_9":[[40.7637735,-73.9852854],"Verizon Wireless"],"around_goal_pivot_10":[[40.7617723605,-73.9877951128],"hotel"]}} +{"rvs_sample_number":165,"content":"Meet me at the pizza restaurant south of you on Bleeker Street. It's in the western portion of the Washington Square Village neighborhood. Across the street and a block to the west are 2 restaurants.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7287649,-74.0000832],"key":7236,"region":"Manhattan","rvs_start_point":[40.7340693,-74.0027914],"landmarks":{"end_point":[[40.7287649,-74.0000832],"restaurant"],"start_point":[[40.7340693,-74.0027914],"vacant shop"],"main_pivot":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_2":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_3":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_4":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_5":[[40.7339799,-74.0022501],"Stonewalll Inn State Historic Site"],"main_pivot_6":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_7":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_8":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_9":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_10":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_11":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_12":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_13":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_14":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_15":[[40.7288064,-74.0006959],"2 restaurants"],"near_pivot":[[40.7288064,-74.0006959],"2 restaurants"],"beyond_pivot":[[40.7293569021,-73.9990357211],"university"],"around_goal_pivot_1":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_3":[[40.7312119,-74.0018271],"cinema"],"around_goal_pivot_4":[[40.7285369,-73.9987401],"bank"],"around_goal_pivot_5":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_6":[[40.7290602,-73.9970702],"2 bicycle parkings"],"around_goal_pivot_7":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_8":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_9":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_10":[[40.7302407,-74.0022099],"fountain"]}} +{"rvs_sample_number":256,"content":"I am singing Broadway tunes at the small bicycle parking stand on West 42nd Street, which is far to your south. The cross street is exactly three blocks east of your current location. There is a large library adjacent and west of me.","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7535449,-73.9812616],"key":7237,"region":"Manhattan","rvs_start_point":[40.7682454491,-73.9809857334],"landmarks":{"end_point":[[40.7535449,-73.9812616],"bicycle parking"],"start_point":[[40.7682454491,-73.9809857334],"historic monument"],"main_pivot":[[40.7580237,-73.9856867],"Times Square"],"main_pivot_2":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_3":[[40.7580237,-73.9856867],"Duffy Square"],"main_pivot_4":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_5":[[40.7644234,-73.9825165],"1717 Broadway"],"main_pivot_6":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_7":[[40.7678288,-73.981733],"Columbus Circle"],"main_pivot_8":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_9":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_10":[[40.7551169,-73.98478],"Midtown"],"main_pivot_11":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_12":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_13":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_14":[[40.7584128,-73.9855641],"New York Marriott Marquis"],"main_pivot_15":[[40.7536392,-73.9818442],"library"],"near_pivot":[[40.7536392,-73.9818442],"library"],"beyond_pivot":[[40.754195,-73.9801731],"clock"],"around_goal_pivot_1":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_2":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_3":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_4":[[40.7521895,-73.9811167],"Courtyard"],"around_goal_pivot_5":[[40.7528179,-73.9799233],"Sephora"],"around_goal_pivot_6":[[40.7542617,-73.9800487],"Urban Outfitters"],"around_goal_pivot_7":[[40.7517515,-73.9823978],"Staples"],"around_goal_pivot_8":[[40.753992,-73.9840845],"seven fountains"],"around_goal_pivot_9":[[40.7556754,-73.9818369],"2 hotels"],"around_goal_pivot_10":[[40.755296,-73.979822],"Vans"]}} +{"rvs_sample_number":461,"content":"Move north on 3rd Avenue. You will see me at Upper East Side butcher shop. It is on the block after the pub.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7721018,-73.9586378],"key":7238,"region":"Manhattan","rvs_start_point":[40.7592012,-73.9656945],"landmarks":{"end_point":[[40.7721018,-73.9586378],"butcher shop"],"start_point":[[40.7592012,-73.9656945],"bank"],"main_pivot":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_2":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_3":[[40.7676696,-73.9619076],"Trump Palace Condominiums"],"main_pivot_4":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_5":[[40.7676696,-73.9619076],"Trump Palace Condominiums"],"main_pivot_6":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_7":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_8":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_9":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_10":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_11":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_12":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_13":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_14":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_15":[[40.7723542,-73.9597532],"church"],"near_pivot":[[40.7723542,-73.9597532],"church"],"beyond_pivot":[[40.7723105,-73.9576838],"school"],"around_goal_pivot_1":[[40.771073,-73.9593705],"pub"],"around_goal_pivot_2":[[40.7735218,-73.9565462],"library"],"around_goal_pivot_3":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_4":[[40.7743094,-73.9591888],"Verizon Wireless"],"around_goal_pivot_5":[[40.774432,-73.959489],"FedEx Office"],"around_goal_pivot_6":[[40.7739526,-73.9577773],"Ricky's NYC"],"around_goal_pivot_7":[[40.7731405,-73.9583584],"Fidelity"],"around_goal_pivot_8":[[40.7743561,-73.9569681],"atm"],"around_goal_pivot_10":[[40.7735341,-73.9601007],"clock"]}} +{"rvs_sample_number":483,"content":"Meet me at the fast food restaurant southeast of you on East 39th Street. Mid-Manhattan Library is northwest of it. South of the restaurant is a hotel.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7509403,-73.9804462],"key":7239,"region":"Manhattan","rvs_start_point":[40.7618863,-73.9853788],"landmarks":{"end_point":[[40.7509403,-73.9804462],"fast food restaurant"],"start_point":[[40.7618863,-73.9853788],"parking entrance"],"main_pivot":[[40.7620401318,-73.9852895865],"Gershwin Theatre"],"main_pivot_2":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_3":[[40.7620411,-73.9851769],"Paramount Plaza"],"main_pivot_4":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_5":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_6":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_7":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_8":[[40.7584128,-73.9855641],"New York Marriott Marquis"],"main_pivot_9":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_10":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_11":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_12":[[40.7527931,-73.9842657],"American Standard Building"],"main_pivot_13":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_14":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_15":[[40.75158,-73.9800028],"post office"],"near_pivot":[[40.75158,-73.9800028],"post office"],"beyond_pivot":[[40.7500092,-73.9806918],"hotel"],"around_goal_pivot_1":[[40.7484885464,-73.9816914509],"church"],"around_goal_pivot_2":[[40.7528818,-73.9819044],"five fountains"],"around_goal_pivot_3":[[40.7525048,-73.9781768],"attraction"],"around_goal_pivot_4":[[40.7496873,-73.9775099],"two restaurants"],"around_goal_pivot_5":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_6":[[40.7531545,-73.9817155],"five fountains"],"around_goal_pivot_7":[[40.7524796,-73.9793029],"T-Mobile"],"around_goal_pivot_8":[[40.7524534,-73.9814036],"Muji"],"around_goal_pivot_9":[[40.7531106,-73.9816645],"4 fountains"],"around_goal_pivot_10":[[40.7525762,-73.979134],"Cohen's Fashion Optical"]}} +{"rvs_sample_number":243,"content":"Meet me at the cafe south of you on Clinton Street. A pharmacy is on my northeast and a school on the southwest.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7207405,-73.9843387],"key":7240,"region":"Manhattan","rvs_start_point":[40.7271582,-73.9839133],"landmarks":{"end_point":[[40.7207405,-73.9843387],"cafe"],"start_point":[[40.7271582,-73.9839133],"restaurant"],"main_pivot":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_2":[[40.725396,-73.9808429],"Saint Brigid's Church"],"main_pivot_3":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_4":[[40.725396,-73.9808429],"Saint Brigid's Church"],"main_pivot_5":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_6":[[40.7265916951,-73.9829128127],"Tompkins Square Park"],"main_pivot_7":[[40.7265916951,-73.9829128127],"Tompkins Square Park"],"main_pivot_8":[[40.7265916951,-73.9829128127],"Tompkins Square Park"],"main_pivot_9":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_10":[[40.725396,-73.9808429],"Saint Brigid's Church"],"main_pivot_11":[[40.7265916951,-73.9829128127],"Tompkins Square Park"],"main_pivot_12":[[40.7265916951,-73.9829128127],"Tompkins Square Park"],"main_pivot_13":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_14":[[40.7265916951,-73.9829128127],"Tompkins Square Park"],"main_pivot_15":[[40.7204713,-73.9854057],"school"],"near_pivot":[[40.7204713,-73.9854057],"school"],"beyond_pivot":[[40.7204713,-73.9854057],"school"],"around_goal_pivot_1":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_2":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_3":[[40.7221506,-73.9834658],"pharmacy"],"around_goal_pivot_4":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_5":[[40.7224564,-73.9841125],"gallery"],"around_goal_pivot_6":[[40.722952,-73.9833576],"theatre"],"around_goal_pivot_7":[[40.7193399,-73.9821655],"childcare"],"around_goal_pivot_8":[[40.7193027,-73.9818171],"postal relay box"],"around_goal_pivot_9":[[40.7185153,-73.9862397],"disused"],"around_goal_pivot_10":[[40.7219802,-73.9825301],"fire station"]}} +{"rvs_sample_number":435,"content":"I am at the Courtyard Hotel just to your north on Thames St. It is in the World Trade Center neighborhood.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7093361277,-74.0126647517],"key":7241,"region":"Manhattan","rvs_start_point":[40.7068604,-74.0139089],"landmarks":{"end_point":[[40.7093361277,-74.0126647517],"Courtyard"],"start_point":[[40.7068604,-74.0139089],"bench"],"main_pivot":[[40.7067372314,-74.0138751525],"Elizabeth H. Berger Plaza"],"main_pivot_2":[[40.7083967,-74.0138835],"Downtown Community House"],"main_pivot_3":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_4":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_5":[[40.7075985,-74.0138824],"Greenwich Club Residences"],"main_pivot_6":[[40.707572,-74.0129215],"Empire Building"],"main_pivot_7":[[40.7075985,-74.0138824],"Greenwich Club Residences"],"main_pivot_8":[[40.7075985,-74.0138824],"Greenwich Club Residences"],"main_pivot_9":[[40.7083967,-74.0138835],"Downtown Community House"],"main_pivot_10":[[40.707572,-74.0129215],"Empire Building"],"main_pivot_11":[[40.7083967,-74.0138835],"Downtown Community House"],"main_pivot_12":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_13":[[40.707572,-74.0129215],"Empire Building"],"main_pivot_14":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_15":[[40.7100218,-74.013147],"church"],"near_pivot":[[40.7100218,-74.013147],"church"],"beyond_pivot":[[40.7083189,-74.0124105],"place_of_worship"],"around_goal_pivot_1":[[40.7102571,-74.0135525],"4 benches"],"around_goal_pivot_2":[[40.7079632,-74.0126206],"church"],"around_goal_pivot_3":[[40.7068808,-74.0115875],"stock exchange"],"around_goal_pivot_4":[[40.7110205,-74.0105223],"Hilton"],"around_goal_pivot_5":[[40.7107032,-74.0128152],"two benches"],"around_goal_pivot_6":[[40.711718,-74.0122958],"2 gardens"],"around_goal_pivot_7":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_8":[[40.707985,-74.011312],"pharmacy"],"around_goal_pivot_9":[[40.7073118,-74.0122309],"post office"],"around_goal_pivot_10":[[40.7106746,-74.0131918],"2 gardens"]}} +{"rvs_sample_number":407,"content":"Head southwest and let's meet up at the bicycle parking on the north side of West 61st Street, west of the music school and east of SoulCycle. There are three bike parking spots on the block, I'm at the westernmost one.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7724708,-73.9884676],"key":7242,"region":"Manhattan","rvs_start_point":[40.7780581,-73.9801377],"landmarks":{"end_point":[[40.7724708,-73.9884676],"bicycle parking"],"start_point":[[40.7780581,-73.9801377],"bicycle parking"],"main_pivot":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_2":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_3":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_4":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_5":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_6":[[40.7728055912,-73.9856615239],"Damrosch Park"],"main_pivot_7":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_8":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_9":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_10":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_11":[[40.7733980768,-73.9852943157],"Lincoln Center for the Performing Arts"],"main_pivot_12":[[40.7728055912,-73.9856615239],"Damrosch Park"],"main_pivot_13":[[40.7733980768,-73.9852943157],"Lincoln Center for the Performing Arts"],"main_pivot_14":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_15":[[40.7723048,-73.9875717],"music school"],"near_pivot":[[40.7723048,-73.9875717],"music school"],"beyond_pivot":[[40.7715222,-73.9885258],"park"],"around_goal_pivot_1":[[40.7714687,-73.9876107],"3 waste disposals"],"around_goal_pivot_2":[[40.7714576,-73.9875807],"two waste disposals"],"around_goal_pivot_3":[[40.771034393,-73.9890777813],"college"],"around_goal_pivot_4":[[40.7733980768,-73.9852943157],"arts centre"],"around_goal_pivot_5":[[40.7706209,-73.9876967],"pharmacy"],"around_goal_pivot_6":[[40.7737017,-73.9892353],"Brooklyn Fare"],"around_goal_pivot_7":[[40.7724312,-73.9901599],"SoulCycle"],"around_goal_pivot_8":[[40.771366,-73.9902725],"gallery"],"around_goal_pivot_9":[[40.7703488,-73.9897271],"hotel"],"around_goal_pivot_10":[[40.7719762,-73.9858461],"fountain"]}} +{"rvs_sample_number":4,"content":"Go north and meet me at the Citi Bike bicycle rental. It is at one of the dead ends of Forsyth Street. There is a hotel, cafe and historic neighborhood to the west of it.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7158155,-73.9942237],"key":7243,"region":"Manhattan","rvs_start_point":[40.7124167,-73.9945439],"landmarks":{"end_point":[[40.7158155,-73.9942237],"bicycle rental"],"start_point":[[40.7124167,-73.9945439],"art shop"],"main_pivot":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_2":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_3":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_4":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_5":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_6":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_7":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_8":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_9":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_10":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_11":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_12":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_13":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_14":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_15":[[40.7162561,-73.9949881],"cafe"],"near_pivot":[[40.7162561,-73.9949881],"cafe"],"around_goal_pivot_1":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_2":[[40.7168159,-73.9969382],"two jewelry shops"],"around_goal_pivot_3":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_4":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_5":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_6":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"around_goal_pivot_7":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_8":[[40.7178785,-73.9941402],"nail salon"],"around_goal_pivot_9":[[40.7140617,-73.9915244],"studio"],"around_goal_pivot_10":[[40.7146868,-73.9967375],"doctor's office"]}} +{"rvs_sample_number":54,"content":"Let's meet up at the Dunkin' fast food place on cortlandt Street. It's north East of you. The New York City Transit Authority is on the same block, next corner westward. There is an Also on the same block, on the northbound street on the east side of the block.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.710003,-74.0101997],"key":7244,"region":"Manhattan","rvs_start_point":[40.7050285,-74.0157239],"landmarks":{"end_point":[[40.710003,-74.0101997],"fast food restaurant"],"start_point":[[40.7050285,-74.0157239],"bicycle parking"],"main_pivot":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_2":[[40.7051087,-74.0138774],"Bowling Green"],"main_pivot_3":[[40.708665705,-74.0107743426],"Equitable Building"],"main_pivot_4":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_5":[[40.7046397,-74.0147303],"Battery Park"],"main_pivot_6":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_7":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_8":[[40.7086979,-74.0104294],"Marine Midland Building"],"main_pivot_9":[[40.7046397,-74.0147303],"Battery Park"],"main_pivot_10":[[40.7044525,-74.0141065],"Alexander Hamilton U.S. Custom House"],"main_pivot_11":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_12":[[40.707916,-74.0114193],"American Surety Building"],"main_pivot_13":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_14":[[40.7046397,-74.0147303],"Battery Park"],"main_pivot_15":[[40.7101898,-74.0099011],"Aldo"],"near_pivot":[[40.7101898,-74.0099011],"Aldo"],"beyond_pivot":[[40.7104115109,-74.0110417242],"train_station"],"around_goal_pivot_1":[[40.711321,-74.0094587],"attraction"],"around_goal_pivot_2":[[40.7109507,-74.0103698],"Hilton"],"around_goal_pivot_3":[[40.7088803559,-74.0109022663],"park"],"around_goal_pivot_4":[[40.7105712,-74.0089054],"ice cream"],"around_goal_pivot_5":[[40.7090172,-74.0093457],"Holiday Inn"],"around_goal_pivot_6":[[40.708691,-74.0106335],"2 bicycle parkings"],"around_goal_pivot_7":[[40.7100561,-74.0119204],"Eataly"],"around_goal_pivot_8":[[40.7090297,-74.0114731],"pub"],"around_goal_pivot_9":[[40.7112371554,-74.0096018227],"grave yard"],"around_goal_pivot_10":[[40.7092952,-74.0087808],"convenience shop"]}} +{"rvs_sample_number":99,"content":"Meet me at the university northeast of you on the west side of Union Square West. McDonald's is northeast of me. A park is on my south across the street.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7362801924,-73.9912096093],"key":7245,"region":"Manhattan","rvs_start_point":[40.7271383,-73.9956087],"landmarks":{"end_point":[[40.7362801924,-73.9912096093],"university"],"start_point":[[40.7271383,-73.9956087],"clothes shop"],"main_pivot":[[40.7319946,-73.9912018],"Grace Church"],"main_pivot_2":[[40.7319946,-73.9912018],"Grace Church"],"main_pivot_3":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_4":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_5":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_6":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_7":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_8":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_9":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_10":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_11":[[40.7319946,-73.9912018],"Grace Church"],"main_pivot_12":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_13":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_14":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_15":[[40.7358257859,-73.9912249365],"park"],"near_pivot":[[40.7358257859,-73.9912249365],"park"],"beyond_pivot":[[40.7370158555,-73.9907645129],"fast_food"],"around_goal_pivot_1":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_2":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_3":[[40.7365586,-73.988794],"W Hotels"],"around_goal_pivot_4":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_5":[[40.7381122,-73.9922976],"Gap"],"around_goal_pivot_6":[[40.7366319,-73.9946211],"Guitar Center"],"around_goal_pivot_7":[[40.7371243,-73.9900663],"Petco"],"around_goal_pivot_8":[[40.7385911,-73.9914858],"H&M"],"around_goal_pivot_9":[[40.734314,-73.9900649],"Best Buy"],"around_goal_pivot_10":[[40.73359,-73.9912177],"Cohen's Fashion Optical"]}} +{"rvs_sample_number":121,"content":"Go down 3rd avenue until you are near the pharmacy before the Starbucks. We can meet up between there and the parking entrance","rvs_path":"data\/geodata\/manhattan_samples_v13.gpkg","rvs_goal_point":[40.7671172,-73.9621437],"key":7246,"region":"Manhattan","rvs_start_point":[40.7733531,-73.9582015],"landmarks":{"end_point":[[40.7671172,-73.9621437],"bicycle rental"],"start_point":[[40.7733531,-73.9582015],"Spectrum"],"main_pivot":[[40.7723386,-73.9587132],"76th & 3rd Ave El 1881"],"main_pivot_2":[[40.7723386,-73.9587132],"76th & 3rd Ave El 1881"],"main_pivot_3":[[40.7723386,-73.9587132],"76th & 3rd Ave El 1881"],"near_pivot":[[40.767459,-73.9626206],"pharmacy"],"beyond_pivot":[[40.7669319,-73.9616371],"parking_entrance"],"around_goal_pivot_1":[[40.7674606,-73.9633882],"4 bicycle parkings"],"around_goal_pivot_2":[[40.7665536,-73.963145],"cafe"],"around_goal_pivot_3":[[40.767791,-73.9636863],"parking entrance"]}} +{"rvs_sample_number":269,"content":"Let's head back to school. Remember you have to give that graduation speech. it's the one north of the park. There is a CVS to IT\"S north. A block to it's west is a historic monument.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7309931866,-73.9956339827],"key":7247,"region":"Manhattan","rvs_start_point":[40.7195025,-73.9905468],"landmarks":{"end_point":[[40.7309931866,-73.9956339827],"university"],"start_point":[[40.7195025,-73.9905468],"fast food restaurant"],"main_pivot":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_2":[[40.72233508,-73.99302824],"New Museum of Contemporary Art"],"main_pivot_3":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_4":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_5":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_6":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_7":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_8":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_9":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_10":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_11":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_12":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_13":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_14":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_15":[[40.7307042062,-73.9957455397],"park"],"near_pivot":[[40.7307042062,-73.9957455397],"park"],"beyond_pivot":[[40.7319721,-73.9954261],"alcohol"],"around_goal_pivot_1":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_2":[[40.7310944,-73.9979513],"2 gardens"],"around_goal_pivot_3":[[40.7295282,-73.99673],"library"],"around_goal_pivot_4":[[40.7312153,-73.9969834],"historic monument"],"around_goal_pivot_5":[[40.7311241,-73.9980065],"historic memorial"],"around_goal_pivot_6":[[40.7298263,-73.9977312],"theatre"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_8":[[40.7318091,-73.9948567],"pharmacy"],"around_goal_pivot_10":[[40.7321008,-73.9946231],"bank"]}} +{"rvs_sample_number":132,"content":"Meet me at the toilets northeast of you in the park on 5th Avenue. A zoo is southwest of it. To the south of the toilets is USPS.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7674269,-73.9714341],"key":7248,"region":"Manhattan","rvs_start_point":[40.7635878,-73.9759916],"landmarks":{"end_point":[[40.7674269,-73.9714341],"toilets"],"start_point":[[40.7635878,-73.9759916],"restaurant"],"main_pivot":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_2":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_3":[[40.7636447,-73.972896],"General Motors Building"],"main_pivot_4":[[40.7625717,-73.9740478],"Trump Tower"],"main_pivot_5":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_6":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_7":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_8":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_9":[[40.7635718,-73.9742899],"Paris Theatre"],"main_pivot_10":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_11":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_12":[[40.7635718,-73.9742899],"Paris Theatre"],"main_pivot_13":[[40.7636447,-73.972896],"General Motors Building"],"main_pivot_14":[[40.7636447,-73.972896],"General Motors Building"],"main_pivot_15":[[40.7668516208,-73.9720958998],"zoo"],"near_pivot":[[40.7668516208,-73.9720958998],"zoo"],"beyond_pivot":[[40.7666543,-73.971125],"USPS"],"around_goal_pivot_1":[[40.7693306,-73.969557],"historic memorial"],"around_goal_pivot_2":[[40.7644230099,-73.973033261],"park"],"around_goal_pivot_3":[[40.7679918,-73.9680388],"historic building"],"around_goal_pivot_4":[[40.765955758,-73.9743022688],"wood"],"around_goal_pivot_5":[[40.7663362,-73.9735505],"water"],"around_goal_pivot_6":[[40.767677,-73.9686442],"Giorgio Armani"],"around_goal_pivot_7":[[40.7667793,-73.9688985],"Chanel"],"around_goal_pivot_8":[[40.7679969,-73.9684742],"bicycle rental"],"around_goal_pivot_9":[[40.7656726,-73.9700902],"hostel"],"around_goal_pivot_10":[[40.7684058722,-73.9709626052],"zoo"]}} +{"rvs_sample_number":9,"content":"I am directly south of you, on the avenue that is one block to the east of you towards the river. I am on the western corner of the intersection of that avenue and East 13th St. I am in a vacant shop.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7305963,-73.9833403],"key":7249,"region":"Manhattan","rvs_start_point":[40.7388641,-73.9808406],"landmarks":{"end_point":[[40.7305963,-73.9833403],"vacant shop"],"start_point":[[40.7388641,-73.9808406],"theatre"],"main_pivot":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_2":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_3":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_4":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_5":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_6":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_7":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_8":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_9":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_10":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_11":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_12":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_13":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_14":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_15":[[40.7297456,-73.9831216],"park"],"near_pivot":[[40.7297456,-73.9831216],"park"],"beyond_pivot":[[40.7297456,-73.9831216],"park"],"around_goal_pivot_1":[[40.731009,-73.9861217],"cinema"],"around_goal_pivot_2":[[40.731866,-73.982422],"pharmacy"],"around_goal_pivot_3":[[40.7309775,-73.9798901],"two parking spaces"],"around_goal_pivot_4":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_5":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_6":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_7":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_8":[[40.7283837,-73.9850797],"hotel"],"around_goal_pivot_9":[[40.7316461,-73.9837414],"doctor's office"],"around_goal_pivot_10":[[40.7309972,-73.979841],"parking space"]}} +{"rvs_sample_number":137,"content":"Let's meet up at the bench with a backrest, due East of you. It's almost to the shore off Battery Place. It's just on the inside of the downward curve of the J shaped pier\/walk there. The square shaped bay is visible from the bench as the bench sits on it's southeast corner.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7068494,-74.0185256],"key":7250,"region":"Manhattan","rvs_start_point":[40.7039381,-74.0086071],"landmarks":{"end_point":[[40.7068494,-74.0185256],"bench"],"start_point":[[40.7039381,-74.0086071],"bench"],"main_pivot":[[40.7052633,-74.0098797],"20 Exchange Place"],"main_pivot_2":[[40.7051261,-74.0133808],"Bowling Green"],"main_pivot_3":[[40.7051261,-74.0133808],"Bowling Green"],"main_pivot_4":[[40.7053983,-74.0138011],"Bowling Green Building"],"main_pivot_5":[[40.7062324,-74.0153313],"The Downtown Club"],"main_pivot_6":[[40.7062464017,-74.0144040774],"Elizabeth H. Berger Plaza"],"main_pivot_7":[[40.7062464017,-74.0144040774],"Elizabeth H. Berger Plaza"],"main_pivot_8":[[40.7058776,-74.0134314],"Cunard Building"],"main_pivot_9":[[40.7053983,-74.0138011],"Bowling Green Building"],"main_pivot_10":[[40.7062324,-74.0153313],"The Downtown Club"],"main_pivot_11":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_12":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_13":[[40.7062324,-74.0153313],"The Downtown Club"],"main_pivot_14":[[40.7062464017,-74.0144040774],"Elizabeth H. Berger Plaza"],"main_pivot_15":[[40.7068139,-74.0185813],"3 benches"],"near_pivot":[[40.7068139,-74.0185813],"3 benches"],"beyond_pivot":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_1":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_2":[[40.705690935,-74.0187509789],"three gardens"],"around_goal_pivot_3":[[40.7079955226,-74.0188081666],"park"],"around_goal_pivot_4":[[40.7072236,-74.0170631],"supermarket"],"around_goal_pivot_5":[[40.7059102,-74.0182242],"two fountains"],"around_goal_pivot_8":[[40.7075484,-74.0179141],"three benches"],"around_goal_pivot_10":[[40.7077199,-74.0176053],"4 benches"]}} +{"rvs_sample_number":326,"content":"Pick me up at the t-mobile store on the south side of warren street just east of the whole foods. It's south of you, and slightly west, but not as far as the soul cycle.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7156017,-74.0114667],"key":7251,"region":"Manhattan","rvs_start_point":[40.726604,-74.0010896],"landmarks":{"end_point":[[40.7156017,-74.0114667],"T-Mobile"],"start_point":[[40.726604,-74.0010896],"bicycle parking"],"main_pivot":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_2":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_3":[[40.7270381,-74.0011341],"St. Anthony of Padua Church"],"main_pivot_4":[[40.7270381,-74.0011341],"St. Anthony of Padua Church"],"main_pivot_5":[[40.7270381,-74.0011341],"St. Anthony of Padua Church"],"main_pivot_6":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_7":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_8":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_9":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_10":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_11":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_12":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_13":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_14":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_15":[[40.7156112,-74.0117376],"Whole Foods Market"],"near_pivot":[[40.7156112,-74.0117376],"Whole Foods Market"],"beyond_pivot":[[40.7161408,-74.0127466],"SoulCycle"],"around_goal_pivot_1":[[40.7131287,-74.0126689],"attraction"],"around_goal_pivot_2":[[40.7172103,-74.0119595],"university"],"around_goal_pivot_3":[[40.715575,-74.008857],"hotel"],"around_goal_pivot_4":[[40.7150642,-74.008041],"train station"],"around_goal_pivot_5":[[40.7146944,-74.0083481],"7-Eleven"],"around_goal_pivot_6":[[40.7161408,-74.0127466],"SoulCycle"],"around_goal_pivot_7":[[40.7145279,-74.0112651],"Target"],"around_goal_pivot_8":[[40.7160601,-74.0093501],"pharmacy"],"around_goal_pivot_9":[[40.7143712,-74.0098061],"stripclub"],"around_goal_pivot_10":[[40.7174468,-74.0115384],"toilets"]}} +{"rvs_sample_number":357,"content":"Meet at the cosmetics shop on Centre Street. It is South west of your current location. It is to the east of TD Bank and north east of the community centre. It is located at the southern corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7177523,-74.00035],"key":7252,"region":"Manhattan","rvs_start_point":[40.7290469,-73.987077],"landmarks":{"end_point":[[40.7177523,-74.00035],"cosmetics shop"],"start_point":[[40.7290469,-73.987077],"bicycle parking"],"main_pivot":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_2":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_3":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_4":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_5":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_6":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_7":[[40.7292688,-73.9873613],"East Village"],"main_pivot_8":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_9":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_10":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_11":[[40.7292688,-73.9873613],"East Village"],"main_pivot_12":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_13":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_14":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_15":[[40.7173727,-74.0012731],"community centre"],"near_pivot":[[40.7173727,-74.0012731],"community centre"],"beyond_pivot":[[40.7183874,-74.0008117],"bank"],"around_goal_pivot_1":[[40.7171151,-73.99811],"three jewelry shops"],"around_goal_pivot_2":[[40.7179174,-73.9989815],"church"],"around_goal_pivot_3":[[40.7202377,-73.9980004],"historic building"],"around_goal_pivot_4":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_5":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_6":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_7":[[40.7167646,-73.9971353],"2 jewelry shops"],"around_goal_pivot_8":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_9":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_10":[[40.7156683,-73.9983254],"Mott Optical Group"]}} +{"rvs_sample_number":71,"content":"Meet me at home goods shop. Head north on 9th Avenue. It's in the block past Alaska Food Market and Stella\u2019s Pizza. It's on the same side of the street as those and towards the north end of the block.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7437819,-74.0030664],"key":7253,"region":"Manhattan","rvs_start_point":[40.7414597,-74.0094534],"landmarks":{"end_point":[[40.7437819,-74.0030664],"home goods shop"],"start_point":[[40.7414597,-74.0094534],"bicycle parking"],"main_pivot":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_2":[[40.7414334,-74.0095777],"Little Island @Pier55"],"main_pivot_3":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_4":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_5":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_6":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_7":[[40.7414334,-74.0095777],"Little Island @Pier55"],"main_pivot_8":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_9":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_10":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_11":[[40.7414334,-74.0095777],"Little Island @Pier55"],"main_pivot_12":[[40.7418494106,-74.0077060159],"The High Line"],"main_pivot_13":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_14":[[40.7418494106,-74.0077060159],"The High Line"],"main_pivot_15":[[40.743254,-74.0034485],"bank"],"near_pivot":[[40.743254,-74.0034485],"bank"],"beyond_pivot":[[40.7438961,-74.0020869],"place_of_worship"],"around_goal_pivot_1":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_2":[[40.7438961,-74.0020869],"church"],"around_goal_pivot_3":[[40.7431745,-74.0036644],"bicycle rental"],"around_goal_pivot_4":[[40.7425701608,-74.0035667091],"hotel"],"around_goal_pivot_5":[[40.7429716,-74.0036553],"fast food restaurant"],"around_goal_pivot_6":[[40.7446199,-74.0030314],"bar"],"around_goal_pivot_7":[[40.7429417,-74.0037076],"atm"],"around_goal_pivot_8":[[40.7448363,-74.0028199],"cafe"],"around_goal_pivot_9":[[40.74474,-74.0023384],"furniture shop"],"around_goal_pivot_10":[[40.7428903,-74.0037132],"convenience shop"]}} +{"rvs_sample_number":237,"content":"Let's get some margaritas at the Tex Mex restaurant a half block north of West 56th Street. It's one block west of you and a ways north. There is a Subway fast food joint to my south.","rvs_path":"data\/geodata\/manhattan_samples_v96.gpkg","rvs_goal_point":[40.7686398,-73.988694],"key":7254,"region":"Manhattan","rvs_start_point":[40.7543769,-73.9953394],"landmarks":{"end_point":[[40.7686398,-73.988694],"restaurant"],"start_point":[[40.7543769,-73.9953394],"restaurant"],"main_pivot":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_2":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_3":[[40.76329,-73.9925971],"Hells Kitchen Park"],"main_pivot_4":[[40.7571569,-73.9933828],"Port Authority Bus Terminal"],"main_pivot_5":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_6":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_7":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_8":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_9":[[40.76329,-73.9925971],"Hells Kitchen Park"],"main_pivot_10":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_11":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_12":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_13":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_14":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_15":[[40.7684724,-73.9888124],"fast food restaurant"],"near_pivot":[[40.7684724,-73.9888124],"fast food restaurant"],"beyond_pivot":[[40.7696655,-73.9883974],"fast_food"],"around_goal_pivot_1":[[40.7684033,-73.9864949],"church"],"around_goal_pivot_2":[[40.7669219,-73.9869645],"theatre"],"around_goal_pivot_3":[[40.7699357,-73.9857241],"historic building"],"around_goal_pivot_4":[[40.7698815951,-73.9883472127],"college"],"around_goal_pivot_5":[[40.7664982,-73.9870728],"bank"],"around_goal_pivot_6":[[40.7690353,-73.9920631],"Audi"],"around_goal_pivot_7":[[40.7704036,-73.9909561],"BMW"],"around_goal_pivot_8":[[40.7696216,-73.9879659],"Paris Baguette"],"around_goal_pivot_9":[[40.767291,-73.986435],"post box"],"around_goal_pivot_10":[[40.7676341,-73.9895164],"telephone"]}} +{"rvs_sample_number":249,"content":"Can you get me from the CityMD clinic? I don't feel too well. It is on the north side of West 23rd Street, towards the middle of the block. Across the street to the south east is a Starbucks on the adjacent block to the south. For reference, there is also a post office box on the adjacent block to the west so you can mail that birthday card.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7422994,-73.9909359],"key":7255,"region":"Manhattan","rvs_start_point":[40.7358162,-74.0049766],"landmarks":{"end_point":[[40.7422994,-73.9909359],"clinic"],"start_point":[[40.7358162,-74.0049766],"perfumery shop"],"main_pivot":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_4":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_5":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_6":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_7":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_8":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_9":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_10":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_11":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_12":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_13":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_14":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_15":[[40.7416427,-73.9903239],"cafe"],"near_pivot":[[40.7416427,-73.9903239],"cafe"],"beyond_pivot":[[40.7416427,-73.9903239],"cafe"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7415589,-73.9889666],"park"],"around_goal_pivot_3":[[40.7434314,-73.9935786],"church"],"around_goal_pivot_4":[[40.743566,-73.9901372],"cathedral"],"around_goal_pivot_5":[[40.74,-73.9925],"historic district"],"around_goal_pivot_6":[[40.7433600288,-73.9934106127],"museum"],"around_goal_pivot_7":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_8":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_9":[[40.740401,-73.9895748],"bicycle repair station"],"around_goal_pivot_10":[[40.7427359,-73.993194],"Burlington Coat Factory"]}} +{"rvs_sample_number":393,"content":"Let's meet at Sant Ambroeus cafe on Park Avenue. There's a museum just to the southwest of it. You should go three and a half blocks east and you'll be at Park Avenue then go north 16 blocks and you'll be there.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7643995,-73.969084],"key":7256,"region":"Manhattan","rvs_start_point":[40.7573583406,-73.9835882569],"landmarks":{"end_point":[[40.7643995,-73.969084],"cafe"],"start_point":[[40.7573583406,-73.9835882569],"pub"],"main_pivot":[[40.7582787,-73.9818064],"News Corp. Building"],"main_pivot_2":[[40.7619153,-73.9791562],"Hilton New York Midtown"],"main_pivot_3":[[40.7653717,-73.9766412],"Trump Parc East"],"main_pivot_4":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_5":[[40.7597315,-73.9798149],"Radio City Music Hall"],"main_pivot_6":[[40.7596669,-73.9812648],"Exxon Building"],"main_pivot_7":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_8":[[40.7567024,-73.9835297],"Belasco Theatre"],"main_pivot_9":[[40.7641414,-73.9744792],"The Plaza"],"main_pivot_10":[[40.7574658853,-73.9835445144],"Onassis High School"],"main_pivot_11":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_12":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_13":[[40.761932,-73.9783219],"53W53"],"main_pivot_14":[[40.7638997,-73.974321],"Paris Theatre"],"main_pivot_15":[[40.7640002,-73.9698587],"museum"],"near_pivot":[[40.7640002,-73.9698587],"museum"],"beyond_pivot":[[40.7630737,-73.9680022],"bank"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7643498,-73.9665276],"historic building"],"around_goal_pivot_3":[[40.7636584,-73.9710384],"two clinics"],"around_goal_pivot_4":[[40.7656758,-73.9674785],"church"],"around_goal_pivot_5":[[40.764688,-73.9725062],"fast food restaurant"],"around_goal_pivot_6":[[40.763305,-73.9671776],"AT&T"],"around_goal_pivot_7":[[40.7635275,-73.9670634],"Lush"],"around_goal_pivot_8":[[40.7625457,-73.9681887],"innisfree"],"around_goal_pivot_9":[[40.7647513,-73.9709644],"Barneys New York"],"around_goal_pivot_10":[[40.7629001,-73.9674939],"Cohen's Fashion Optical"]}} +{"rvs_sample_number":343,"content":"Meet me at the bicycle rental on east 20th Street. There is a school on the same block. It is at almost the same exact location as the park marker.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7358768,-73.9820503],"key":7257,"region":"Manhattan","rvs_start_point":[40.7363653,-73.9851811],"landmarks":{"end_point":[[40.7358768,-73.9820503],"bicycle rental"],"start_point":[[40.7363653,-73.9851811],"frame shop"],"main_pivot":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_2":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_3":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_4":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_5":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_6":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_7":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_8":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_9":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_10":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_11":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_12":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_13":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_14":[[40.7360546,-73.9854085],"Verizon Wireless"],"main_pivot_15":[[40.7358282545,-73.9820696758],"park"],"near_pivot":[[40.7358282545,-73.9820696758],"park"],"beyond_pivot":[[40.7354821,-73.9814218],"school"],"around_goal_pivot_1":[[40.737984,-73.982244],"library"],"around_goal_pivot_2":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_3":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_4":[[40.7338122,-73.9805442],"bicycle rental"],"around_goal_pivot_5":[[40.7350579,-73.9845297],"hotel"],"around_goal_pivot_6":[[40.73747,-73.9843806],"bar"],"around_goal_pivot_7":[[40.7358341,-73.9788972],"shelter"],"around_goal_pivot_8":[[40.7380008,-73.9839983],"fortune teller"],"around_goal_pivot_9":[[40.7376764,-73.9846657],"dentist's office"],"around_goal_pivot_10":[[40.7343094,-73.9833878],"vending machine"]}} +{"rvs_sample_number":122,"content":"Head down, almost due south to a little over a block north of the water's edge. I'm on Pearl Street, south of that at a Bar. There is a sort of garden to the southeast of me there. A museum is located just to the west though, less than a block.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.703439,-74.0106749],"key":7258,"region":"Manhattan","rvs_start_point":[40.7162462,-74.0090041],"landmarks":{"end_point":[[40.703439,-74.0106749],"bar"],"start_point":[[40.7162462,-74.0090041],"bank"],"main_pivot":[[40.7067407,-74.0137701],"Elizabeth H. Berger Plaza"],"main_pivot_2":[[40.7076725878,-74.0128658419],"Empire Building"],"main_pivot_3":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_4":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_5":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_6":[[40.7070594,-74.0116372],"1 Wall Street"],"main_pivot_7":[[40.7092862,-74.0129064],"125 Greenwich Street"],"main_pivot_8":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_9":[[40.7096737,-74.0129631],"Liberty Park"],"main_pivot_10":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_11":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_12":[[40.707798,-74.0127655],"Trinity Churchyard"],"main_pivot_13":[[40.7067407,-74.0137701],"Elizabeth H. Berger Plaza"],"main_pivot_14":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_15":[[40.7033867,-74.0113536],"museum"],"near_pivot":[[40.7033867,-74.0113536],"museum"],"beyond_pivot":[[40.7029081,-74.0101412],"garden"],"around_goal_pivot_1":[[40.7014116,-74.0128461],"ferry terminal"],"around_goal_pivot_2":[[40.7040265,-74.0137472],"museum"],"around_goal_pivot_3":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_4":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_5":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_6":[[40.7039493,-74.0122005],"DoubleTree"],"around_goal_pivot_7":[[40.7021016,-74.0134938],"3 benches"],"around_goal_pivot_8":[[40.7048979,-74.0127034],"Verizon Wireless"],"around_goal_pivot_9":[[40.7059955,-74.0111464],"Indochino"],"around_goal_pivot_10":[[40.7049783,-74.0135005],"five benches"]}} +{"rvs_sample_number":99,"content":"Meet me at the bar inside New York Penn Station. You probably will have the best luck if you enter from 7th avenue.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7503212,-73.9917437],"key":7259,"region":"Manhattan","rvs_start_point":[40.7438908,-73.9838903],"landmarks":{"end_point":[[40.7503212,-73.9917437],"bar"],"start_point":[[40.7438908,-73.9838903],"hotel"],"main_pivot":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_2":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_3":[[40.7449714,-73.9858563],"Church of the Transfiguration"],"main_pivot_4":[[40.7444144,-73.9845229],"The Redbury New York"],"main_pivot_5":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_6":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_7":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_8":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_9":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_10":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_11":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_12":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_13":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_14":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_15":[[40.7503952,-73.9925989],"attraction"],"near_pivot":[[40.7503952,-73.9925989],"attraction"],"beyond_pivot":[[40.7501981376,-73.9927423131],"attraction"],"around_goal_pivot_1":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_2":[[40.7496559,-73.9897373],"mall"],"around_goal_pivot_3":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_4":[[40.751841,-73.9939691],"clinic"],"around_goal_pivot_5":[[40.7500024,-73.9901081],"Old Navy"],"around_goal_pivot_6":[[40.7516352219,-73.9911895737],"Renaissance"],"around_goal_pivot_7":[[40.7516464,-73.9903829],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.7498559,-73.9883655],"Verizon Wireless"],"around_goal_pivot_9":[[40.752885,-73.9926793],"Staples"],"around_goal_pivot_10":[[40.7502476,-73.9893078],"Sephora"]}} +{"rvs_sample_number":341,"content":"I'm West of you at a convenience store on West 25th St. It's two blocks east of that streets most western end. Just to the east is 2 gardens, a couple of blocks north is a park and over a block to the west is a school.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7477601,-74.0006469],"key":7260,"region":"Manhattan","rvs_start_point":[40.738436,-73.9832006],"landmarks":{"end_point":[[40.7477601,-74.0006469],"convenience shop"],"start_point":[[40.738436,-73.9832006],"restaurant"],"main_pivot":[[40.7412827,-73.989507],"Flatiron Building"],"main_pivot_2":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_3":[[40.7416914,-73.9883283],"Madison Square Fountain"],"main_pivot_4":[[40.7406644,-73.9878741],"One Madison"],"main_pivot_5":[[40.7393369,-73.9839705],"Madison Square Station New York Post Office"],"main_pivot_6":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_7":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_8":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_9":[[40.7387513,-73.9825966],"School of Visual Arts"],"main_pivot_10":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_11":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_12":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_13":[[40.7394371,-73.9849504],"122 East 23rd Street"],"main_pivot_14":[[40.743566,-73.9901372],"Cathedral of St. Sava"],"main_pivot_15":[[40.7478672,-73.9995409],"2 gardens"],"near_pivot":[[40.7478672,-73.9995409],"2 gardens"],"beyond_pivot":[[40.7492461,-74.0036477],"school"],"around_goal_pivot_1":[[40.7491633,-73.9995922],"park"],"around_goal_pivot_2":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_3":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_4":[[40.7455643,-74.0017197],"pharmacy"],"around_goal_pivot_5":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_6":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_7":[[40.749036,-73.9987691],"2 churches"],"around_goal_pivot_8":[[40.7456733,-73.9997589],"hostel"],"around_goal_pivot_9":[[40.7459665,-74.0014362],"pub"],"around_goal_pivot_10":[[40.7456381,-73.9988915],"urgent care"]}} +{"rvs_sample_number":186,"content":"Meet me at Pret A Manger on Lexington Avenue. It's a block south of the synagogue. Barnes & Noble is a block to the southeast.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7588979,-73.9708395],"key":7261,"region":"Manhattan","rvs_start_point":[40.7611447,-73.9836762],"landmarks":{"end_point":[[40.7588979,-73.9708395],"fast food restaurant"],"start_point":[[40.7611447,-73.9836762],"deli shop"],"main_pivot":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_2":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_3":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_4":[[40.7622602,-73.9804432],"Calyon Building"],"main_pivot_5":[[40.7613999,-73.9832402],"Winter Garden Theatre"],"main_pivot_6":[[40.7608094,-73.9769919],"666 Fifth Avenue"],"main_pivot_7":[[40.7620363888,-73.9794444513],"Hilton New York Midtown"],"main_pivot_8":[[40.7614763,-73.9781235],"MoMA"],"main_pivot_9":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_10":[[40.7610544,-73.9814701],"Time-Life Building"],"main_pivot_11":[[40.7609005,-73.9767563],"Saint Thomas Episcopal Church"],"main_pivot_12":[[40.7609005,-73.9767563],"Saint Thomas Episcopal Church"],"main_pivot_13":[[40.7591741,-73.9738441],"CBS Studio Building"],"main_pivot_14":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_15":[[40.7594661085,-73.970605565],"synagogue"],"near_pivot":[[40.7594661085,-73.970605565],"synagogue"],"around_goal_pivot_1":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_2":[[40.7569805,-73.9717986],"DoubleTree"],"around_goal_pivot_3":[[40.7575892,-73.9713601],"Paris Baguette"],"around_goal_pivot_4":[[40.7613383,-73.9696773],"Saks Off 5th"],"around_goal_pivot_5":[[40.7573984,-73.9698932],"Courtyard"],"around_goal_pivot_6":[[40.7610062,-73.9688416],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_8":[[40.76086,-73.9693837],"GNC"],"around_goal_pivot_9":[[40.7598369,-73.9701317],"Cohen's Fashion Optical"],"around_goal_pivot_10":[[40.7567999,-73.9694313],"Hilton Garden Inn"]}} +{"rvs_sample_number":299,"content":"Meet me at Citibank atm on West 45th Street, which is southwest of where you are. You will see a theatre in the same building as the atm. There is a museum one block south of the atm.","rvs_path":"data\/geodata\/manhattan_samples_v39.gpkg","rvs_goal_point":[40.7567398,-73.9830661],"key":7262,"region":"Manhattan","rvs_start_point":[40.7611741146,-73.9686020051],"landmarks":{"end_point":[[40.7567398,-73.9830661],"atm"],"start_point":[[40.7611741146,-73.9686020051],"fast food restaurant"],"main_pivot":[[40.7596136,-73.9702683],"Central Synagogue"],"main_pivot_2":[[40.7591902,-73.9750933],"Look Building"],"main_pivot_3":[[40.7594616,-73.9752861],"Austrian Cultural Forum"],"main_pivot_4":[[40.7594241,-73.9790838],"Radio City Music Hall"],"main_pivot_5":[[40.7607932,-73.9725635],"Friar's Club"],"main_pivot_6":[[40.7594738,-73.9757655],"Olympic Tower"],"main_pivot_7":[[40.7594616,-73.9752861],"Austrian Cultural Forum"],"main_pivot_8":[[40.7587947,-73.9780467],"British Empire Building"],"main_pivot_9":[[40.7596136,-73.9702683],"Central Synagogue"],"main_pivot_10":[[40.7590303,-73.981704],"McGraw-Hill Building"],"main_pivot_11":[[40.7596136,-73.9702683],"Central Synagogue"],"main_pivot_12":[[40.7599182,-73.9764069],"666 Fifth Avenue"],"main_pivot_13":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_14":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_15":[[40.7567024,-73.9835297],"theatre"],"near_pivot":[[40.7567024,-73.9835297],"theatre"],"beyond_pivot":[[40.7576102,-73.98447],"theatre"],"around_goal_pivot_1":[[40.754349,-73.9834311],"five gardens"],"around_goal_pivot_2":[[40.7547758,-73.9821173],"college"],"around_goal_pivot_3":[[40.7580461,-73.9835721],"church"],"around_goal_pivot_4":[[40.7583918,-73.9855752],"Mariott"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.758485,-73.9849497],"square"],"around_goal_pivot_7":[[40.7542735,-73.9840504],"4 gardens"],"around_goal_pivot_8":[[40.7556796,-73.9822999],"Independent"],"around_goal_pivot_9":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_10":[[40.7545623,-73.9838084],"two gardens"]}} +{"rvs_sample_number":130,"content":"Let's eat at the Potbelly fast food place on West 37th street. It's on the street a half block or so west of a Catholic church. There is a nice Actimize company building that is south east of that.","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7529274,-73.988938],"key":7263,"region":"Manhattan","rvs_start_point":[40.7392218,-73.9873651],"landmarks":{"end_point":[[40.7529274,-73.988938],"fast food restaurant"],"start_point":[[40.7392218,-73.9873651],"alcohol shop"],"main_pivot":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_2":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_3":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_4":[[40.7402356,-73.9882886],"One Madison"],"main_pivot_5":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_6":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_7":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_8":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_9":[[40.7506611,-73.987958],"Macy's"],"main_pivot_10":[[40.7402356,-73.9882886],"One Madison"],"main_pivot_11":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_12":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_13":[[40.7389791243,-73.9870322137],"Calvary Church"],"main_pivot_14":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_15":[[40.7523272,-73.9881308],"church"],"near_pivot":[[40.7523272,-73.9881308],"church"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7553196,-73.9881954],"theatre"],"around_goal_pivot_3":[[40.7506611,-73.987958],"Macy's"],"around_goal_pivot_4":[[40.7547223,-73.9913702],"two fast food restaurants"],"around_goal_pivot_5":[[40.750651937,-73.9878342658],"square"],"around_goal_pivot_6":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_7":[[40.7507159,-73.9873346],"atm"],"around_goal_pivot_8":[[40.7513511,-73.9909925],"AT&T"],"around_goal_pivot_9":[[40.7512846,-73.9878939],"Dr. Martens"],"around_goal_pivot_10":[[40.7502476,-73.9893078],"Sephora"]}} +{"rvs_sample_number":381,"content":"Meet me here at this hotel directly west of you. It's on West 54th Street, near the middle of the block. A Chick-fil-A and an attraction are on the same block, and CitySpire Center is to the east. ","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7644862,-73.9829914],"key":7264,"region":"Manhattan","rvs_start_point":[40.7645147,-73.9666999],"landmarks":{"end_point":[[40.7644862,-73.9829914],"hotel"],"start_point":[[40.7645147,-73.9666999],"optician shop"],"main_pivot":[[40.7648721,-73.976175],"The Ritz-Carlton"],"main_pivot_2":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_3":[[40.7653717,-73.9766412],"Trump Parc East"],"main_pivot_4":[[40.7638404767,-73.9798494549],"CitySpire Center"],"main_pivot_5":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_6":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_7":[[40.7647135012,-73.9734411453],"Grand Army Plaza"],"main_pivot_8":[[40.7641414,-73.9744792],"The Plaza"],"main_pivot_9":[[40.765136,-73.9794975],"Carnegie Hall"],"main_pivot_10":[[40.7653717,-73.9766412],"Trump Parc East"],"main_pivot_11":[[40.7650628,-73.979325],"Carnegie Hall Tower"],"main_pivot_12":[[40.7646238,-73.9782902],"Le Parker M\u00e9ridien"],"main_pivot_13":[[40.7638997,-73.974321],"Paris Theatre"],"main_pivot_14":[[40.765136,-73.9794975],"Carnegie Hall"],"main_pivot_15":[[40.7650644,-73.9838591],"attraction"],"near_pivot":[[40.7650644,-73.9838591],"attraction"],"beyond_pivot":[[40.7650203,-73.983827],"fast_food"],"around_goal_pivot_1":[[40.7626946,-73.9840721],"church"],"around_goal_pivot_2":[[40.7628112603,-73.9817571241],"Sheraton"],"around_goal_pivot_3":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_4":[[40.7637735,-73.9852854],"Verizon Wireless"],"around_goal_pivot_5":[[40.7663007,-73.9836656],"FedEx Office"],"around_goal_pivot_6":[[40.766407,-73.9825371],"AT&T"],"around_goal_pivot_7":[[40.766461,-73.9815889],"Nordstrom"],"around_goal_pivot_8":[[40.7668594,-73.9836203],"Sur La Table"],"around_goal_pivot_9":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_10":[[40.7663468,-73.9824049],"Gap"]}} +{"rvs_sample_number":249,"content":"Head southwest all the way to Water Street to meet me and we can grab some lunch at a Mexican restaurant there. It is just 3-4 blocks south of Zipcar. You should pass Wall Street, and it will be south of it.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7041912,-74.0093431],"key":7265,"region":"Manhattan","rvs_start_point":[40.7185207,-74.0027345],"landmarks":{"end_point":[[40.7041912,-74.0093431],"restaurant"],"start_point":[[40.7185207,-74.0027345],"bicycle parking"],"main_pivot":[[40.7067138,-74.0087045],"60 Wall Street"],"main_pivot_2":[[40.7121488,-74.008175],"Woolworth Building"],"main_pivot_3":[[40.7079673,-74.0081056],"Federal Reserve Bank of New York"],"main_pivot_4":[[40.7053472,-74.0099236],"20 Exchange Place"],"main_pivot_5":[[40.7136465,-74.0058833],"Tweed Courthouse"],"main_pivot_6":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_7":[[40.7118024788,-74.0091502864],"New York County Lawyers Association"],"main_pivot_8":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_9":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_10":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_11":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_12":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_13":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_14":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_15":[[40.7037161,-74.0084243],"three benches"],"near_pivot":[[40.7037161,-74.0084243],"three benches"],"beyond_pivot":[[40.7040287,-74.0102975],"restaurant"],"around_goal_pivot_1":[[40.7029278,-74.0101116],"two gardens"],"around_goal_pivot_2":[[40.7069431,-74.008909],"church"],"around_goal_pivot_3":[[40.7034359,-74.010973],"historic district"],"around_goal_pivot_4":[[40.7030326,-74.0102322],"two gardens"],"around_goal_pivot_5":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_6":[[40.7041023,-74.0105398],"two fast food restaurants"],"around_goal_pivot_7":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_8":[[40.7039493,-74.0122005],"DoubleTree"],"around_goal_pivot_9":[[40.7055941,-74.0073651],"Holiday Inn Express"],"around_goal_pivot_10":[[40.7067113,-74.0091111],"Radisson"]}} +{"rvs_sample_number":128,"content":"Go northwest and we'll meet up at the cosmetics shop on Broadway, just west of the Hyatt and Hotel Wolcott, on the same block as both.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7469049,-73.9882515],"key":7266,"region":"Manhattan","rvs_start_point":[40.7432333,-73.9822078],"landmarks":{"end_point":[[40.7469049,-73.9882515],"cosmetics shop"],"start_point":[[40.7432333,-73.9822078],"money transfer"],"main_pivot":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_2":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_3":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_4":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_5":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_6":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_7":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_8":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_9":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_10":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_11":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_12":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_13":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_14":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_15":[[40.7469283,-73.9878262],"Hyatt"],"near_pivot":[[40.7469283,-73.9878262],"Hyatt"],"around_goal_pivot_1":[[40.7481851231,-73.9877190047],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.748646,-73.9888224],"mall"],"around_goal_pivot_4":[[40.7483913,-73.9882737],"square"],"around_goal_pivot_5":[[40.7481017,-73.9861055],"post office"],"around_goal_pivot_8":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_9":[[40.7493062,-73.9883682],"atm"]}} +{"rvs_sample_number":36,"content":"Walk directly south on 3rd avenue past Classic stage company and Cinema. You'll see me at the bicycle parking directly west of historic district.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7303948,-73.9894493],"key":7267,"region":"Manhattan","rvs_start_point":[40.7414519,-73.981005],"landmarks":{"end_point":[[40.7303948,-73.9894493],"bicycle parking"],"start_point":[[40.7414519,-73.981005],"fast food restaurant"],"main_pivot":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_2":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_3":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_4":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_5":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_6":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_7":[[40.7387559,-73.9825933],"School of Visual Arts"],"main_pivot_8":[[40.7315896,-73.9890331],"Webster Hall"],"main_pivot_9":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_10":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_11":[[40.7387559,-73.9825933],"School of Visual Arts"],"main_pivot_12":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_13":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_14":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_15":[[40.7307601,-73.9887608],"bank"],"near_pivot":[[40.7307601,-73.9887608],"bank"],"beyond_pivot":[[40.7303916,-73.9903911],"fast_food"],"around_goal_pivot_1":[[40.7318226,-73.9895447],"post office"],"around_goal_pivot_2":[[40.7315896,-73.9890331],"nightclub"],"around_goal_pivot_3":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_4":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_5":[[40.7299609,-73.9905041],"pharmacy"],"around_goal_pivot_6":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_7":[[40.7293339,-73.9898039],"fast food restaurant"],"around_goal_pivot_8":[[40.7308446,-73.9882225],"church"],"around_goal_pivot_9":[[40.7298294,-73.990943],"marketplace"],"around_goal_pivot_10":[[40.7314428,-73.9905402],"school"]}} +{"rvs_sample_number":76,"content":"After you lock up your bike, let's get a footlong at Subway fast food restaurant on the north side of East 14th Street. It's just a touch northeast of your location. There's a bicycle parking on the block to my east.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7342598,-73.9890767],"key":7268,"region":"Manhattan","rvs_start_point":[40.7339603,-73.9926987],"landmarks":{"end_point":[[40.7342598,-73.9890767],"fast food restaurant"],"start_point":[[40.7339603,-73.9926987],"bicycle parking"],"main_pivot":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_2":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_3":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_4":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_5":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_6":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_7":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_8":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_9":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_10":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_11":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_12":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_13":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_14":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_15":[[40.7347914459,-73.9905724276],"park"],"near_pivot":[[40.7347914459,-73.9905724276],"park"],"beyond_pivot":[[40.7338001,-73.9881763],"bicycle_parking"],"around_goal_pivot_1":[[40.7320718,-73.9911831],"church"],"around_goal_pivot_2":[[40.7321614,-73.9896186],"post office"],"around_goal_pivot_3":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_5":[[40.7319477,-73.9891462],"nightclub"],"around_goal_pivot_6":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_7":[[40.736405,-73.9884292],"W Hotels"],"around_goal_pivot_8":[[40.7322911,-73.9891871],"historic building"],"around_goal_pivot_9":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_10":[[40.7328361,-73.9865478],"clinic"]}} +{"rvs_sample_number":14,"content":"I'm grabbing some cash at the Citibank ATM on the north side of East 68th Street. There is a Roman Catholic church two buildings to my east.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7652725,-73.9575747],"key":7269,"region":"Manhattan","rvs_start_point":[40.7662431,-73.9653695],"landmarks":{"end_point":[[40.7652725,-73.9575747],"atm"],"start_point":[[40.7662431,-73.9653695],"bicycle parking"],"main_pivot":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_2":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_3":[[40.7664371,-73.9648267],"Church of St. Vincent Ferrer"],"main_pivot_4":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_5":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_6":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_7":[[40.7664371,-73.9648267],"Church of St. Vincent Ferrer"],"main_pivot_8":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_9":[[40.7664371,-73.9648267],"Church of St. Vincent Ferrer"],"main_pivot_10":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_11":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_12":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_13":[[40.7664371,-73.9648267],"Church of St. Vincent Ferrer"],"main_pivot_14":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_15":[[40.7651689,-73.957263],"church"],"near_pivot":[[40.7651689,-73.957263],"church"],"beyond_pivot":[[40.7642057,-73.9555453],"university"],"around_goal_pivot_1":[[40.7648521,-73.959696],"library"],"around_goal_pivot_2":[[40.7661798,-73.9553763],"doctor's office"],"around_goal_pivot_3":[[40.7631454,-73.9591112],"pharmacy"],"around_goal_pivot_4":[[40.7631571,-73.9559715],"theatre"],"around_goal_pivot_5":[[40.7664421,-73.9546594],"social facility"],"around_goal_pivot_6":[[40.7634589,-73.9584985],"parking lot"],"around_goal_pivot_7":[[40.7638586,-73.9601085],"copyshop shop"],"around_goal_pivot_8":[[40.7655976,-73.9543524],"greengrocer shop"],"around_goal_pivot_9":[[40.7642394,-73.9590946],"laundry shop"],"around_goal_pivot_10":[[40.7672874,-73.959793],"alcohol shop"]}} +{"rvs_sample_number":15,"content":"I just exited the church on West 46th, meet me there after you finish picking a gift. So just head to 46th and then head west and it would be on the first church on your right. ","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.761570753,-73.9915658415],"key":7270,"region":"Manhattan","rvs_start_point":[40.7583731,-73.9882377],"landmarks":{"end_point":[[40.761570753,-73.9915658415],"church"],"start_point":[[40.7583731,-73.9882377],"gift shop"],"main_pivot":[[40.7585323,-73.9879772],"Bernard B. Jacobs Theatre"],"main_pivot_2":[[40.7582197,-73.987871],"Broadhurst Theatre"],"main_pivot_3":[[40.7581922,-73.9882607],"St. James Theatre"],"main_pivot_4":[[40.7599239,-73.9884821],"St. Luke's Church"],"main_pivot_5":[[40.7577839,-73.9880377],"Times Square Building"],"main_pivot_6":[[40.7585323,-73.9879772],"Bernard B. Jacobs Theatre"],"main_pivot_7":[[40.7577839,-73.9880377],"Times Square Building"],"main_pivot_8":[[40.7586013247,-73.9881422628],"John Golden Theatre"],"main_pivot_9":[[40.7599239,-73.9884821],"St. Luke's Church"],"main_pivot_10":[[40.7582197,-73.987871],"Broadhurst Theatre"],"main_pivot_11":[[40.7582197,-73.987871],"Broadhurst Theatre"],"main_pivot_12":[[40.7586013247,-73.9881422628],"John Golden Theatre"],"main_pivot_13":[[40.7577839,-73.9880377],"Times Square Building"],"main_pivot_14":[[40.7592871,-73.9889117],"Al Hirschfeld Theatre"],"main_pivot_15":[[40.761582,-73.992397],"park"],"near_pivot":[[40.761582,-73.992397],"park"],"beyond_pivot":[[40.761582,-73.992397],"park"],"around_goal_pivot_1":[[40.7595017,-73.9914437],"cinema"],"around_goal_pivot_2":[[40.7625606,-73.9915803],"garden"],"around_goal_pivot_3":[[40.7623975,-73.9937275],"Trek"],"around_goal_pivot_4":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_5":[[40.7596453,-73.9905118],"Comfort Inn"],"around_goal_pivot_6":[[40.7612138,-73.9928717],"toilets"],"around_goal_pivot_7":[[40.7620084,-73.9902397],"pub"],"around_goal_pivot_8":[[40.7613971,-73.9939721],"atm"],"around_goal_pivot_9":[[40.7615008,-73.9892854],"fountain"],"around_goal_pivot_10":[[40.7616937,-73.9941274],"telephone"]}} +{"rvs_sample_number":124,"content":"Meet me at the Hilton hotel on West 57th Street across from the Duane Reade pharmacy. You'll need to go 6 blocks north and 5 blocks west. It's on the same side of the road as the Hyatt on the opposite end of the block.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7646529,-73.9774764],"key":7271,"region":"Manhattan","rvs_start_point":[40.75698,-73.9717557],"landmarks":{"end_point":[[40.7646529,-73.9774764],"hotel"],"start_point":[[40.75698,-73.9717557],"bicycle parking"],"main_pivot":[[40.7618738,-73.9749733],"Fifth Avenue Presbyterian Church"],"main_pivot_2":[[40.7574923,-73.9730097],"St. Bartholomew's"],"main_pivot_3":[[40.7573331,-73.9726359],"General Electric Building"],"main_pivot_4":[[40.7573331,-73.9726359],"General Electric Building"],"main_pivot_5":[[40.7590792,-73.9728753],"Racquet and Tennis Club"],"main_pivot_6":[[40.7616619,-73.9751308],"The Peninsula New York"],"main_pivot_7":[[40.7625717,-73.9740478],"Tiffany & Company"],"main_pivot_8":[[40.7616619,-73.9751308],"The Peninsula New York"],"main_pivot_9":[[40.7613038,-73.973829],"550 Madison Avenue"],"main_pivot_10":[[40.7597033,-73.972432],"Lever House"],"main_pivot_11":[[40.7573895,-73.972319],"345 Park Avenue"],"main_pivot_12":[[40.7613038,-73.973829],"550 Madison Avenue"],"main_pivot_13":[[40.7597033,-73.972432],"Lever House"],"main_pivot_14":[[40.7573331,-73.9726359],"General Electric Building"],"main_pivot_15":[[40.7642381,-73.9775292],"pharmacy"],"near_pivot":[[40.7642381,-73.9775292],"pharmacy"],"beyond_pivot":[[40.7641105,-73.978992],"theatre"],"around_goal_pivot_1":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_3":[[40.7657929,-73.9783532],"JW Marriott"],"around_goal_pivot_4":[[40.7648721,-73.976175],"The Ritz-Carlton"],"around_goal_pivot_5":[[40.7660024,-73.9757391],"water"],"around_goal_pivot_6":[[40.7661001,-73.975564],"wood"],"around_goal_pivot_7":[[40.7633009,-73.9776938],"pharmacy"],"around_goal_pivot_8":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_9":[[40.7634947,-73.9756963],"GNC"],"around_goal_pivot_10":[[40.7654216,-73.9793143],"Park Hyatt"]}} +{"rvs_sample_number":182,"content":"I will be at the furniture shop on Broadway which is south of Starbucks, also on the same side of the street. Move southwest to get there. ","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7206089,-74.0010787],"key":7272,"region":"Manhattan","rvs_start_point":[40.7266749,-73.9856203],"landmarks":{"end_point":[[40.7206089,-74.0010787],"furniture shop"],"start_point":[[40.7266749,-73.9856203],"restaurant"],"main_pivot":[[40.7258656,-73.9965],"New York University"],"main_pivot_2":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_3":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_4":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_5":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_6":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_7":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_8":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_9":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_10":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_11":[[40.7258656,-73.9965],"New York University"],"main_pivot_12":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_13":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_14":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_15":[[40.7212663,-74.0005133],"cafe"],"near_pivot":[[40.7212663,-74.0005133],"cafe"],"beyond_pivot":[[40.7194362,-74.0015699],"bank"],"around_goal_pivot_1":[[40.7201274,-73.9980968],"historic building"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_4":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_5":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_6":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_7":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_8":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_9":[[40.7221654,-73.9993719],"Bloomingdale's"],"around_goal_pivot_10":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"]}} +{"rvs_sample_number":183,"content":"I'm at the community garden facing West Street. Head north on that street until you see Marriott Hotel on the east side. The garden is directly opposite to the hotel. If you reach a bridge, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.709597194,-74.0154474582],"key":7273,"region":"Manhattan","rvs_start_point":[40.7034086,-74.0114486],"landmarks":{"end_point":[[40.709597194,-74.0154474582],"garden"],"start_point":[[40.7034086,-74.0114486],"historic memorial"],"main_pivot":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_2":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_3":[[40.7070594,-74.0116372],"1 Wall Street"],"main_pivot_4":[[40.7076725878,-74.0128658419],"Empire Building"],"main_pivot_5":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_6":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_7":[[40.7076725878,-74.0128658419],"Empire Building"],"main_pivot_8":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_9":[[40.7079608,-74.0137221],"Greenwich Club Residences"],"main_pivot_10":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_11":[[40.7079608,-74.0137221],"Greenwich Club Residences"],"main_pivot_12":[[40.7067407,-74.0137701],"Elizabeth H. Berger Plaza"],"main_pivot_13":[[40.7076725878,-74.0128658419],"Empire Building"],"main_pivot_14":[[40.7084464,-74.0142126],"Downtown Community House"],"main_pivot_15":[[40.7093945,-74.014685],"Marriott"],"near_pivot":[[40.7093945,-74.014685],"Marriott"],"around_goal_pivot_1":[[40.7090359,-74.0135506],"W Hotels"],"around_goal_pivot_2":[[40.7104591,-74.0140533],"historic memorial"],"around_goal_pivot_3":[[40.7109023261,-74.0150398048],"bridge"],"around_goal_pivot_4":[[40.7107442,-74.0163169],"fast food restaurant"],"around_goal_pivot_5":[[40.7102924,-74.0137999],"2 benches"],"around_goal_pivot_6":[[40.7092166,-74.0141592],"cafe"],"around_goal_pivot_7":[[40.7102472,-74.0165543],"pub"],"around_goal_pivot_8":[[40.7103989,-74.0138961],"3 benches"],"around_goal_pivot_9":[[40.7103321,-74.0164647],"bar"],"around_goal_pivot_10":[[40.7101998,-74.0164733],"post box"]}} +{"rvs_sample_number":28,"content":"If you head northeast, you'll eventually hit east 58th street. I'm at the post box on the south side of the that street on the same block as a department store and vitamin shoppe, but on the north side of that block.","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7610576,-73.967541],"key":7274,"region":"Manhattan","rvs_start_point":[40.7509645,-73.9786226],"landmarks":{"end_point":[[40.7610576,-73.967541],"post box"],"start_point":[[40.7509645,-73.9786226],"bicycle parking"],"main_pivot":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_2":[[40.7515321,-73.9766449],"Chanin Building"],"main_pivot_3":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_4":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_5":[[40.7539278,-73.97574],"Helmsley Building"],"main_pivot_6":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_7":[[40.7515321,-73.9766449],"Chanin Building"],"main_pivot_8":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_9":[[40.7595002,-73.9703484],"Central Synagogue"],"main_pivot_10":[[40.7555818,-73.9727139],"New York Marriott East Side"],"main_pivot_11":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_12":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_13":[[40.7519068,-73.9775316],"Pershing Square Building"],"main_pivot_14":[[40.7580948,-73.9720223],"Four Seasons"],"main_pivot_15":[[40.7608617,-73.968481],"department store shop"],"near_pivot":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7595002,-73.9703484],"synagogue"],"around_goal_pivot_3":[[40.7618761,-73.9660651],"cinema"],"around_goal_pivot_4":[[40.7608408,-73.9646491],"park"],"around_goal_pivot_5":[[40.7619109,-73.9709184],"atm"],"around_goal_pivot_6":[[40.7626847,-73.9680817],"Sephora"],"around_goal_pivot_7":[[40.7610062,-73.9688416],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.7615638,-73.9688483],"Aerie"],"around_goal_pivot_9":[[40.7625457,-73.9681887],"innisfree"],"around_goal_pivot_10":[[40.7635275,-73.9670634],"Lush"]}} +{"rvs_sample_number":12,"content":"Meet me at an alcohol shop west of you on the west side of 2nd Avenue. Southwest of it is a theatre and to its northeast is Middle Collegiate College. 2 benches is southeast of the alcohol shop.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7270308,-73.989042],"key":7275,"region":"Manhattan","rvs_start_point":[40.7259712,-73.9837306],"landmarks":{"end_point":[[40.7270308,-73.989042],"alcohol shop"],"start_point":[[40.7259712,-73.9837306],"post box"],"main_pivot":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_2":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_3":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_4":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_5":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_6":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_7":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_8":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_9":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_10":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_11":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_12":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_13":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_14":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_15":[[40.7267541,-73.9898369],"theatre"],"near_pivot":[[40.7267541,-73.9898369],"theatre"],"beyond_pivot":[[40.7267541,-73.9898369],"theatre"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_3":[[40.7288454,-73.9876886],"library"],"around_goal_pivot_4":[[40.7284495,-73.9908469],"park"],"around_goal_pivot_5":[[40.7259214,-73.9871441],"pharmacy"],"around_goal_pivot_6":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_7":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_8":[[40.7262424,-73.9880128],"2 benches"],"around_goal_pivot_9":[[40.726572,-73.9914542],"7-Eleven"],"around_goal_pivot_10":[[40.7288409,-73.9912369],"Muji"]}} +{"rvs_sample_number":26,"content":"Let's go to the clothing shop on West 40th street. It's across the street and just a bit west of the City University. There is an ATM west a little over half a block.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7553934,-73.989783],"key":7276,"region":"Manhattan","rvs_start_point":[40.7690353,-73.9920631],"landmarks":{"end_point":[[40.7553934,-73.989783],"clothes shop"],"start_point":[[40.7690353,-73.9920631],"Audi"],"main_pivot":[[40.7573717,-73.991969],"McGraw-Hill Building"],"main_pivot_2":[[40.7571223313,-73.9915755724],"Port Authority Bus Terminal"],"main_pivot_3":[[40.7571223313,-73.9915755724],"Port Authority Bus Terminal"],"main_pivot_4":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_5":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_6":[[40.7573717,-73.991969],"McGraw-Hill Building"],"main_pivot_7":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_8":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_9":[[40.7573717,-73.991969],"McGraw-Hill Building"],"main_pivot_10":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_11":[[40.7571223313,-73.9915755724],"Port Authority Bus Terminal"],"main_pivot_12":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_13":[[40.7679539,-73.9881627],"High School for Environmental Studies"],"main_pivot_14":[[40.7679539,-73.9881627],"High School for Environmental Studies"],"main_pivot_15":[[40.7553245,-73.9889879],"university"],"near_pivot":[[40.7553245,-73.9889879],"university"],"beyond_pivot":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_1":[[40.7571223313,-73.9915755724],"bus station"],"around_goal_pivot_2":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_3":[[40.7560313,-73.9887566],"museum"],"around_goal_pivot_4":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_5":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_6":[[40.7569181,-73.9886311],"ice cream"],"around_goal_pivot_7":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_8":[[40.7530892,-73.9893535],"FedEx Office"],"around_goal_pivot_9":[[40.7572874,-73.9895385],"Westin"],"around_goal_pivot_10":[[40.7560808,-73.9880371],"Aldo"]}} +{"rvs_sample_number":136,"content":"Meet me at bicycle parking on West 18th Street. It\u2019s very close to you. Just go three blocks north and then one block west and you\u2019re in its block. It\u2019s going to be on the south side of West 18th Street, almost in the middle. There is a bank in the northwest corner of the block. On the block south of it, there is a hotel. The hotel is lined up perfectly to where the bicycle parking is in the block above it. ","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7428711,-74.0023567],"key":7277,"region":"Manhattan","rvs_start_point":[40.7393675464,-74.0007933385],"landmarks":{"end_point":[[40.7428711,-74.0023567],"bicycle parking"],"start_point":[[40.7393675464,-74.0007933385],"historic church"],"main_pivot":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_2":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_5":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_6":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_7":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_12":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_13":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_14":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_15":[[40.7423622,-74.0030006],"hotel"],"near_pivot":[[40.7423622,-74.0030006],"hotel"],"beyond_pivot":[[40.743254,-74.0034485],"bank"],"around_goal_pivot_1":[[40.7438329,-74.0019369],"church"],"around_goal_pivot_2":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_3":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_4":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_5":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_6":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_7":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_8":[[40.7418051,-74.0049865],"Anthropologie"],"around_goal_pivot_9":[[40.7432235,-73.9990189],"hostel"],"around_goal_pivot_10":[[40.741161,-74.0043827],"food court"]}} +{"rvs_sample_number":22,"content":"Meet me a the clothes shop just under the bridge. I think the best way to get here is to take Market Street going north. At the block before it terminates, go east under the bridge. I am at the clothes shop in the middle. There is a hotel to the southeast of here and a church to the south.","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7140191,-73.9943536],"key":7278,"region":"Manhattan","rvs_start_point":[40.7198275,-73.9891338],"landmarks":{"end_point":[[40.7140191,-73.9943536],"clothes shop"],"start_point":[[40.7198275,-73.9891338],"tailor shop"],"main_pivot":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_2":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_3":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_4":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_5":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_8":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_9":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_10":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_11":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_12":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_13":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.7132915,-73.9946319],"church"],"near_pivot":[[40.7132915,-73.9946319],"church"],"beyond_pivot":[[40.713636,-73.9936267],"hotel"],"around_goal_pivot_1":[[40.7130563,-73.9974892],"church"],"around_goal_pivot_2":[[40.7134416,-73.996239],"library"],"around_goal_pivot_3":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"around_goal_pivot_6":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_7":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_8":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_9":[[40.7140617,-73.9915244],"studio"],"around_goal_pivot_10":[[40.7163866,-73.9955049],"dentist's office"]}} +{"rvs_sample_number":383,"content":"Head north all the way to West 38th street and meet me at the fabric shop on the same block as the dunkin donuts to the southwest. Paris Baguette bakery is on the block to the northwest.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7543445,-73.9910447],"key":7279,"region":"Manhattan","rvs_start_point":[40.7417177,-73.997237],"landmarks":{"end_point":[[40.7543445,-73.9910447],"fabric shop"],"start_point":[[40.7417177,-73.997237],"bicycle parking"],"main_pivot":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_2":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_3":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_4":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_5":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_6":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_7":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_8":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_9":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_10":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_11":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_12":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_13":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_14":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_15":[[40.7550346,-73.9916206],"Paris Baguette"],"near_pivot":[[40.7550346,-73.9916206],"Paris Baguette"],"beyond_pivot":[[40.7541018,-73.9917722],"fast_food"],"around_goal_pivot_1":[[40.7566429,-73.989459],"cinema"],"around_goal_pivot_2":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_3":[[40.7559168,-73.9884898],"museum"],"around_goal_pivot_4":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_5":[[40.7561307,-73.9908411],"pharmacy"],"around_goal_pivot_6":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_7":[[40.7557335,-73.9898888],"Muji"],"around_goal_pivot_8":[[40.7530977,-73.991342],"VapeNY"],"around_goal_pivot_9":[[40.752885,-73.9926793],"Staples"],"around_goal_pivot_10":[[40.7544957,-73.9934311],"Hilton Garden Inn"]}} +{"rvs_sample_number":353,"content":"I'm southeast of you, waiting at the museum on Fulton Street, across from a cinema, and south of a pharmacy. An attraction is across the large street to the south. ","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.706628,-74.0036758],"key":7280,"region":"Manhattan","rvs_start_point":[40.7120728,-74.0125075],"landmarks":{"end_point":[[40.706628,-74.0036758],"museum"],"start_point":[[40.7120728,-74.0125075],"garden"],"main_pivot":[[40.7117841,-74.0115467],"World Trade Center Transportation Hub - Oculus"],"main_pivot_2":[[40.7111336,-74.0099109],"Millenium Hilton"],"main_pivot_3":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_4":[[40.7103203389,-74.0077477602],"Bennett Building"],"main_pivot_5":[[40.7103203389,-74.0077477602],"Bennett Building"],"main_pivot_6":[[40.7117841,-74.0115467],"World Trade Center Transportation Hub - Oculus"],"main_pivot_7":[[40.7124408932,-74.0123452825],"Performing Arts Center at the World Trade Center"],"main_pivot_8":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_9":[[40.7108891,-74.0092501],"195 Broadway"],"main_pivot_10":[[40.7117841,-74.0115467],"World Trade Center Transportation Hub - Oculus"],"main_pivot_11":[[40.7103502,-74.009359],"Corbin Building"],"main_pivot_12":[[40.7108891,-74.0092501],"195 Broadway"],"main_pivot_13":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_14":[[40.7111336,-74.0099109],"Millenium Hilton"],"main_pivot_15":[[40.7067515,-74.003117],"cinema"],"near_pivot":[[40.7067515,-74.003117],"cinema"],"beyond_pivot":[[40.7055446685,-74.0033295455],"maritime"],"around_goal_pivot_1":[[40.7055497,-74.0033534],"historic maritime"],"around_goal_pivot_2":[[40.7057505,-74.0029056],"attraction"],"around_goal_pivot_3":[[40.7074615,-74.0056835],"post office"],"around_goal_pivot_4":[[40.7074625,-74.0044193],"pharmacy"],"around_goal_pivot_5":[[40.7049204,-74.0063212],"WeWork"],"around_goal_pivot_6":[[40.7089152,-74.0021708],"Hampton"],"around_goal_pivot_7":[[40.706986,-74.002079],"Tackle Cart"],"around_goal_pivot_8":[[40.7053791,-74.0067932],"FedEx Office"],"around_goal_pivot_9":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_10":[[40.7063494,-74.0060557],"T-Mobile"]}} +{"rvs_sample_number":306,"content":"Meet me at the department store shop northwest of you on West 30th Street. 15 Hudson Yards is on the same block northwest of the department store shop. Whole Foods Market is east of the shop and across the street. The department store shop is in the middle of all the establishments there.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7527394,-74.0015022],"key":7281,"region":"Manhattan","rvs_start_point":[40.742595,-74.000177],"landmarks":{"end_point":[[40.7527394,-74.0015022],"department store shop"],"start_point":[[40.742595,-74.000177],"restaurant"],"main_pivot":[[40.7495875,-74.0029942],"Avenues"],"main_pivot_2":[[40.7531662589,-74.0028633186],"15 Hudson Yards"],"main_pivot_3":[[40.7531662589,-74.0028633186],"15 Hudson Yards"],"main_pivot_4":[[40.7471516,-74.001052],"London Terrace"],"main_pivot_5":[[40.7495875,-74.0029942],"Avenues"],"main_pivot_6":[[40.7531662589,-74.0028633186],"15 Hudson Yards"],"main_pivot_7":[[40.7471516,-74.001052],"London Terrace"],"main_pivot_8":[[40.7495875,-74.0029942],"Avenues"],"main_pivot_9":[[40.7471516,-74.001052],"London Terrace"],"main_pivot_10":[[40.7471516,-74.001052],"London Terrace"],"main_pivot_11":[[40.7495875,-74.0029942],"Avenues"],"main_pivot_12":[[40.7471516,-74.001052],"London Terrace"],"main_pivot_13":[[40.7495875,-74.0029942],"Avenues"],"main_pivot_14":[[40.7531662589,-74.0028633186],"15 Hudson Yards"],"main_pivot_15":[[40.7498465611,-74.0033963113],"bridge"],"near_pivot":[[40.7498465611,-74.0033963113],"bridge"],"around_goal_pivot_1":[[40.753069,-74.004207],"gas station"],"around_goal_pivot_2":[[40.7539325,-73.9999528],"Uniqlo"],"around_goal_pivot_3":[[40.7526076,-73.9998818],"Whole Foods Market"],"around_goal_pivot_4":[[40.750153,-74.0020675],"bicycle rental"],"around_goal_pivot_5":[[40.7532769,-74.0034424],"attraction"],"around_goal_pivot_6":[[40.7537966,-74.0021541],"viewpoint"],"around_goal_pivot_7":[[40.7511441,-74.0035959],"stripclub"],"around_goal_pivot_8":[[40.7511098,-74.0022451],"fast food restaurant"],"around_goal_pivot_9":[[40.7505148,-74.0023756],"convenience shop"],"around_goal_pivot_10":[[40.7506484,-74.0022692],"supermarket"]}} +{"rvs_sample_number":153,"content":"Meet me at the bicycle parking on the north side of West 23rd Street. It is on the same block as a cinema. The bicycle parking is not far from the south east comer of it's block. Keep in mind that there is another cinema on the caddy corner block to the south east, which not the correct cinema.","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.7455511,-73.9989101],"key":7282,"region":"Manhattan","rvs_start_point":[40.7517815972,-74.0083313535],"landmarks":{"end_point":[[40.7455511,-73.9989101],"bicycle parking"],"start_point":[[40.7517815972,-74.0083313535],"garden"],"main_pivot":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_2":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_3":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_4":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_5":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_6":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_7":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_8":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_9":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_10":[[40.7517402,-74.0076409],"Starrett-Lehigh Building"],"main_pivot_11":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_12":[[40.7517402,-74.0076409],"Starrett-Lehigh Building"],"main_pivot_13":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_14":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_15":[[40.7460456,-73.9998605],"cinema"],"near_pivot":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_1":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_2":[[40.7441109,-74.0017116],"church"],"around_goal_pivot_3":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_4":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_5":[[40.7478672,-73.9995409],"2 gardens"],"around_goal_pivot_6":[[40.7466555,-73.9972211],"7-Eleven"],"around_goal_pivot_7":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_8":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_9":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_10":[[40.7446183,-73.9964638],"AT&T"]}} +{"rvs_sample_number":76,"content":"Meet me at the bench at the south end of West Street where it makes a u-turn. I'm on the east side of the u-turn next to the pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7051316,-74.0162126],"key":7283,"region":"Manhattan","rvs_start_point":[40.7070136,-74.0180643],"landmarks":{"end_point":[[40.7051316,-74.0162126],"bench"],"start_point":[[40.7070136,-74.0180643],"bench"],"main_pivot":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_2":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_3":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_4":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_5":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_6":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_7":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_8":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_9":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_10":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_11":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_12":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_13":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_14":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_15":[[40.70522,-74.0162734],"pharmacy"],"near_pivot":[[40.70522,-74.0162734],"pharmacy"],"beyond_pivot":[[40.7044698,-74.0158633],"compressed_air"],"around_goal_pivot_1":[[40.7037287,-74.0166438],"historic fort"],"around_goal_pivot_2":[[40.7062064,-74.0132627],"pharmacy"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.7042039,-74.0130189],"fast food restaurant"],"around_goal_pivot_5":[[40.7058514,-74.0135143],"Planet Fitness"],"around_goal_pivot_6":[[40.7048979,-74.0127034],"Verizon Wireless"],"around_goal_pivot_7":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_8":[[40.7058953,-74.0189692],"3 gardens"],"around_goal_pivot_9":[[40.7048074,-74.0136816],"8 benches"],"around_goal_pivot_10":[[40.7046356,-74.0136791],"bicycle rental"]}} +{"rvs_sample_number":279,"content":"Meet me at a museum southeast of you on Fulton Street. It is across the street from a cinema. A Duane Reade Pharmacy is northwest of the museum and a maritime attraction is to its south.","rvs_path":"data\/geodata\/manhattan_samples_v81.gpkg","rvs_goal_point":[40.706628,-74.0036758],"key":7284,"region":"Manhattan","rvs_start_point":[40.7143268,-74.0097038],"landmarks":{"end_point":[[40.706628,-74.0036758],"museum"],"start_point":[[40.7143268,-74.0097038],"pub"],"main_pivot":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_2":[[40.7134156,-74.0077806],"Home Life Building"],"main_pivot_3":[[40.7117269,-74.0064643],"New York Times Building"],"main_pivot_4":[[40.7112378,-74.0063582],"Morse Building"],"main_pivot_5":[[40.7105085,-74.0056051],"8 Spruce Street"],"main_pivot_6":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_7":[[40.7112378,-74.0063582],"Morse Building"],"main_pivot_8":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_9":[[40.7105085,-74.0056051],"8 Spruce Street"],"main_pivot_10":[[40.7113193,-74.0064694],"Potter Building"],"main_pivot_11":[[40.7117269,-74.0064643],"New York Times Building"],"main_pivot_12":[[40.7134156,-74.0077806],"Home Life Building"],"main_pivot_13":[[40.7134156,-74.0077806],"Home Life Building"],"main_pivot_14":[[40.7105085,-74.0056051],"8 Spruce Street"],"main_pivot_15":[[40.7067515,-74.003117],"cinema"],"near_pivot":[[40.7067515,-74.003117],"cinema"],"beyond_pivot":[[40.7055446685,-74.0033295455],"maritime"],"around_goal_pivot_1":[[40.7072695,-74.0005506],"2 gardens"],"around_goal_pivot_2":[[40.7055497,-74.0033534],"historic maritime"],"around_goal_pivot_3":[[40.7057505,-74.0029056],"attraction"],"around_goal_pivot_4":[[40.7074615,-74.0056835],"post office"],"around_goal_pivot_5":[[40.7074625,-74.0044193],"pharmacy"],"around_goal_pivot_6":[[40.7076397,-74.0055749],"7-Eleven"],"around_goal_pivot_7":[[40.7049204,-74.0063212],"WeWork"],"around_goal_pivot_8":[[40.7063494,-74.0060557],"T-Mobile"],"around_goal_pivot_9":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_10":[[40.7089152,-74.0021708],"Hampton"]}} +{"rvs_sample_number":104,"content":"You'll need to head west and meet me at the vacant shop at number 136 on the south side of west 42nd street. It's on the same block as the whole foods market, and south of the theater.","rvs_path":"data\/geodata\/manhattan_samples_v96.gpkg","rvs_goal_point":[40.7553429,-73.9858011],"key":7285,"region":"Manhattan","rvs_start_point":[40.7551042,-73.9732511],"landmarks":{"end_point":[[40.7553429,-73.9858011],"vacant shop"],"start_point":[[40.7551042,-73.9732511],"telephone"],"main_pivot":[[40.7542,-73.9822192],"Salmon Tower"],"main_pivot_2":[[40.7523204,-73.978437],"One Grand Central Place"],"main_pivot_3":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_4":[[40.7546035,-73.983178],"W. R. Grace Building"],"main_pivot_5":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_6":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_7":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_8":[[40.7525942,-73.9783706],"One Vanderbilt"],"main_pivot_9":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_10":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_11":[[40.7539432,-73.9816071],"500 Fifth Avenue"],"main_pivot_12":[[40.7546551,-73.9839967],"Bryant Park"],"main_pivot_13":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_14":[[40.7540704,-73.983093],"William Earle Dodge"],"main_pivot_15":[[40.7558962,-73.9849328],"theatre"],"near_pivot":[[40.7558962,-73.9849328],"theatre"],"beyond_pivot":[[40.7561286,-73.9865732],"attraction"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_3":[[40.7538612,-73.9844535],"2 playgrounds"],"around_goal_pivot_4":[[40.7578971,-73.9853765],"square"],"around_goal_pivot_5":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_6":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_7":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_8":[[40.7554679,-73.9831832],"post office"],"around_goal_pivot_9":[[40.7556748,-73.9883897],"Hampton"],"around_goal_pivot_10":[[40.7546279,-73.9845292],"Whole Foods Market"]}} +{"rvs_sample_number":39,"content":"Go south for 3 intersections and then turn east moving past Elizabeth Street. Meet me at the restaurant. The museum you will reach is one block before the restaurant but on the same side of the street as the restaurant. It is in the middle of the street. The bridge is about 5 blocks to its east on the same street. If you reach a Chase bank you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7186316,-73.9893489],"key":7286,"region":"Manhattan","rvs_start_point":[40.7236945,-73.9956346],"landmarks":{"end_point":[[40.7186316,-73.9893489],"restaurant"],"start_point":[[40.7236945,-73.9956346],"bicycle parking"],"main_pivot":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_2":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_3":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_4":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_5":[[40.7236185001,-73.99546938],"Saint Patrick's Old Cathedral"],"main_pivot_6":[[40.7236185001,-73.99546938],"Saint Patrick's Old Cathedral"],"main_pivot_7":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_8":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_9":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_10":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_11":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_12":[[40.7236185001,-73.99546938],"Saint Patrick's Old Cathedral"],"main_pivot_13":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_14":[[40.7236185001,-73.99546938],"Saint Patrick's Old Cathedral"],"main_pivot_15":[[40.7187837,-73.9900266],"museum"],"near_pivot":[[40.7187837,-73.9900266],"museum"],"beyond_pivot":[[40.7183616,-73.9885477],"bank"],"around_goal_pivot_1":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_2":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_3":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_4":[[40.7182217,-73.9863937],"Holiday Inn"],"around_goal_pivot_5":[[40.7182305,-73.9863577],"Verizon Wireless"],"around_goal_pivot_6":[[40.7165969,-73.9908729],"museum"],"around_goal_pivot_7":[[40.7203544,-73.9871259],"attraction"],"around_goal_pivot_8":[[40.7185153,-73.9862397],"disused"],"around_goal_pivot_9":[[40.7205504,-73.9905667],"social centre"],"around_goal_pivot_10":[[40.718144,-73.991184],"ice cream"]}} +{"rvs_sample_number":382,"content":"I am west of you at ice cream shop on Hester Street. It is a block south of the arts centre. A hostel and dentist's office are south of my location.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7171681,-73.9947882],"key":7287,"region":"Manhattan","rvs_start_point":[40.7168005,-73.99823],"landmarks":{"end_point":[[40.7171681,-73.9947882],"ice cream"],"start_point":[[40.7168005,-73.99823],"ice cream"],"main_pivot":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_2":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_3":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_4":[[40.7166025,-73.9977464],"Chase"],"main_pivot_5":[[40.7169895,-73.998811],"EastWest Unibank"],"main_pivot_6":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_7":[[40.7166025,-73.9977464],"Chase"],"main_pivot_8":[[40.7169895,-73.998811],"EastWest Unibank"],"main_pivot_9":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_10":[[40.7169895,-73.998811],"EastWest Unibank"],"main_pivot_11":[[40.7169895,-73.998811],"EastWest Unibank"],"main_pivot_12":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_13":[[40.7164143,-73.9972228],"Citibank"],"main_pivot_14":[[40.7164133,-73.9972202],"Citibank"],"main_pivot_15":[[40.716686,-73.9953975],"hostel"],"near_pivot":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_1":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_2":[[40.7148373,-73.9935563],"museum"],"around_goal_pivot_3":[[40.7184413,-73.9951769],"atm"],"around_goal_pivot_4":[[40.7181254,-73.9976025],"attraction"],"around_goal_pivot_5":[[40.7167737,-73.9969651],"two jewelry shops"],"around_goal_pivot_6":[[40.7182065,-73.9944228],"arts centre"],"around_goal_pivot_7":[[40.7147833,-73.994244],"parking space"],"around_goal_pivot_8":[[40.7176986,-73.992723],"ice cream"],"around_goal_pivot_9":[[40.7153978,-73.9947308],"clock"],"around_goal_pivot_10":[[40.7163866,-73.9955049],"dentist's office"]}} +{"rvs_sample_number":22,"content":"Let's meet at the bar off of Eldridge Street, which is to the northeast of you. It is on the same block as The GEM Hotel and the cafe. There are a couple of other establishments on this block, but look for me at the bar which is in the middle of the block.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7224339,-73.9899014],"key":7288,"region":"Manhattan","rvs_start_point":[40.714336,-73.9970974],"landmarks":{"end_point":[[40.7224339,-73.9899014],"bar"],"start_point":[[40.714336,-73.9970974],"bicycle parking"],"main_pivot":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_2":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_3":[[40.7143229717,-73.9942996304],"Manhattan Bridge"],"main_pivot_4":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_5":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_6":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_7":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_8":[[40.7143229717,-73.9942996304],"Manhattan Bridge"],"main_pivot_9":[[40.7143229717,-73.9942996304],"Manhattan Bridge"],"main_pivot_10":[[40.7143229717,-73.9942996304],"Manhattan Bridge"],"main_pivot_11":[[40.7143229717,-73.9942996304],"Manhattan Bridge"],"main_pivot_12":[[40.7143229717,-73.9942996304],"Manhattan Bridge"],"main_pivot_13":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_14":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_15":[[40.7231911,-73.9902082],"The GEM Hotel"],"near_pivot":[[40.7231911,-73.9902082],"The GEM Hotel"],"beyond_pivot":[[40.7231858,-73.9901312],"cafe"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.7225826,-73.9881925],"deli shop"],"around_goal_pivot_3":[[40.7224889,-73.9878547],"pharmacy"],"around_goal_pivot_4":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_5":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7220656,-73.988105],"two restaurants"],"around_goal_pivot_8":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_9":[[40.72381,-73.9923841],"Whole Foods Market"],"around_goal_pivot_10":[[40.7247825,-73.9902794],"post box"]}} +{"rvs_sample_number":81,"content":"We can meet at the McDonald's on East 14th Street, right next to a Roman Catholic church. A Trader Joe's is on the same block, to the southeast. There is also a synagogue on the next block over to the east. ","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7310359,-73.9822614],"key":7289,"region":"Manhattan","rvs_start_point":[40.7324844,-73.9911106],"landmarks":{"end_point":[[40.7310359,-73.9822614],"fast food restaurant"],"start_point":[[40.7324844,-73.9911106],"clothes shop"],"main_pivot":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_2":[[40.7321085,-73.9911325],"Grace Church"],"main_pivot_3":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_4":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_5":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_6":[[40.7319477,-73.9891462],"Webster Hall"],"main_pivot_7":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_8":[[40.7319477,-73.9891462],"Webster Hall"],"main_pivot_9":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_10":[[40.7321614,-73.9896186],"Cooper Post Office"],"main_pivot_11":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_12":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_13":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_14":[[40.7321085,-73.9911325],"Grace Church"],"main_pivot_15":[[40.7310096124,-73.9822252546],"church"],"near_pivot":[[40.7310096124,-73.9822252546],"church"],"beyond_pivot":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_1":[[40.7334571,-73.9835022],"fountain"],"around_goal_pivot_2":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_3":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_4":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_5":[[40.7331857,-73.9808607],"Trek"],"around_goal_pivot_6":[[40.7311042,-73.9789466],"three parking spaces"],"around_goal_pivot_7":[[40.7316461,-73.9837414],"doctor's office"],"around_goal_pivot_8":[[40.7313392,-73.9836945],"synagogue"],"around_goal_pivot_9":[[40.7317649,-73.9831304],"post office"],"around_goal_pivot_10":[[40.7318319,-73.9855738],"pub"]}} +{"rvs_sample_number":354,"content":"Meet me at the bench. Go due east through the greenery, following the path of Wollman Rink and Umpire Rock. When coming out onto the main street, go about two blocks west and one south. The bench is on the south side of West 62nd Street. It is between two libraries but more towards the east one. There is a historic building in the block south of it.","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.771439,-73.9845609],"key":7290,"region":"Manhattan","rvs_start_point":[40.7670151,-73.97176195],"landmarks":{"end_point":[[40.771439,-73.9845609],"bench"],"start_point":[[40.7670151,-73.97176195],"ticket shop"],"main_pivot":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_2":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_3":[[40.7713353069,-73.9809099615],"1 Lincoln Plaza"],"main_pivot_4":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_5":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_6":[[40.7713353069,-73.9809099615],"1 Lincoln Plaza"],"main_pivot_7":[[40.7693608,-73.977694],"Umpire Rock"],"main_pivot_8":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_9":[[40.7693608,-73.977694],"Umpire Rock"],"main_pivot_10":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_11":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_12":[[40.7713353069,-73.9809099615],"1 Lincoln Plaza"],"main_pivot_13":[[40.7693608,-73.977694],"Umpire Rock"],"main_pivot_14":[[40.7693608,-73.977694],"Umpire Rock"],"main_pivot_15":[[40.7712041,-73.9834582],"arts centre"],"near_pivot":[[40.7712041,-73.9834582],"arts centre"],"around_goal_pivot_1":[[40.7714576,-73.9875807],"three waste disposals"],"around_goal_pivot_2":[[40.7714687,-73.9876107],"2 waste disposals"],"around_goal_pivot_3":[[40.7732287,-73.9847509],"library"],"around_goal_pivot_4":[[40.7715681,-73.9872212],"two shelters"],"around_goal_pivot_5":[[40.7723048,-73.9875717],"music school"],"around_goal_pivot_6":[[40.7704137,-73.987617],"college"],"around_goal_pivot_7":[[40.7700780839,-73.9851352424],"historic building"],"around_goal_pivot_8":[[40.7713382,-73.9830118],"hotel"],"around_goal_pivot_9":[[40.7734488,-73.9835741],"cinema"],"around_goal_pivot_10":[[40.7695673,-73.9833752],"post office"]}} +{"rvs_sample_number":45,"content":"Meet me at the Chase ATM off of East 58th Street. The ATM is in the southeast corner of the block. The block to the south has a watches shop, and the block caddy corner to the ATM has a hotel to the southeast. If you see the library, you have gone too far east.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7631686,-73.9719879],"key":7291,"region":"Manhattan","rvs_start_point":[40.7755857,-73.9835661],"landmarks":{"end_point":[[40.7631686,-73.9719879],"atm"],"start_point":[[40.7755857,-73.9835661],"post office"],"main_pivot":[[40.7656244,-73.9764677],"Trump Parc East"],"main_pivot_2":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_3":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_4":[[40.7671116,-73.9801128],"220 Central Park South"],"main_pivot_5":[[40.7660429,-73.9766301],"Jos\u00e9 de San Mart\u00edn"],"main_pivot_6":[[40.7688224133,-73.9823257686],"Deutsche Bank Center"],"main_pivot_7":[[40.7638113,-73.9741135],"Paris Theatre"],"main_pivot_8":[[40.7656244,-73.9764677],"Trump Parc East"],"main_pivot_9":[[40.7664592,-73.9784496],"JW Marriott Essex House"],"main_pivot_10":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_11":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_12":[[40.7664592,-73.9784496],"JW Marriott Essex House"],"main_pivot_13":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_14":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_15":[[40.762608,-73.9713362],"hotel"],"near_pivot":[[40.762608,-73.9713362],"hotel"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7638113,-73.9741135],"cinema"],"around_goal_pivot_3":[[40.7620474,-73.9748471],"church"],"around_goal_pivot_4":[[40.7626156,-73.9735108],"Tiffany & Company"],"around_goal_pivot_5":[[40.764669,-73.9732589],"3 benches"],"around_goal_pivot_6":[[40.7644509815,-73.9736308751],"park"],"around_goal_pivot_7":[[40.7612458,-73.9743323],"St. Regis"],"around_goal_pivot_8":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_9":[[40.7645416,-73.9731639],"two benches"],"around_goal_pivot_10":[[40.7656907,-73.9753544],"water"]}} +{"rvs_sample_number":406,"content":"Let's eat, Meet me at the restaurant on Franklin Street, right before it takes a more direct westerly turn, about a half block east of that. A public bath is east of that and a university is over a block south.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7187167,-74.0060375],"key":7292,"region":"Manhattan","rvs_start_point":[40.7226049,-74.0121363],"landmarks":{"end_point":[[40.7187167,-74.0060375],"restaurant"],"start_point":[[40.7226049,-74.0121363],"bench"],"main_pivot":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_2":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_3":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_4":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_5":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_6":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_7":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_8":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_9":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_10":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_11":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_12":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_13":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_14":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_15":[[40.7194446,-74.0066879],"fire station"],"near_pivot":[[40.7194446,-74.0066879],"fire station"],"beyond_pivot":[[40.7195759,-74.0058025],"restaurant"],"around_goal_pivot_1":[[40.7178801608,-74.0064254215],"university"],"around_goal_pivot_2":[[40.7208511,-74.0058372],"Hilton Garden Inn"],"around_goal_pivot_3":[[40.7170239,-74.0040971],"AT&T"],"around_goal_pivot_4":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_5":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_6":[[40.7172806,-74.0063049],"college"],"around_goal_pivot_7":[[40.7194583,-74.0041799],"atm"],"around_goal_pivot_8":[[40.7181575,-74.0048533],"public bath"],"around_goal_pivot_9":[[40.7203451,-74.0070419],"police station"],"around_goal_pivot_10":[[40.7203806,-74.0044802],"post office"]}} +{"rvs_sample_number":120,"content":"Mom is missing, will you pick me up at school? Remember where it is? It's the one on East 16th Street, right at the block where that ends at a fountain (to it's east end). Across the street from the school is an episcopal church.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.73413945,-73.98558025],"key":7293,"region":"Manhattan","rvs_start_point":[40.7439872,-73.9858906],"landmarks":{"end_point":[[40.73413945,-73.98558025],"school"],"start_point":[[40.7439872,-73.9858906],"cafe"],"main_pivot":[[40.7391966,-73.9851194],"122 East 23rd Street"],"main_pivot_2":[[40.7391966,-73.9851194],"122 East 23rd Street"],"main_pivot_3":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_4":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_5":[[40.7379034,-73.9851607],"Gramercy Park"],"main_pivot_6":[[40.7391966,-73.9851194],"122 East 23rd Street"],"main_pivot_7":[[40.7408482,-73.986091],"Metropolitan Life Insurance Company Tower"],"main_pivot_8":[[40.7391966,-73.9851194],"122 East 23rd Street"],"main_pivot_9":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_10":[[40.7398095,-73.9850921],"Gramercy Theatre"],"main_pivot_11":[[40.7391966,-73.9851194],"122 East 23rd Street"],"main_pivot_12":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_13":[[40.7408482,-73.986091],"Metropolitan Life Insurance Company Tower"],"main_pivot_14":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_15":[[40.7343561,-73.9852857],"church"],"near_pivot":[[40.7343561,-73.9852857],"church"],"beyond_pivot":[[40.7348427,-73.9847136],"hotel"],"around_goal_pivot_1":[[40.7334956,-73.9835872],"fountain"],"around_goal_pivot_2":[[40.7355080049,-73.9824151584],"park"],"around_goal_pivot_3":[[40.7333888,-73.9868305],"pharmacy"],"around_goal_pivot_4":[[40.7328361,-73.9865478],"clinic"],"around_goal_pivot_5":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_6":[[40.7330765,-73.9862563],"two restaurants"],"around_goal_pivot_7":[[40.7327101,-73.9872938],"Kiehl's"],"around_goal_pivot_8":[[40.7360546,-73.9854085],"Verizon Wireless"],"around_goal_pivot_9":[[40.7334209,-73.987875],"Trader Joe's"],"around_goal_pivot_10":[[40.7331117,-73.9871616],"wifi;telephone;device charging station"]}} +{"rvs_sample_number":215,"content":"Get on East 37th street and come see me at Citibank by the corner of the block. CVS pharmacy is directly on my north side. ","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.750366,-73.982918],"key":7294,"region":"Manhattan","rvs_start_point":[40.7633892,-73.9818081],"landmarks":{"end_point":[[40.750366,-73.982918],"bank"],"start_point":[[40.7633892,-73.9818081],"restaurant"],"main_pivot":[[40.7606045,-73.9838243],"750 Seventh Avenue"],"main_pivot_2":[[40.7606045,-73.9838243],"750 Seventh Avenue"],"main_pivot_3":[[40.7606045,-73.9838243],"750 Seventh Avenue"],"main_pivot_4":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_5":[[40.7626789,-73.9823612],"810 Seventh Avenue"],"main_pivot_6":[[40.7596231,-73.9851474],"Morgan Stanley Building"],"main_pivot_7":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_8":[[40.7561308,-73.9865711],"Times Square Ball"],"main_pivot_9":[[40.7579629,-73.985335],"Bertelsmann Building"],"main_pivot_10":[[40.7590503,-73.9849231],"TKTS"],"main_pivot_11":[[40.7592198,-73.9844165],"20 Times Square"],"main_pivot_12":[[40.7573319,-73.9862132],"1501 Broadway"],"main_pivot_13":[[40.7579089,-73.9854044],"Duffy Square"],"main_pivot_14":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_15":[[40.750937,-73.9830168],"pharmacy"],"near_pivot":[[40.750937,-73.9830168],"pharmacy"],"beyond_pivot":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_1":[[40.7486192,-73.9821585],"church"],"around_goal_pivot_2":[[40.7489648,-73.9839698],"university"],"around_goal_pivot_3":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_4":[[40.75158,-73.9800028],"post office"],"around_goal_pivot_5":[[40.7486712,-73.9846521],"pharmacy"],"around_goal_pivot_6":[[40.7505414,-73.985924],"Holiday Inn Express"],"around_goal_pivot_7":[[40.7517475,-73.9843282],"Cooper Electric"],"around_goal_pivot_8":[[40.7528439,-73.9818582],"5 fountains"],"around_goal_pivot_9":[[40.7503971,-73.9862079],"Hampton"],"around_goal_pivot_10":[[40.7528774,-73.9818923],"4 fountains"]}} +{"rvs_sample_number":313,"content":"Meet me at the post office at lower Manhattan, at the north west corner of the park where city hall is. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.714205,-74.006486],"key":7295,"region":"Manhattan","rvs_start_point":[40.7141756,-73.9988776],"landmarks":{"end_point":[[40.714205,-74.006486],"post box"],"start_point":[[40.7141756,-73.9988776],"restaurant"],"main_pivot":[[40.7146933,-74.0013266],"New York State Supreme Court"],"main_pivot_2":[[40.7141975,-74.0007142],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_3":[[40.7149766333,-74.0014576328],"Louis J. Lefkowitz State Office Building"],"main_pivot_4":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_5":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_6":[[40.7146933,-74.0013266],"New York State Supreme Court"],"main_pivot_7":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_8":[[40.7141975,-74.0007142],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_9":[[40.7145166,-73.9991931],"Church of the Transfiguration"],"main_pivot_10":[[40.7145166,-73.9991931],"Church of the Transfiguration"],"main_pivot_11":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_12":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_13":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_14":[[40.7145243871,-74.0003787582],"Columbus Park"],"main_pivot_15":[[40.7134539,-74.0049587],"park"],"near_pivot":[[40.7134539,-74.0049587],"park"],"beyond_pivot":[[40.7149123,-74.0077587],"train_station"],"around_goal_pivot_1":[[40.7136159,-74.0033604],"two kiosk shops"],"around_goal_pivot_2":[[40.7129295,-74.0059706],"townhall"],"around_goal_pivot_3":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_4":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_5":[[40.7141136,-74.0029404],"square"],"around_goal_pivot_6":[[40.7149667,-74.007722],"train station"],"around_goal_pivot_7":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_8":[[40.7125597,-74.0045803],"two gardens"],"around_goal_pivot_9":[[40.712096,-74.0086261],"FedEx Office"],"around_goal_pivot_10":[[40.7124499,-74.0079539],"T-Mobile"]}} +{"rvs_sample_number":204,"content":"I'm south of you, at a cosmetics shop on the corner of 5th Avenue. It's west of Madewell across the street. Farther to the east is an AMC cinema. Also, there's a historic district northwest of me. ","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7390763,-73.9916745],"key":7296,"region":"Manhattan","rvs_start_point":[40.7488997,-73.9919013],"landmarks":{"end_point":[[40.7390763,-73.9916745],"cosmetics shop"],"start_point":[[40.7488997,-73.9919013],"bank"],"main_pivot":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_2":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_3":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_4":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_5":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_6":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_7":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_8":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_9":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_10":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_11":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_12":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_13":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_14":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_15":[[40.7388991,-73.9912584],"Madewell"],"near_pivot":[[40.7388991,-73.9912584],"Madewell"],"beyond_pivot":[[40.74,-73.9925],"district"],"around_goal_pivot_1":[[40.7391319,-73.9946826],"3 clinics"],"around_goal_pivot_2":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_3":[[40.7382009,-73.9950067],"church"],"around_goal_pivot_4":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_5":[[40.7385891,-73.9896994],"cinema"],"around_goal_pivot_6":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_7":[[40.7391598,-73.9948278],"two clinics"],"around_goal_pivot_8":[[40.7391005,-73.9946765],"two clinics"],"around_goal_pivot_9":[[40.74,-73.9925],"historic district"],"around_goal_pivot_10":[[40.740401,-73.9895748],"bicycle repair station"]}} +{"rvs_sample_number":263,"content":"Move north past Little Italy and let's meet at the bicycle parking on the opposite block of historic building. It is the middle bicycle parking. ","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7201813,-73.9983008],"key":7297,"region":"Manhattan","rvs_start_point":[40.7120721,-73.9979191],"landmarks":{"end_point":[[40.7201813,-73.9983008],"bicycle parking"],"start_point":[[40.7120721,-73.9979191],"pharmacy"],"main_pivot":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_2":[[40.7118517248,-73.9978967945],"Alfred E. Smith Houses"],"main_pivot_3":[[40.7123816,-73.9982849],"St. James Church"],"main_pivot_4":[[40.7118517248,-73.9978967945],"Alfred E. Smith Houses"],"main_pivot_5":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_6":[[40.7146951,-73.9992196],"Church of the Transfiguration"],"main_pivot_7":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_8":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_9":[[40.7177749,-73.9990719],"Most Precious Blood Church"],"main_pivot_10":[[40.7118517248,-73.9978967945],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7118517248,-73.9978967945],"Alfred E. Smith Houses"],"main_pivot_12":[[40.7140937,-73.9996381],"Columbus Park"],"main_pivot_13":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_14":[[40.7118517248,-73.9978967945],"Alfred E. Smith Houses"],"main_pivot_15":[[40.719811,-73.9983397],"historic building"],"near_pivot":[[40.719811,-73.9983397],"historic building"],"beyond_pivot":[[40.7210288,-73.9978178],"bar"],"around_goal_pivot_1":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_2":[[40.717492867,-73.9992817848],"historic neighbourhood"],"around_goal_pivot_3":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_4":[[40.7221114,-73.9997761],"Levi's"],"around_goal_pivot_5":[[40.7223219,-73.9996236],"Zara"],"around_goal_pivot_6":[[40.7226719,-73.9993039],"H&M"],"around_goal_pivot_7":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_8":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_9":[[40.7221932,-73.9992705],"The North Face"],"around_goal_pivot_10":[[40.7222672,-73.9996663],"Bath & Body Works"]}} +{"rvs_sample_number":484,"content":"Go northeast to meet me at the Thai restaurant on the east side of 8th Ave. It's just two blocks from the garden and a block before the Gap. The restaurant is on the southwest corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7446356,-73.9986916],"key":7298,"region":"Manhattan","rvs_start_point":[40.7365289,-74.0061803],"landmarks":{"end_point":[[40.7446356,-73.9986916],"restaurant"],"start_point":[[40.7365289,-74.0061803],"bicycle rental"],"main_pivot":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_2":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_5":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_6":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_7":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_12":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_13":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_14":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_15":[[40.7448726,-73.9979698],"cinema"],"near_pivot":[[40.7448726,-73.9979698],"cinema"],"beyond_pivot":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_1":[[40.7437958,-74.0017594],"church"],"around_goal_pivot_2":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_3":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_4":[[40.7434956,-73.9995423],"two restaurants"],"around_goal_pivot_5":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_6":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_7":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_8":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_9":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_10":[[40.7456359,-73.9984752],"Dunkin' Donuts"]}} +{"rvs_sample_number":76,"content":"Go south a few blocks then turn west on West 43rd Street. Just after you pass Adella bar and Little Pie Company bakery you'll meet me at the Food Emporium.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7598592,-73.9943408],"key":7299,"region":"Manhattan","rvs_start_point":[40.7621257,-73.9901556],"landmarks":{"end_point":[[40.7598592,-73.9943408],"The Food Emporium"],"start_point":[[40.7621257,-73.9901556],"restaurant"],"main_pivot":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_2":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_3":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_4":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_5":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_6":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_7":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_8":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_9":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_10":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_11":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_12":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_13":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_14":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_15":[[40.7596568,-73.9951099],"bank"],"near_pivot":[[40.7596568,-73.9951099],"bank"],"beyond_pivot":[[40.7596568,-73.9951099],"bank"],"around_goal_pivot_1":[[40.7601581,-73.9934161],"school"],"around_goal_pivot_2":[[40.7606321,-73.9945119],"fast food restaurant"],"around_goal_pivot_3":[[40.7594639,-73.9958348],"pharmacy"],"around_goal_pivot_4":[[40.7590853,-73.995439],"YOTEL"],"around_goal_pivot_5":[[40.7594246,-73.9931931],"bar"],"around_goal_pivot_6":[[40.7609006,-73.9945845],"post box"],"around_goal_pivot_7":[[40.7607512,-73.9944217],"alcohol shop"],"around_goal_pivot_8":[[40.7594884,-73.9933039],"bakery shop"]}} +{"rvs_sample_number":138,"content":"Move southwest to get on Hudson street, I am by the south corner at the Japanese restaurant . A bicycle parking is on my northwest, on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7304521,-74.0070472],"key":7300,"region":"Manhattan","rvs_start_point":[40.7341405,-74.0030338],"landmarks":{"end_point":[[40.7304521,-74.0070472],"restaurant"],"start_point":[[40.7341405,-74.0030338],"restaurant"],"main_pivot":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_2":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_3":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_4":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_5":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_6":[[40.7339242293,-74.002235758],"Stonewalll Inn State Historic Site"],"main_pivot_7":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_8":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_9":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_10":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_11":[[40.7339242293,-74.002235758],"Stonewalll Inn State Historic Site"],"main_pivot_12":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_13":[[40.7322989,-74.0067884],"Church of St. Luke in the Fields"],"main_pivot_14":[[40.7322989,-74.0067884],"Church of St. Luke in the Fields"],"main_pivot_15":[[40.7310628,-74.0065268],"nightclub"],"near_pivot":[[40.7310628,-74.0065268],"nightclub"],"beyond_pivot":[[40.7308389,-74.0079776],"bicycle_parking"],"around_goal_pivot_1":[[40.7300379,-74.005404],"library"],"around_goal_pivot_2":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_3":[[40.7318971,-74.0078973],"public building"],"around_goal_pivot_4":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_5":[[40.7297476,-74.0060857],"three benches"],"around_goal_pivot_6":[[40.72806,-74.0056962],"post office"],"around_goal_pivot_7":[[40.7287623,-74.0055412],"HSBC"],"around_goal_pivot_8":[[40.729647,-74.0060549],"two benches"],"around_goal_pivot_9":[[40.7286497,-74.0073913],"charging station"],"around_goal_pivot_10":[[40.7280648,-74.008263],"parking lot"]}} +{"rvs_sample_number":93,"content":"Meet me at the dry cleaning shop on 2nd Avenue, which is east of you. True Value is two blocks south of me. There is a pharmacy at the corner of the southeast block.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7484065,-73.9735191],"key":7301,"region":"Manhattan","rvs_start_point":[40.7472429,-73.9847706],"landmarks":{"end_point":[[40.7484065,-73.9735191],"dry cleaning shop"],"start_point":[[40.7472429,-73.9847706],"bicycle parking"],"main_pivot":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_2":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_3":[[40.7479128,-73.9783796],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_4":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_5":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_6":[[40.7479128,-73.9783796],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_7":[[40.7479128,-73.9783796],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_8":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_9":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_10":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_11":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_12":[[40.7479128,-73.9783796],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_13":[[40.7479128,-73.9783796],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_14":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_15":[[40.7477238,-73.9734385],"pharmacy"],"near_pivot":[[40.7477238,-73.9734385],"pharmacy"],"around_goal_pivot_1":[[40.7499023,-73.9739212],"Westin"],"around_goal_pivot_2":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_3":[[40.7489027,-73.9754015],"Orangetheory Fitness"],"around_goal_pivot_4":[[40.7494009,-73.9756955],"Blink Fitness"],"around_goal_pivot_5":[[40.7509231,-73.9723141],"Hampton"],"around_goal_pivot_6":[[40.7484684,-73.9763928],"D'Agostino"],"around_goal_pivot_7":[[40.7471447,-73.9744008],"True Value"],"around_goal_pivot_8":[[40.7495001,-73.9718919],"Westgate Resorts"],"around_goal_pivot_9":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_10":[[40.7484026,-73.9751699],"dentist's office"]}} +{"rvs_sample_number":237,"content":"Meet me at the restaurant. Head southwest past Kips Bay and Peter Cooper Village. Keep going along that street until you see the ice cream shop. Head east at the next street. The restaurant is immediately past the theatre and on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.7271837,-73.9847349],"key":7302,"region":"Manhattan","rvs_start_point":[40.7396985,-73.9742908],"landmarks":{"end_point":[[40.7271837,-73.9847349],"restaurant"],"start_point":[[40.7396985,-73.9742908],"fast food restaurant"],"main_pivot":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_2":[[40.7366179,-73.97842],"Peter Cooper Village"],"main_pivot_3":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_4":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_5":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_6":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_7":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_8":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_9":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_10":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_11":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_12":[[40.7366179,-73.97842],"Peter Cooper Village"],"main_pivot_13":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_14":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_15":[[40.7272575,-73.9847924],"theatre"],"near_pivot":[[40.7272575,-73.9847924],"theatre"],"around_goal_pivot_1":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_2":[[40.7263491,-73.9851793],"synagogue"],"around_goal_pivot_3":[[40.7283837,-73.9850797],"hotel"],"around_goal_pivot_4":[[40.7259527,-73.9837876],"nightclub"],"around_goal_pivot_5":[[40.7279187,-73.9852957],"ice cream"],"around_goal_pivot_6":[[40.7283129,-73.9854512],"veterinary"],"around_goal_pivot_7":[[40.7259712,-73.9837306],"post box"],"around_goal_pivot_8":[[40.7257903,-73.9844558],"books shop"],"around_goal_pivot_9":[[40.7273119,-73.9857709],"laundry shop"],"around_goal_pivot_10":[[40.7267778,-73.985659],"hardware shop"]}} +{"rvs_sample_number":332,"content":"Meet me at the restaurant south of you on Grand Street. It's three blocks southeast of Vans, on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7201601,-73.9995971],"key":7303,"region":"Manhattan","rvs_start_point":[40.7339069,-73.9990967],"landmarks":{"end_point":[[40.7201601,-73.9995971],"restaurant"],"start_point":[[40.7339069,-73.9990967],"pharmacy"],"main_pivot":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_2":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_3":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_4":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_5":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_6":[[40.7228823,-74.0052957],"Duarte Square"],"main_pivot_7":[[40.7243757,-74.0043138],"10 Sullivan"],"main_pivot_8":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_9":[[40.7228823,-74.0052957],"Duarte Square"],"main_pivot_10":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_11":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_12":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_13":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_14":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_15":[[40.7194172,-73.9990481],"museum"],"near_pivot":[[40.7194172,-73.9990481],"museum"],"beyond_pivot":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_1":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_2":[[40.719811,-73.9983397],"historic building"],"around_goal_pivot_3":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_4":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_5":[[40.717912,-73.9979397],"two gift shops"],"around_goal_pivot_6":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_7":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_8":[[40.7217951,-73.9988153],"Bloomingdale's"],"around_goal_pivot_9":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_10":[[40.721629,-73.9998023],"Madewell"]}} +{"rvs_sample_number":316,"content":"I am at Starbucks by the south corner on Lexington Avenue. Bank of America is directly south of here. ","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7503383,-73.9770481],"key":7304,"region":"Manhattan","rvs_start_point":[40.7469581,-73.9855213],"landmarks":{"end_point":[[40.7503383,-73.9770481],"cafe"],"start_point":[[40.7469581,-73.9855213],"kiosk shop"],"main_pivot":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_2":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_3":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_4":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_5":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_6":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_7":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_8":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_9":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_10":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_11":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_12":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_13":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_14":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_15":[[40.7499871,-73.9769042],"bank"],"near_pivot":[[40.7499871,-73.9769042],"bank"],"around_goal_pivot_1":[[40.7517688324,-73.9764478468],"Grand Hyatt"],"around_goal_pivot_2":[[40.7519728,-73.9769341],"attraction"],"around_goal_pivot_3":[[40.752973,-73.9775615],"9 vending machines"],"around_goal_pivot_4":[[40.7518442,-73.9746934],"church"],"around_goal_pivot_5":[[40.7500687,-73.9743143],"Westin"],"around_goal_pivot_6":[[40.7529497,-73.9776379],"seven atms"],"around_goal_pivot_7":[[40.75158,-73.9800028],"post office"],"around_goal_pivot_8":[[40.7476989,-73.9764133],"clinic"],"around_goal_pivot_9":[[40.752461,-73.9789227],"RadioShack"],"around_goal_pivot_10":[[40.7484684,-73.9763928],"D'Agostino"]}} +{"rvs_sample_number":65,"content":"Meet me at the bicycle rental on the south side of Stanton Street just outside of Nike Field and just east of a museum. There is another Citi Bike rental on the street one block sout of me. If you go north less than a block you'll be at Stanton and then go west 3 blocks and you'll be at the rental place.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7222935,-73.9914754],"key":7305,"region":"Manhattan","rvs_start_point":[40.7206416,-73.989268],"landmarks":{"end_point":[[40.7222935,-73.9914754],"bicycle rental"],"start_point":[[40.7206416,-73.989268],"clothes shop"],"main_pivot":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_8":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_9":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_10":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_11":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_14":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_15":[[40.7223857,-73.9926142],"museum"],"near_pivot":[[40.7223857,-73.9926142],"museum"],"beyond_pivot":[[40.7211947,-73.9919265],"Citi Bike"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.7205137,-73.9932198],"nightclub"],"around_goal_pivot_3":[[40.7225826,-73.9881925],"deli shop"],"around_goal_pivot_4":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_5":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_6":[[40.7221048,-73.9880807],"two restaurants"],"around_goal_pivot_7":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_8":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_9":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_10":[[40.7209116,-73.994033],"Nudie Jeans Co."]}} +{"rvs_sample_number":201,"content":"Meet me at the Italian restaurant northeast of you on West 80th Street. Head east on the street and you will see All Angels Church and First Baptist Church. On the next block you will see an ice cream shop. The restaurant is just to the east of the ice cream shop across the street.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7836374,-73.9777036],"key":7306,"region":"Manhattan","rvs_start_point":[40.7797487,-73.9912031],"landmarks":{"end_point":[[40.7836374,-73.9777036],"restaurant"],"start_point":[[40.7797487,-73.9912031],"bench"],"main_pivot":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_2":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_3":[[40.7854233,-73.9806061],"Calhoun School"],"main_pivot_4":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_5":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_6":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_7":[[40.7848986,-73.9801425],"All Angels Church"],"main_pivot_8":[[40.7848986,-73.9801425],"All Angels Church"],"main_pivot_9":[[40.7854233,-73.9806061],"Calhoun School"],"main_pivot_10":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_11":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_12":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_13":[[40.7843929,-73.9801402],"First Baptist Church"],"main_pivot_14":[[40.7854233,-73.9806061],"Calhoun School"],"main_pivot_15":[[40.78375,-73.9781176],"ice cream"],"near_pivot":[[40.78375,-73.9781176],"ice cream"],"around_goal_pivot_1":[[40.7828887,-73.9788161],"pharmacy"],"around_goal_pivot_2":[[40.7836583,-73.9790891],"Goodwill"],"around_goal_pivot_3":[[40.7839823,-73.9791632],"DSW"],"around_goal_pivot_4":[[40.7834515,-73.9794764],"cafe"],"around_goal_pivot_5":[[40.7837556,-73.9792824],"pub"],"around_goal_pivot_6":[[40.7844481,-73.9776492],"bar"],"around_goal_pivot_7":[[40.7831335,-73.9788877],"parking lot"],"around_goal_pivot_8":[[40.7826339,-73.9788346],"telephone"],"around_goal_pivot_9":[[40.7831121,-73.9788357],"alcohol shop"],"around_goal_pivot_10":[[40.7844132,-73.9776748],"laundry shop"]}} +{"rvs_sample_number":240,"content":"I'm buying some gin at the alcohol shop on the south side of West 37th Street. You can walk up here in about five minutes. There is an attraction catty-corner of me.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7552804,-73.9951761],"key":7307,"region":"Manhattan","rvs_start_point":[40.7525017,-73.9946509],"landmarks":{"end_point":[[40.7552804,-73.9951761],"alcohol shop"],"start_point":[[40.7525017,-73.9946509],"fast food restaurant"],"main_pivot":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_2":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_3":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_4":[[40.7526394,-73.9941495],"The New Yorker"],"main_pivot_5":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_6":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_7":[[40.7526394,-73.9941495],"The New Yorker"],"main_pivot_8":[[40.7526394,-73.9941495],"The New Yorker"],"main_pivot_9":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_10":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_11":[[40.7526394,-73.9941495],"The New Yorker"],"main_pivot_12":[[40.7530825,-73.9952033],"West Side Jewish Center"],"main_pivot_13":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_14":[[40.7526394,-73.9941495],"The New Yorker"],"main_pivot_15":[[40.7552441,-73.9945593],"attraction"],"near_pivot":[[40.7552441,-73.9945593],"attraction"],"beyond_pivot":[[40.7560775,-73.996449],"restaurant"],"around_goal_pivot_1":[[40.7535434,-73.9970542],"church"],"around_goal_pivot_2":[[40.7531288,-73.9961373],"electronics shop"],"around_goal_pivot_3":[[40.7568576,-73.9972051],"pharmacy"],"around_goal_pivot_4":[[40.7560657,-73.9977508],"gas station"],"around_goal_pivot_5":[[40.7562377,-73.9931074],"Candlewood Suites"],"around_goal_pivot_6":[[40.7537552,-73.9929683],"T-Mobile"],"around_goal_pivot_7":[[40.7560408,-73.9919002],"Independent"],"around_goal_pivot_8":[[40.7567361,-73.9929518],"Hilton"],"around_goal_pivot_9":[[40.7534014,-73.9940412],"EVEN Hotels"],"around_goal_pivot_10":[[40.7563541,-73.9924988],"Four Points by Sheraton"]}} +{"rvs_sample_number":183,"content":"I am in a restaurant along Madison Avenue directly opposite the school across the same street\/avenue.","rvs_path":"data\/geodata\/manhattan_samples_v12.gpkg","rvs_goal_point":[40.7657768,-73.9700287],"key":7308,"region":"Manhattan","rvs_start_point":[40.7592598199,-73.9805479045],"landmarks":{"end_point":[[40.7657768,-73.9700287],"restaurant"],"start_point":[[40.7592598199,-73.9805479045],"bakery shop"],"main_pivot":[[40.7588238,-73.9800507],"Simon and Schuster Building"],"main_pivot_2":[[40.762169,-73.9744371],"USPS"],"main_pivot_3":[[40.7634987,-73.9733735],"745 Fifth Avenue"],"near_pivot":[[40.7657234,-73.9696896],"school"],"beyond_pivot":[[40.7672108,-73.9689646],"Loro Diana"],"around_goal_pivot_1":[[40.7647513,-73.9709644],"Barneys New York"],"around_goal_pivot_2":[[40.7667793,-73.9688985],"Chanel"],"around_goal_pivot_3":[[40.7666543,-73.971125],"post box"]}} +{"rvs_sample_number":297,"content":"Head west on Grand Street until you reach Duarte Square. Head south then head west on the next crossing street. Continue heading west on this street until you get to Canal Park. Once you get to Canal Park, head west all the way to the water. Head south along the water until you reach Pier 32 viewpoint. If you reach the Twister, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.7248651,-74.0118605],"key":7309,"region":"Manhattan","rvs_start_point":[40.718456,-73.9957056],"landmarks":{"end_point":[[40.7248651,-74.0118605],"viewpoint"],"start_point":[[40.718456,-73.9957056],"bicycle shop"],"main_pivot":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_2":[[40.7228823,-74.0052957],"Duarte Square"],"main_pivot_3":[[40.7197034,-73.9981392],"240 Centre Street"],"main_pivot_4":[[40.7197034,-73.9981392],"240 Centre Street"],"main_pivot_5":[[40.7228823,-74.0052957],"Duarte Square"],"main_pivot_6":[[40.7228823,-74.0052957],"Duarte Square"],"main_pivot_7":[[40.7222827242,-74.0061744766],"Albert Capsouto Park"],"main_pivot_8":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_9":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_10":[[40.7228823,-74.0052957],"Duarte Square"],"main_pivot_11":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_12":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_13":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_14":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_15":[[40.7255586,-74.0116726],"bench"],"near_pivot":[[40.7255586,-74.0116726],"bench"],"around_goal_pivot_1":[[40.7252276,-74.0108384],"park"],"around_goal_pivot_2":[[40.7260683,-74.0123763],"viewpoint"],"around_goal_pivot_3":[[40.723669,-74.0109673],"parking entrance"],"around_goal_pivot_4":[[40.7257692,-74.0115691],"waste basket"],"around_goal_pivot_5":[[40.7257269,-74.0116381],"bicycle parking"],"around_goal_pivot_6":[[40.7257973,-74.011593],"drinking water"]}} +{"rvs_sample_number":241,"content":"Let's park our bikes at the bicycle parking just north of East 78th Street. It's a ways north of you on the same street that you're on. We can hit the bakery to the southeast after we park the bikes.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7728364,-73.9552681],"key":7310,"region":"Manhattan","rvs_start_point":[40.7652569,-73.9600266],"landmarks":{"end_point":[[40.7728364,-73.9552681],"bicycle parking"],"start_point":[[40.7652569,-73.9600266],"bicycle parking"],"main_pivot":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_2":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_3":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_4":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_5":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_6":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_7":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_8":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_9":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_10":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_11":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_12":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_13":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_14":[[40.7649594934,-73.9596178588],"67th Street Library"],"main_pivot_15":[[40.7722806,-73.9549444],"bakery shop"],"near_pivot":[[40.7722806,-73.9549444],"bakery shop"],"around_goal_pivot_1":[[40.7736034352,-73.9563289134],"library"],"around_goal_pivot_2":[[40.7722471,-73.952094],"church"],"around_goal_pivot_3":[[40.7731405,-73.9583584],"Fidelity"],"around_goal_pivot_4":[[40.7722802,-73.9586505],"two bicycle parkings"],"around_goal_pivot_5":[[40.7739526,-73.9577773],"Ricky's NYC"],"around_goal_pivot_6":[[40.7725856,-73.9527862],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_8":[[40.7704296,-73.954429],"Ace Hardware"],"around_goal_pivot_9":[[40.77171,-73.9528893],"ice cream"],"around_goal_pivot_10":[[40.7713982,-73.9536162],"dentist's office"]}} +{"rvs_sample_number":224,"content":"Go to Bing Garden southwest of you. Head towards the seashore to West Street. Then go south until you see Perry St restaurant. Continue for one more block and turn west. At the end of the last block facing the sea, you will see Bing Garden. ","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.733903008,-74.0106214687],"key":7311,"region":"Manhattan","rvs_start_point":[40.7388839,-73.9928839],"landmarks":{"end_point":[[40.733903008,-74.0106214687],"garden"],"start_point":[[40.7388839,-73.9928839],"bicycle parking"],"main_pivot":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7353583,-74.0038569],"Carrie Bradshaw's house"],"main_pivot_4":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_5":[[40.7345357,-74.00163],"Julius"],"main_pivot_6":[[40.7353583,-74.0038569],"Carrie Bradshaw's house"],"main_pivot_7":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_8":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_9":[[40.7345357,-74.00163],"Julius"],"main_pivot_10":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_11":[[40.7345357,-74.00163],"Julius"],"main_pivot_12":[[40.7347593,-73.9990296],"Jefferson Market Library"],"main_pivot_13":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_14":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_15":[[40.7341123,-74.0108645],"drinking water"],"near_pivot":[[40.7341123,-74.0108645],"drinking water"],"around_goal_pivot_1":[[40.7331308,-74.0114969],"park"],"around_goal_pivot_2":[[40.7344402,-74.0098339],"restaurant"],"around_goal_pivot_3":[[40.732509,-74.0107372],"fountain"],"around_goal_pivot_4":[[40.7332559,-74.0110715],"shelter"],"around_goal_pivot_5":[[40.7331727,-74.0106841],"cafe"],"around_goal_pivot_6":[[40.732968,-74.0106301],"toilets"],"around_goal_pivot_7":[[40.7328488,-74.0100082],"bicycle shop"]}} +{"rvs_sample_number":229,"content":"Head southeast of you, go about 2 blocks to 2nd Avenue. Turn right (heading Southwest on it). You'll pass by St. Vartan Cathedral, and Estonian House (they are across the ave from each other there). Once you pass the pharmacy on your left, on the next block, you'll find me at the bar there that also serves charcuterie.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7418537,-73.9777299],"key":7312,"region":"Manhattan","rvs_start_point":[40.7489459,-73.9762839],"landmarks":{"end_point":[[40.7418537,-73.9777299],"bar"],"start_point":[[40.7489459,-73.9762839],"shoe repair shop"],"main_pivot":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_2":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_3":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_4":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_5":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_6":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_7":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_8":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_9":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_10":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_11":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_12":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_13":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_14":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_15":[[40.7413163,-73.9780726],"pharmacy"],"near_pivot":[[40.7413163,-73.9780726],"pharmacy"],"around_goal_pivot_1":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_2":[[40.7406794,-73.9779082],"park"],"around_goal_pivot_3":[[40.7425206,-73.9770677],"pharmacy"],"around_goal_pivot_4":[[40.7427456,-73.9769046],"bank"],"around_goal_pivot_5":[[40.7430506,-73.9773706],"Verizon Wireless"],"around_goal_pivot_6":[[40.7426278,-73.9769796],"Sherwin-Williams"],"around_goal_pivot_7":[[40.7432244,-73.9772502],"H&R Block"],"around_goal_pivot_8":[[40.742909,-73.9770606],"bicycle rental"],"around_goal_pivot_9":[[40.7417747,-73.9787232],"fire station"],"around_goal_pivot_10":[[40.7430648,-73.977948],"church"]}} +{"rvs_sample_number":181,"content":"Meet me at the restaurant one block to the west of you. Head west past Five Guys and then turn south in front of the ice cream shop. The restaurant will be right past the ice cream shop in the middle of the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7370625,-73.9973172],"key":7313,"region":"Manhattan","rvs_start_point":[40.736274,-73.994694],"landmarks":{"end_point":[[40.7370625,-73.9973172],"restaurant"],"start_point":[[40.736274,-73.994694],"clinic"],"main_pivot":[[40.7366319,-73.9946211],"Guitar Center"],"main_pivot_2":[[40.7366319,-73.9946211],"Guitar Center"],"main_pivot_3":[[40.7363908,-73.9940787],"Goodwill"],"main_pivot_4":[[40.7366568,-73.995605],"Party City"],"main_pivot_5":[[40.7366568,-73.995605],"Party City"],"main_pivot_6":[[40.7369057,-73.9962778],"Five Guys"],"main_pivot_7":[[40.7369057,-73.9962778],"Five Guys"],"main_pivot_8":[[40.7369057,-73.9962778],"Five Guys"],"main_pivot_9":[[40.7366319,-73.9946211],"Guitar Center"],"main_pivot_10":[[40.7366568,-73.995605],"Party City"],"main_pivot_11":[[40.7378693,-73.9967494],"McDonald's"],"main_pivot_12":[[40.7378693,-73.9967494],"McDonald's"],"main_pivot_13":[[40.7366568,-73.995605],"Party City"],"main_pivot_14":[[40.7363908,-73.9940787],"Goodwill"],"main_pivot_15":[[40.7372064,-73.9971718],"ice cream"],"near_pivot":[[40.7372064,-73.9971718],"ice cream"],"beyond_pivot":[[40.737447,-73.9994576],"school"],"around_goal_pivot_1":[[40.7360128,-73.9981157],"pharmacy"],"around_goal_pivot_2":[[40.7359028,-73.9981581],"bank"],"around_goal_pivot_3":[[40.7366568,-73.995605],"Party City"],"around_goal_pivot_4":[[40.7360542,-73.9975253],"AT&T"],"around_goal_pivot_5":[[40.7379758,-73.997829],"YMCA"],"around_goal_pivot_6":[[40.7362114,-73.9966243],"hotel"],"around_goal_pivot_7":[[40.7372558,-73.9961526],"spa"],"around_goal_pivot_8":[[40.7363417,-73.9962903],"social facility"],"around_goal_pivot_9":[[40.7362953,-73.9961508],"art centre"],"around_goal_pivot_10":[[40.7362018,-73.9964897],"theatre"]}} +{"rvs_sample_number":104,"content":"I'm at some fast food restaurant north of you on the water. It's just north of Pumphouse Park and west of the world trade center. ","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7127626776,-74.0158929415],"key":7314,"region":"Manhattan","rvs_start_point":[40.704216864,-74.017360425],"landmarks":{"end_point":[[40.7127626776,-74.0158929415],"fast food restaurant"],"start_point":[[40.704216864,-74.017360425],"garden"],"main_pivot":[[40.705622,-74.01717],"Millennium Point"],"main_pivot_2":[[40.711019,-74.0142702],"National September 11 Memorial & Museum"],"main_pivot_3":[[40.703695,-74.0169641],"Castle Clinton"],"main_pivot_4":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_5":[[40.711019,-74.0142702],"National September 11 Memorial & Museum"],"main_pivot_6":[[40.703695,-74.0169641],"Castle Clinton"],"main_pivot_7":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_8":[[40.711019,-74.0142702],"National September 11 Memorial & Museum"],"main_pivot_9":[[40.711019,-74.0142702],"National September 11 Memorial & Museum"],"main_pivot_10":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_11":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_12":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_13":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_14":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_15":[[40.7126489,-74.0159549],"fast food restaurant"],"near_pivot":[[40.7126489,-74.0159549],"fast food restaurant"],"around_goal_pivot_1":[[40.7120735,-74.0161706],"park"],"around_goal_pivot_2":[[40.7121643,-74.0150269],"pharmacy"],"around_goal_pivot_3":[[40.711512,-74.015756],"bicycle rental"],"around_goal_pivot_4":[[40.7120482,-74.0166595],"historic memorial"],"around_goal_pivot_5":[[40.713932,-74.0164953],"cafe"],"around_goal_pivot_6":[[40.7137763,-74.0161159],"restaurant"],"around_goal_pivot_7":[[40.7126436,-74.0148534],"parking entrance"],"around_goal_pivot_8":[[40.7120433,-74.0167893],"dog park"],"around_goal_pivot_9":[[40.7120821,-74.0172244],"playground"],"around_goal_pivot_10":[[40.7121371,-74.0175878],"pitch"]}} +{"rvs_sample_number":371,"content":"Meet me on the northeast of you at the bench on West 62th Street, directly across the street from an arts centre\r\nand west of a hotel.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.771439,-73.9845609],"key":7315,"region":"Manhattan","rvs_start_point":[40.7607512,-73.9944217],"landmarks":{"end_point":[[40.771439,-73.9845609],"bench"],"start_point":[[40.7607512,-73.9944217],"alcohol shop"],"main_pivot":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_2":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_3":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_4":[[40.7697689,-73.9880829],"John Jay College of Criminal Justice"],"main_pivot_5":[[40.7697689,-73.9880829],"John Jay College of Criminal Justice"],"main_pivot_6":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_7":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_8":[[40.76329,-73.9925971],"Hells Kitchen Park"],"main_pivot_9":[[40.76329,-73.9925971],"Hells Kitchen Park"],"main_pivot_10":[[40.76329,-73.9925971],"Hells Kitchen Park"],"main_pivot_11":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_12":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_13":[[40.7697689,-73.9880829],"Mount Sinai West"],"main_pivot_14":[[40.76329,-73.9925971],"Hells Kitchen Park"],"main_pivot_15":[[40.7716112005,-73.9843950147],"arts centre"],"near_pivot":[[40.7716112005,-73.9843950147],"arts centre"],"around_goal_pivot_1":[[40.7697689,-73.9880829],"college"],"around_goal_pivot_2":[[40.7700780839,-73.9851352424],"historic building"],"around_goal_pivot_3":[[40.7723048,-73.9875717],"music school"],"around_goal_pivot_4":[[40.7732287,-73.9847509],"library"],"around_goal_pivot_5":[[40.7714576,-73.9875807],"3 waste disposals"],"around_goal_pivot_6":[[40.7713382,-73.9830118],"hotel"],"around_goal_pivot_7":[[40.7734488,-73.9835741],"cinema"],"around_goal_pivot_8":[[40.7695673,-73.9833752],"post office"],"around_goal_pivot_9":[[40.7696619,-73.9826249],"2 universities"],"around_goal_pivot_10":[[40.7722154,-73.9818926],"Lululemon"]}} +{"rvs_sample_number":367,"content":"I'm at the Korean fast food restaurant on the north side of East 31st Street. It is just over four blocks from the river (if the street went all the way through).","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7446972,-73.9813002],"key":7316,"region":"Manhattan","rvs_start_point":[40.7581196,-73.9889244],"landmarks":{"end_point":[[40.7446972,-73.9813002],"fast food restaurant"],"start_point":[[40.7581196,-73.9889244],"fast food restaurant"],"main_pivot":[[40.757685,-73.9878023],"Sardi's"],"main_pivot_2":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_3":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_4":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_5":[[40.7561308,-73.9865711],"Times Square Ball"],"main_pivot_6":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_7":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_8":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_9":[[40.7568897,-73.9878729],"Times Square Theater"],"main_pivot_10":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_11":[[40.7579513,-73.9884358],"St. James Theatre"],"main_pivot_12":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_13":[[40.7579513,-73.9884358],"St. James Theatre"],"main_pivot_14":[[40.7566325,-73.9872553],"New Victory Theater"],"main_pivot_15":[[40.7439651,-73.98198],"church"],"near_pivot":[[40.7439651,-73.98198],"church"],"beyond_pivot":[[40.7446538,-73.9801757],"doctors"],"around_goal_pivot_1":[[40.7442676,-73.9784222],"2 schools"],"around_goal_pivot_2":[[40.7438353,-73.9801259],"library"],"around_goal_pivot_3":[[40.7445787,-73.9799908],"three dentist's offices"],"around_goal_pivot_4":[[40.7445973,-73.9799777],"2 dentist's offices"],"around_goal_pivot_5":[[40.7428294,-73.9821376],"supermarket"],"around_goal_pivot_6":[[40.7459118,-73.9834662],"two hotels"],"around_goal_pivot_7":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_8":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7440283,-73.9790589],"Trader Joe's"],"around_goal_pivot_10":[[40.7448022,-73.979026],"Jenny Craig"]}} +{"rvs_sample_number":41,"content":"I'm sitting on a bench looking at the water. Walk along West 26th and then another block west. Come quick. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7510489,-74.0087875],"key":7317,"region":"Manhattan","rvs_start_point":[40.7493473,-73.9921822],"landmarks":{"end_point":[[40.7510489,-74.0087875],"bench"],"start_point":[[40.7493473,-73.9921822],"atm"],"main_pivot":[[40.7505364,-73.995675],"Touro College"],"main_pivot_2":[[40.7505364,-73.995675],"Touro College"],"main_pivot_3":[[40.7497724721,-74.001022729],"Chelsea Park"],"main_pivot_4":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_5":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_6":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_7":[[40.7510321473,-74.0059710975],"Starrett-Lehigh Building"],"main_pivot_8":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_9":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_10":[[40.7510321473,-74.0059710975],"Starrett-Lehigh Building"],"main_pivot_11":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_12":[[40.7504743459,-74.0029403397],"The High Line"],"main_pivot_13":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_14":[[40.7504743459,-74.0029403397],"The High Line"],"main_pivot_15":[[40.7510758,-74.0087777],"drinking water"],"near_pivot":[[40.7510758,-74.0087777],"drinking water"],"around_goal_pivot_1":[[40.7494423,-74.0059445],"museum"],"around_goal_pivot_2":[[40.7487925,-74.010092],"shelter"],"around_goal_pivot_3":[[40.749192,-74.0078197],"2 gardens"],"around_goal_pivot_4":[[40.7524247,-74.0097119],"restaurant"],"around_goal_pivot_5":[[40.7485097,-74.0084177],"toilets"],"around_goal_pivot_6":[[40.7523006,-74.0094145],"pub"],"around_goal_pivot_7":[[40.7491823,-74.00709],"two playgrounds"],"around_goal_pivot_8":[[40.7513331,-74.0063215],"community centre"],"around_goal_pivot_9":[[40.7499877594,-74.0086456033],"two gardens"],"around_goal_pivot_10":[[40.7506824,-74.0059313],"books shop"]}} +{"rvs_sample_number":117,"content":"Meet me at the bakery southeast of you on 8th Avenue. It's a block and a half southwest of The Row Hotel. The bus station is southwest of the bakery across the intersection there.","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7574417,-73.989378],"key":7318,"region":"Manhattan","rvs_start_point":[40.7613761,-73.9906947],"landmarks":{"end_point":[[40.7574417,-73.989378],"bakery shop"],"start_point":[[40.7613761,-73.9906947],"restaurant"],"main_pivot":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_2":[[40.7586841,-73.9878932],"Bernard B. Jacobs Theatre"],"main_pivot_3":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_4":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_5":[[40.7586841,-73.9878932],"Bernard B. Jacobs Theatre"],"main_pivot_6":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_7":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_8":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_9":[[40.758539,-73.9886308],"The Row Hotel"],"main_pivot_10":[[40.7599239,-73.9884821],"St. Luke's Church"],"main_pivot_11":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_12":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_13":[[40.7586841,-73.9878932],"Bernard B. Jacobs Theatre"],"main_pivot_14":[[40.7599239,-73.9884821],"St. Luke's Church"],"main_pivot_15":[[40.7571812,-73.9900333],"bus station"],"near_pivot":[[40.7571812,-73.9900333],"bus station"],"beyond_pivot":[[40.7556101732,-73.9882345411],"theatre"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7589424,-73.9868945],"Mariott"],"around_goal_pivot_3":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_4":[[40.7595017,-73.9914437],"cinema"],"around_goal_pivot_5":[[40.7589841,-73.9908851],"playground"],"around_goal_pivot_6":[[40.7578457,-73.9916244],"post office"],"around_goal_pivot_7":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_8":[[40.755786,-73.9886561],"Hampton"],"around_goal_pivot_9":[[40.756593,-73.9867931],"AT&T"],"around_goal_pivot_10":[[40.756473,-73.9921975],"Four Points by Sheraton"]}} +{"rvs_sample_number":40,"content":"Meet me at a restaurant on Carmine Street. There are several restaurants on this particular block but I'm at the one that's on the northwest corner of the block (aka southeast (mostly east) part of the intersection. On the block across the street and to the east is a place of worship. Probably the best way to get there from where you are at is take the road that heads south (and a little west) and you'll pass Burbin Museum of Art keep going and off to the other side you'll pass an NYC LGBT Community Center and keep going and you'll eventually hit Greenwich Village but again keep going and you'll pass Jekyll and Hyde Club then a library and right when the road changes names Carmen will be the cross street and head east and I'm at the next intersection again it's the restaurant on the southeast corner.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.72978,-74.0037432],"key":7319,"region":"Manhattan","rvs_start_point":[40.7445117391,-73.9959598259],"landmarks":{"end_point":[[40.72978,-74.0037432],"restaurant"],"start_point":[[40.7445117391,-73.9959598259],"library"],"main_pivot":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_2":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_3":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_4":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_5":[[40.7339799,-74.0022501],"Stonewalll Inn State Historic Site"],"main_pivot_6":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_7":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_8":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_9":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_10":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_11":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_12":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_13":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_14":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_15":[[40.7302919334,-74.00295269],"church"],"near_pivot":[[40.7302919334,-74.00295269],"church"],"beyond_pivot":[[40.7302827,-74.0029477],"place_of_worship"],"around_goal_pivot_1":[[40.7304534,-74.0013399],"university"],"around_goal_pivot_2":[[40.7296592,-74.0061005],"three benches"],"around_goal_pivot_3":[[40.7300856,-74.0052553],"library"],"around_goal_pivot_4":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_5":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_6":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_7":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_8":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_9":[[40.7297476,-74.0060857],"two benches"],"around_goal_pivot_10":[[40.72806,-74.0056962],"post office"]}} +{"rvs_sample_number":139,"content":"Meet me at the park on Bleecker Street. It's near the intersection where three streets cross. It's on the west side of the intersection. An alcohol shop is on the same block to the west of me.","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.729870677,-74.0024010308],"key":7320,"region":"Manhattan","rvs_start_point":[40.7209153,-73.9897956],"landmarks":{"end_point":[[40.729870677,-74.0024010308],"park"],"start_point":[[40.7209153,-73.9897956],"money transfer"],"main_pivot":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_2":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_3":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_6":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_7":[[40.7283941,-73.9997973],"Mill House No.1"],"main_pivot_8":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_9":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_10":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_11":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_12":[[40.7280243169,-73.9988629727],"New York University"],"main_pivot_13":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_14":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_15":[[40.7293554,-74.0017849],"school"],"near_pivot":[[40.7293554,-74.0017849],"school"],"beyond_pivot":[[40.7299538,-74.0031563],"alcohol"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_3":[[40.7298505,-74.0051507],"library"],"around_goal_pivot_4":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_5":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_6":[[40.7287623,-74.0055412],"HSBC"],"around_goal_pivot_8":[[40.7322601,-74.0033462],"two restaurants"],"around_goal_pivot_9":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_10":[[40.7304709,-74.0007447],"charging station"]}} +{"rvs_sample_number":13,"content":"Meet me at an ice rink northeast of you at a park on 6th Avenue. Just north of it is 6 fountains. West of the ice rink is a historic reservoir and southeast of it is 3 gardens.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7537767,-73.9843491],"key":7321,"region":"Manhattan","rvs_start_point":[40.7409272,-73.9956062],"landmarks":{"end_point":[[40.7537767,-73.9843491],"ice rink"],"start_point":[[40.7409272,-73.9956062],"bicycle parking"],"main_pivot":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_2":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_3":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_4":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_5":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_6":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_7":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_8":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_9":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_11":[[40.7501745,-73.988051],"Macy's"],"main_pivot_12":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_13":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_14":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_15":[[40.7539605,-73.9841598],"6 fountains"],"near_pivot":[[40.7539605,-73.9841598],"6 fountains"],"beyond_pivot":[[40.7545385,-73.9840441],"cafe"],"around_goal_pivot_1":[[40.7530645,-73.9831243],"3 gardens"],"around_goal_pivot_2":[[40.7531609,-73.9817235],"five fountains"],"around_goal_pivot_3":[[40.7528852,-73.9819038],"5 fountains"],"around_goal_pivot_4":[[40.7525994,-73.9821236],"3 gardens"],"around_goal_pivot_5":[[40.7528901,-73.9819098],"4 fountains"],"around_goal_pivot_6":[[40.7543018,-73.9824604],"college"],"around_goal_pivot_7":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_8":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_9":[[40.7531519,-73.9817102],"four fountains"],"around_goal_pivot_10":[[40.7551989,-73.9826489],"Independent"]}} +{"rvs_sample_number":278,"content":"Come see me at the gift shop east of 7th Avenue. Kay jewelers is on this block, northeast. Verizon Wireless is also on this block to the far east. ","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7504717,-73.9907283],"key":7322,"region":"Manhattan","rvs_start_point":[40.7551314,-73.9910921],"landmarks":{"end_point":[[40.7504717,-73.9907283],"gift shop"],"start_point":[[40.7551314,-73.9910921],"alcohol shop"],"main_pivot":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_2":[[40.7545497,-73.9882838],"Midtown Comics"],"main_pivot_3":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_4":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_5":[[40.7545497,-73.9882838],"Midtown Comics"],"main_pivot_6":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_7":[[40.7545497,-73.9882838],"Midtown Comics"],"main_pivot_8":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_9":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_10":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_11":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_12":[[40.7545497,-73.9882838],"Midtown Comics"],"main_pivot_13":[[40.7545497,-73.9882838],"Midtown Comics"],"main_pivot_14":[[40.7540862,-73.9879933],"World Apparel Center"],"main_pivot_15":[[40.7514764,-73.9900847],"Macy's"],"near_pivot":[[40.7514764,-73.9900847],"Macy's"],"around_goal_pivot_1":[[40.7496559,-73.9897373],"mall"],"around_goal_pivot_2":[[40.7505022,-73.9925924],"attraction"],"around_goal_pivot_3":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_4":[[40.7506209,-73.9875074],"two bicycle parkings"],"around_goal_pivot_5":[[40.7498559,-73.9883655],"Verizon Wireless"],"around_goal_pivot_6":[[40.7489517,-73.9892683],"GNC"],"around_goal_pivot_7":[[40.7491232,-73.9887148],"LensCrafters"],"around_goal_pivot_8":[[40.7518028,-73.9921114],"7-Eleven"],"around_goal_pivot_9":[[40.7516149,-73.9909921],"Renaissance"],"around_goal_pivot_10":[[40.7503248,-73.9895033],"Kay Jewelers"]}} +{"rvs_sample_number":15,"content":"Go northwest to Broome Street, and head west passing San Lorenzo Ruiz Chapel and Kate Spade New York. Meet me at the southwest corner of the next intersection at the clothes shop.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7225053,-74.0016144],"key":7323,"region":"Manhattan","rvs_start_point":[40.7131883881,-73.99476435],"landmarks":{"end_point":[[40.7225053,-74.0016144],"clothes shop"],"start_point":[[40.7131883881,-73.99476435],"church"],"main_pivot":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_2":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_3":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_4":[[40.7221776979,-74.0000844772],"New Era Building"],"main_pivot_5":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_6":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_7":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_8":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_9":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_10":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_11":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_12":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_13":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_14":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.7230556,-74.0011111],"historic district"],"near_pivot":[[40.7230556,-74.0011111],"historic district"],"beyond_pivot":[[40.7214506,-74.0016036],"cafe"],"around_goal_pivot_1":[[40.7217683,-74.0030317],"museum"],"around_goal_pivot_2":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_3":[[40.7231069,-74.0007663],"Patagonia"],"around_goal_pivot_4":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_5":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_6":[[40.7235312,-74.0004583],"Saint Laurent"],"around_goal_pivot_7":[[40.721651,-74.0001884],"TJ Maxx"],"around_goal_pivot_8":[[40.7233032,-74.0009234],"Burton"],"around_goal_pivot_9":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_10":[[40.7216548,-74.0023474],"bicycle rental"]}} +{"rvs_sample_number":379,"content":"Meet me at the garden off the end of the Battery Park Underpass right where the Battery Gardens restaurant is. You'll need to go about 10 blocks south after going west to get on the first street that heads south. You'll have to merge onto the underpass when heading south and just follow it until it ends.","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7011484434,-74.0152275345],"key":7324,"region":"Manhattan","rvs_start_point":[40.7108357418,-74.0135455617],"landmarks":{"end_point":[[40.7011484434,-74.0152275345],"garden"],"start_point":[[40.7108357418,-74.0135455617],"garden"],"main_pivot":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_2":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_3":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_4":[[40.7098589,-74.014527],"90 West Street"],"main_pivot_5":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_6":[[40.7091559,-74.0140856],"Washington Street Plaza"],"main_pivot_7":[[40.7098589,-74.014527],"90 West Street"],"main_pivot_8":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_9":[[40.7107473422,-74.0142799045],"Liberty Street Bridge"],"main_pivot_10":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_11":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_12":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_13":[[40.7102598,-74.0133322],"St. Nicholas Greek Orthodox Church"],"main_pivot_14":[[40.7032907872,-74.0164721907],"Castle Clinton"],"main_pivot_15":[[40.7011575,-74.0151566],"restaurant"],"near_pivot":[[40.7011575,-74.0151566],"restaurant"],"beyond_pivot":[[40.7016357,-74.0143101],"playground"],"around_goal_pivot_1":[[40.7032907872,-74.0164721907],"historic fort"],"around_goal_pivot_2":[[40.7027551,-74.0169141],"three gardens"],"around_goal_pivot_3":[[40.7023052,-74.0165393],"3 benches"],"around_goal_pivot_4":[[40.7026613,-74.0168638],"three benches"],"around_goal_pivot_5":[[40.7023248,-74.0160386],"two gardens"],"around_goal_pivot_6":[[40.7022198,-74.0132098],"three benches"],"around_goal_pivot_7":[[40.701485,-74.0132488],"atm"],"around_goal_pivot_8":[[40.702934,-74.013678],"twenty-three benches"],"around_goal_pivot_9":[[40.7022572,-74.0164624],"three gardens"],"around_goal_pivot_10":[[40.702679,-74.0138371],"15 benches"]}} +{"rvs_sample_number":145,"content":"Let's grab a bite at the restaurant on the south side of Bleeker Street, about a half block before it curves northward. It is just east of a school.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7292524,-74.0016278],"key":7325,"region":"Manhattan","rvs_start_point":[40.7389382,-73.9896466],"landmarks":{"end_point":[[40.7292524,-74.0016278],"restaurant"],"start_point":[[40.7389382,-73.9896466],"cafe"],"main_pivot":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_2":[[40.730322,-74.0003624],"Caffe Reggio"],"main_pivot_3":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_4":[[40.735389157,-73.9917238214],"Lincoln Building"],"main_pivot_5":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_6":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_7":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_8":[[40.730175,-74.0004463],"Comedy Cellar"],"main_pivot_9":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_10":[[40.735389157,-73.9917238214],"Lincoln Building"],"main_pivot_11":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_12":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_13":[[40.735389157,-73.9917238214],"Lincoln Building"],"main_pivot_14":[[40.735389157,-73.9917238214],"Lincoln Building"],"main_pivot_15":[[40.7293554,-74.0017849],"school"],"near_pivot":[[40.7293554,-74.0017849],"school"],"beyond_pivot":[[40.7298011,-74.0022932],"park"],"around_goal_pivot_1":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_2":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_3":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_4":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_5":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_6":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_7":[[40.7290495,-73.9992861],"post office"],"around_goal_pivot_8":[[40.7267604,-74.0014567],"arts centre"],"around_goal_pivot_9":[[40.7302318,-74.0021693],"fountain"],"around_goal_pivot_10":[[40.7281064,-74.0032465],"fire station"]}} +{"rvs_sample_number":161,"content":"Meet me on the northeast of you at the cinema on the north side of West 23rd Street, to the northwest of a hostel and southeast of Capital One bank.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7460456,-73.9998605],"key":7326,"region":"Manhattan","rvs_start_point":[40.735053,-74.0059043],"landmarks":{"end_point":[[40.7460456,-73.9998605],"cinema"],"start_point":[[40.735053,-74.0059043],"cafe"],"main_pivot":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_2":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_5":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_6":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_7":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_12":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_13":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_14":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_15":[[40.7456733,-73.9997589],"hostel"],"near_pivot":[[40.7456733,-73.9997589],"hostel"],"beyond_pivot":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_1":[[40.7437958,-74.0017594],"church"],"around_goal_pivot_2":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_3":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_4":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_5":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_6":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_7":[[40.7466555,-73.9972211],"7-Eleven"],"around_goal_pivot_8":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_10":[[40.7456359,-73.9984752],"Dunkin' Donuts"]}} +{"rvs_sample_number":101,"content":"Meet me at Pret A Manger sandwich restaurant located on the north side of East 51st street. Lotte Hotels is on the opposite block, west side. ","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.7581003,-73.9739104],"key":7327,"region":"Manhattan","rvs_start_point":[40.7462735,-73.9775415],"landmarks":{"end_point":[[40.7581003,-73.9739104],"fast food restaurant"],"start_point":[[40.7462735,-73.9775415],"bicycle parking"],"main_pivot":[[40.7521079,-73.9757187],"Grand Hyatt New York"],"main_pivot_2":[[40.7512666,-73.9760151],"Socony-Mobil Building"],"main_pivot_3":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_4":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_5":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_6":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_7":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_8":[[40.7552243,-73.9748945],"277 Park Avenue"],"main_pivot_9":[[40.7548828,-73.9733846],"The Lexington"],"main_pivot_10":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_11":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_12":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_13":[[40.7521079,-73.9757187],"Grand Hyatt New York"],"main_pivot_14":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_15":[[40.7580907,-73.9744299],"Lotte Hotels & Resorts"],"near_pivot":[[40.7580907,-73.9744299],"Lotte Hotels & Resorts"],"beyond_pivot":[[40.7581131,-73.974725],"cafe"],"around_goal_pivot_1":[[40.7583629,-73.9757496],"cathedral"],"around_goal_pivot_2":[[40.7555818,-73.9727139],"Marriott"],"around_goal_pivot_3":[[40.7581275,-73.9764501],"Saks Fifth Avenue"],"around_goal_pivot_4":[[40.7591463,-73.9768817],"attraction"],"around_goal_pivot_5":[[40.7601987,-73.9750918],"park"],"around_goal_pivot_6":[[40.7561317,-73.9736733],"InterContinental"],"around_goal_pivot_7":[[40.7567611,-73.9720207],"DoubleTree"],"around_goal_pivot_8":[[40.7604987,-73.9755253],"Microsoft Store"],"around_goal_pivot_9":[[40.75944,-73.9768001],"Victoria's Secret"],"around_goal_pivot_10":[[40.7599404,-73.975951],"Salvatore Ferragamo"]}} +{"rvs_sample_number":32,"content":"Meet me at a restaurant east of you on the south side of East 57th Street. A department store shop is east of it on the same street. Northeast of this restaurant is two fast food restaurants and a Dig fast food.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7610242,-73.9697542],"key":7328,"region":"Manhattan","rvs_start_point":[40.76136525,-73.97964395],"landmarks":{"end_point":[[40.7610242,-73.9697542],"restaurant"],"start_point":[[40.76136525,-73.97964395],"fountain"],"main_pivot":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_2":[[40.7619661,-73.9734636],"590 Madison Avenue"],"main_pivot_3":[[40.7616048,-73.9721709],"432 Park Avenue"],"main_pivot_4":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_5":[[40.7625717,-73.9740478],"Tiffany & Company"],"main_pivot_6":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_7":[[40.7622462,-73.9753198],"Fifth Avenue Presbyterian Church"],"main_pivot_8":[[40.762549,-73.9752999],"712 Fifth Avenue"],"main_pivot_9":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_10":[[40.762549,-73.9752999],"712 Fifth Avenue"],"main_pivot_11":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_12":[[40.7628768,-73.9780253],"Love"],"main_pivot_13":[[40.7622462,-73.9753198],"Fifth Avenue Presbyterian Church"],"main_pivot_14":[[40.7616048,-73.9721709],"432 Park Avenue"],"main_pivot_15":[[40.7611929,-73.9688024],"two fast food restaurants"],"near_pivot":[[40.7611929,-73.9688024],"two fast food restaurants"],"beyond_pivot":[[40.7611419,-73.9688217],"fast_food"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.759787,-73.970695],"synagogue"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7590651,-73.9703026],"post office"],"around_goal_pivot_5":[[40.7619166,-73.9724337],"Oliver Peoples"],"around_goal_pivot_6":[[40.7614327,-73.9668873],"The Home Depot"],"around_goal_pivot_7":[[40.7625009,-73.9724139],"Fendi"],"around_goal_pivot_8":[[40.7621956,-73.9683817],"Banana Republic"],"around_goal_pivot_9":[[40.7624232,-73.9682627],"Zara"],"around_goal_pivot_10":[[40.7610894,-73.9730309],"The Walking Company"]}} +{"rvs_sample_number":267,"content":"Head north on the same avenue you're on until you reach 42nd street, then just look to the right on that street and you'll see me at the garden there. Less than a block south you'll see Seven Fountains. A memorial lies to the east.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7544912657,-73.9838114473],"key":7329,"region":"Manhattan","rvs_start_point":[40.7477844,-73.9894176],"landmarks":{"end_point":[[40.7544912657,-73.9838114473],"garden"],"start_point":[[40.7477844,-73.9894176],"kiosk shop"],"main_pivot":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_2":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_3":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_4":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_5":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_6":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_7":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_8":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_9":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_10":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_11":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_12":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_13":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_14":[[40.7501745,-73.988051],"Macy's"],"main_pivot_15":[[40.7540049,-73.9841445],"seven fountains"],"near_pivot":[[40.7540049,-73.9841445],"seven fountains"],"beyond_pivot":[[40.7540704,-73.983093],"memorial"],"around_goal_pivot_1":[[40.7532238294,-73.9827776014],"library"],"around_goal_pivot_2":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_3":[[40.7525028,-73.9819286],"four gardens"],"around_goal_pivot_4":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_7":[[40.7536187,-73.9847156],"2 gardens"],"around_goal_pivot_8":[[40.7554687,-73.9851576],"Verizon Wireless"],"around_goal_pivot_9":[[40.7544852,-73.9814677],"Allen Edmonds"],"around_goal_pivot_10":[[40.7551246,-73.9863365],"Foot Locker"]}} +{"rvs_sample_number":234,"content":"Come to the pizza fast food restaurant west of University place. It is close to the south corner and I can see a park east of here. ","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7347668,-73.9922972],"key":7330,"region":"Manhattan","rvs_start_point":[40.7199835,-73.9985488],"landmarks":{"end_point":[[40.7347668,-73.9922972],"fast food restaurant"],"start_point":[[40.7199835,-73.9985488],"restaurant"],"main_pivot":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_2":[[40.7202377,-73.9980004],"240 Centre Street"],"main_pivot_3":[[40.7202377,-73.9980004],"240 Centre Street"],"main_pivot_4":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_5":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_6":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_7":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_8":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_9":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_10":[[40.7295073998,-73.9932804302],"NoHo Historic District"],"main_pivot_11":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_12":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_13":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_14":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_15":[[40.7347904,-73.9905721],"park"],"near_pivot":[[40.7347904,-73.9905721],"park"],"beyond_pivot":[[40.7352566,-73.991609],"park"],"around_goal_pivot_1":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_2":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_3":[[40.7352914,-73.9894585],"theatre"],"around_goal_pivot_4":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_5":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_6":[[40.7354971,-73.9894291],"Raymour & Flanigan"],"around_goal_pivot_7":[[40.735574,-73.9941308],"2 universities"],"around_goal_pivot_8":[[40.7366319,-73.9946211],"Guitar Center"],"around_goal_pivot_9":[[40.7343059,-73.9902653],"Nordstrom Rack"],"around_goal_pivot_10":[[40.7346281,-73.9897516],"FedEx Office"]}} +{"rvs_sample_number":8,"content":"I will be waiting at Uncle Johnny supermarket on Avenue D. It is on the same block and north of China Work fast food restaurant. ","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7224555,-73.9771378],"key":7331,"region":"Manhattan","rvs_start_point":[40.7215736,-73.9930301],"landmarks":{"end_point":[[40.7224555,-73.9771378],"supermarket"],"start_point":[[40.7215736,-73.9930301],"ice cream"],"main_pivot":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_2":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_3":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_4":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_5":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_6":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_7":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_8":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_9":[[40.7203417526,-73.9805949094],"Hamilton Fish Park"],"main_pivot_10":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_11":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_12":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_13":[[40.7197764,-73.9787533],"Baruch Houses"],"main_pivot_14":[[40.7197764,-73.9787533],"Baruch Houses"],"main_pivot_15":[[40.722117,-73.9773685],"fast food restaurant"],"near_pivot":[[40.722117,-73.9773685],"fast food restaurant"],"beyond_pivot":[[40.7229921,-73.9799547],"Citi Bike"],"around_goal_pivot_1":[[40.7236831,-73.9789326],"bar"],"around_goal_pivot_2":[[40.7248962,-73.9780558],"fast food restaurant"],"around_goal_pivot_3":[[40.7248218,-73.9779373],"police station"],"around_goal_pivot_4":[[40.7237397,-73.9802085],"community centre"],"around_goal_pivot_5":[[40.721615,-73.9800434],"clinic"],"around_goal_pivot_6":[[40.725095,-73.97785],"cafe"],"around_goal_pivot_7":[[40.7218222,-73.980295],"nightclub"],"around_goal_pivot_8":[[40.7225383,-73.979784],"music venue"],"around_goal_pivot_9":[[40.7206076,-73.9784628],"dentist's office"],"around_goal_pivot_10":[[40.7217280682,-73.9738634646],"track"]}} +{"rvs_sample_number":112,"content":"Meet me at Shake Shack by the corner south of West 36th street. TD bank is on the other corner by the west. ","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7513742,-73.9878729],"key":7332,"region":"Manhattan","rvs_start_point":[40.7399728,-73.985663],"landmarks":{"end_point":[[40.7513742,-73.9878729],"fast food restaurant"],"start_point":[[40.7399728,-73.985663],"bicycle parking"],"main_pivot":[[40.7412827,-73.989507],"Flatiron Building"],"main_pivot_2":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_3":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_4":[[40.7398095,-73.9850921],"Gramercy Theatre"],"main_pivot_5":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_6":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_7":[[40.7396327,-73.9854274],"122 East 23rd Street"],"main_pivot_8":[[40.7412336,-73.9875569],"Met Life Tower"],"main_pivot_9":[[40.7396327,-73.9854274],"122 East 23rd Street"],"main_pivot_10":[[40.7396327,-73.9854274],"122 East 23rd Street"],"main_pivot_11":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_12":[[40.7412336,-73.9875569],"Met Life Tower"],"main_pivot_13":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_14":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_15":[[40.7506611,-73.987958],"Macy's"],"near_pivot":[[40.7506611,-73.987958],"Macy's"],"beyond_pivot":[[40.752085,-73.9895832],"bank"],"around_goal_pivot_1":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_3":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_4":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_5":[[40.7514912,-73.9905063],"pharmacy"],"around_goal_pivot_6":[[40.7504584,-73.9861685],"Holiday Inn Express"],"around_goal_pivot_7":[[40.7508753,-73.9909693],"Modell's Sporting Goods"],"around_goal_pivot_8":[[40.7491932,-73.986829],"Fossil"],"around_goal_pivot_9":[[40.74908,-73.9864875],"Timberland"],"around_goal_pivot_10":[[40.7495763,-73.9867312],"Zara"]}} +{"rvs_sample_number":385,"content":"Get yourself on East 32nd street and meet me at the beauty shop close to the west corner on the south side of the street. You will see a hotel on the same block.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7469383,-73.9852274],"key":7333,"region":"Manhattan","rvs_start_point":[40.7554094986,-73.9880763339],"landmarks":{"end_point":[[40.7469383,-73.9852274],"beauty shop"],"start_point":[[40.7554094986,-73.9880763339],"hostel"],"main_pivot":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_2":[[40.7556742,-73.9879306],"New Amsterdam Theatre"],"main_pivot_3":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_4":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_5":[[40.7553207,-73.9863599],"The Knickerbocker Hotel"],"main_pivot_6":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_7":[[40.7560674,-73.9880468],"Candler Building"],"main_pivot_8":[[40.7560674,-73.9880468],"Candler Building"],"main_pivot_9":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_10":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_11":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_12":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_13":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_14":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_15":[[40.7475255,-73.9861232],"ice cream"],"near_pivot":[[40.7475255,-73.9861232],"ice cream"],"beyond_pivot":[[40.7466304,-73.984595],"hotel"],"around_goal_pivot_1":[[40.748341,-73.9880295],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_3":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_4":[[40.7484398,-73.9856926],"fourteen towers"],"around_goal_pivot_6":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_7":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_9":[[40.7490968,-73.9857462],"Zumiez"],"around_goal_pivot_10":[[40.7480531,-73.9841627],"WeWork"]}} +{"rvs_sample_number":310,"content":"Head east and you'll find me at the bike parking on York Avenue. It's on the west side of the street and a block south of the auction shop.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7657268,-73.9546716],"key":7334,"region":"Manhattan","rvs_start_point":[40.769173,-73.9629989],"landmarks":{"end_point":[[40.7657268,-73.9546716],"bicycle parking"],"start_point":[[40.769173,-73.9629989],"bicycle parking"],"main_pivot":[[40.7679464,-73.9601779],"Lenox Hill Station Post Office"],"main_pivot_2":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_3":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_4":[[40.7679464,-73.9601779],"Lenox Hill Station Post Office"],"main_pivot_5":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_6":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_7":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_8":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_9":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_10":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_11":[[40.7679464,-73.9601779],"Lenox Hill Station Post Office"],"main_pivot_12":[[40.7679464,-73.9601779],"Lenox Hill Station Post Office"],"main_pivot_13":[[40.7686479419,-73.9622893145],"New York School of Interior Design"],"main_pivot_14":[[40.7679464,-73.9601779],"Lenox Hill Station Post Office"],"main_pivot_15":[[40.766174,-73.9540328],"auction shop"],"near_pivot":[[40.766174,-73.9540328],"auction shop"],"around_goal_pivot_1":[[40.765541,-73.9568592],"church"],"around_goal_pivot_2":[[40.7640434675,-73.9527705273],"water"],"around_goal_pivot_3":[[40.7682088,-73.95462],"hotel"],"around_goal_pivot_4":[[40.7658471,-73.9576536],"ice cream"],"around_goal_pivot_5":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_6":[[40.7651325,-73.9580265],"bicycle rental"],"around_goal_pivot_7":[[40.7652725,-73.9575747],"atm"],"around_goal_pivot_8":[[40.7650482,-73.9564046],"research institute"],"around_goal_pivot_9":[[40.7665508,-73.951897],"parking lot"],"around_goal_pivot_10":[[40.7656699,-73.9577912],"beverages shop"]}} +{"rvs_sample_number":378,"content":"Travel north to Union Square west where we'll meet at the drinking water in the park area, southwest of the marketplace and northeast of the Reebok store.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7361173,-73.990487],"key":7335,"region":"Manhattan","rvs_start_point":[40.7206682,-73.9899466],"landmarks":{"end_point":[[40.7361173,-73.990487],"drinking water"],"start_point":[[40.7206682,-73.9899466],"pub"],"main_pivot":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_2":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_3":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_4":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_5":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_6":[[40.7279762001,-73.9914456777],"NoHo Historic District"],"main_pivot_7":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_8":[[40.7258764,-73.992203],"Bouwerie Lane Theatre"],"main_pivot_9":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_10":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_11":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_14":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_15":[[40.7366628,-73.9896696],"marketplace"],"near_pivot":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_1":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_2":[[40.7365586,-73.988794],"W Hotels"],"around_goal_pivot_3":[[40.7373803,-73.9899304],"Scotch & Soda"],"around_goal_pivot_4":[[40.7354318,-73.9917629],"Reebok"],"around_goal_pivot_5":[[40.7347925,-73.9913589],"Whole Foods Market"],"around_goal_pivot_6":[[40.7376133,-73.9900037],"fresh"],"around_goal_pivot_7":[[40.736844,-73.9893271],"Sephora"],"around_goal_pivot_8":[[40.7370112,-73.9897674],"AT&T"],"around_goal_pivot_9":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_10":[[40.733493228,-73.9900295214],"Hyatt"]}} +{"rvs_sample_number":129,"content":"Meet me at the Citi BIke rental on Allen Street just north of the Flix Bus stop. Take the highway you are on east until you are underneat the manhattan bridge. Don't take the bridge there's another road that goes in a more north direction and that road will eventually turn into Allen Street and the bike rental is about two blocks after the road changes names.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7160587,-73.9919076],"key":7336,"region":"Manhattan","rvs_start_point":[40.7050856056,-74.0042193913],"landmarks":{"end_point":[[40.7160587,-73.9919076],"bicycle rental"],"start_point":[[40.7050856056,-74.0042193913],"garden"],"main_pivot":[[40.7057505,-74.0029056],"South Street Seaport"],"main_pivot_2":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_3":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_4":[[40.705449,-74.0026235],"Ambrose"],"main_pivot_5":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_6":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_7":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_8":[[40.7057505,-74.0029056],"South Street Seaport"],"main_pivot_9":[[40.7054582,-74.0035066],"Helen McAllister"],"main_pivot_10":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_12":[[40.7055356,-74.0033758],"Wavertree"],"main_pivot_13":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_14":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_15":[[40.7156266,-73.9918664],"FlixBus"],"near_pivot":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_1":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_2":[[40.7172511,-73.9894777],"three schools"],"around_goal_pivot_3":[[40.7142627814,-73.994266409],"bridge"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"around_goal_pivot_6":[[40.7147223,-73.9895149],"3 benches"],"around_goal_pivot_7":[[40.7145368,-73.9890421],"three gardens"],"around_goal_pivot_8":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_9":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_10":[[40.7153978,-73.9947308],"clock"]}} +{"rvs_sample_number":35,"content":"Meet me at the fast food restaurant on the east side of 2nd Avenue. The library is a half block to the north and the food court is to my northwest.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7283131,-73.9876333],"key":7337,"region":"Manhattan","rvs_start_point":[40.732993025,-73.9778750366],"landmarks":{"end_point":[[40.7283131,-73.9876333],"fast food restaurant"],"start_point":[[40.732993025,-73.9778750366],"parking space"],"main_pivot":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_2":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_3":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_4":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_5":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_6":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_7":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_8":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_9":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_10":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_11":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_12":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_13":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_14":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_15":[[40.7288916,-73.9876546],"library"],"near_pivot":[[40.7288916,-73.9876546],"library"],"beyond_pivot":[[40.7279733,-73.9883791],"restaurant"],"around_goal_pivot_1":[[40.7307629,-73.986301],"cinema"],"around_goal_pivot_2":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_3":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_4":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_5":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_6":[[40.7273461,-73.9850116],"attraction"],"around_goal_pivot_7":[[40.7291092,-73.9892131],"food court"],"around_goal_pivot_8":[[40.7263308,-73.9882179],"two benches"],"around_goal_pivot_9":[[40.7266719,-73.9878328],"police station"],"around_goal_pivot_10":[[40.7294836,-73.9864276],"post office"]}} +{"rvs_sample_number":294,"content":"Go northeast about a dozen blocks. As you go north up Avenue B you will pass B Cup Cafe. Meet me at the restaurant on the corner just before the housing projects, next to Aura Cleaners.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7292279,-73.9780148],"key":7338,"region":"Manhattan","rvs_start_point":[40.7250202,-73.9941301],"landmarks":{"end_point":[[40.7292279,-73.9780148],"restaurant"],"start_point":[[40.7250202,-73.9941301],"bicycle parking"],"main_pivot":[[40.7271894659,-73.9803875756],"Tompkins Square Library"],"main_pivot_2":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_3":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_4":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_5":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_6":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_7":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_8":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_9":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_10":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_11":[[40.7271894659,-73.9803875756],"Tompkins Square Library"],"main_pivot_12":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_13":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_14":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_15":[[40.7285623,-73.9783526],"park"],"near_pivot":[[40.7285623,-73.9783526],"park"],"around_goal_pivot_1":[[40.728638,-73.9792703],"clinic"],"around_goal_pivot_2":[[40.7299894,-73.9776897],"6 parking spaces"],"around_goal_pivot_3":[[40.7297217,-73.9791649],"kindergarten"],"around_goal_pivot_4":[[40.7296252,-73.9789436],"Sally Beauty"],"around_goal_pivot_5":[[40.727977,-73.978587],"bicycle rental"],"around_goal_pivot_6":[[40.728413,-73.9789264],"bar"],"around_goal_pivot_7":[[40.7303405,-73.9786427],"2 gardens"],"around_goal_pivot_8":[[40.7282563,-73.9790922],"fast food restaurant"],"around_goal_pivot_9":[[40.7286956,-73.9787601],"cafe"],"around_goal_pivot_10":[[40.7287584,-73.9789081],"church"]}} +{"rvs_sample_number":246,"content":"Let's do some shopping at the clothes shop. Head east through the park, and then north a few blocks. There is a museum on the the block just south of the clothes shop. The museum is on the south side of 71st on its western most side. The clothes shop is on the north side of 71st on its eastern most side (on the block). ","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7712673,-73.966008],"key":7339,"region":"Manhattan","rvs_start_point":[40.7718619,-73.9824384],"landmarks":{"end_point":[[40.7712673,-73.966008],"clothes shop"],"start_point":[[40.7718619,-73.9824384],"bench"],"main_pivot":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_2":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_3":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_4":[[40.770193,-73.9725659],"Robert Burns"],"main_pivot_5":[[40.7721253959,-73.9827988365],"Lincoln Center for the Performing Arts"],"main_pivot_6":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_7":[[40.7714121,-73.9824319],"The Empire Hotel"],"main_pivot_8":[[40.770193,-73.9725659],"Robert Burns"],"main_pivot_9":[[40.7693608,-73.977694],"Umpire Rock"],"main_pivot_10":[[40.7714121,-73.9824319],"The Empire Hotel"],"main_pivot_11":[[40.7701407,-73.9723395],"Walter Scott"],"main_pivot_12":[[40.7697989,-73.9723702],"William Shakespeare"],"main_pivot_13":[[40.7721253959,-73.9827988365],"Lincoln Center for the Performing Arts"],"main_pivot_14":[[40.7701407,-73.9723395],"Walter Scott"],"main_pivot_15":[[40.7716336,-73.9674367],"museum"],"near_pivot":[[40.7716336,-73.9674367],"museum"],"around_goal_pivot_1":[[40.7736376,-73.9674237],"water"],"around_goal_pivot_2":[[40.772478,-73.9647432],"church"],"around_goal_pivot_3":[[40.7690072,-73.9650561],"college"],"around_goal_pivot_4":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_5":[[40.7700521,-73.965721],"gallery"],"around_goal_pivot_6":[[40.7702962,-73.9663107],"Prada"],"around_goal_pivot_7":[[40.7696792,-73.9671782],"Dolce & Gabbana"],"around_goal_pivot_8":[[40.7692531,-73.9670957],"Max Mara"],"around_goal_pivot_9":[[40.7733779,-73.9644617],"Apple Store"],"around_goal_pivot_10":[[40.7696159,-73.9672168],"Jil Sander"]}} +{"rvs_sample_number":109,"content":"Let's sit on the bench that is in the south part of the peninsula and is found on the very short alley, called exchange alley. It's northeast of a park. In the park are a couple of benches in it's southwest portion.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7069772,-74.0130665],"key":7340,"region":"Manhattan","rvs_start_point":[40.7160717,-73.9994196],"landmarks":{"end_point":[[40.7069772,-74.0130665],"bench"],"start_point":[[40.7160717,-73.9994196],"massage shop"],"main_pivot":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_2":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_3":[[40.7127281,-74.0060152],"New York"],"main_pivot_4":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_5":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_6":[[40.7145932,-74.0020722],"New York State Supreme Court"],"main_pivot_7":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_8":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_9":[[40.7151836,-74.0018934],"Louis J. Lefkowitz State Office Building"],"main_pivot_10":[[40.7086979,-74.0104294],"Marine Midland Building"],"main_pivot_11":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_12":[[40.7161100659,-74.0000961016],"Columbus Park"],"main_pivot_13":[[40.7161100659,-74.0000961016],"Columbus Park"],"main_pivot_14":[[40.7145932,-74.0020722],"New York State Supreme Court"],"main_pivot_15":[[40.7067348,-74.0137657],"park"],"near_pivot":[[40.7067348,-74.0137657],"park"],"around_goal_pivot_1":[[40.7078096,-74.0118885],"church"],"around_goal_pivot_2":[[40.7073923,-74.0112489],"stock exchange"],"around_goal_pivot_3":[[40.7090359,-74.0135506],"W Hotels"],"around_goal_pivot_4":[[40.7079432,-74.0137633],"museum"],"around_goal_pivot_5":[[40.7083095,-74.013925],"chapel"],"around_goal_pivot_6":[[40.7087265,-74.0106877],"2 bicycle parkings"],"around_goal_pivot_7":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_8":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_9":[[40.7065965,-74.0142428],"two benches"],"around_goal_pivot_10":[[40.7047334,-74.0114054],"atm"]}} +{"rvs_sample_number":174,"content":"Meet me at the clothes shop on the west side of Orchard Street. It's right next to Self Edge, on the south side.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.720887,-73.9889462],"key":7341,"region":"Manhattan","rvs_start_point":[40.730856875,-73.9759559743],"landmarks":{"end_point":[[40.720887,-73.9889462],"clothes shop"],"start_point":[[40.730856875,-73.9759559743],"parking space"],"main_pivot":[[40.7271894659,-73.9803875756],"Tompkins Square Library"],"main_pivot_2":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_3":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_4":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_5":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_6":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_7":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_8":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_9":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_10":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_11":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_12":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_13":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_14":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_15":[[40.7209296,-73.988926],"Self Edge"],"near_pivot":[[40.7209296,-73.988926],"Self Edge"],"beyond_pivot":[[40.7203508,-73.9898809],"Citi Bike"],"around_goal_pivot_2":[[40.7220656,-73.988105],"two restaurants"],"around_goal_pivot_3":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_4":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_5":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_8":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_9":[[40.720009,-73.991158],"community centre"],"around_goal_pivot_10":[[40.7195856,-73.9908359],"bus station"]}} +{"rvs_sample_number":102,"content":"Meet me at the restaurant on 9th Avenue located southwest of you. Heading south on the street, you will see Westside Theatre and then B&H Photo Video. There is Church of the Holy Apostles located one block before the destination. You will pass a park and a school after the church. Then the destination is at the end of the next block. If you see a dry cleaning shop, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7479759,-74.0005778],"key":7342,"region":"Manhattan","rvs_start_point":[40.7592714,-73.9880841],"landmarks":{"end_point":[[40.7479759,-74.0005778],"restaurant"],"start_point":[[40.7592714,-73.9880841],"restaurant"],"main_pivot":[[40.7581298,-73.9923025],"The Orion"],"main_pivot_2":[[40.7581298,-73.9923025],"The Orion"],"main_pivot_3":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_4":[[40.7493322,-73.9990082],"Church of the Holy Apostles"],"main_pivot_5":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_6":[[40.7581298,-73.9923025],"The Orion"],"main_pivot_7":[[40.758254,-73.9909049],"Holy Cross Church"],"main_pivot_8":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_9":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_10":[[40.7588871,-73.9879687],"John Golden Theatre"],"main_pivot_11":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_12":[[40.758254,-73.9909049],"Holy Cross Church"],"main_pivot_13":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_14":[[40.7588871,-73.9879687],"John Golden Theatre"],"main_pivot_15":[[40.7486051,-73.9999924],"school"],"near_pivot":[[40.7486051,-73.9999924],"school"],"around_goal_pivot_1":[[40.7491633,-73.9995922],"park"],"around_goal_pivot_2":[[40.7478835,-73.998975],"playground"],"around_goal_pivot_3":[[40.7467841,-74.0016172],"cafe"],"around_goal_pivot_4":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_5":[[40.7471473,-74.0005212],"restaurant"],"around_goal_pivot_6":[[40.7482028,-73.9991339],"parking lot"],"around_goal_pivot_7":[[40.7474038,-74.0012704],"bicycle parking"],"around_goal_pivot_8":[[40.74712,-74.0011738],"supermarket"],"around_goal_pivot_9":[[40.7478672,-73.9995409],"2 gardens"],"around_goal_pivot_10":[[40.7472452,-74.0004723],"dry cleaning shop"]}} +{"rvs_sample_number":385,"content":"Meet me at the cafe south of you on Pile Street. A museum is east of it. Fairfield Inn & Suites is south of the cafe.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7146071,-73.9924298],"key":7343,"region":"Manhattan","rvs_start_point":[40.7268339,-73.9906675],"landmarks":{"end_point":[[40.7146071,-73.9924298],"cafe"],"start_point":[[40.7268339,-73.9906675],"beauty shop"],"main_pivot":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_2":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_5":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_6":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_7":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_8":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_9":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_10":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_11":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_12":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_13":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_14":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_15":[[40.7147577,-73.993294],"museum"],"near_pivot":[[40.7147577,-73.993294],"museum"],"around_goal_pivot_1":[[40.7137653717,-73.9939918689],"bridge"],"around_goal_pivot_2":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_3":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_4":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_5":[[40.7165969,-73.9908729],"museum"],"around_goal_pivot_6":[[40.7142509,-73.9893997],"two gardens"],"around_goal_pivot_7":[[40.7149286,-73.9895524],"two benches"],"around_goal_pivot_8":[[40.7153696,-73.9892524],"marketplace"],"around_goal_pivot_9":[[40.7145922,-73.9892245],"2 gardens"],"around_goal_pivot_10":[[40.7164454,-73.9949186],"prep school"]}} +{"rvs_sample_number":15,"content":"Meet me at a hotel south of you on the east side of Mulberry Street. A Roman Catholic Church is half a block south of it. The Mott Optical Group is to the northeast of this hotel and a fountain is to its southwest.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7152139594,-73.9993672147],"key":7344,"region":"Manhattan","rvs_start_point":[40.7278045,-73.997996],"landmarks":{"end_point":[[40.7152139594,-73.9993672147],"hotel"],"start_point":[[40.7278045,-73.997996],"community centre"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_3":[[40.7269538627,-73.9965474009],"NoHo Historic District"],"main_pivot_4":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_5":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_6":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_7":[[40.7184479,-73.9976239],"Umberto\u2019s Clam House"],"main_pivot_8":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_9":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_10":[[40.7237654,-73.9954042],"Saint Patrick's Old Cathedral"],"main_pivot_11":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_12":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_13":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_14":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.7146951,-73.9992196],"church"],"near_pivot":[[40.7146951,-73.9992196],"church"],"beyond_pivot":[[40.7147385,-73.9999931],"fountain"],"around_goal_pivot_1":[[40.714686,-73.9980383],"two hairdresser shops"],"around_goal_pivot_2":[[40.7170431453,-73.9985526642],"historic neighbourhood"],"around_goal_pivot_3":[[40.7145002,-74.0002479],"four benches"],"around_goal_pivot_4":[[40.7173313,-74.0009106],"historic building"],"around_goal_pivot_5":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_6":[[40.7171151,-73.99811],"3 jewelry shops"],"around_goal_pivot_7":[[40.7167646,-73.9971353],"3 jewelry shops"],"around_goal_pivot_8":[[40.7146734,-74.0024874],"square"],"around_goal_pivot_9":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_10":[[40.7156683,-73.9983254],"Mott Optical Group"]}} +{"rvs_sample_number":37,"content":"Go southeast and meet me at the cafe right by Stuyvesant Oval, just east of the garden off of First Avenue Loop.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7319081565,-73.9789711817],"key":7345,"region":"Manhattan","rvs_start_point":[40.7420497,-73.9894131],"landmarks":{"end_point":[[40.7319081565,-73.9789711817],"cafe"],"start_point":[[40.7420497,-73.9894131],"clock"],"main_pivot":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_2":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_3":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_4":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_5":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_6":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_7":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_8":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_9":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_10":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_11":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_12":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_13":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_14":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_15":[[40.7323452,-73.97896],"park"],"near_pivot":[[40.7323452,-73.97896],"park"],"beyond_pivot":[[40.7321868,-73.9801801],"garden"],"around_goal_pivot_1":[[40.7329349,-73.9778754],"9 parking spaces"],"around_goal_pivot_2":[[40.7320325,-73.9778157],"fountain"],"around_goal_pivot_3":[[40.7312282,-73.9806216],"bench"],"around_goal_pivot_4":[[40.7311089,-73.9794887],"seven parking spaces"],"around_goal_pivot_5":[[40.7327772,-73.9777322],"4 parking spaces"],"around_goal_pivot_6":[[40.7314268,-73.9805161],"track"],"around_goal_pivot_9":[[40.7311535,-73.9789642],"5 parking spaces"],"around_goal_pivot_10":[[40.7311579,-73.9790572],"6 parking spaces"]}} +{"rvs_sample_number":305,"content":"I am waiting at the Italian restaurant by the corner of the block on 9th Avenue. You can see Rite Aid pharmacy on the next block, northeast.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7450122,-74.0021429],"key":7346,"region":"Manhattan","rvs_start_point":[40.7395494,-73.9830602],"landmarks":{"end_point":[[40.7450122,-74.0021429],"restaurant"],"start_point":[[40.7395494,-73.9830602],"dry cleaning shop"],"main_pivot":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_2":[[40.7443742,-73.9968175],"Hotel Chelsea"],"main_pivot_3":[[40.7412974,-73.9895293],"Flatiron Building"],"main_pivot_4":[[40.7413,-73.9871615],"Met Life Tower"],"main_pivot_5":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_6":[[40.7412974,-73.9895293],"Flatiron Building"],"main_pivot_7":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_8":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_9":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_10":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_11":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_12":[[40.741064,-73.9866012],"Metropolitan Life Insurance Company Tower"],"main_pivot_13":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_14":[[40.7407647,-73.9881127],"One Madison"],"main_pivot_15":[[40.7455643,-74.0017197],"pharmacy"],"near_pivot":[[40.7455643,-74.0017197],"pharmacy"],"around_goal_pivot_1":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_2":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_3":[[40.7464182189,-74.0040062183],"park"],"around_goal_pivot_4":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_5":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_6":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_7":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.7455005,-74.0000828],"hostel"],"around_goal_pivot_9":[[40.7430791,-74.0031523],"clinic"],"around_goal_pivot_10":[[40.7459665,-74.0014362],"pub"]}} +{"rvs_sample_number":327,"content":"Meet me at a bicycle parking south of you on the corner of Henry Street. About a block west of it is a Catholic Church, three benches and two benches. North of this bicycle parking is a New York Public Library.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7135823,-73.9885616],"key":7347,"region":"Manhattan","rvs_start_point":[40.7262819,-73.9880844],"landmarks":{"end_point":[[40.7135823,-73.9885616],"bicycle parking"],"start_point":[[40.7262819,-73.9880844],"bench"],"main_pivot":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_2":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_5":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_6":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_7":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_8":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_9":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_10":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_11":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.7143377,-73.9886158],"library"],"near_pivot":[[40.7143377,-73.9886158],"library"],"around_goal_pivot_1":[[40.713649,-73.9903234],"church"],"around_goal_pivot_2":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_3":[[40.7158089,-73.987045],"bank"],"around_goal_pivot_4":[[40.7140617,-73.9915244],"studio"],"around_goal_pivot_5":[[40.7148517,-73.9895236],"fountain"],"around_goal_pivot_6":[[40.7153696,-73.9892524],"marketplace"],"around_goal_pivot_7":[[40.7135564,-73.9899307],"three benches"],"around_goal_pivot_8":[[40.7118964,-73.9902464],"recycling"],"around_goal_pivot_9":[[40.7135085,-73.989841],"two benches"],"around_goal_pivot_10":[[40.7154518,-73.989076],"shelter"]}} +{"rvs_sample_number":75,"content":"Go northeast and meet me at the clinic on the south side of east 23rd street, north of a shelter and east of Church of the Epiphany. It's the clinic nearest the corner.","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.7368952,-73.9790601],"key":7348,"region":"Manhattan","rvs_start_point":[40.7288026,-73.9898013],"landmarks":{"end_point":[[40.7368952,-73.9790601],"clinic"],"start_point":[[40.7288026,-73.9898013],"copyshop shop"],"main_pivot":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_2":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_3":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_4":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_5":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_6":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_7":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_8":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_9":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_10":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_11":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_12":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_13":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_14":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_15":[[40.736502,-73.9780947],"bicycle rental"],"near_pivot":[[40.736502,-73.9780947],"bicycle rental"],"around_goal_pivot_1":[[40.7362253,-73.976099],"three benches"],"around_goal_pivot_2":[[40.7379875,-73.981966],"library"],"around_goal_pivot_3":[[40.7362533,-73.9760826],"two benches"],"around_goal_pivot_4":[[40.7368045,-73.982553],"police station"],"around_goal_pivot_5":[[40.7377291,-73.9812724],"pub"],"around_goal_pivot_6":[[40.7387685,-73.9773087],"dentist's office"],"around_goal_pivot_7":[[40.7358485,-73.9788859],"shelter"],"around_goal_pivot_8":[[40.7384537,-73.9775577],"vending machine"],"around_goal_pivot_9":[[40.7381734,-73.9773875],"college"],"around_goal_pivot_10":[[40.7355352,-73.9797556],"cafe"]}} +{"rvs_sample_number":45,"content":"Meet me at the bench northeast of your location. Head east until you get to 9th Avenue. Head north from there. Keep going until you see a post office box. Your destination is two blocks north on the other side of the street at the corner of the intersection. It just southwest of a Bed Bath & Beyond in the middle of the intersection.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7718903,-73.9824383],"key":7349,"region":"Manhattan","rvs_start_point":[40.764885,-73.9980903],"landmarks":{"end_point":[[40.7718903,-73.9824383],"bench"],"start_point":[[40.764885,-73.9980903],"bicycle parking"],"main_pivot":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_2":[[40.7723048,-73.9875717],"The American Musical and Dramatic Academy"],"main_pivot_3":[[40.7728645249,-73.9856184839],"Damrosch Park"],"main_pivot_4":[[40.7713782506,-73.9908319275],"West 59th Street Generating Station"],"main_pivot_5":[[40.7723048,-73.9875717],"The American Musical and Dramatic Academy"],"main_pivot_6":[[40.7728300555,-73.9854959046],"Metropolitan Opera House"],"main_pivot_7":[[40.7676934662,-73.9948054436],"DeWitt Clinton Park"],"main_pivot_8":[[40.7716133,-73.9904508],"John Jay College of Criminal Justice"],"main_pivot_9":[[40.7713782506,-73.9908319275],"West 59th Street Generating Station"],"main_pivot_10":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_11":[[40.7723048,-73.9875717],"The American Musical and Dramatic Academy"],"main_pivot_12":[[40.7716133,-73.9904508],"John Jay College of Criminal Justice"],"main_pivot_13":[[40.7716133,-73.9904508],"John Jay College of Criminal Justice"],"main_pivot_14":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_15":[[40.7728838069,-73.9856696981],"arts centre"],"near_pivot":[[40.7728838069,-73.9856696981],"arts centre"],"around_goal_pivot_1":[[40.7728300555,-73.9854959046],"theatre"],"around_goal_pivot_2":[[40.7714732,-73.983545],"four benches"],"around_goal_pivot_3":[[40.7727091,-73.9816717],"cafe"],"around_goal_pivot_4":[[40.7713459,-73.9836305],"five benches"],"around_goal_pivot_5":[[40.7713015,-73.9835163],"4 benches"],"around_goal_pivot_6":[[40.7726156,-73.981905],"Bed Bath & Beyond"],"around_goal_pivot_7":[[40.7725562,-73.9835751],"attraction"],"around_goal_pivot_8":[[40.7710169,-73.9836225],"post box"],"around_goal_pivot_9":[[40.7731375,-73.9822085],"waste basket"],"around_goal_pivot_10":[[40.7710365,-73.9836062],"telephone"]}} +{"rvs_sample_number":71,"content":"I'm shopping for clothes on Broadway, just a few blocks west of the cathedral and north west of Paper Source stationery. ","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7250409,-73.9973221],"key":7350,"region":"Manhattan","rvs_start_point":[40.7171933,-73.9948713],"landmarks":{"end_point":[[40.7250409,-73.9973221],"Victoria's Secret"],"start_point":[[40.7171933,-73.9948713],"mobile phone shop"],"main_pivot":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_2":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_3":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_4":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_5":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_6":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_7":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_8":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_9":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_12":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_15":[[40.7249368,-73.9973944],"bank"],"near_pivot":[[40.7249368,-73.9973944],"bank"],"beyond_pivot":[[40.7259942,-73.997591],"university"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_3":[[40.7258874,-73.9942403],"theatre"],"around_goal_pivot_4":[[40.7271105,-73.9956094],"two clothes shops"],"around_goal_pivot_5":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_6":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_7":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_8":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_9":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_10":[[40.7228556,-73.9981918],"Paper Source"]}} +{"rvs_sample_number":177,"content":"Meet me at the bicycle parking on west 17th street. It's about five and a half blocks west of you. It's past West Elm but on the other side of the street. It is the last bicycle parking on the south side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v20.gpkg","rvs_goal_point":[40.7401701,-73.9976537],"key":7351,"region":"Manhattan","rvs_start_point":[40.7353705,-73.9858837],"landmarks":{"end_point":[[40.7401701,-73.9976537],"bicycle parking"],"start_point":[[40.7353705,-73.9858837],"beauty shop"],"main_pivot":[[40.7395921,-73.9949579],"Old Navy"],"main_pivot_2":[[40.7353271,-73.9863141],"Washington Irving House"],"main_pivot_3":[[40.7391225,-73.9947326],"Dr. Shawn Khodadadian"],"main_pivot_4":[[40.7388199,-73.9941252],"Futago"],"main_pivot_5":[[40.7370022,-73.9896034],"Starbucks"],"main_pivot_6":[[40.7396323,-73.996068],"Crema"],"main_pivot_7":[[40.7395688,-73.9959132],"da Umberto"],"main_pivot_8":[[40.7394641,-73.995556],"T-Mobile"],"main_pivot_9":[[40.7372903,-73.990456],"Pret A Manger"],"main_pivot_10":[[40.7404947,-73.9980066],"restaurant"],"near_pivot":[[40.7404947,-73.9980066],"restaurant"],"around_goal_pivot_1":[[40.7411005,-73.9970468],"fire station"],"around_goal_pivot_2":[[40.739814,-73.999021],"cafe"],"around_goal_pivot_3":[[40.7391105,-73.9971106],"church"],"around_goal_pivot_4":[[40.7411607,-73.9966191],"fast food restaurant"],"around_goal_pivot_5":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_6":[[40.7396953,-73.9962371],"west elm"],"around_goal_pivot_7":[[40.7394275,-73.9960567],"dry cleaning shop"]}} +{"rvs_sample_number":185,"content":"Take immediate right and follow the way to 77nd street and walk straight you will find The Meatball shop on your right aside then you will find the restaurant at the end of the road.","rvs_path":"data\/geodata\/manhattan_samples_v13.gpkg","rvs_goal_point":[40.7710118,-73.953936],"key":7352,"region":"Manhattan","rvs_start_point":[40.7681528,-73.9678735],"landmarks":{"end_point":[[40.7710118,-73.953936],"restaurant"],"start_point":[[40.7681528,-73.9678735],"jewelry shop"],"main_pivot":[[40.7715896,-73.9560688],"The Meatball Shop"],"main_pivot_2":[[40.7692931,-73.9577451],"La Esquina"],"main_pivot_3":[[40.7715896,-73.9560688],"The Meatball Shop"],"near_pivot":[[40.771128,-73.9533372],"fast food restaurant"],"around_goal_pivot_1":[[40.7704974,-73.952176],"parking lot"],"around_goal_pivot_2":[[40.7716047,-73.9531224],"bicycle parking"],"around_goal_pivot_3":[[40.7716047,-73.9531224],"bicycle parking"]}} +{"rvs_sample_number":351,"content":"Let's get a paper at the Kiosk Shop. Its on West 3rd Street, just before it ends at it's most northwest end, on it's north side. There is a music venue less than half a block to the east of it.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7310659,-74.0011898],"key":7353,"region":"Manhattan","rvs_start_point":[40.7257801,-73.9896238],"landmarks":{"end_point":[[40.7310659,-74.0011898],"kiosk shop"],"start_point":[[40.7257801,-73.9896238],"bicycle parking"],"main_pivot":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_2":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_3":[[40.7302693,-74.0006341],"Comedy Cellar"],"main_pivot_4":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_5":[[40.7302693,-74.0006341],"Comedy Cellar"],"main_pivot_6":[[40.7302693,-74.0006341],"Comedy Cellar"],"main_pivot_7":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_8":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_9":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_10":[[40.7300275,-73.9984077],"Judson Memorial Church"],"main_pivot_11":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_12":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_13":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_14":[[40.7268488,-73.9925249],"FDNY Engine 33\/Ladder 9"],"main_pivot_15":[[40.7308783,-74.0006841],"music venue"],"near_pivot":[[40.7308783,-74.0006841],"music venue"],"beyond_pivot":[[40.7310838,-73.9994369],"park"],"around_goal_pivot_1":[[40.7302693,-74.0006341],"theatre"],"around_goal_pivot_2":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_3":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_4":[[40.731889,-73.998611],"attraction"],"around_goal_pivot_5":[[40.7329503,-73.9997821],"pharmacy"],"around_goal_pivot_7":[[40.7311263,-73.9981237],"2 gardens"],"around_goal_pivot_8":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_10":[[40.730657,-74.0025546],"Verizon Wireless"]}} +{"rvs_sample_number":232,"content":"Go northeast up to West 33rd Street where we'll meet at the french restaurant steps from the Curio Collection by Hilton and west of the attraction. It's on the south side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7486746,-73.9875038],"key":7354,"region":"Manhattan","rvs_start_point":[40.7443406859,-73.994737013],"landmarks":{"end_point":[[40.7486746,-73.9875038],"restaurant"],"start_point":[[40.7443406859,-73.994737013],"parking lot"],"main_pivot":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_2":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_3":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_4":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_5":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_6":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_7":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_8":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_9":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_10":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_11":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_12":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_13":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_14":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_15":[[40.7487055738,-73.9874906791],"Curio Collection by Hilton"],"near_pivot":[[40.7487055738,-73.9874906791],"Curio Collection by Hilton"],"beyond_pivot":[[40.7484833,-73.9864855],"attraction"],"around_goal_pivot_1":[[40.7484273,-73.9856942],"fourteen towers"],"around_goal_pivot_2":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_4":[[40.7499497846,-73.9879245116],"square"],"around_goal_pivot_5":[[40.7489055,-73.9902779],"church"],"around_goal_pivot_6":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_7":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_8":[[40.7490968,-73.9857462],"Zumiez"],"around_goal_pivot_10":[[40.7512172,-73.9879054],"Rituals"]}} +{"rvs_sample_number":287,"content":"I am southeast where East 9th street starts, at Chopt fast food restaurant located by the corner of the block. A university is down south. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7303916,-73.9903911],"key":7355,"region":"Manhattan","rvs_start_point":[40.7327936,-74.0040298],"landmarks":{"end_point":[[40.7303916,-73.9903911],"fast food restaurant"],"start_point":[[40.7327936,-74.0040298],"restaurant"],"main_pivot":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_2":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_3":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_4":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_5":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_6":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_7":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_8":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_9":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_10":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_11":[[40.7343962,-73.9992053],"Jefferson Market Library"],"main_pivot_12":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_13":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_14":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_15":[[40.7295282,-73.9905606],"university"],"near_pivot":[[40.7295282,-73.9905606],"university"],"around_goal_pivot_1":[[40.731708,-73.989317],"nightclub"],"around_goal_pivot_2":[[40.7319289071,-73.9898410498],"post office"],"around_goal_pivot_3":[[40.7322437,-73.9892209],"historic building"],"around_goal_pivot_4":[[40.7278189,-73.9898048],"museum"],"around_goal_pivot_5":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_6":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_7":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_8":[[40.7314382,-73.9905522],"2 schools"],"around_goal_pivot_9":[[40.7290057,-73.9889655],"two vacant shops"],"around_goal_pivot_10":[[40.727834,-73.9907398],"hotel"]}} +{"rvs_sample_number":44,"content":"I am the the bicycle parking close to the water on Hudson River Park. Boat rental is to my north and a community centre is to my southeast. ","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.7703856,-73.9957987],"key":7356,"region":"Manhattan","rvs_start_point":[40.761965,-73.9786125],"landmarks":{"end_point":[[40.7703856,-73.9957987],"bicycle parking"],"start_point":[[40.761965,-73.9786125],"bank"],"main_pivot":[[40.7637743,-73.9828196],"Ed Sullivan Theater"],"main_pivot_2":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_3":[[40.7642028,-73.9826221],"1717 Broadway"],"main_pivot_4":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_5":[[40.7618151985,-73.9784070747],"53W53"],"main_pivot_6":[[40.7617974,-73.9779959],"MoMA"],"main_pivot_7":[[40.7642028,-73.9826221],"1717 Broadway"],"main_pivot_8":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_9":[[40.7614814,-73.9788218],"CBS Building"],"main_pivot_10":[[40.7637743,-73.9828196],"Ed Sullivan Theater"],"main_pivot_11":[[40.7618151985,-73.9784070747],"53W53"],"main_pivot_12":[[40.7644529,-73.9836952],"Studio 54"],"main_pivot_13":[[40.7623926,-73.9788094],"Hilton New York Midtown"],"main_pivot_14":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_15":[[40.7699077,-73.9954753],"community centre"],"near_pivot":[[40.7699077,-73.9954753],"community centre"],"beyond_pivot":[[40.7710701,-73.9954054],"boat_rental"],"around_goal_pivot_1":[[40.7690671652,-73.9947808176],"park"],"around_goal_pivot_2":[[40.7715792,-73.9937946],"cinema"],"around_goal_pivot_3":[[40.7695199,-73.9928089],"nightclub"],"around_goal_pivot_4":[[40.7678523,-73.9957366],"taxi stand"],"around_goal_pivot_5":[[40.771064,-73.9926048],"restaurant"],"around_goal_pivot_6":[[40.7692857,-73.9944793],"car shop"],"around_goal_pivot_7":[[40.7684044,-73.9951238],"playground"],"around_goal_pivot_8":[[40.7716261,-73.9936711],"garden"]}} +{"rvs_sample_number":359,"content":"I'm at the garden on North Moore Street just before it dead ends at the water. Across the street is the university. It's northwest from where you are at by about 10 blocks. ","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7203461707,-74.0107133376],"key":7357,"region":"Manhattan","rvs_start_point":[40.7147901,-73.998127],"landmarks":{"end_point":[[40.7203461707,-74.0107133376],"garden"],"start_point":[[40.7147901,-73.998127],"hairdresser shop"],"main_pivot":[[40.7196753,-74.0066489],"FDNY Ladder 8"],"main_pivot_2":[[40.7158989,-73.9994642],"Columbus Park"],"main_pivot_3":[[40.7196753,-74.0066489],"FDNY Ladder 8"],"main_pivot_4":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_5":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_6":[[40.7196753,-74.0066489],"FDNY Ladder 8"],"main_pivot_7":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_8":[[40.7158989,-73.9994642],"Columbus Park"],"main_pivot_9":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_10":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_11":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_12":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_13":[[40.7158989,-73.9994642],"Columbus Park"],"main_pivot_14":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_15":[[40.7200743,-74.0111531],"university"],"near_pivot":[[40.7200743,-74.0111531],"university"],"beyond_pivot":[[40.7202773,-74.012502],"park"],"around_goal_pivot_1":[[40.7204979,-74.0137288],"historic Ship"],"around_goal_pivot_2":[[40.7202542,-74.008727],"bank"],"around_goal_pivot_3":[[40.7187099,-74.0090009],"bicycle rental"],"around_goal_pivot_4":[[40.7201749,-74.013902],"recycling"],"around_goal_pivot_5":[[40.7200582,-74.0126859],"toilets"],"around_goal_pivot_6":[[40.7215227,-74.0134737],"boat rental"],"around_goal_pivot_7":[[40.7183333,-74.0108333],"school"],"around_goal_pivot_8":[[40.7192848,-74.0105991],"pharmacy"],"around_goal_pivot_9":[[40.7177701,-74.0103865],"laundry shop"],"around_goal_pivot_10":[[40.7221344,-74.0084535],"alcohol shop"]}} +{"rvs_sample_number":202,"content":"I'm at a Starbucks cafe on Walker Street. It's on the corner of a small block. It'll be on the block after Church Street Boxing dojo. To get here, you'll need to go northwest, a few blocks past the Downtown Community Television Center.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.719848,-74.0049417],"key":7358,"region":"Manhattan","rvs_start_point":[40.7133378,-73.9940155],"landmarks":{"end_point":[[40.719848,-74.0049417],"cafe"],"start_point":[[40.7133378,-73.9940155],"supermarket"],"main_pivot":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_2":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_5":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_6":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_7":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_8":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_9":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_10":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_11":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_12":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_13":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_14":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_15":[[40.7194796,-74.0045902],"hotel"],"near_pivot":[[40.7194796,-74.0045902],"hotel"],"around_goal_pivot_1":[[40.7196659,-74.0065529],"fire station"],"around_goal_pivot_2":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_3":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_4":[[40.7205883,-74.0054341],"Hilton Garden Inn"],"around_goal_pivot_5":[[40.7190232,-74.0036388],"gallery"],"around_goal_pivot_6":[[40.7184994,-74.0048345],"attraction"],"around_goal_pivot_7":[[40.71913,-74.0033389],"dojo"],"around_goal_pivot_8":[[40.7192847,-74.0042101],"bar"],"around_goal_pivot_9":[[40.7190184,-74.004956],"clock"],"around_goal_pivot_10":[[40.7189179,-74.0062313],"fast food restaurant"]}} +{"rvs_sample_number":282,"content":"Meet me at the bicycle parking on West 24th Street. Bicycle Habitat is southwest of me. There is a church to my southeast.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7446842,-73.9949152],"key":7359,"region":"Manhattan","rvs_start_point":[40.7397337,-73.9878018],"landmarks":{"end_point":[[40.7446842,-73.9949152],"bicycle parking"],"start_point":[[40.7397337,-73.9878018],"restaurant"],"main_pivot":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_2":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_3":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_4":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_5":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_6":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_7":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_8":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_9":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_10":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_11":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_12":[[40.7402356,-73.9882886],"One Madison"],"main_pivot_13":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_14":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_15":[[40.7444317,-73.9956514],"bicycle habitat"],"near_pivot":[[40.7444317,-73.9956514],"bicycle habitat"],"beyond_pivot":[[40.7444317,-73.9956514],"bicycle habitat"],"around_goal_pivot_1":[[40.7438091,-73.9935577],"church"],"around_goal_pivot_2":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_3":[[40.7463891,-73.9949554],"studio"],"around_goal_pivot_4":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_5":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_6":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_7":[[40.7436345,-73.99204],"Verizon Wireless"],"around_goal_pivot_8":[[40.7450562,-73.9923336],"Buffalo Exchange"],"around_goal_pivot_9":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_10":[[40.7427359,-73.993194],"Burlington Coat Factory"]}} +{"rvs_sample_number":76,"content":"Let's meet up at the night club off of Avenue C. It is on the same block as a garden. All on the adjacent block to the south is a pharmacy. The night club is close to the southwest corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7218222,-73.980295],"key":7360,"region":"Manhattan","rvs_start_point":[40.7138068,-73.9953242],"landmarks":{"end_point":[[40.7218222,-73.980295],"nightclub"],"start_point":[[40.7138068,-73.9953242],"jewelry shop"],"main_pivot":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_2":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_3":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_4":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_5":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_6":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_7":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_8":[[40.7143300229,-73.9953644701],"Confucius Plaza"],"main_pivot_9":[[40.7191045,-73.9822432],"Church of Our Lady of Sorrows"],"main_pivot_10":[[40.7205627,-73.9813396],"Hamilton Fish Park"],"main_pivot_11":[[40.7132915,-73.9946319],"First Chinese Presbyterian Church"],"main_pivot_12":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_13":[[40.7143300229,-73.9953644701],"Confucius Plaza"],"main_pivot_14":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_15":[[40.7214665,-73.9804061],"pharmacy"],"near_pivot":[[40.7214665,-73.9804061],"pharmacy"],"beyond_pivot":[[40.721499,-73.9785295],"garden"],"around_goal_pivot_1":[[40.7229679,-73.9815383],"two schools"],"around_goal_pivot_2":[[40.7197787,-73.9793368],"library"],"around_goal_pivot_3":[[40.722117,-73.9773685],"fast food restaurant"],"around_goal_pivot_4":[[40.7210728,-73.9818662],"attraction"],"around_goal_pivot_5":[[40.7206076,-73.9784628],"dentist's office"],"around_goal_pivot_6":[[40.7227178,-73.9828569],"bank"],"around_goal_pivot_7":[[40.722952,-73.9833576],"theatre"],"around_goal_pivot_8":[[40.7217264,-73.9825216],"fire station"],"around_goal_pivot_9":[[40.7237397,-73.9802085],"community centre"],"around_goal_pivot_10":[[40.7224516,-73.9832865],"pub"]}} +{"rvs_sample_number":5,"content":"I want to meet up with you today. Please meet me at the bicycle parking on West 45th street? It's on the northeast corner of the block, east of the theatre there. A block over and to the south is an independent hotel.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7567182,-73.9828512],"key":7361,"region":"Manhattan","rvs_start_point":[40.7576381,-73.9688539],"landmarks":{"end_point":[[40.7567182,-73.9828512],"bicycle parking"],"start_point":[[40.7576381,-73.9688539],"bicycle parking"],"main_pivot":[[40.755448,-73.9786166],"Fred F. French Building"],"main_pivot_2":[[40.7568631,-73.9729985],"St. Bartholomew's"],"main_pivot_3":[[40.755448,-73.9786166],"Fred F. French Building"],"main_pivot_4":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_5":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_6":[[40.7550625,-73.9750911],"245 Park Avenue"],"main_pivot_7":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_8":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_9":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_10":[[40.755448,-73.9786166],"Fred F. French Building"],"main_pivot_11":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_12":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_13":[[40.7568323,-73.9722756],"General Electric Building"],"main_pivot_14":[[40.755448,-73.9786166],"Fred F. French Building"],"main_pivot_15":[[40.7567024,-73.9835297],"theatre"],"near_pivot":[[40.7567024,-73.9835297],"theatre"],"beyond_pivot":[[40.7565668,-73.9852224],"hotel"],"around_goal_pivot_1":[[40.7580461,-73.9835721],"church"],"around_goal_pivot_2":[[40.7547758,-73.9821173],"college"],"around_goal_pivot_3":[[40.7543107,-73.9839889],"five gardens"],"around_goal_pivot_4":[[40.7583918,-73.9855752],"Mariott"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.758485,-73.9849497],"square"],"around_goal_pivot_7":[[40.7556796,-73.9822999],"Independent"],"around_goal_pivot_8":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_9":[[40.7542313,-73.9839499],"three gardens"],"around_goal_pivot_10":[[40.7573131,-73.9863236],"Levi's"]}} +{"rvs_sample_number":181,"content":"I'm at this museum on West 17th Street, northeast of you. The NYC LGBT Community Center is a bit more than halfway between us. A Pottery Barn is directly west of me, and there's a school on the block to the north of me. ","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7400959,-73.9977377],"key":7362,"region":"Manhattan","rvs_start_point":[40.7350028,-74.0074621],"landmarks":{"end_point":[[40.7400959,-73.9977377],"museum"],"start_point":[[40.7350028,-74.0074621],"bicycle parking"],"main_pivot":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_2":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_3":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_4":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_5":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_6":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_7":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_8":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_9":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_10":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_11":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_12":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_13":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_14":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_15":[[40.740108,-73.998784],"Pottery Barn"],"near_pivot":[[40.740108,-73.998784],"Pottery Barn"],"beyond_pivot":[[40.7398401,-73.9965928],"school"],"around_goal_pivot_1":[[40.7394809,-74.0006582],"historic church"],"around_goal_pivot_2":[[40.7391291,-73.9947881],"four clinics"],"around_goal_pivot_3":[[40.740998,-73.9944619],"Staples"],"around_goal_pivot_4":[[40.7402174,-73.9944622],"Bed Bath & Beyond"],"around_goal_pivot_5":[[40.7392974,-73.9951993],"AT&T"],"around_goal_pivot_6":[[40.73971,-73.995387],"Modell's Sporting Goods"],"around_goal_pivot_8":[[40.7395921,-73.9949579],"Old Navy"],"around_goal_pivot_9":[[40.7393625,-73.9951483],"Mattress Firm"],"around_goal_pivot_10":[[40.7402954,-73.9949738],"The Container Store"]}} +{"rvs_sample_number":311,"content":"Meet me at a Cosi fast food restaurant east of you on the east side on Park Avenue South. A short distance north of it on the same street is a TD Bank ATM. Northwest of this restaurant is 2 hotels and a block and a half to its southeast is a ZIpcar car sharing.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.745224,-73.9824341],"key":7363,"region":"Manhattan","rvs_start_point":[40.7459134,-73.9867553],"landmarks":{"end_point":[[40.745224,-73.9824341],"fast food restaurant"],"start_point":[[40.7459134,-73.9867553],"car rental"],"main_pivot":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_2":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_3":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_4":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_5":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_6":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_7":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_8":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_9":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_10":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_11":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_12":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_13":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_14":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_15":[[40.745462,-73.9821457],"atm"],"near_pivot":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_1":[[40.7445973,-73.9799777],"3 dentist's offices"],"around_goal_pivot_2":[[40.7438353,-73.9801259],"library"],"around_goal_pivot_3":[[40.7445787,-73.9799908],"two dentist's offices"],"around_goal_pivot_4":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_5":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_6":[[40.7459118,-73.9834662],"2 hotels"],"around_goal_pivot_7":[[40.7441534,-73.9795427],"atm"],"around_goal_pivot_8":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_9":[[40.7438954,-73.9850741],"WeWork"],"around_goal_pivot_10":[[40.7448022,-73.979026],"Jenny Craig"]}} +{"rvs_sample_number":250,"content":"Go south a few blocks and meet me at the variety store shop on East 40th Street, east of the library and west of the post office.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7516376,-73.980881],"key":7364,"region":"Manhattan","rvs_start_point":[40.7537969,-73.9798481],"landmarks":{"end_point":[[40.7516376,-73.980881],"variety store shop"],"start_point":[[40.7537969,-73.9798481],"alcohol shop"],"main_pivot":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_2":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_3":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_4":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_5":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_6":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_7":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_8":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_9":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_10":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_11":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_12":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_13":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_14":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_15":[[40.7519454,-73.9817758],"library"],"near_pivot":[[40.7519454,-73.9817758],"library"],"beyond_pivot":[[40.75158,-73.9800028],"post_office"],"around_goal_pivot_1":[[40.7531158,-73.9816942],"library"],"around_goal_pivot_2":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_3":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_4":[[40.750696,-73.982649],"Zales"],"around_goal_pivot_5":[[40.7528179,-73.9799233],"Sephora"],"around_goal_pivot_6":[[40.752154,-73.978267],"Charles Schwab"],"around_goal_pivot_7":[[40.7525762,-73.979134],"Cohen's Fashion Optical"],"around_goal_pivot_8":[[40.752461,-73.9789227],"RadioShack"],"around_goal_pivot_9":[[40.7539199,-73.9811804],"The North Face"],"around_goal_pivot_10":[[40.7531085,-73.9833428],"four gardens"]}} +{"rvs_sample_number":37,"content":"Let's meet up at the beauty shop. It's on Elizabeth street, almost 2 blocks from the streets southmost end. It's on the east side of the street, there is a hostel a block east and a charging station is on the block to the west of it.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7172711,-73.9963874],"key":7365,"region":"Manhattan","rvs_start_point":[40.7197629,-74.005662],"landmarks":{"end_point":[[40.7172711,-73.9963874],"beauty shop"],"start_point":[[40.7197629,-74.005662],"bar"],"main_pivot":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_2":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_3":[[40.7195929,-74.0044825],"32 Avenue of the Americas"],"main_pivot_4":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_5":[[40.7195929,-74.0044825],"32 Avenue of the Americas"],"main_pivot_6":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_7":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_8":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_9":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_10":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_11":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_12":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_13":[[40.7195929,-74.0044825],"32 Avenue of the Americas"],"main_pivot_14":[[40.7195929,-74.0044825],"32 Avenue of the Americas"],"main_pivot_15":[[40.7171346,-73.9973865],"charging station"],"near_pivot":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_1":[[40.7172058,-73.9983886],"3 jewelry shops"],"around_goal_pivot_2":[[40.7176318,-73.9987688],"church"],"around_goal_pivot_3":[[40.7170648,-73.9979792],"2 jewelry shops"],"around_goal_pivot_4":[[40.7171502,-73.9982139],"3 jewelry shops"],"around_goal_pivot_5":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_6":[[40.7175944082,-74.0002048644],"historic neighbourhood"],"around_goal_pivot_7":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_10":[[40.7192537,-73.9974606],"museum"]}} +{"rvs_sample_number":147,"content":"Let's meet up at the bar on the south side of East Houston Street? Across the street and to it's west is a Subway Fast food place. A museum is a couple of blocks over to the west of it.","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7211733,-73.984116],"key":7366,"region":"Manhattan","rvs_start_point":[40.7115043779,-73.9983638458],"landmarks":{"end_point":[[40.7211733,-73.984116],"bar"],"start_point":[[40.7115043779,-73.9983638458],"playground"],"main_pivot":[[40.7121031,-73.9983018],"St. James Church"],"main_pivot_2":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_3":[[40.7121031,-73.9983018],"St. James Church"],"main_pivot_4":[[40.7130394882,-73.9935912251],"Manhattan Bridge"],"main_pivot_5":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_6":[[40.7130394882,-73.9935912251],"Manhattan Bridge"],"main_pivot_7":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_8":[[40.7121031,-73.9983018],"St. James Church"],"main_pivot_9":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_10":[[40.7134606,-73.9902975],"St. Teresa's Church"],"main_pivot_11":[[40.7121031,-73.9983018],"St. James Church"],"main_pivot_12":[[40.7134606,-73.9902975],"St. Teresa's Church"],"main_pivot_13":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_14":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_15":[[40.7219266,-73.9845187],"FedEx Office"],"near_pivot":[[40.7219266,-73.9845187],"FedEx Office"],"beyond_pivot":[[40.7218879,-73.984363],"fast_food"],"around_goal_pivot_1":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_2":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_3":[[40.7221506,-73.9834658],"pharmacy"],"around_goal_pivot_4":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_5":[[40.7217889,-73.9826697],"fire station"],"around_goal_pivot_6":[[40.7192813,-73.9853944],"community centre"],"around_goal_pivot_7":[[40.7193027,-73.9818171],"postal relay box"],"around_goal_pivot_8":[[40.7193399,-73.9821655],"childcare"],"around_goal_pivot_9":[[40.722952,-73.9833576],"theatre"]}} +{"rvs_sample_number":259,"content":"Let's meet and eat at the restaurant on Bleecker street. It's west a block from two bars, then next to those two bars is another bar, there are a lot of bars to the east.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7287239,-74.0000031],"key":7367,"region":"Manhattan","rvs_start_point":[40.7312435,-74.0065999],"landmarks":{"end_point":[[40.7287239,-74.0000031],"restaurant"],"start_point":[[40.7312435,-74.0065999],"bicycle parking"],"main_pivot":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_2":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_3":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_4":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_5":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_6":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_7":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_8":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_9":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_10":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_11":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_12":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_13":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_14":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_15":[[40.728375,-73.999318],"two bars"],"near_pivot":[[40.728375,-73.999318],"two bars"],"beyond_pivot":[[40.7283337,-73.9992168],"bar"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_4":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_5":[[40.731113993,-74.0015930614],"cinema"],"around_goal_pivot_6":[[40.7285369,-73.9987401],"bank"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_9":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_10":[[40.7304709,-74.0007447],"charging station"]}} +{"rvs_sample_number":196,"content":"Head west and slightly south to meet me at the FDNY Rescue Fire Station on the south side of West 43rd street about a block past The Food Emporium.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7607100749,-73.9965932468],"key":7368,"region":"Manhattan","rvs_start_point":[40.7608042,-73.9842008],"landmarks":{"end_point":[[40.7607100749,-73.9965932468],"fire station"],"start_point":[[40.7608042,-73.9842008],"restaurant"],"main_pivot":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_2":[[40.7609162,-73.9856807],"Eugene O'Neill Theatre"],"main_pivot_3":[[40.7610702,-73.9849272],"Ambassador Theatre"],"main_pivot_4":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_5":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_6":[[40.7611782,-73.9890806],"Congregation Ezrath Israel"],"main_pivot_7":[[40.7604736,-73.9859114],"Longacre Theatre"],"main_pivot_8":[[40.7603954,-73.9857272],"Morgan Stanley Building"],"main_pivot_9":[[40.7610702,-73.9849272],"Ambassador Theatre"],"main_pivot_10":[[40.7626562,-73.9925434],"Hells Kitchen Park"],"main_pivot_11":[[40.7601122501,-73.9870711467],"Brooks Atkinson Theatre"],"main_pivot_12":[[40.7605612,-73.9866882],"Samuel J. Friedman Theatre"],"main_pivot_13":[[40.7603954,-73.9857272],"Morgan Stanley Building"],"main_pivot_14":[[40.7605612,-73.9866882],"Samuel J. Friedman Theatre"],"main_pivot_15":[[40.7606764,-73.997433],"theatre"],"near_pivot":[[40.7606764,-73.997433],"theatre"],"beyond_pivot":[[40.7606764,-73.997433],"theatre"],"around_goal_pivot_1":[[40.7592092,-73.9967863],"church"],"around_goal_pivot_2":[[40.7596568,-73.9951099],"bank"],"around_goal_pivot_3":[[40.7594639,-73.9958348],"pharmacy"],"around_goal_pivot_4":[[40.7598592,-73.9943408],"The Food Emporium"],"around_goal_pivot_5":[[40.7615013,-73.9990197],"Life Time"],"around_goal_pivot_6":[[40.7627903,-73.9953362],"The Salvation Army"],"around_goal_pivot_7":[[40.7625432,-73.9967254],"NYC Velo"],"around_goal_pivot_8":[[40.7590853,-73.995439],"hotel"],"around_goal_pivot_9":[[40.7589046,-73.9947045],"theatre"],"around_goal_pivot_10":[[40.76303,-73.997263],"stripclub"]}} +{"rvs_sample_number":205,"content":"Meet me at the Superdry on West 34th Street I'm across the street north of an attraction. You should go south 10 1\/2 blocks to get to West 34th and then 3 1\/2 blocks east. You will pass a Target and Sunglass Hut about a half block before you get to the SuperDry.","rvs_path":"data\/geodata\/manhattan_samples_v102.gpkg","rvs_goal_point":[40.7493309,-73.9861281],"key":7369,"region":"Manhattan","rvs_start_point":[40.7601462,-73.9916196],"landmarks":{"end_point":[[40.7493309,-73.9861281],"Superdry"],"start_point":[[40.7601462,-73.9916196],"butcher shop"],"main_pivot":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_2":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_3":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_4":[[40.7579386,-73.987207],"Shubert Theatre"],"main_pivot_5":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_6":[[40.7584055,-73.9883152],"Majestic Theatre"],"main_pivot_7":[[40.7577432,-73.9872654],"National Geographic Encounter - Ocean Odyssey"],"main_pivot_8":[[40.758611,-73.9881654],"John Golden Theatre"],"main_pivot_9":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_10":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_11":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_12":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_13":[[40.7581054,-73.9876036],"Broadhurst Theatre"],"main_pivot_14":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_15":[[40.7489422,-73.9861526],"attraction"],"near_pivot":[[40.7489422,-73.9861526],"attraction"],"beyond_pivot":[[40.7484357,-73.9856932],"tower"],"around_goal_pivot_1":[[40.7484971,-73.9843119],"university"],"around_goal_pivot_2":[[40.7487577,-73.9876141],"Curio Collection by Hilton"],"around_goal_pivot_3":[[40.7506611,-73.987958],"Macy's"],"around_goal_pivot_4":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_5":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_6":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_7":[[40.7500122,-73.9887454],"Target"],"around_goal_pivot_8":[[40.7470496,-73.9875285],"Hyatt"],"around_goal_pivot_9":[[40.7506209,-73.9875074],"two bicycle parkings"],"around_goal_pivot_10":[[40.7480531,-73.9841627],"WeWork"]}} +{"rvs_sample_number":403,"content":"Meet me at the fast food restaurant. You\u2019ll want to go approximately five blocks east and then seven blocks north. You\u2019ll see an arts centre on Barrow Street. Your destination is on that same block, on the same street, right in the southeast corner where it intersects with another street. You really can\u2019t miss it. ","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7323473,-74.0037762],"key":7370,"region":"Manhattan","rvs_start_point":[40.7280157,-74.011368],"landmarks":{"end_point":[[40.7323473,-74.0037762],"fast food restaurant"],"start_point":[[40.7280157,-74.011368],"bench"],"main_pivot":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_2":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_3":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_4":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_5":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_6":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_7":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_8":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_9":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_10":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_11":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_12":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_13":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_14":[[40.7322523,-74.0070308],"Church of St. Luke in the Fields"],"main_pivot_15":[[40.7321198,-74.0044609],"arts centre"],"near_pivot":[[40.7321198,-74.0044609],"arts centre"],"beyond_pivot":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_1":[[40.7307132709,-74.0011792117],"university"],"around_goal_pivot_2":[[40.7300856,-74.0052553],"library"],"around_goal_pivot_3":[[40.7312119,-74.0018271],"cinema"],"around_goal_pivot_4":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_5":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_6":[[40.7332291,-74.0026244],"bank"],"around_goal_pivot_7":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_8":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_9":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_10":[[40.7343178,-74.0019239],"charging station"]}} +{"rvs_sample_number":329,"content":"Come and meet me at the bicycle parking just after E. 65th on the east side of the avenue. The Affinia Hotels is on the block to my west. ","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.764091,-73.9617023],"key":7371,"region":"Manhattan","rvs_start_point":[40.7701167,-73.9600332],"landmarks":{"end_point":[[40.764091,-73.9617023],"bicycle parking"],"start_point":[[40.7701167,-73.9600332],"restaurant"],"main_pivot":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_2":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_3":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_4":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_5":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_6":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_7":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_8":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_9":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_10":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_11":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_12":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_13":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_14":[[40.7679408794,-73.9599840883],"Lenox Hill Station Post Office"],"main_pivot_15":[[40.763641,-73.9624439],"veterinary"],"near_pivot":[[40.763641,-73.9624439],"veterinary"],"beyond_pivot":[[40.7630218,-73.9628489],"pharmacy"],"around_goal_pivot_1":[[40.7650375,-73.9595611],"library"],"around_goal_pivot_2":[[40.7652383,-73.9593853],"park"],"around_goal_pivot_3":[[40.7643867,-73.9631097],"Affinia Hotels"],"around_goal_pivot_4":[[40.7619295,-73.9607086],"2 restaurants"],"around_goal_pivot_5":[[40.7655804,-73.9633446],"Lululemon"],"around_goal_pivot_6":[[40.7624158,-73.9597159],"7-Eleven"],"around_goal_pivot_7":[[40.7661743,-73.9629846],"Nike"],"around_goal_pivot_8":[[40.7657837,-73.963705],"DavidsTea"],"around_goal_pivot_9":[[40.7622253,-73.9627267],"hotel"],"around_goal_pivot_10":[[40.7622981,-73.9602545],"clinic"]}} +{"rvs_sample_number":227,"content":"Head east from where you are at until you get to Lexington Avenue then head south on that road. I am at the Affinia Hotels which will be about 2 1\/2 blocks past the European Wax Center.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7484239,-73.9780254],"key":7372,"region":"Manhattan","rvs_start_point":[40.7618189,-73.9853212],"landmarks":{"end_point":[[40.7484239,-73.9780254],"Affinia Hotels"],"start_point":[[40.7618189,-73.9853212],"dry cleaning shop"],"main_pivot":[[40.7584128,-73.9855641],"New York Marriott Marquis"],"main_pivot_2":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_3":[[40.7580237,-73.9856867],"Times Square"],"main_pivot_4":[[40.7620411,-73.9851769],"Paramount Plaza"],"main_pivot_5":[[40.7613566,-73.9848728],"Ambassador Theatre"],"main_pivot_6":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_7":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_8":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_9":[[40.7573319,-73.9862132],"1501 Broadway"],"main_pivot_10":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_11":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_12":[[40.7584128,-73.9855641],"New York Marriott Marquis"],"main_pivot_13":[[40.7620401318,-73.9852895865],"Gershwin Theatre"],"main_pivot_14":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_15":[[40.7478568,-73.97769],"doctor's office"],"near_pivot":[[40.7478568,-73.97769],"doctor's office"],"around_goal_pivot_1":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_2":[[40.7462952,-73.9788598],"pharmacy"],"around_goal_pivot_3":[[40.7503843,-73.9770104],"European Wax Center"],"around_goal_pivot_4":[[40.7494009,-73.9756955],"Blink Fitness"],"around_goal_pivot_5":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_6":[[40.7489027,-73.9754015],"Orangetheory Fitness"],"around_goal_pivot_7":[[40.7480684,-73.9800307],"LabCorp"],"around_goal_pivot_8":[[40.7468119,-73.9775867],"Verizon Wireless"],"around_goal_pivot_9":[[40.7506893,-73.9776714],"museum"],"around_goal_pivot_10":[[40.7471879,-73.9751975],"recycling"]}} +{"rvs_sample_number":77,"content":"Meet me at the cafe right at the beginning of Pier 1 next to the toliets. It's right by the river next to the highway. From where you are at you should go west until you get to the highway off the river then go north until you get to the pier which is were the cafe is.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7798220159,-73.9885781498],"key":7373,"region":"Manhattan","rvs_start_point":[40.7700463,-73.9802762],"landmarks":{"end_point":[[40.7798220159,-73.9885781498],"cafe"],"start_point":[[40.7700463,-73.9802762],"bench"],"main_pivot":[[40.7765662,-73.9882832],"Lincoln Towers"],"main_pivot_2":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_3":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_4":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_5":[[40.773023,-73.9823991],"Lincoln Center for the Performing Arts"],"main_pivot_6":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_7":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_8":[[40.773023,-73.9823991],"Lincoln Center for the Performing Arts"],"main_pivot_9":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_10":[[40.7721971906,-73.9824019128],"Dante Park"],"main_pivot_11":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_12":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_13":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_14":[[40.7721971906,-73.9824019128],"Dante Park"],"main_pivot_15":[[40.779683,-73.9883691],"toilets"],"near_pivot":[[40.779683,-73.9883691],"toilets"],"around_goal_pivot_1":[[40.7806445,-73.9858364],"historic monument"],"around_goal_pivot_2":[[40.7794444,-73.9861111],"historic district"],"around_goal_pivot_3":[[40.7773624,-73.9881894],"alcohol shop"],"around_goal_pivot_4":[[40.7781642,-73.9878316],"supermarket"],"around_goal_pivot_8":[[40.7797569,-73.9910145],"three benches"]}} +{"rvs_sample_number":140,"content":"go to the post office ok? I'll meet up with you there. It's on henry Street. 3 benches is just north across the street from it. A hospital is a block to the east of it.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7133306,-73.9900265],"key":7374,"region":"Manhattan","rvs_start_point":[40.7159724,-73.9999898],"landmarks":{"end_point":[[40.7133306,-73.9900265],"post box"],"start_point":[[40.7159724,-73.9999898],"toilets"],"main_pivot":[[40.7162852,-74.000235],"Manhattan Detention Complex"],"main_pivot_2":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_5":[[40.7162852,-74.000235],"Manhattan Detention Complex"],"main_pivot_6":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_7":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_8":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_9":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_10":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_11":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_12":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_13":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_14":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_15":[[40.7135019,-73.9898958],"3 benches"],"near_pivot":[[40.7135019,-73.9898958],"3 benches"],"beyond_pivot":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_1":[[40.7145534,-73.9886486],"library"],"around_goal_pivot_2":[[40.7142509,-73.9893997],"2 gardens"],"around_goal_pivot_3":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_4":[[40.7145144,-73.9890508],"3 gardens"],"around_goal_pivot_5":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_6":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_7":[[40.7137259,-73.9929148],"Fairfield Inn & Suites"],"around_goal_pivot_8":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_9":[[40.7123546,-73.9926814],"hotel"],"around_goal_pivot_10":[[40.7143091,-73.9888812],"4 benches"]}} +{"rvs_sample_number":198,"content":"That garden you like? The one on the southwest edge of the peninsula? Let's meet there. Remember it's south of 2 gardens and the historic fort?","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7023554672,-74.0163941037],"key":7375,"region":"Manhattan","rvs_start_point":[40.7144017,-74.005909],"landmarks":{"end_point":[[40.7023554672,-74.0163941037],"garden"],"start_point":[[40.7144017,-74.005909],"fast food restaurant"],"main_pivot":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_2":[[40.7055599,-74.0132113],"26 Broadway"],"main_pivot_3":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_4":[[40.7049142,-74.0132012],"2 Broadway"],"main_pivot_5":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_6":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_7":[[40.7058756799,-74.013432948],"Cunard Building"],"main_pivot_8":[[40.7076102,-74.0116567],"1 Wall Street"],"main_pivot_9":[[40.7118153277,-74.0084605063],"Transportation Building"],"main_pivot_10":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_11":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_12":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_13":[[40.7053983,-74.0138011],"Bowling Green Building"],"main_pivot_14":[[40.7073923,-74.0112489],"New York Stock Exchange"],"main_pivot_15":[[40.7032907872,-74.0164721907],"historic fort"],"near_pivot":[[40.7032907872,-74.0164721907],"historic fort"],"around_goal_pivot_1":[[40.7040265,-74.0137472],"museum"],"around_goal_pivot_2":[[40.701485,-74.0132488],"atm"],"around_goal_pivot_3":[[40.7018673,-74.013935],"bicycle rental"],"around_goal_pivot_4":[[40.7046092,-74.0181806],"2 benches"],"around_goal_pivot_5":[[40.7042035,-74.0172669],"two gardens"],"around_goal_pivot_6":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_7":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_8":[[40.7042533,-74.0170939],"2 gardens"],"around_goal_pivot_9":[[40.7021184,-74.013535],"3 benches"],"around_goal_pivot_10":[[40.7018608,-74.0131535],"two benches"]}} +{"rvs_sample_number":37,"content":"I had a bad day, so am purchasing some vodka at the alcohol shop on Avenue A which is to your north. It is exactly three blocks south of the southwest corner of the large square shaped park. Across the street to the southeast is a catholic church.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7243311,-73.984588],"key":7376,"region":"Manhattan","rvs_start_point":[40.714019,-73.9921233],"landmarks":{"end_point":[[40.7243311,-73.984588],"alcohol shop"],"start_point":[[40.714019,-73.9921233],"convenience shop"],"main_pivot":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_2":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_3":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_4":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_5":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_6":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_7":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_8":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_9":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_10":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_11":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_12":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_13":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_14":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_15":[[40.7239332,-73.9843093],"church"],"near_pivot":[[40.7239332,-73.9843093],"church"],"beyond_pivot":[[40.7251191,-73.9843896],"bar"],"around_goal_pivot_1":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_2":[[40.7261391,-73.9853321],"synagogue"],"around_goal_pivot_3":[[40.7233367,-73.9823425],"2 schools"],"around_goal_pivot_4":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_5":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_6":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_7":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_8":[[40.7224564,-73.9841125],"gallery"],"around_goal_pivot_9":[[40.7264893,-73.9847678],"attraction"],"around_goal_pivot_10":[[40.7259527,-73.9837876],"nightclub"]}} +{"rvs_sample_number":58,"content":"Meet me at a laundry shop to your northeast on Allen Street. A bicycle rental is across the street from it. VapeNY is west of the shop.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.7203122,-73.9900905],"key":7377,"region":"Manhattan","rvs_start_point":[40.7120612,-73.9983332],"landmarks":{"end_point":[[40.7203122,-73.9900905],"laundry shop"],"start_point":[[40.7120612,-73.9983332],"alcohol shop"],"main_pivot":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_2":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_3":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_4":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_5":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_6":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_7":[[40.7118105601,-73.9983074438],"Alfred E. Smith Houses"],"main_pivot_8":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_9":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_10":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_11":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_12":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_13":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_14":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_15":[[40.7203508,-73.9898809],"bicycle rental"],"near_pivot":[[40.7203508,-73.9898809],"bicycle rental"],"around_goal_pivot_1":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_2":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_3":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_4":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_5":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_6":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_7":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_8":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_9":[[40.7195856,-73.9908359],"bus station"],"around_goal_pivot_10":[[40.719922,-73.9885592],"atm"]}} +{"rvs_sample_number":35,"content":"Move east to get on Broadway, you will see me at the clothes shop in the middle of the block. Dunkin restaurant is on the next block south. It is not G-Star clothes shop. ","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.720388,-74.0012951],"key":7378,"region":"Manhattan","rvs_start_point":[40.7165272,-73.9836131],"landmarks":{"end_point":[[40.720388,-74.0012951],"clothes shop"],"start_point":[[40.7165272,-73.9836131],"fire station"],"main_pivot":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_2":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_3":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_4":[[40.7196861,-73.9980679],"240 Centre Street"],"main_pivot_5":[[40.7159734,-73.9848499],"St. Mary's Church"],"main_pivot_6":[[40.7159734,-73.9848499],"St. Mary's Church"],"main_pivot_7":[[40.7168394045,-73.9835187698],"Williamsburg Bridge"],"main_pivot_8":[[40.7159734,-73.9848499],"St. Mary's Church"],"main_pivot_9":[[40.7196861,-73.9980679],"240 Centre Street"],"main_pivot_10":[[40.7159734,-73.9848499],"St. Mary's Church"],"main_pivot_11":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_12":[[40.7159734,-73.9848499],"St. Mary's Church"],"main_pivot_13":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_14":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_15":[[40.7197797,-74.0021409],"fast food restaurant"],"near_pivot":[[40.7197797,-74.0021409],"fast food restaurant"],"beyond_pivot":[[40.7194362,-74.0015699],"bank"],"around_goal_pivot_1":[[40.7196861,-73.9980679],"historic building"],"around_goal_pivot_2":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_3":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_4":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_5":[[40.7221114,-73.9997761],"Levi's"],"around_goal_pivot_6":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_7":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_8":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_9":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_10":[[40.7214214,-73.9999993],"Topman"]}} +{"rvs_sample_number":333,"content":"Let's park our bikes at the bicycle parking on East 6th street. It's just north and a bit east of us now. It's about 6 blocks north. There is a pharmacy about a half block west, just past the ave there, and to the east there is an emergency phone past the avenue to the east of the parking area. Another pharmacy is a block or so south of it.","rvs_path":"data\/geodata\/manhattan_samples_v57.gpkg","rvs_goal_point":[40.7271249,-73.9876934],"key":7379,"region":"Manhattan","rvs_start_point":[40.723376,-73.990104],"landmarks":{"end_point":[[40.7271249,-73.9876934],"bicycle parking"],"start_point":[[40.723376,-73.990104],"bench"],"main_pivot":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_2":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_3":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_4":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_5":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_6":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_7":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_8":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_9":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_10":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_11":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_12":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_13":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_14":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_15":[[40.7273908,-73.9887647],"pharmacy"],"near_pivot":[[40.7273908,-73.9887647],"pharmacy"],"beyond_pivot":[[40.7262526,-73.9859841],"telephone"],"around_goal_pivot_1":[[40.7288454,-73.9876886],"library"],"around_goal_pivot_2":[[40.726169,-73.985403],"synagogue"],"around_goal_pivot_3":[[40.7286441,-73.9862139],"two clothes shops"],"around_goal_pivot_4":[[40.7259214,-73.9871441],"pharmacy"],"around_goal_pivot_5":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_6":[[40.724844,-73.9878407],"community centre"],"around_goal_pivot_7":[[40.7294836,-73.9864276],"post office"],"around_goal_pivot_8":[[40.7283129,-73.9854512],"veterinary"],"around_goal_pivot_9":[[40.7287374,-73.9877076],"vending machine"],"around_goal_pivot_10":[[40.7291092,-73.9892131],"food court"]}} +{"rvs_sample_number":44,"content":"Get to the bicycle parking by heading south on 2nd Avenue. You will go past the Church of the Epiphany and continue on past Village East Cinema. Once you reach the theatre the bicycle parking is a block south of you.","rvs_path":"data\/geodata\/manhattan_samples_v31.gpkg","rvs_goal_point":[40.7279923,-73.9882092],"key":7380,"region":"Manhattan","rvs_start_point":[40.7432244,-73.9772502],"landmarks":{"end_point":[[40.7279923,-73.9882092],"bicycle parking"],"start_point":[[40.7432244,-73.9772502],"H&R Block"],"main_pivot":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_2":[[40.7292688,-73.9873613],"East Village"],"main_pivot_3":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_4":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_5":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_6":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_7":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_8":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_9":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_10":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_11":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_12":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_13":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_14":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_15":[[40.7283085,-73.987673],"theatre"],"near_pivot":[[40.7283085,-73.987673],"theatre"],"beyond_pivot":[[40.7284852,-73.9895516],"place_of_worship"],"around_goal_pivot_1":[[40.7288916,-73.9876546],"library"],"around_goal_pivot_2":[[40.7262424,-73.9880128],"two benches"],"around_goal_pivot_3":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_5":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_6":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_7":[[40.726309,-73.9881509],"two benches"],"around_goal_pivot_8":[[40.7273461,-73.9850116],"attraction"],"around_goal_pivot_9":[[40.7294836,-73.9864276],"post office"],"around_goal_pivot_10":[[40.7295702,-73.986687],"atm"]}} +{"rvs_sample_number":199,"content":"Head west all the way to west broadway, and meet me at the bike parking on the south corner of the block north of the two fast food restaurants.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.721533,-74.00469],"key":7381,"region":"Manhattan","rvs_start_point":[40.71905,-73.9887206],"landmarks":{"end_point":[[40.721533,-74.00469],"bicycle parking"],"start_point":[[40.71905,-73.9887206],"pharmacy"],"main_pivot":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_2":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_3":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_4":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_5":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_6":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_7":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_8":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_9":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_10":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_11":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_12":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_13":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_14":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_15":[[40.7213025,-74.004914],"two fast food restaurants"],"near_pivot":[[40.7213025,-74.004914],"two fast food restaurants"],"beyond_pivot":[[40.7222074,-74.0055424],"park"],"around_goal_pivot_1":[[40.7196659,-74.0065529],"fire station"],"around_goal_pivot_2":[[40.7226058,-74.005459],"historic memorial"],"around_goal_pivot_3":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_4":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_5":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_6":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_7":[[40.7190232,-74.0036388],"gallery"],"around_goal_pivot_8":[[40.7203858,-74.0029385],"cinema"],"around_goal_pivot_9":[[40.7194583,-74.0041799],"atm"],"around_goal_pivot_10":[[40.7198019,-74.0054212],"pharmacy"]}} +{"rvs_sample_number":48,"content":"Meet me at the Italian restaurant on Mulberry Street. \r\nA church is on the same block to the northwest and a Tesla charging station is two streets to the east. The restaurant is towards the southeast corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7174105,-73.99854],"key":7382,"region":"Manhattan","rvs_start_point":[40.7226058,-74.005459],"landmarks":{"end_point":[[40.7174105,-73.99854],"restaurant"],"start_point":[[40.7226058,-74.005459],"historic memorial"],"main_pivot":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_2":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_3":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_4":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_5":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_6":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_7":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_8":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_9":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_10":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_11":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_12":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_13":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_14":[[40.7219392584,-74.0056812804],"Albert Capsouto Park"],"main_pivot_15":[[40.7177288,-73.9991003],"church"],"near_pivot":[[40.7177288,-73.9991003],"church"],"beyond_pivot":[[40.7182017,-73.9977587],"restaurant"],"around_goal_pivot_1":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_2":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_3":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_4":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_5":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_6":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_7":[[40.7163497,-73.9954844],"bus station"],"around_goal_pivot_8":[[40.7195437,-73.9997536],"dojo"],"around_goal_pivot_9":[[40.7173762,-73.9999299],"childcare"],"around_goal_pivot_10":[[40.7165068,-73.9998287],"pub"]}} +{"rvs_sample_number":78,"content":"Go south down 1st Avenue then turn toward the waterfront at the United Nations Post Office, just past the Sphere Within Sphere. Meet me at the garden near the water next to the Headquarters of the United Nations. ","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7501322521,-73.9669021571],"key":7383,"region":"Manhattan","rvs_start_point":[40.7615187,-73.9603618],"landmarks":{"end_point":[[40.7501322521,-73.9669021571],"garden"],"start_point":[[40.7615187,-73.9603618],"convenience shop"],"main_pivot":[[40.760130245,-73.9615893036],"Queensboro Bridge"],"main_pivot_2":[[40.7525688,-73.9674434],"Trump World Tower"],"main_pivot_3":[[40.7533365,-73.966337],"Beekman Tower"],"main_pivot_4":[[40.7513677,-73.9681913],"Turkish House"],"main_pivot_5":[[40.7513677,-73.9681913],"Turkish House"],"main_pivot_6":[[40.7508783,-73.9675707],"Sphere Within Sphere"],"main_pivot_7":[[40.7513677,-73.9681913],"Turkish House"],"main_pivot_8":[[40.7533365,-73.966337],"Beekman Tower"],"main_pivot_9":[[40.7525688,-73.9674434],"Trump World Tower"],"main_pivot_10":[[40.7506595,-73.9676307],"Non-Violence"],"main_pivot_11":[[40.760130245,-73.9615893036],"Queensboro Bridge"],"main_pivot_12":[[40.7506595,-73.9676307],"Non-Violence"],"main_pivot_13":[[40.7508783,-73.9675707],"Sphere Within Sphere"],"main_pivot_14":[[40.7513677,-73.9681913],"Turkish House"],"main_pivot_15":[[40.750201736,-73.9672346162],"attraction"],"near_pivot":[[40.750201736,-73.9672346162],"attraction"],"beyond_pivot":[[40.7494211,-73.9677448],"memorial"],"around_goal_pivot_1":[[40.7494211,-73.9677448],"historic memorial"]}} +{"rvs_sample_number":236,"content":"Let's eat at the chinese Restaurant on East 25th street, it's Just over 2 blocks east of the westmost terminus of that street. It's just south though of Popeye's fast food, and just north of a starbuck's cafe.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.740879,-73.983576],"key":7384,"region":"Manhattan","rvs_start_point":[40.7475612,-73.9869147],"landmarks":{"end_point":[[40.740879,-73.983576],"restaurant"],"start_point":[[40.7475612,-73.9869147],"bar"],"main_pivot":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_2":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_3":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_4":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_5":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_6":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_7":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_8":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_9":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_10":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_11":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_12":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_13":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_14":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_15":[[40.741185,-73.9833214],"fast food restaurant"],"near_pivot":[[40.741185,-73.9833214],"fast food restaurant"],"beyond_pivot":[[40.7405189,-73.984262],"cafe"],"around_goal_pivot_1":[[40.7419686,-73.9861819],"2 clinics"],"around_goal_pivot_2":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_3":[[40.7419322,-73.9860595],"two doctor's offices"],"around_goal_pivot_4":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_5":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_6":[[40.739965,-73.9862816],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7400916,-73.986716],"Bath & Body Works"],"around_goal_pivot_8":[[40.7407863,-73.984875],"SpringHill Suites"],"around_goal_pivot_9":[[40.7404986,-73.9864967],"Walgreens"],"around_goal_pivot_10":[[40.7420103,-73.9861996],"two doctor's offices"]}} +{"rvs_sample_number":92,"content":"Meet me at a telephone north of you on West 66th Street. A bench is on my left. A bicycle parking is nearby to the south.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7761929,-73.9872764],"key":7385,"region":"Manhattan","rvs_start_point":[40.7630045,-73.9890638],"landmarks":{"end_point":[[40.7761929,-73.9872764],"telephone"],"start_point":[[40.7630045,-73.9890638],"cosmetics shop"],"main_pivot":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_2":[[40.769533,-73.9847889],"Church of Saint Paul the Apostle"],"main_pivot_3":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_4":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_5":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_6":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_7":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_8":[[40.7722218313,-73.9824300254],"Dante Park"],"main_pivot_9":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_10":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_11":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_12":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_13":[[40.769533,-73.9847889],"Church of Saint Paul the Apostle"],"main_pivot_14":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_15":[[40.7758126,-73.9872505],"bicycle parking"],"near_pivot":[[40.7758126,-73.9872505],"bicycle parking"],"around_goal_pivot_1":[[40.7781074,-73.9853594],"pharmacy"],"around_goal_pivot_2":[[40.7756448241,-73.9841868668],"bank"],"around_goal_pivot_3":[[40.7776,-73.9893],"drinking water"],"around_goal_pivot_4":[[40.7746094,-73.9881155],"telephone"],"around_goal_pivot_5":[[40.7762471,-73.9897908],"bench"],"around_goal_pivot_6":[[40.7748462,-73.9875722],"parking entrance"],"around_goal_pivot_7":[[40.7752815,-73.9880334],"deli shop"],"around_goal_pivot_8":[[40.7781642,-73.9878316],"supermarket"],"around_goal_pivot_9":[[40.7748297,-73.98784],"bicycle shop"],"around_goal_pivot_10":[[40.7746011,-73.9888378],"playground"]}} +{"rvs_sample_number":10,"content":"Head north on Houston Street, it's the street a block east of where you are now. First go one block east to reach that. Continue north on it, passing, first by Hudson Park Library. In several blocks you'll see Julius bar, (which also has a restaurant there). Pass this. This means you're about half way up the street to your destination. On the block where you see both a furniture type shop, which also sells pots, and a beauty type shop on the left side, Turn right on the street just past them, you'll find a bike parking area operated by city of New York. If you make it to Angel Street Thrift, you've gone too far though, turn back.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.7401701,-73.9976537],"key":7386,"region":"Manhattan","rvs_start_point":[40.7274727,-74.0074855],"landmarks":{"end_point":[[40.7401701,-73.9976537],"bicycle parking"],"start_point":[[40.7274727,-74.0074855],"bank"],"main_pivot":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_2":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_3":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_4":[[40.7345357,-74.00163],"Julius"],"main_pivot_5":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_6":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_7":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_8":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_9":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_10":[[40.7345357,-74.00163],"Julius"],"main_pivot_11":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_12":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_13":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_14":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_15":[[40.7400959,-73.9977377],"museum"],"near_pivot":[[40.7400959,-73.9977377],"museum"],"around_goal_pivot_1":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_2":[[40.7396953,-73.9962371],"west elm"],"around_goal_pivot_3":[[40.7411607,-73.9966191],"fast food restaurant"],"around_goal_pivot_4":[[40.7411005,-73.9970468],"fire station"],"around_goal_pivot_5":[[40.7391769,-73.9972682],"church"],"around_goal_pivot_6":[[40.739814,-73.999021],"cafe"],"around_goal_pivot_7":[[40.7396076,-73.9965319],"variety store shop"],"around_goal_pivot_8":[[40.7395404,-73.9963447],"jewelry shop"],"around_goal_pivot_9":[[40.739519,-73.9962659],"florist shop"],"around_goal_pivot_10":[[40.7403078,-73.9986932],"beauty shop"]}} +{"rvs_sample_number":270,"content":"Meet me at the fast food restaurant south of your location. Walk past the park and when you see Saint Paul's Chapel, go south for 13 blocks. When you see three benches, turn south at the next intersection. Continue going south along the street and turn south again at the fork. The fast food restaurant is on the west side of the street. If you see a parking lot, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7012502,-74.0131628],"key":7387,"region":"Manhattan","rvs_start_point":[40.7121702681,-74.0071497396],"landmarks":{"end_point":[[40.7012502,-74.0131628],"fast food restaurant"],"start_point":[[40.7121702681,-74.0071497396],"fountain"],"main_pivot":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_2":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_3":[[40.7078096,-74.0118885],"Trinity Church"],"main_pivot_4":[[40.7112578801,-74.0089468339],"Saint Paul's Chapel"],"main_pivot_5":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_6":[[40.7053983,-74.0138011],"Bowling Green Building"],"main_pivot_7":[[40.7072684,-74.0122489],"65 Broadway"],"main_pivot_8":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_9":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_10":[[40.7068651999,-74.0125743071],"Adams Express Building"],"main_pivot_11":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_12":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_13":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_14":[[40.7086979,-74.0104294],"Marine Midland Building"],"main_pivot_15":[[40.7014143,-74.0140345],"park"],"near_pivot":[[40.7014143,-74.0140345],"park"],"around_goal_pivot_1":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_2":[[40.7008035,-74.0116105],"ferry terminal"],"around_goal_pivot_3":[[40.7008702,-74.0140012],"parking lot"],"around_goal_pivot_4":[[40.7017805,-74.0123686],"parking entrance"],"around_goal_pivot_5":[[40.7015627,-74.0141261],"playground"],"around_goal_pivot_6":[[40.7018189,-74.0147241],"park"],"around_goal_pivot_7":[[40.7022198,-74.0132098],"three benches"],"around_goal_pivot_10":[[40.7020436,-74.0131448],"3 benches"]}} +{"rvs_sample_number":281,"content":"I am at Bath and Body Works where Park Avenue South intersects the street just south of you. Madison Square Park is one block to my west and across the street.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7400916,-73.986716],"key":7388,"region":"Manhattan","rvs_start_point":[40.7456668,-73.9984565],"landmarks":{"end_point":[[40.7400916,-73.986716],"Bath & Body Works"],"start_point":[[40.7456668,-73.9984565],"ice cream"],"main_pivot":[[40.7412974,-73.9895293],"Flatiron Building"],"main_pivot_2":[[40.7443742,-73.9968175],"Hotel Chelsea"],"main_pivot_3":[[40.7443742,-73.9968175],"Hotel Chelsea"],"main_pivot_4":[[40.7412974,-73.9895293],"Flatiron Building"],"main_pivot_5":[[40.7416914,-73.9883283],"Madison Square Fountain"],"main_pivot_6":[[40.7443742,-73.9968175],"Hotel Chelsea"],"main_pivot_7":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_8":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_9":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_10":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_11":[[40.7412336,-73.9875569],"Met Life Tower"],"main_pivot_12":[[40.7416914,-73.9883283],"Madison Square Fountain"],"main_pivot_13":[[40.7416914,-73.9883283],"Madison Square Fountain"],"main_pivot_14":[[40.7410826,-73.9880987],"Madison Square Park"],"main_pivot_15":[[40.7392696,-73.986775],"museum"],"near_pivot":[[40.7392696,-73.986775],"museum"],"beyond_pivot":[[40.7389498,-73.9870536],"place_of_worship"],"around_goal_pivot_1":[[40.7398095,-73.9850921],"theatre"],"around_goal_pivot_2":[[40.7393369,-73.9839705],"post office"],"around_goal_pivot_3":[[40.740401,-73.9895748],"bicycle repair station"],"around_goal_pivot_4":[[40.7386823,-73.9871934],"FedEx Office"],"around_goal_pivot_5":[[40.7406653,-73.9852139],"SpringHill Suites"],"around_goal_pivot_6":[[40.7397816,-73.9897585],"Ethan Allen"],"around_goal_pivot_7":[[40.7397386,-73.9890099],"True Value"],"around_goal_pivot_8":[[40.7402104,-73.9896949],"LoveSac"],"around_goal_pivot_9":[[40.7412127,-73.9897257],"three bicycle parkings"],"around_goal_pivot_10":[[40.7419327,-73.9861037],"3 doctor's offices"]}} +{"rvs_sample_number":23,"content":"I'm at the fast food burger joint on East 9th Street. It's less than half a block west of the square shaped park that contains the fountain. The restaurant is on the south side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7274755,-73.9834679],"key":7389,"region":"Manhattan","rvs_start_point":[40.7310694,-73.9890335],"landmarks":{"end_point":[[40.7274755,-73.9834679],"fast food restaurant"],"start_point":[[40.7310694,-73.9890335],"restaurant"],"main_pivot":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_2":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_3":[[40.7292688,-73.9873613],"East Village"],"main_pivot_4":[[40.7301278,-73.989688],"51 Astor Place"],"main_pivot_5":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_6":[[40.7301278,-73.989688],"51 Astor Place"],"main_pivot_7":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_8":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_9":[[40.7292688,-73.9873613],"East Village"],"main_pivot_10":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_11":[[40.7301278,-73.989688],"51 Astor Place"],"main_pivot_12":[[40.7292688,-73.9873613],"East Village"],"main_pivot_13":[[40.7315896,-73.9890331],"Webster Hall"],"main_pivot_14":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_15":[[40.7278318,-73.9828154],"church"],"near_pivot":[[40.7278318,-73.9828154],"church"],"beyond_pivot":[[40.7277423789,-73.9826012522],"place_of_worship"],"around_goal_pivot_1":[[40.7286441,-73.9862139],"2 clothes shops"],"around_goal_pivot_2":[[40.7272306,-73.9805648],"library"],"around_goal_pivot_3":[[40.7266496,-73.9821846],"fountain"],"around_goal_pivot_4":[[40.7260635,-73.9831423],"historic monument"],"around_goal_pivot_5":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_6":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_7":[[40.7282615,-73.9817169],"7-Eleven"],"around_goal_pivot_8":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_9":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_10":[[40.7283837,-73.9850797],"hotel"]}} +{"rvs_sample_number":32,"content":"Meet me at the furniture shop. It's on East 31st street and is just east of a nomad cafe. It's also west of an Atm.","rvs_path":"data\/geodata\/manhattan_samples_v79.gpkg","rvs_goal_point":[40.7453555,-73.9834775],"key":7390,"region":"Manhattan","rvs_start_point":[40.7480382,-73.9760986],"landmarks":{"end_point":[[40.7453555,-73.9834775],"furniture shop"],"start_point":[[40.7480382,-73.9760986],"community centre"],"main_pivot":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_2":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_5":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_6":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_7":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_8":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_9":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_10":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_11":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_12":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_13":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_14":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_15":[[40.7447556,-73.9839134],"school"],"near_pivot":[[40.7447556,-73.9839134],"school"],"beyond_pivot":[[40.7453718,-73.9845292],"cafe"],"around_goal_pivot_1":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_2":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_3":[[40.743931,-73.983874],"Lacoste"],"around_goal_pivot_4":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_5":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_6":[[40.7438954,-73.9850741],"WeWork"],"around_goal_pivot_7":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_8":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_10":[[40.7471957,-73.9812647],"attraction"]}} +{"rvs_sample_number":6,"content":"I'm southwest of you at the restaurant on west 44th street. It's across the street from Row NYC Hotel, but on the corner.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7583293,-73.9886792],"key":7391,"region":"Manhattan","rvs_start_point":[40.7607183,-73.9806999],"landmarks":{"end_point":[[40.7583293,-73.9886792],"restaurant"],"start_point":[[40.7607183,-73.9806999],"bicycle parking"],"main_pivot":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_2":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_3":[[40.7606045,-73.9838243],"750 Seventh Avenue"],"main_pivot_4":[[40.7583957,-73.9850287],"Bertelsmann Building"],"main_pivot_5":[[40.7581902,-73.9869903],"Booth Theatre"],"main_pivot_6":[[40.7613999,-73.9832402],"Winter Garden Theatre"],"main_pivot_7":[[40.7579634,-73.9855335],"Duffy Square"],"main_pivot_8":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_9":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_10":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_11":[[40.7613999,-73.9832402],"Winter Garden Theatre"],"main_pivot_12":[[40.7606045,-73.9838243],"750 Seventh Avenue"],"main_pivot_13":[[40.7579634,-73.9855335],"Times Square"],"main_pivot_14":[[40.7579634,-73.9855335],"Times Square"],"main_pivot_15":[[40.7584055,-73.9883152],"hotel"],"near_pivot":[[40.7584055,-73.9883152],"hotel"],"around_goal_pivot_1":[[40.7596918,-73.9886828],"church"],"around_goal_pivot_2":[[40.7581537,-73.9857275],"Mariott"],"around_goal_pivot_3":[[40.7570477,-73.9889365],"cinema"],"around_goal_pivot_4":[[40.757554,-73.989917],"pharmacy"],"around_goal_pivot_5":[[40.7588939,-73.9899187],"TownePlace Suites"],"around_goal_pivot_6":[[40.7592912,-73.9885965],"bicycle rental"],"around_goal_pivot_7":[[40.7594815,-73.9879551],"marketplace"],"around_goal_pivot_8":[[40.759059,-73.9898271],"pub"],"around_goal_pivot_9":[[40.7575941,-73.9883345],"parking entrance"],"around_goal_pivot_10":[[40.7592134,-73.9882534],"post box"]}} +{"rvs_sample_number":65,"content":"Move southeast past a church and get on Lafayette street, I will be at the French restaurant by the corner east of a post box. ","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7275742,-73.993705],"key":7392,"region":"Manhattan","rvs_start_point":[40.7393738,-74.0021204],"landmarks":{"end_point":[[40.7275742,-73.993705],"restaurant"],"start_point":[[40.7393738,-74.0021204],"psychic shop"],"main_pivot":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_2":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_3":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_4":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_5":[[40.734526,-73.9993301],"Jefferson Market Library"],"main_pivot_6":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_7":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_8":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_9":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_10":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_11":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_12":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_13":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_14":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_15":[[40.7280641,-73.9932516],"cafe"],"near_pivot":[[40.7280641,-73.9932516],"cafe"],"beyond_pivot":[[40.7278091,-73.9948953],"post_box"],"around_goal_pivot_1":[[40.726918,-73.9926651],"fire station"],"around_goal_pivot_3":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_4":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_5":[[40.7270937,-73.9956618],"2 clothes shops"],"around_goal_pivot_6":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_8":[[40.7287227,-73.9946779],"church"],"around_goal_pivot_9":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_10":[[40.7255007,-73.9937026],"clinic"]}} +{"rvs_sample_number":419,"content":"Meet me at a Starbucks cafe northwest of you on Broad Street. it is between another cafe and a post office all on the same street. A block east of the Starbucks cafe is 20 Exchange Place.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7051728,-74.011298],"key":7393,"region":"Manhattan","rvs_start_point":[40.7031661197,-74.008674127],"landmarks":{"end_point":[[40.7051728,-74.011298],"cafe"],"start_point":[[40.7031661197,-74.008674127],"garden"],"main_pivot":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_2":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_3":[[40.7052633,-74.0098797],"20 Exchange Place"],"main_pivot_4":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_5":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_6":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_7":[[40.7052633,-74.0098797],"20 Exchange Place"],"main_pivot_8":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_9":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_10":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_11":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_12":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_13":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_14":[[40.7028870029,-74.0095959272],"Vietnam Veterans Plaza"],"main_pivot_15":[[40.7044516,-74.0114151],"post office"],"near_pivot":[[40.7044516,-74.0114151],"post office"],"beyond_pivot":[[40.7059471,-74.0116452],"cafe"],"around_goal_pivot_1":[[40.7069398,-74.0129792],"4 benches"],"around_goal_pivot_2":[[40.7066568,-74.011145],"stock exchange"],"around_goal_pivot_3":[[40.7067113,-74.0091111],"Radisson"],"around_goal_pivot_4":[[40.706913,-74.0137054],"three gardens"],"around_goal_pivot_5":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_6":[[40.704371,-74.0098436],"two restaurants"],"around_goal_pivot_7":[[40.7068623,-74.0137939],"2 gardens"],"around_goal_pivot_8":[[40.704059,-74.011355],"WeWork"],"around_goal_pivot_9":[[40.7050055,-74.0135025],"five benches"],"around_goal_pivot_10":[[40.7076577,-74.0105041],"TJ Maxx"]}} +{"rvs_sample_number":273,"content":"Meet me at the Orchard Corset clothes shop southwest of you. From your location, head east then south at the first intersection. Keep heading south past Peretz Square onto Allen Street. Your destination is on the second block south, opposite from a Self Edge store. There is a Kris Graphics graphic design one block southwest of your destination.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7209775,-73.9891491],"key":7394,"region":"Manhattan","rvs_start_point":[40.7321542,-73.9840576],"landmarks":{"end_point":[[40.7209775,-73.9891491],"clothes shop"],"start_point":[[40.7321542,-73.9840576],"dry cleaning shop"],"main_pivot":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_2":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_3":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_4":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_5":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_6":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_7":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_8":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_9":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_10":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_11":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_12":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_13":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_14":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_15":[[40.7209296,-73.988926],"Self Edge"],"near_pivot":[[40.7209296,-73.988926],"Self Edge"],"beyond_pivot":[[40.7203508,-73.9898809],"Citi Bike"],"around_goal_pivot_1":[[40.7216444,-73.9883116],"attraction"],"around_goal_pivot_2":[[40.7200058,-73.9902712],"graphic design"],"around_goal_pivot_3":[[40.7205504,-73.9905667],"social centre"],"around_goal_pivot_4":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_5":[[40.7214223,-73.9877903],"pub"],"around_goal_pivot_6":[[40.7220656,-73.988105],"two restaurants"],"around_goal_pivot_7":[[40.7215404,-73.9874688],"ice cream"],"around_goal_pivot_8":[[40.7200524,-73.9878956],"confectionery shop"],"around_goal_pivot_9":[[40.7213412,-73.9878349],"alcohol shop"],"around_goal_pivot_10":[[40.7219645,-73.9880966],"tattoo shop"]}} +{"rvs_sample_number":56,"content":"Come to the tea shop on the east side of Bowery street. It is close to the north corner and directly south of me on the next block is a hotel. ","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7181437,-73.9947599],"key":7395,"region":"Manhattan","rvs_start_point":[40.7248117,-73.998741],"landmarks":{"end_point":[[40.7181437,-73.9947599],"tea shop"],"start_point":[[40.7248117,-73.998741],"restaurant"],"main_pivot":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_2":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_3":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_4":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_5":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_6":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_7":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_8":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_9":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_10":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_11":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_12":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_13":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_14":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_15":[[40.7187398,-73.9948652],"events venue"],"near_pivot":[[40.7187398,-73.9948652],"events venue"],"beyond_pivot":[[40.7171290849,-73.9951850812],"hotel"],"around_goal_pivot_1":[[40.7167737,-73.9969651],"two jewelry shops"],"around_goal_pivot_2":[[40.7206819,-73.9962077],"church"],"around_goal_pivot_3":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_4":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_5":[[40.7192537,-73.9974606],"museum"],"around_goal_pivot_6":[[40.7199261,-73.9956745],"fire station"],"around_goal_pivot_7":[[40.717912,-73.9979397],"two gift shops"],"around_goal_pivot_8":[[40.716749,-73.9942069],"toilets"],"around_goal_pivot_9":[[40.7199591,-73.9944123],"swingerclub"],"around_goal_pivot_10":[[40.7164454,-73.9949186],"prep school"]}} +{"rvs_sample_number":386,"content":"I'm really getting the shakes, let's get some alcohol, I think it will steady me. Meet me at the bar on 8th ave. It's the one west of the Longacre Theatre. A stabucks is about a block south and across the street too.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7612883,-73.9871051],"key":7396,"region":"Manhattan","rvs_start_point":[40.745689,-73.9899491],"landmarks":{"end_point":[[40.7612883,-73.9871051],"bar"],"start_point":[[40.745689,-73.9899491],"wholesale shop"],"main_pivot":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_2":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_3":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_4":[[40.7604736,-73.9859114],"Longacre Theatre"],"main_pivot_5":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_6":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_7":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_8":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_9":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_10":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_11":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_12":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_13":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_14":[[40.7563618,-73.9860933],"4 Times Square"],"main_pivot_15":[[40.7604406,-73.987191],"cafe"],"near_pivot":[[40.7604406,-73.987191],"cafe"],"beyond_pivot":[[40.760714,-73.9879098],"bar"],"around_goal_pivot_1":[[40.7584128,-73.9855641],"Mariott"],"around_goal_pivot_2":[[40.7625043,-73.9841063],"historic theatre"],"around_goal_pivot_3":[[40.7580237,-73.9856867],"square"],"around_goal_pivot_4":[[40.7602854,-73.9850176],"Crowne Plaza"],"around_goal_pivot_5":[[40.7615172,-73.9891369],"park"],"around_goal_pivot_6":[[40.759429,-73.9884241],"ice cream"],"around_goal_pivot_7":[[40.7605364,-73.988002],"Econo Lodge"],"around_goal_pivot_8":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_9":[[40.7594464,-73.9854395],"W Hotels"],"around_goal_pivot_10":[[40.7599806,-73.9850423],"Fossil"]}} +{"rvs_sample_number":227,"content":"Let's get a sandwich at the fast food restaurant on the east side of Park Avenue. The restaurant is in the northwest corner of it's block. Across the busy streets to the southwest is a Bank of America on the adjacent block to the west. There is also a Subway to the northeast on the adjacent block to the northeast.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7506137,-73.9784255],"key":7397,"region":"Manhattan","rvs_start_point":[40.7544636,-73.9686172],"landmarks":{"end_point":[[40.7506137,-73.9784255],"fast food restaurant"],"start_point":[[40.7544636,-73.9686172],"restaurant"],"main_pivot":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_2":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_3":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_4":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_5":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_6":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_7":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_8":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_9":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_10":[[40.7555818,-73.9727139],"New York Marriott East Side"],"main_pivot_11":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_12":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_13":[[40.7521079,-73.9757187],"Grand Hyatt New York"],"main_pivot_14":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_15":[[40.7508618,-73.9772877],"fast food restaurant"],"near_pivot":[[40.7508618,-73.9772877],"fast food restaurant"],"beyond_pivot":[[40.7504506,-73.979202],"bank"],"around_goal_pivot_1":[[40.7529563,-73.9776537],"seven atms"],"around_goal_pivot_2":[[40.7529789,-73.9775749],"nine vending machines"],"around_goal_pivot_3":[[40.7529758,-73.9775675],"8 vending machines"],"around_goal_pivot_4":[[40.7521079,-73.9757187],"Grand Hyatt"],"around_goal_pivot_5":[[40.7519728,-73.9769341],"attraction"],"around_goal_pivot_6":[[40.75158,-73.9800028],"post office"],"around_goal_pivot_7":[[40.7511388,-73.9814635],"Hyatt Centric"],"around_goal_pivot_8":[[40.7529532,-73.9776453],"6 atms"],"around_goal_pivot_9":[[40.7529707,-73.9775551],"7 vending machines"],"around_goal_pivot_10":[[40.752973,-73.9775615],"6 vending machines"]}} +{"rvs_sample_number":222,"content":"Meet me at the Dunkin' to the west of you. It's on Clarkson Street west of the shake shack and the school.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7293761,-74.0072149],"key":7398,"region":"Manhattan","rvs_start_point":[40.7280719,-73.9885267],"landmarks":{"end_point":[[40.7293761,-74.0072149],"fast food restaurant"],"start_point":[[40.7280719,-73.9885267],"bicycle parking"],"main_pivot":[[40.7300087043,-74.0004054172],"New York University"],"main_pivot_2":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_3":[[40.7277477264,-73.9880814538],"Middle Collegiate Church"],"main_pivot_4":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7277477264,-73.9880814538],"Middle Collegiate Church"],"main_pivot_7":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_8":[[40.7299095,-74.0025137],"Winston Churchill Square"],"main_pivot_9":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_10":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_11":[[40.7301186,-74.0004952],"Comedy Cellar"],"main_pivot_12":[[40.7277477264,-73.9880814538],"Middle Collegiate Church"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_15":[[40.7293441,-74.0063747],"school"],"near_pivot":[[40.7293441,-74.0063747],"school"],"around_goal_pivot_1":[[40.7296592,-74.0061005],"three benches"],"around_goal_pivot_2":[[40.7297727,-74.0051938],"library"],"around_goal_pivot_3":[[40.7292079,-74.0054593],"fast food restaurant"],"around_goal_pivot_4":[[40.7297476,-74.0060857],"2 benches"],"around_goal_pivot_5":[[40.7286497,-74.0073913],"charging station"],"around_goal_pivot_6":[[40.7287346,-74.008557],"bicycle rental"],"around_goal_pivot_7":[[40.7289162,-74.0054734],"cafe"],"around_goal_pivot_8":[[40.7298836,-74.0058154],"playground"],"around_goal_pivot_9":[[40.7294543,-74.0055801],"fitness centre"]}} +{"rvs_sample_number":46,"content":"Go up to West 23rd Street where we'll meet at the bicycle parking on the north side of the road. It's southeast of one cinema and northwest of another cinema. It's pretty much directly west from Whole Foods Market.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7455511,-73.9989101],"key":7399,"region":"Manhattan","rvs_start_point":[40.7362449973,-74.0010853706],"landmarks":{"end_point":[[40.7455511,-73.9989101],"bicycle parking"],"start_point":[[40.7362449973,-74.0010853706],"park"],"main_pivot":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_2":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_5":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_6":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_7":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_10":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_11":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_12":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_13":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_14":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_15":[[40.7460456,-73.9998605],"cinema"],"near_pivot":[[40.7460456,-73.9998605],"cinema"],"beyond_pivot":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_1":[[40.7437958,-74.0017594],"church"],"around_goal_pivot_2":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_3":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_4":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_5":[[40.7452366,-73.9960527],"Whole Foods Market"],"around_goal_pivot_6":[[40.7466555,-73.9972211],"7-Eleven"],"around_goal_pivot_7":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_8":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_9":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_10":[[40.7446183,-73.9964638],"AT&T"]}} +{"rvs_sample_number":116,"content":"Meet me at the parking entrance just east of the Ziegfeld Theatre on the north side of West 54th street.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7630541,-73.9799221],"key":7400,"region":"Manhattan","rvs_start_point":[40.7641853,-73.988146],"landmarks":{"end_point":[[40.7630541,-73.9799221],"parking entrance"],"start_point":[[40.7641853,-73.988146],"restaurant"],"main_pivot":[[40.7632106,-73.984638],"Neil Simon Theater"],"main_pivot_2":[[40.763172,-73.9840244],"Roseland Ballroom"],"main_pivot_3":[[40.763172,-73.9840244],"Roseland Ballroom"],"main_pivot_4":[[40.7629843,-73.9823367],"810 Seventh Avenue"],"main_pivot_5":[[40.7635942,-73.9835989],"Aro"],"main_pivot_6":[[40.7634054,-73.9839],"August Wilson Theatre"],"main_pivot_7":[[40.7645167,-73.9864033],"St. Benedict the Moor's Church"],"main_pivot_8":[[40.7645167,-73.9864033],"St. Benedict the Moor's Church"],"main_pivot_9":[[40.7628158,-73.9817681],"Sheraton New York Times Square Hotel"],"main_pivot_10":[[40.7628158,-73.9817681],"Sheraton New York Times Square Hotel"],"main_pivot_11":[[40.7645167,-73.9864033],"St. Benedict the Moor's Church"],"main_pivot_12":[[40.7628158,-73.9817681],"Sheraton New York Times Square Hotel"],"main_pivot_13":[[40.763172,-73.9840244],"Roseland Ballroom"],"main_pivot_14":[[40.7642021,-73.9838423],"Studio 54"],"main_pivot_15":[[40.7630368,-73.9798333],"cinema"],"near_pivot":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_1":[[40.763747237,-73.9796288891],"theatre"],"around_goal_pivot_2":[[40.7628158,-73.9817681],"Sheraton"],"around_goal_pivot_3":[[40.7630563,-73.9816863],"telephone"],"around_goal_pivot_5":[[40.763269,-73.9808967],"parking entrance"],"around_goal_pivot_6":[[40.762047,-73.981225],"wine shop"],"around_goal_pivot_7":[[40.7632838,-73.9785863],"jewelry shop"],"around_goal_pivot_8":[[40.7638738,-73.9810097],"gift shop"],"around_goal_pivot_9":[[40.7638207,-73.9810419],"alcohol shop"],"around_goal_pivot_10":[[40.7633312,-73.9786153],"shoe repair shop"]}} +{"rvs_sample_number":181,"content":"Head east to get close to Avenue D. You will see me at the pharmacy by the south corner which is northeast of a garden. ","rvs_path":"data\/geodata\/manhattan_samples_v79.gpkg","rvs_goal_point":[40.7220472,-73.9774605],"key":7401,"region":"Manhattan","rvs_start_point":[40.7213489,-73.992938],"landmarks":{"end_point":[[40.7220472,-73.9774605],"pharmacy"],"start_point":[[40.7213489,-73.992938],"clothes shop"],"main_pivot":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_2":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_3":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_4":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_5":[[40.7203417526,-73.9805949094],"Hamilton Fish Park"],"main_pivot_6":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_7":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_8":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_9":[[40.7203417526,-73.9805949094],"Hamilton Fish Park"],"main_pivot_10":[[40.7203417526,-73.9805949094],"Hamilton Fish Park"],"main_pivot_11":[[40.7203417526,-73.9805949094],"Hamilton Fish Park"],"main_pivot_12":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_13":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_14":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_15":[[40.7212274,-73.9783093],"garden"],"near_pivot":[[40.7212274,-73.9783093],"garden"],"beyond_pivot":[[40.7229921,-73.9799547],"Citi Bike"],"around_goal_pivot_1":[[40.7197787,-73.9793368],"library"],"around_goal_pivot_2":[[40.721615,-73.9800434],"clinic"],"around_goal_pivot_3":[[40.7237397,-73.9802085],"community centre"],"around_goal_pivot_4":[[40.7218222,-73.980295],"nightclub"],"around_goal_pivot_5":[[40.7225383,-73.979784],"music venue"],"around_goal_pivot_6":[[40.7206076,-73.9784628],"dentist's office"],"around_goal_pivot_7":[[40.7236831,-73.9789326],"bar"],"around_goal_pivot_8":[[40.7215299,-73.9805714],"dry cleaning shop"],"around_goal_pivot_9":[[40.7215031,-73.9808942],"florist shop"],"around_goal_pivot_10":[[40.7213069,-73.9806944],"alcohol shop"]}} +{"rvs_sample_number":342,"content":"I am at the garden in the middle of the block on the south side of Worth street. The garden has a square shape and it's just southwest of toilets. ","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7143132832,-74.0006713311],"key":7402,"region":"Manhattan","rvs_start_point":[40.7210247,-73.9897308],"landmarks":{"end_point":[[40.7143132832,-74.0006713311],"garden"],"start_point":[[40.7210247,-73.9897308],"bar"],"main_pivot":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_2":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_3":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_4":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_5":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_6":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_7":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_8":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_9":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_10":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_11":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_12":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_13":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_14":[[40.7145166,-73.9991931],"Church of the Transfiguration"],"main_pivot_15":[[40.7148116,-74.0001526],"toilets"],"near_pivot":[[40.7148116,-74.0001526],"toilets"],"beyond_pivot":[[40.7146734,-74.0024874],"square"],"around_goal_pivot_1":[[40.7141002027,-73.9974382373],"historic neighbourhood"],"around_goal_pivot_2":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_3":[[40.7130838,-74.0031403],"three benches"],"around_goal_pivot_4":[[40.713573,-74.0032797],"two kiosk shops"],"around_goal_pivot_5":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_6":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_7":[[40.7151782,-73.9994382],"hotel"],"around_goal_pivot_8":[[40.7165068,-73.9998287],"pub"],"around_goal_pivot_9":[[40.7144393,-74.0028118],"fountain"],"around_goal_pivot_10":[[40.714417,-73.9979882],"post office"]}} +{"rvs_sample_number":330,"content":"Meet me at the TD Bank on West 32nd Street which is a little bit east of the Curio Collection by Hilton. You'll need to go 4 blocks east and 7 blocks north to get there.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7484764,-73.9890009],"key":7403,"region":"Manhattan","rvs_start_point":[40.7491823,-74.0039087],"landmarks":{"end_point":[[40.7484764,-73.9890009],"bank"],"start_point":[[40.7491823,-74.0039087],"bicycle parking"],"main_pivot":[[40.7494141,-73.9989106],"Church of the Holy Apostles"],"main_pivot_2":[[40.7492461,-74.0036477],"Avenues"],"main_pivot_3":[[40.7505773,-73.99505],"James A. Farley Building"],"main_pivot_4":[[40.7497724721,-74.001022729],"Chelsea Park"],"main_pivot_5":[[40.7491768,-73.9900876],"Hotel Pennsylvania"],"main_pivot_6":[[40.7505773,-73.99505],"James A. Farley Building"],"main_pivot_7":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_8":[[40.7492461,-74.0036477],"Avenues"],"main_pivot_9":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_10":[[40.7497724721,-74.001022729],"Chelsea Park"],"main_pivot_11":[[40.7497724721,-74.001022729],"Chelsea Park"],"main_pivot_12":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_13":[[40.7497724721,-74.001022729],"Chelsea Park"],"main_pivot_14":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_15":[[40.748423753,-73.98801237],"Curio Collection by Hilton"],"near_pivot":[[40.748423753,-73.98801237],"Curio Collection by Hilton"],"around_goal_pivot_1":[[40.7484343,-73.9856963],"fourteen towers"],"around_goal_pivot_2":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_3":[[40.7500169,-73.9880897],"square"],"around_goal_pivot_4":[[40.7490008,-73.9904654],"church"],"around_goal_pivot_5":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_7":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_8":[[40.7500122,-73.9887454],"Target"],"around_goal_pivot_9":[[40.7502476,-73.9893078],"Sephora"],"around_goal_pivot_10":[[40.7506446,-73.9903127],"Forever 21"]}} +{"rvs_sample_number":31,"content":"Go several blocks east and meet me at the coworking space on East 24th Street, right next to the post office, north of the The Salvation Army.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7394702,-73.9829009],"key":7404,"region":"Manhattan","rvs_start_point":[40.7415631,-73.9940379],"landmarks":{"end_point":[[40.7394702,-73.9829009],"coworking space"],"start_point":[[40.7415631,-73.9940379],"stationery shop"],"main_pivot":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_2":[[40.7416842951,-73.9942043087],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_3":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_4":[[40.7413,-73.9871615],"Met Life Tower"],"main_pivot_5":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_6":[[40.7409997,-73.985995],"Metropolitan Life North Building"],"main_pivot_7":[[40.7400264,-73.9847663],"Gramercy Theatre"],"main_pivot_8":[[40.7400264,-73.9847663],"Gramercy Theatre"],"main_pivot_9":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_10":[[40.7413,-73.9871615],"Met Life Tower"],"main_pivot_11":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_12":[[40.7413,-73.9871615],"Met Life Tower"],"main_pivot_13":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_14":[[40.741064,-73.9866012],"Metropolitan Life Insurance Company Tower"],"main_pivot_15":[[40.7396063,-73.983136],"post office"],"near_pivot":[[40.7396063,-73.983136],"post office"],"around_goal_pivot_1":[[40.7384127,-73.9863603],"park"],"around_goal_pivot_2":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_3":[[40.739965,-73.9862816],"The Vitamin Shoppe"],"around_goal_pivot_4":[[40.7398467,-73.9851257],"two fast food restaurants"],"around_goal_pivot_5":[[40.7406653,-73.9852139],"SpringHill Suites"],"around_goal_pivot_6":[[40.7397807,-73.9864089],"European Wax Center"],"around_goal_pivot_7":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_8":[[40.7376764,-73.9846657],"dentist's office"],"around_goal_pivot_9":[[40.7380008,-73.9839983],"fortune teller"],"around_goal_pivot_10":[[40.74067,-73.9828981],"mailroom"]}} +{"rvs_sample_number":365,"content":"Go east past Immaculate Conception Church and get on East 14th street. I am at the garden north of Sally Beauty Supply and west of 9 parking space. ","rvs_path":"data\/geodata\/manhattan_samples_v41.gpkg","rvs_goal_point":[40.73029345,-73.9791242],"key":7405,"region":"Manhattan","rvs_start_point":[40.7318091,-73.9948567],"landmarks":{"end_point":[[40.73029345,-73.9791242],"garden"],"start_point":[[40.7318091,-73.9948567],"pharmacy"],"main_pivot":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_2":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_3":[[40.7292688,-73.9873613],"East Village"],"main_pivot_4":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_5":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_6":[[40.7315982286,-73.9948665088],"New York University"],"main_pivot_7":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_8":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_9":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_10":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_11":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_12":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_13":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_14":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_15":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"near_pivot":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"beyond_pivot":[[40.7311093,-73.9791317],"parking_space"],"around_goal_pivot_1":[[40.7313669,-73.9809508],"two benches"],"around_goal_pivot_2":[[40.7289663,-73.9792974],"clinic"],"around_goal_pivot_3":[[40.731931,-73.9818265],"bank"],"around_goal_pivot_4":[[40.7302869,-73.9777323],"9 parking spaces"],"around_goal_pivot_5":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_6":[[40.7311161,-73.9824625],"T-Mobile"],"around_goal_pivot_7":[[40.7305196,-73.9778414],"nine parking spaces"],"around_goal_pivot_8":[[40.7291333,-73.9781125],"pharmacy"],"around_goal_pivot_9":[[40.7314785,-73.9823113],"shelter"],"around_goal_pivot_10":[[40.731262,-73.9772239],"public bookcase"]}} +{"rvs_sample_number":191,"content":"Let's sit on that bench you like, you know the one, in the midst of the park area, over the oak bridge and off West drive which goes thorough the area. To it's north east is 2 more benches then east of those benches are three more, just in case you don't like the one I am sitting on.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7780335,-73.9706653],"key":7406,"region":"Manhattan","rvs_start_point":[40.7739938,-73.9666568],"landmarks":{"end_point":[[40.7780335,-73.9706653],"bench"],"start_point":[[40.7739938,-73.9666568],"payment terminal"],"main_pivot":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_2":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_3":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_4":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_5":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_6":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_7":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_8":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_9":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_10":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_11":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_12":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_13":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_14":[[40.7747108,-73.9666341],"Conservatory Water"],"main_pivot_15":[[40.7750417,-73.9688869],"water"],"near_pivot":[[40.7750417,-73.9688869],"water"],"around_goal_pivot_1":[[40.7790272,-73.9696551],"3 benches"],"around_goal_pivot_2":[[40.7792472,-73.9688532],"historic castle"],"around_goal_pivot_3":[[40.7759417,-73.9718795],"attraction"],"around_goal_pivot_4":[[40.7796786062,-73.9701537318],"garden"],"around_goal_pivot_5":[[40.7794109,-73.969074],"peak"],"around_goal_pivot_6":[[40.7795154,-73.9690591],"viewpoint"],"around_goal_pivot_7":[[40.7768735,-73.9708686],"shelter"],"around_goal_pivot_9":[[40.77901,-73.9697494],"2 benches"]}} +{"rvs_sample_number":297,"content":"Meet me at the deli shop on East 31st Street. A hotel is on the same block to the east and CVS Pharmacy is a block to the north. I'm on the southwest corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.746559,-73.985699],"key":7407,"region":"Manhattan","rvs_start_point":[40.7407741,-74.0015032],"landmarks":{"end_point":[[40.746559,-73.985699],"deli shop"],"start_point":[[40.7407741,-74.0015032],"bakery shop"],"main_pivot":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_2":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_3":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_4":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_5":[[40.7410058438,-74.001820138],"111 Eighth Avenue"],"main_pivot_6":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_7":[[40.7414145,-73.9944008],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_8":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_9":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_10":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_11":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_12":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_13":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_14":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_15":[[40.747367,-73.9856317],"pharmacy"],"near_pivot":[[40.747367,-73.9856317],"pharmacy"],"beyond_pivot":[[40.7466304,-73.984595],"hotel"],"around_goal_pivot_1":[[40.7481543,-73.9876449],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_3":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_4":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_6":[[40.7484135,-73.9882066],"square"],"around_goal_pivot_7":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_8":[[40.7490968,-73.9857462],"Zumiez"],"around_goal_pivot_9":[[40.7480531,-73.9841627],"WeWork"],"around_goal_pivot_10":[[40.74908,-73.9864875],"Timberland"]}} +{"rvs_sample_number":216,"content":"Meet me at the cafe. Go southwest from where you are until you pass the Williamsburg Bridge. In a couple of blocks past the bridge, go east on Grand Street. The cafe will be in about one and a half blocks on the south side of the street. It is just past the Y in the road. If you see the pharmacy, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v22.gpkg","rvs_goal_point":[40.7144862,-73.9821342],"key":7408,"region":"Manhattan","rvs_start_point":[40.7243534,-73.9784734],"landmarks":{"end_point":[[40.7144862,-73.9821342],"cafe"],"start_point":[[40.7243534,-73.9784734],"restaurant"],"main_pivot":[[40.7195018,-73.9818628],"Hamilton Fish Park"],"main_pivot_2":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_3":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_4":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_5":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_6":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_7":[[40.7195018,-73.9818628],"Hamilton Fish Park"],"main_pivot_8":[[40.7195018,-73.9818628],"Hamilton Fish Park"],"main_pivot_9":[[40.7195018,-73.9818628],"Hamilton Fish Park"],"main_pivot_10":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_11":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_12":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_13":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_14":[[40.7168747682,-73.9823408596],"Williamsburg Bridge"],"main_pivot_15":[[40.714324,-73.9815597],"pharmacy"],"near_pivot":[[40.714324,-73.9815597],"pharmacy"],"around_goal_pivot_1":[[40.7139131,-73.9830806],"church"],"around_goal_pivot_2":[[40.715245,-73.9837408],"arts centre"],"around_goal_pivot_3":[[40.7150478,-73.9830229],"pharmacy"],"around_goal_pivot_4":[[40.7142132,-73.9811658],"bicycle rental"],"around_goal_pivot_5":[[40.7148322,-73.983711],"bank"],"around_goal_pivot_6":[[40.7149914,-73.9828256],"restaurant"],"around_goal_pivot_7":[[40.7138971,-73.9806102],"supermarket"],"around_goal_pivot_8":[[40.7142958,-73.9835314],"track"]}} +{"rvs_sample_number":289,"content":"Meet me at a fast food restaurant east of you on the south side of West 45th Street. It is between Americas Tower and a Chipotle fast food which are all on he same street. The Independent Hotel is a block south of this fast food restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7562979,-73.9818979],"key":7409,"region":"Manhattan","rvs_start_point":[40.7586769,-73.9927249],"landmarks":{"end_point":[[40.7562979,-73.9818979],"fast food restaurant"],"start_point":[[40.7586769,-73.9927249],"bank"],"main_pivot":[[40.7581537,-73.9857275],"New York Marriott Marquis"],"main_pivot_2":[[40.7579629,-73.985335],"Bertelsmann Building"],"main_pivot_3":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_4":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_5":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_6":[[40.7569352757,-73.9827979346],"Americas Tower"],"main_pivot_7":[[40.7581537,-73.9857275],"New York Marriott Marquis"],"main_pivot_8":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_9":[[40.7579145,-73.9876356],"Helen Hayes Theatre"],"main_pivot_10":[[40.7576895,-73.9870642],"Times Square Building"],"main_pivot_11":[[40.758254,-73.9909049],"Holy Cross Church"],"main_pivot_12":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_13":[[40.7584055,-73.9883152],"The Row Hotel"],"main_pivot_14":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_15":[[40.7556287842,-73.9821788957],"Independent"],"near_pivot":[[40.7556287842,-73.9821788957],"Independent"],"beyond_pivot":[[40.7561133,-73.9808717],"fast_food"],"around_goal_pivot_1":[[40.7580461,-73.9835721],"church"],"around_goal_pivot_2":[[40.7538369,-73.9823315],"library"],"around_goal_pivot_3":[[40.7544289,-73.9839367],"6 gardens"],"around_goal_pivot_4":[[40.7544155,-73.9840892],"2 gardens"],"around_goal_pivot_5":[[40.7547758,-73.9821173],"college"],"around_goal_pivot_6":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_7":[[40.7540704,-73.983093],"historic memorial"],"around_goal_pivot_8":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_9":[[40.7542617,-73.9800487],"Urban Outfitters"],"around_goal_pivot_10":[[40.7554687,-73.9851576],"Verizon Wireless"]}} +{"rvs_sample_number":61,"content":"Let's grab a coffee at the starbucks on the south side of west 57th street. It's a block east of the NY cardiac diagnostic center, just east of the arts centre.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7649496,-73.979109],"key":7410,"region":"Manhattan","rvs_start_point":[40.7542769679,-73.9839360428],"landmarks":{"end_point":[[40.7649496,-73.979109],"cafe"],"start_point":[[40.7542769679,-73.9839360428],"garden"],"main_pivot":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_2":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_3":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_4":[[40.7630368,-73.9798333],"Ziegfeld Ballroom"],"main_pivot_5":[[40.7605171,-73.9801887],"Time-Life Building"],"main_pivot_6":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_7":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_8":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_9":[[40.7604891865,-73.9799981183],"Rockefeller Center"],"main_pivot_10":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_11":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_12":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_13":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_14":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_15":[[40.765136,-73.9794975],"arts centre"],"near_pivot":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_1":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_2":[[40.7652419,-73.9763071],"The Ritz-Carlton"],"around_goal_pivot_3":[[40.7659359599,-73.9786916087],"JW Marriott"],"around_goal_pivot_4":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_5":[[40.766461,-73.9815889],"Nordstrom"],"around_goal_pivot_6":[[40.7660586,-73.9821107],"GNC"],"around_goal_pivot_7":[[40.7626217,-73.9778188],"KPMG"],"around_goal_pivot_8":[[40.7666354,-73.9803552],"fire station"],"around_goal_pivot_9":[[40.7654985,-73.9806503],"clinic"],"around_goal_pivot_10":[[40.7636398,-73.97986],"money transfer"]}} +{"rvs_sample_number":338,"content":"If you want to find me - come to the atm not far from you . After you leave the restaurant go down the street for 5 blocks and take a right, and I'll be on the far corner of the street. If you see a hospital you have gone too much down the street and you should go back north for one block.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7650853,-73.9637151],"key":7411,"region":"Manhattan","rvs_start_point":[40.7680306,-73.959163],"landmarks":{"end_point":[[40.7650853,-73.9637151],"atm"],"start_point":[[40.7680306,-73.959163],"restaurant"],"main_pivot":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_2":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_3":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_4":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_5":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_6":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_7":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_8":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_9":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_10":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_11":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_12":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_13":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_14":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_15":[[40.764233,-73.963647],"hospital"],"near_pivot":[[40.764233,-73.963647],"hospital"],"around_goal_pivot_3":[[40.7668281,-73.9633563],"synagogue"],"around_goal_pivot_4":[[40.7644625,-73.965899],"historic building"],"around_goal_pivot_7":[[40.7668051,-73.9630029],"clinic"],"around_goal_pivot_8":[[40.7667068,-73.9625796],"Unleashed"],"around_goal_pivot_9":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_10":[[40.7674684,-73.9634094],"four bicycle parkings"]}} +{"rvs_sample_number":107,"content":"Let's eat at that Mexican style fast food place On Essex street. to it's east is a school, a little over a block away. To the west is a gallery, over a block.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7196794,-73.9877861],"key":7412,"region":"Manhattan","rvs_start_point":[40.7145539368,-73.9910814765],"landmarks":{"end_point":[[40.7196794,-73.9877861],"fast food restaurant"],"start_point":[[40.7145539368,-73.9910814765],"park"],"main_pivot":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_2":[[40.7149852,-73.989903],"Seward Park"],"main_pivot_3":[[40.7149852,-73.989903],"Seward Park"],"main_pivot_4":[[40.7180584,-73.9879745],"Regal Essex 14 & RPX"],"main_pivot_5":[[40.7164332,-73.9888101],"kossar's bialys"],"main_pivot_6":[[40.7164332,-73.9888101],"kossar's bialys"],"main_pivot_7":[[40.7149852,-73.989903],"Seward Park"],"main_pivot_8":[[40.7164332,-73.9888101],"kossar's bialys"],"main_pivot_9":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_10":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_11":[[40.7149852,-73.989903],"Seward Park"],"main_pivot_12":[[40.7149852,-73.989903],"Seward Park"],"main_pivot_13":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_14":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_15":[[40.7196336,-73.9866404],"school"],"near_pivot":[[40.7196336,-73.9866404],"school"],"beyond_pivot":[[40.7201441,-73.9889614],"gallery"],"around_goal_pivot_1":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_2":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_4":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_5":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_6":[[40.7184116,-73.9862939],"Holiday Inn"],"around_goal_pivot_7":[[40.7209775,-73.9891491],"two clothes shops"],"around_goal_pivot_10":[[40.7182305,-73.9863577],"Verizon Wireless"]}} +{"rvs_sample_number":130,"content":"Meet me on the south of you at the bicycle parking on the south side of Henry Street, to the northeast of a hospital and east of Lazy Susan Gallery.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.713626,-73.9863179],"key":7413,"region":"Manhattan","rvs_start_point":[40.7262807,-73.9897804],"landmarks":{"end_point":[[40.713626,-73.9863179],"bicycle parking"],"start_point":[[40.7262807,-73.9897804],"bicycle rental"],"main_pivot":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_2":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_3":[[40.7252158,-73.9896014],"Church of the Nativity"],"main_pivot_4":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_5":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_6":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_7":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_8":[[40.7252158,-73.9896014],"Church of the Nativity"],"main_pivot_9":[[40.7252158,-73.9896014],"Church of the Nativity"],"main_pivot_10":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_11":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_12":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_13":[[40.7252158,-73.9896014],"Church of the Nativity"],"main_pivot_14":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_15":[[40.7133061,-73.9872386],"hospital"],"near_pivot":[[40.7133061,-73.9872386],"hospital"],"around_goal_pivot_1":[[40.7142743,-73.988782],"2 gardens"],"around_goal_pivot_2":[[40.7148491,-73.989302],"2 benches"],"around_goal_pivot_3":[[40.7143055,-73.9884177],"library"],"around_goal_pivot_4":[[40.715245,-73.9837408],"arts centre"],"around_goal_pivot_5":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_6":[[40.7143411,-73.9893103],"three benches"],"around_goal_pivot_7":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_8":[[40.7137046,-73.9879511],"gallery"],"around_goal_pivot_9":[[40.7148359,-73.9894045],"fountain"],"around_goal_pivot_10":[[40.7152837,-73.9839824],"give box"]}} +{"rvs_sample_number":480,"content":"Meet me at a bicycle parking southwest of you on West 14th Street. A bridge is west of it. The Apple Store is about a block east of the bicycle parking.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7414714,-74.0067891],"key":7414,"region":"Manhattan","rvs_start_point":[40.7466178,-73.9921722],"landmarks":{"end_point":[[40.7414714,-74.0067891],"bicycle parking"],"start_point":[[40.7466178,-73.9921722],"restaurant"],"main_pivot":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_2":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_3":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_4":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_5":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_6":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_7":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_8":[[40.74668,-74.001395],"London Terrace"],"main_pivot_9":[[40.742132,-74.0042906],"111 Eighth Avenue"],"main_pivot_10":[[40.74668,-74.001395],"London Terrace"],"main_pivot_11":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_12":[[40.74668,-74.001395],"London Terrace"],"main_pivot_13":[[40.74668,-74.001395],"London Terrace"],"main_pivot_14":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_15":[[40.7416363877,-74.007744936],"bridge"],"near_pivot":[[40.7416363877,-74.007744936],"bridge"],"beyond_pivot":[[40.7410786615,-74.0078686848],"viaduct"],"around_goal_pivot_1":[[40.7403308,-74.0042648],"church"],"around_goal_pivot_2":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_3":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_4":[[40.7404884,-74.0066279],"Arhaus"],"around_goal_pivot_5":[[40.7402479,-74.0061221],"Sephora"],"around_goal_pivot_6":[[40.7395756,-74.0078407],"Warby Parker"],"around_goal_pivot_7":[[40.7395076,-74.0075791],"Madewell"],"around_goal_pivot_8":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_9":[[40.7418051,-74.0049865],"Anthropologie"],"around_goal_pivot_10":[[40.7411861,-74.0054573],"Apple Store"]}} +{"rvs_sample_number":111,"content":"Meet me at the restaurant on East 13th Street right next to a Starbucks. You'll need to go 13 blocks south and then go east almost a block and you'll be there.","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.7309012,-73.9833892],"key":7415,"region":"Manhattan","rvs_start_point":[40.7398994,-73.9791296],"landmarks":{"end_point":[[40.7309012,-73.9833892],"restaurant"],"start_point":[[40.7398994,-73.9791296],"restaurant"],"main_pivot":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_2":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_3":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_4":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_5":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_6":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_7":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_8":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_9":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_10":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_11":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_12":[[40.7370067,-73.9817536],"Church of the Epiphany"],"main_pivot_13":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_14":[[40.7344966,-73.9835717],"Rutherford Place"],"main_pivot_15":[[40.7308318,-73.983183],"cafe"],"near_pivot":[[40.7308318,-73.983183],"cafe"],"beyond_pivot":[[40.7306702,-73.9824721],"place_of_worship"],"around_goal_pivot_1":[[40.731009,-73.9861217],"cinema"],"around_goal_pivot_2":[[40.7313669,-73.9809508],"2 benches"],"around_goal_pivot_3":[[40.7335087,-73.9835811],"fountain"],"around_goal_pivot_4":[[40.728654,-73.984852],"theatre"],"around_goal_pivot_5":[[40.731866,-73.982422],"pharmacy"],"around_goal_pivot_6":[[40.7315553,-73.9814093],"2 gardens"],"around_goal_pivot_7":[[40.7314003,-73.9809604],"3 gardens"],"around_goal_pivot_8":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_9":[[40.7309775,-73.9798901],"2 parking spaces"],"around_goal_pivot_10":[[40.7305095,-73.9810994],"Trader Joe's"]}} +{"rvs_sample_number":351,"content":"Meet me at the antiques shop northeast of you on the north side of West 31st Street. H Mart is northwest of me. Nyma Hotel is on my east.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7472671,-73.9872671],"key":7416,"region":"Manhattan","rvs_start_point":[40.7371625,-73.9959403],"landmarks":{"end_point":[[40.7472671,-73.9872671],"antiques shop"],"start_point":[[40.7371625,-73.9959403],"tobacco shop"],"main_pivot":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_2":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_3":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_4":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_5":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_6":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_7":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_8":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_9":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_10":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_11":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_12":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_13":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_14":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_15":[[40.7478373,-73.9874388],"H Mart"],"near_pivot":[[40.7478373,-73.9874388],"H Mart"],"beyond_pivot":[[40.7471789,-73.9865103],"hotel"],"around_goal_pivot_3":[[40.748304,-73.9880047],"Curio Collection by Hilton"],"around_goal_pivot_4":[[40.748646,-73.9888224],"mall"],"around_goal_pivot_5":[[40.7493062,-73.9883682],"atm"],"around_goal_pivot_6":[[40.7481017,-73.9861055],"post office"],"around_goal_pivot_7":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_8":[[40.7484357,-73.9856932],"14 towers"],"around_goal_pivot_10":[[40.7491941,-73.985505],"Foot Locker"]}} +{"rvs_sample_number":5,"content":"Meet me northwest of your position. I'm at the bicycle rental west of hotel and northeast of restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7551027,-73.974987],"key":7417,"region":"Manhattan","rvs_start_point":[40.753593,-73.97354],"landmarks":{"end_point":[[40.7551027,-73.974987],"bicycle rental"],"start_point":[[40.753593,-73.97354],"restaurant"],"main_pivot":[[40.7548828,-73.9733846],"The Lexington"],"main_pivot_2":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_3":[[40.7548828,-73.9733846],"The Lexington"],"main_pivot_4":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_5":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_6":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_7":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_8":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_9":[[40.7548828,-73.9733846],"The Lexington"],"main_pivot_10":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_11":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_12":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_13":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_14":[[40.7548828,-73.9733846],"The Lexington"],"main_pivot_15":[[40.7549383,-73.9742339],"hotel"],"near_pivot":[[40.7549383,-73.9742339],"hotel"],"around_goal_pivot_1":[[40.7556508,-73.974021],"InterContinental"],"around_goal_pivot_2":[[40.7548348,-73.9737772],"Cohen's Fashion Optical"],"around_goal_pivot_3":[[40.7551042,-73.9732511],"telephone"],"around_goal_pivot_4":[[40.7563569,-73.9749477],"bar"],"around_goal_pivot_5":[[40.754603,-73.9756765],"restaurant"],"around_goal_pivot_6":[[40.7540767,-73.9745025],"bicycle parking"],"around_goal_pivot_7":[[40.7550278,-73.9736481],"alcohol shop"]}} +{"rvs_sample_number":393,"content":"I'm southwest of you at the restaurant on 10th Avenue. A post box is on my north. There is a fast food restaurant on the southwest.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7609658,-73.994264],"key":7418,"region":"Manhattan","rvs_start_point":[40.7691161,-73.9821909],"landmarks":{"end_point":[[40.7609658,-73.994264],"restaurant"],"start_point":[[40.7691161,-73.9821909],"bicycle parking"],"main_pivot":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_2":[[40.7685324,-73.9827663],"Masa"],"main_pivot_3":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_4":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_5":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_6":[[40.7683274501,-73.9820306706],"Columbus Circle"],"main_pivot_7":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_8":[[40.7681466743,-73.9852617253],"Hudson Hotel"],"main_pivot_9":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_10":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_11":[[40.7681466743,-73.9852617253],"Hudson Hotel"],"main_pivot_12":[[40.7690103,-73.982912],"Mandarin Oriental"],"main_pivot_13":[[40.7685324,-73.9827663],"Masa"],"main_pivot_14":[[40.7681466743,-73.9852617253],"Hudson Hotel"],"main_pivot_15":[[40.7606321,-73.9945119],"fast food restaurant"],"near_pivot":[[40.7606321,-73.9945119],"fast food restaurant"],"around_goal_pivot_1":[[40.7608284,-73.996456],"fire station"],"around_goal_pivot_2":[[40.7595017,-73.9914437],"cinema"],"around_goal_pivot_3":[[40.7626376,-73.9915241],"garden"],"around_goal_pivot_4":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_5":[[40.7623975,-73.9937275],"Trek"],"around_goal_pivot_6":[[40.7627903,-73.9953362],"The Salvation Army"],"around_goal_pivot_7":[[40.7625432,-73.9967254],"NYC Velo"],"around_goal_pivot_8":[[40.7598592,-73.9943408],"The Food Emporium"],"around_goal_pivot_9":[[40.7621416,-73.9937944],"post box"],"around_goal_pivot_10":[[40.7612138,-73.9928717],"toilets"]}} +{"rvs_sample_number":160,"content":"I'm modeling at the studio just south of Houston Street. It's on the east side of the long street that you're already on. There is a bank across the street.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.724959,-73.9969469],"key":7419,"region":"Manhattan","rvs_start_point":[40.7151802,-74.0055732],"landmarks":{"end_point":[[40.724959,-73.9969469],"studio"],"start_point":[[40.7151802,-74.0055732],"bicycle parking"],"main_pivot":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_2":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_3":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_4":[[40.72288,-73.9987505],"SoHo"],"main_pivot_5":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_6":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_7":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_8":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_9":[[40.72288,-73.9987505],"SoHo"],"main_pivot_10":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_11":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_12":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_13":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_14":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_15":[[40.7249368,-73.9973944],"bank"],"near_pivot":[[40.7249368,-73.9973944],"bank"],"beyond_pivot":[[40.7256079,-73.9964129],"Adidas"],"around_goal_pivot_1":[[40.7237654,-73.9954042],"cathedral"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_4":[[40.7258874,-73.9942403],"theatre"],"around_goal_pivot_5":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_6":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_7":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_8":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_9":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_10":[[40.7247766,-73.9991042],"Tumi"]}} +{"rvs_sample_number":211,"content":"I'm now shopping at 36 Market Grocery Store on the west side of the Manhattan Bridge. You can meet me here by going southeast. Head south on the bridge until you see a fountain. The grocery store is just a block away to the south. It is the second grocery store in that block. If you see a school, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7125532,-73.9942216],"key":7420,"region":"Manhattan","rvs_start_point":[40.7173097,-74.0007245],"landmarks":{"end_point":[[40.7125532,-73.9942216],"supermarket"],"start_point":[[40.7173097,-74.0007245],"clinic"],"main_pivot":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_2":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_3":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_4":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_5":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_6":[[40.7147006667,-73.996243029],"Confucius Plaza"],"main_pivot_7":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_8":[[40.7158989,-73.9994642],"Columbus Park"],"main_pivot_9":[[40.7147006667,-73.996243029],"Confucius Plaza"],"main_pivot_10":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_11":[[40.7158989,-73.9994642],"Columbus Park"],"main_pivot_12":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_13":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_14":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_15":[[40.7132915,-73.9946319],"church"],"near_pivot":[[40.7132915,-73.9946319],"church"],"beyond_pivot":[[40.7117608,-73.9938182],"restaurant"],"around_goal_pivot_1":[[40.7132313,-73.992974],"Fairfield Inn & Suites"],"around_goal_pivot_2":[[40.7117466,-73.9956636],"gallery"],"around_goal_pivot_3":[[40.7116726,-73.9946073],"cafe"],"around_goal_pivot_4":[[40.7137853,-73.9949658],"pharmacy"],"around_goal_pivot_5":[[40.7112136,-73.9940281],"school"],"around_goal_pivot_6":[[40.7136358,-73.9935335],"ice cream"],"around_goal_pivot_7":[[40.713519,-73.9944128],"fountain"],"around_goal_pivot_8":[[40.7114474,-73.995116],"bicycle parking"],"around_goal_pivot_9":[[40.7116348,-73.9952425],"seafood shop"],"around_goal_pivot_10":[[40.7120828,-73.9957126],"hardware shop"]}} +{"rvs_sample_number":24,"content":"Meet me at the vacant shop on Saint Mark's Place. It's on the south side of the street and in the middle of it. The block north of it has a library. ","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7290057,-73.9889655],"key":7421,"region":"Manhattan","rvs_start_point":[40.7221136,-73.9969825],"landmarks":{"end_point":[[40.7290057,-73.9889655],"vacant shop"],"start_point":[[40.7221136,-73.9969825],"pharmacy"],"main_pivot":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_2":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_3":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_4":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_5":[[40.72928,-73.9924535],"Colonnade row"],"main_pivot_6":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_7":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_8":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_9":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_10":[[40.72928,-73.9924535],"Colonnade row"],"main_pivot_11":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_12":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_13":[[40.7294023255,-73.9918356019],"NoHo Historic District"],"main_pivot_14":[[40.7294023255,-73.9918356019],"NoHo Historic District"],"main_pivot_15":[[40.7289394,-73.9879103],"library"],"near_pivot":[[40.7289394,-73.9879103],"library"],"beyond_pivot":[[40.7288621244,-73.9877278718],"library"],"around_goal_pivot_1":[[40.7316659449,-73.9892161601],"nightclub"],"around_goal_pivot_2":[[40.7277710404,-73.9896454575],"museum"],"around_goal_pivot_3":[[40.7286441,-73.9862139],"2 clothes shops"],"around_goal_pivot_4":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_5":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_6":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_7":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_8":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_9":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_10":[[40.7288409,-73.9912369],"Muji"]}} +{"rvs_sample_number":272,"content":"I'm at the e-cigarette shop due east of you on York Avenue. It's on the west side of that street about a block north of the library.","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7712207,-73.9508007],"key":7422,"region":"Manhattan","rvs_start_point":[40.7711267,-73.9569024],"landmarks":{"end_point":[[40.7712207,-73.9508007],"e-cigarette shop"],"start_point":[[40.7711267,-73.9569024],"dry cleaning shop"],"main_pivot":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_2":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_3":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_4":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_5":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_6":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_7":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_8":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_9":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_10":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_11":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_12":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_13":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_14":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_15":[[40.7706416,-73.9511882],"library"],"near_pivot":[[40.7706416,-73.9511882],"library"],"around_goal_pivot_1":[[40.7697091,-73.9529748],"hospital"],"around_goal_pivot_2":[[40.7697215558,-73.9496416471],"park"],"around_goal_pivot_3":[[40.7721394,-73.9518394],"church"],"around_goal_pivot_4":[[40.7688354,-73.9486756],"water"],"around_goal_pivot_5":[[40.7720932,-73.9525972],"bank"],"around_goal_pivot_7":[[40.7725856,-73.9527862],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.7709018,-73.9535909],"post box"],"around_goal_pivot_10":[[40.7720749,-73.9525944],"atm"]}} +{"rvs_sample_number":150,"content":"Head Northwest on Broadway. Go past Citi Bike and take a left when you reach 6th & 33rd. After Penn station turn north. You'll be going Northwest again until the corner where I am at the clothes shop. There is a Chase just a block north of me.","rvs_path":"data\/geodata\/manhattan_samples_v14.gpkg","rvs_goal_point":[40.7550216,-73.9920584],"key":7423,"region":"Manhattan","rvs_start_point":[40.7460969,-73.9891468],"landmarks":{"end_point":[[40.7550216,-73.9920584],"clothes shop"],"start_point":[[40.7460969,-73.9891468],"hotel"],"main_pivot":[[40.7462009,-73.9885572],"Citi Bike - Broadway & W 29 St"],"main_pivot_2":[[40.7503764,-73.9874594],"Herald Square Park"],"main_pivot_3":[[40.7491433,-73.9882448],"6th & 33rd St El 1881"],"near_pivot":[[40.7546993,-73.9913304],"3 fast food restaurants"],"beyond_pivot":[[40.755684,-73.9929817],"La Quinta Inn & Suites"],"around_goal_pivot_1":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_2":[[40.7559243,-73.9910204],"bank"],"around_goal_pivot_3":[[40.7559243,-73.9910204],"bank"]}} +{"rvs_sample_number":233,"content":"Go north from the bank and then west when you get to west 53rd street. You'll pass Broadway Theatre and St. Benedict the Moor's Church. I'll be at the chinese restaurant on the corner of the next block west.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7653574,-73.9878362],"key":7424,"region":"Manhattan","rvs_start_point":[40.7576227,-73.9823951],"landmarks":{"end_point":[[40.7653574,-73.9878362],"restaurant"],"start_point":[[40.7576227,-73.9823951],"bank"],"main_pivot":[[40.7628861,-73.9828607],"810 Seventh Avenue"],"main_pivot_2":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_3":[[40.7581362,-73.9842436],"Lyceum Theatre"],"main_pivot_4":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_5":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_6":[[40.7635942,-73.9835989],"Aro"],"main_pivot_7":[[40.7637743,-73.9828196],"Ed Sullivan Theater"],"main_pivot_8":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_9":[[40.7573729318,-73.9824978255],"Americas Tower"],"main_pivot_10":[[40.7647427,-73.9863632],"St. Benedict the Moor's Church"],"main_pivot_11":[[40.7635942,-73.9835989],"Aro"],"main_pivot_12":[[40.7635942,-73.9835989],"Aro"],"main_pivot_13":[[40.7586285603,-73.9849404991],"Duffy Square"],"main_pivot_14":[[40.7635942,-73.9835989],"Aro"],"main_pivot_15":[[40.7649435,-73.9876477],"fast food restaurant"],"near_pivot":[[40.7649435,-73.9876477],"fast food restaurant"],"beyond_pivot":[[40.7654754,-73.9902917],"place_of_worship"],"around_goal_pivot_1":[[40.7649186,-73.9909993],"library"],"around_goal_pivot_2":[[40.7653673,-73.9900352],"church"],"around_goal_pivot_3":[[40.7630462,-73.9894867],"pharmacy"],"around_goal_pivot_4":[[40.7637735,-73.9852854],"Verizon Wireless"],"around_goal_pivot_5":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_6":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_7":[[40.7635383,-73.9854142],"Hampton"],"around_goal_pivot_8":[[40.7644834,-73.984738],"GNC"],"around_goal_pivot_9":[[40.7644171,-73.9869612],"nightclub"],"around_goal_pivot_10":[[40.7649371,-73.9850825],"police station"]}} +{"rvs_sample_number":380,"content":"I'm at the bicycle parking on East 35th Street. It's a block to your east, and quite a ways south. The parking is is on the southwest corner of the intersection.","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7464053,-73.9777291],"key":7425,"region":"Manhattan","rvs_start_point":[40.761488,-73.9686234],"landmarks":{"end_point":[[40.7464053,-73.9777291],"bicycle parking"],"start_point":[[40.761488,-73.9686234],"post box"],"main_pivot":[[40.7555818,-73.9727139],"New York Marriott East Side"],"main_pivot_2":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_3":[[40.7572559,-73.9720001],"345 Park Avenue"],"main_pivot_4":[[40.7521079,-73.9757187],"Grand Hyatt New York"],"main_pivot_5":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_6":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_7":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_8":[[40.7559894,-73.9728866],"Waldorf-Astoria Hotel"],"main_pivot_9":[[40.7616169,-73.9684678],"Bloomberg Tower"],"main_pivot_10":[[40.7559894,-73.9728866],"Waldorf-Astoria Hotel"],"main_pivot_11":[[40.7582524,-73.9716831],"Seagram Building"],"main_pivot_12":[[40.7580948,-73.9720223],"Four Seasons"],"main_pivot_13":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_14":[[40.7559894,-73.9728866],"Waldorf-Astoria Hotel"],"main_pivot_15":[[40.7469444,-73.9783333],"historic district"],"near_pivot":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_1":[[40.7451041,-73.9754351],"church"],"around_goal_pivot_2":[[40.7447421,-73.9780734],"2 schools"],"around_goal_pivot_3":[[40.7446159,-73.9799645],"3 dentist's offices"],"around_goal_pivot_4":[[40.7445973,-73.9799777],"two dentist's offices"],"around_goal_pivot_5":[[40.745334,-73.9757137],"two restaurants"],"around_goal_pivot_6":[[40.7452381,-73.9745838],"park"],"around_goal_pivot_7":[[40.7466506,-73.9797965],"bank"],"around_goal_pivot_8":[[40.7448022,-73.979026],"Jenny Craig"],"around_goal_pivot_9":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_10":[[40.7452361,-73.977421],"European Wax Center"]}} +{"rvs_sample_number":219,"content":"I'm up north of you. I'm at West 40th St. I'm at the hotel there. It's across the street and west of the library. Two playgrounds are north west of there. A fitness place is even further to the west of it, and north.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7528779,-73.9837787],"key":7426,"region":"Manhattan","rvs_start_point":[40.7405186,-73.9889698],"landmarks":{"end_point":[[40.7528779,-73.9837787],"hotel"],"start_point":[[40.7405186,-73.9889698],"bicycle parking"],"main_pivot":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_2":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_3":[[40.7405313,-73.9882824],"One Madison"],"main_pivot_4":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_5":[[40.7405313,-73.9882824],"One Madison"],"main_pivot_6":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_7":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_8":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_9":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_10":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_11":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_12":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_13":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_14":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_15":[[40.752948,-73.9829827],"library"],"near_pivot":[[40.752948,-73.9829827],"library"],"beyond_pivot":[[40.7536111,-73.9841667],"building"],"around_goal_pivot_1":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_2":[[40.7543018,-73.9824604],"college"],"around_goal_pivot_3":[[40.7538091,-73.9844608],"two playgrounds"],"around_goal_pivot_4":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_5":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_6":[[40.7539364,-73.9843412],"three gardens"],"around_goal_pivot_7":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_8":[[40.7546279,-73.9845292],"Whole Foods Market"],"around_goal_pivot_9":[[40.7536883,-73.9804985],"COS"],"around_goal_pivot_10":[[40.7538513,-73.9854117],"Blink Fitness"]}} +{"rvs_sample_number":88,"content":"Meet me at the Hell's Kitchen charity shop on 9th Avenue. From your destination, head west then head north onto the street of your destination. You'll have to go many blocks north until you reach the Manhattan Eye Works optician shop. Your destination is on the next block. If you see an Atlas Social Club social centre, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7631392,-73.9889569],"key":7427,"region":"Manhattan","rvs_start_point":[40.7485322897,-73.9884532644],"landmarks":{"end_point":[[40.7631392,-73.9889569],"charity shop"],"start_point":[[40.7485322897,-73.9884532644],"toilets"],"main_pivot":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_2":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_3":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_4":[[40.7561308,-73.9865711],"Times Square Ball"],"main_pivot_5":[[40.7619941,-73.9871347],"One Worldwide Plaza"],"main_pivot_6":[[40.7619941,-73.9871347],"One Worldwide Plaza"],"main_pivot_7":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_8":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_9":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_10":[[40.7573319,-73.9862132],"1501 Broadway"],"main_pivot_11":[[40.7612556,-73.9858275],"Eugene O'Neill Theatre"],"main_pivot_12":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_13":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_14":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_15":[[40.7634014,-73.9897308],"school"],"near_pivot":[[40.7634014,-73.9897308],"school"],"around_goal_pivot_1":[[40.762678,-73.9876317],"theatre"],"around_goal_pivot_2":[[40.7622721,-73.9878821],"bicycle rental"],"around_goal_pivot_3":[[40.7617597,-73.987765],"hotel"],"around_goal_pivot_4":[[40.7640349,-73.9887906],"social centre"],"around_goal_pivot_5":[[40.7625366,-73.9877503],"fountain"],"around_goal_pivot_6":[[40.7643912,-73.9888626],"bar"],"around_goal_pivot_7":[[40.7643238,-73.9887289],"cafe"],"around_goal_pivot_8":[[40.7641108,-73.9887858],"convenience shop"],"around_goal_pivot_9":[[40.7624396,-73.9886559],"hairdresser shop"],"around_goal_pivot_10":[[40.7626675,-73.9897722],"optician shop"]}} +{"rvs_sample_number":132,"content":"I will be waiting by the toilets on Central park zoo. Zoo is on its southwest and USPS is on its southeast side. ","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7674269,-73.9714341],"key":7428,"region":"Manhattan","rvs_start_point":[40.7635878,-73.9759916],"landmarks":{"end_point":[[40.7674269,-73.9714341],"toilets"],"start_point":[[40.7635878,-73.9759916],"restaurant"],"main_pivot":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_2":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_3":[[40.7636447,-73.972896],"General Motors Building"],"main_pivot_4":[[40.7625717,-73.9740478],"Trump Tower"],"main_pivot_5":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_6":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_7":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_8":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_9":[[40.7635718,-73.9742899],"Paris Theatre"],"main_pivot_10":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_11":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_12":[[40.7635718,-73.9742899],"Paris Theatre"],"main_pivot_13":[[40.7636447,-73.972896],"General Motors Building"],"main_pivot_14":[[40.7636447,-73.972896],"General Motors Building"],"main_pivot_15":[[40.7668516208,-73.9720958998],"zoo"],"near_pivot":[[40.7668516208,-73.9720958998],"zoo"],"beyond_pivot":[[40.7666543,-73.971125],"USPS"],"around_goal_pivot_1":[[40.7693306,-73.969557],"historic memorial"],"around_goal_pivot_2":[[40.7644230099,-73.973033261],"park"],"around_goal_pivot_3":[[40.7679918,-73.9680388],"historic building"],"around_goal_pivot_4":[[40.765955758,-73.9743022688],"wood"],"around_goal_pivot_5":[[40.7663362,-73.9735505],"water"],"around_goal_pivot_6":[[40.767677,-73.9686442],"Giorgio Armani"],"around_goal_pivot_7":[[40.7667793,-73.9688985],"Chanel"],"around_goal_pivot_8":[[40.7679969,-73.9684742],"bicycle rental"],"around_goal_pivot_9":[[40.7656726,-73.9700902],"hostel"],"around_goal_pivot_10":[[40.7684058722,-73.9709626052],"zoo"]}} +{"rvs_sample_number":117,"content":"Let's meet at the bakery shop. It is off of Stain Marks's Place on the north side of the street. There is a library on the same block and on the adjacent block to the south is a pub. The bakery shop is probably the 5th or 6th building going east if you start from the southwest corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v76.gpkg","rvs_goal_point":[40.7292786,-73.9889945],"key":7429,"region":"Manhattan","rvs_start_point":[40.7329581,-74.0039041],"landmarks":{"end_point":[[40.7292786,-73.9889945],"bakery shop"],"start_point":[[40.7329581,-74.0039041],"bicycle parking"],"main_pivot":[[40.7344184,-73.9992573],"Jefferson Market Library"],"main_pivot_2":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_3":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_4":[[40.7344184,-73.9992573],"Jefferson Market Library"],"main_pivot_5":[[40.7315982286,-73.9948665088],"New York University"],"main_pivot_6":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_7":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_8":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_9":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_10":[[40.7315982286,-73.9948665088],"New York University"],"main_pivot_11":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_12":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_13":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_14":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_15":[[40.7287612,-73.9897021],"pub"],"near_pivot":[[40.7287612,-73.9897021],"pub"],"beyond_pivot":[[40.7288966154,-73.9878092965],"library"],"around_goal_pivot_1":[[40.7316468219,-73.9891703069],"nightclub"],"around_goal_pivot_2":[[40.7277854,-73.9896764],"museum"],"around_goal_pivot_3":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_4":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_5":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_7":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_8":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_9":[[40.7314382,-73.9905522],"two schools"],"around_goal_pivot_10":[[40.7298733,-73.9864727],"Urban Outfitters"]}} +{"rvs_sample_number":229,"content":"Meet me at the clothes shop a few blocks north of you. Go four blocks north and then three blocks west. It\u2019s on Spring Street in the very southeast corner of the block. The block south of it has an \u201cattraction\u201d in it. ","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7227912,-73.9980837],"key":7430,"region":"Manhattan","rvs_start_point":[40.7191024,-73.9970647],"landmarks":{"end_point":[[40.7227912,-73.9980837],"clothes shop"],"start_point":[[40.7191024,-73.9970647],"restaurant"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_3":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_4":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_7":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_10":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_11":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_14":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.72288,-73.9987505],"attraction"],"near_pivot":[[40.72288,-73.9987505],"attraction"],"beyond_pivot":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7205852412,-73.997645735],"historic building"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_5":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7245682,-73.9973205],"Bershka"],"around_goal_pivot_8":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_9":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_10":[[40.7221114,-73.9997761],"Levi's"]}} +{"rvs_sample_number":238,"content":"I'm parking my bike. Walk on East 63rd St. almost all the way to the end of the street (just a block before). Turn right and it will be on the corner. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7610568,-73.9580799],"key":7431,"region":"Manhattan","rvs_start_point":[40.7635766,-73.9673656],"landmarks":{"end_point":[[40.7610568,-73.9580799],"bicycle parking"],"start_point":[[40.7635766,-73.9673656],"post box"],"main_pivot":[[40.7606234,-73.959764],"Mount Vernon Hotel Museum"],"main_pivot_2":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_3":[[40.7606234,-73.959764],"Mount Vernon Hotel Museum"],"main_pivot_4":[[40.7630089,-73.9659279],"Trump Plaza Apartments"],"main_pivot_5":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_6":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_7":[[40.7606234,-73.959764],"Mount Vernon Hotel Museum"],"main_pivot_8":[[40.7630089,-73.9659279],"Trump Plaza Apartments"],"main_pivot_9":[[40.7630089,-73.9659279],"Trump Plaza Apartments"],"main_pivot_10":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_11":[[40.7630089,-73.9659279],"Trump Plaza Apartments"],"main_pivot_12":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_13":[[40.7606234,-73.959764],"Mount Vernon Hotel Museum"],"main_pivot_14":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_15":[[40.760914883,-73.9578798519],"university"],"near_pivot":[[40.760914883,-73.9578798519],"university"],"around_goal_pivot_1":[[40.7606234,-73.959764],"museum"],"around_goal_pivot_2":[[40.7602055,-73.9617532],"bridge"],"around_goal_pivot_3":[[40.7620381,-73.9553606],"hospital"],"around_goal_pivot_4":[[40.7595142478,-73.9574145459],"water"],"around_goal_pivot_5":[[40.7591667,-73.96],"park"],"around_goal_pivot_6":[[40.7608927,-73.9607562],"Goodwill"],"around_goal_pivot_7":[[40.7623572,-73.9597584],"7-Eleven"],"around_goal_pivot_8":[[40.7622981,-73.9602545],"clinic"],"around_goal_pivot_9":[[40.7631571,-73.9559715],"theatre"],"around_goal_pivot_10":[[40.7600506,-73.9580451],"veterinary"]}} +{"rvs_sample_number":12,"content":"Meet me at the post box next to the Verizon store. It's on Delancey Street about 20 blocks south of you, between the CityMD clinic and the Boost Mobile.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7181792,-73.9864016],"key":7432,"region":"Manhattan","rvs_start_point":[40.7323273,-73.9873238],"landmarks":{"end_point":[[40.7181792,-73.9864016],"post box"],"start_point":[[40.7323273,-73.9873238],"restaurant"],"main_pivot":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_2":[[40.7204581,-73.985425],"Lower East Side Preparatory High School"],"main_pivot_3":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_4":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_5":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_6":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_7":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_8":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_9":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_10":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_11":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_12":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_13":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_14":[[40.7204581,-73.985425],"Lower East Side Preparatory High School"],"main_pivot_15":[[40.7184227,-73.9869123],"clinic"],"near_pivot":[[40.7184227,-73.9869123],"clinic"],"beyond_pivot":[[40.718018,-73.9855067],"Boost Mobile"],"around_goal_pivot_1":[[40.7176452,-73.9880905],"3 restaurants"],"around_goal_pivot_2":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_3":[[40.7176603,-73.9881324],"two restaurants"],"around_goal_pivot_4":[[40.7196055,-73.9864863],"2 pitches"],"around_goal_pivot_5":[[40.7180763,-73.988245],"2 restaurants"],"around_goal_pivot_6":[[40.716963,-73.986048],"bank"],"around_goal_pivot_7":[[40.7185267,-73.9852558],"Metro by T-Mobile"],"around_goal_pivot_8":[[40.7172232,-73.9856565],"clinic"],"around_goal_pivot_9":[[40.7179964,-73.9881825],"fast food restaurant"],"around_goal_pivot_10":[[40.7175729,-73.9880757],"cafe"]}} +{"rvs_sample_number":94,"content":"Meet me at the Japanese restaurant northwest of you on West Houston Street. It's on the next block past The Folly pub on the southwest corner of that block. It's across the street from a church.","rvs_path":"data\/geodata\/manhattan_samples_v30.gpkg","rvs_goal_point":[40.7277615,-74.0011504],"key":7433,"region":"Manhattan","rvs_start_point":[40.7227097,-73.9833461],"landmarks":{"end_point":[[40.7277615,-74.0011504],"restaurant"],"start_point":[[40.7227097,-73.9833461],"restaurant"],"main_pivot":[[40.7234744,-73.9846433],"Church of the Most Holy Redeemer"],"main_pivot_2":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_3":[[40.7234744,-73.9846433],"Church of the Most Holy Redeemer"],"main_pivot_4":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_5":[[40.7259942,-73.997591],"New York University"],"main_pivot_6":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_7":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_8":[[40.7269444,-73.9988889],"University Village"],"main_pivot_9":[[40.7269444,-73.9988889],"University Village"],"main_pivot_10":[[40.7259123075,-73.9974373442],"NoHo Historic District"],"main_pivot_11":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_12":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_13":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_14":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_15":[[40.7271971,-74.0009946],"church"],"near_pivot":[[40.7271971,-74.0009946],"church"],"around_goal_pivot_1":[[40.7259942,-73.997591],"university"],"around_goal_pivot_2":[[40.7274589,-74.0026699],"bicycle rental"],"around_goal_pivot_3":[[40.7284254,-73.9998816],"theatre"],"around_goal_pivot_4":[[40.727248,-74.0000218],"pub"],"around_goal_pivot_5":[[40.7267604,-74.0014567],"arts centre"],"around_goal_pivot_6":[[40.7276924,-74.0022708],"school"],"around_goal_pivot_7":[[40.7279065,-74.0023777],"post box"],"around_goal_pivot_8":[[40.7282639,-74.0026277],"bench"],"around_goal_pivot_9":[[40.729015,-74.0006214],"tattoo shop"],"around_goal_pivot_10":[[40.7289291,-74.0004788],"deli shop"]}} +{"rvs_sample_number":246,"content":"I'm northeast of you at the supermarket on the south side of 4th street on the block south of the bar.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.72665,-73.9907961],"key":7434,"region":"Manhattan","rvs_start_point":[40.7227037,-74.0043545],"landmarks":{"end_point":[[40.72665,-73.9907961],"supermarket"],"start_point":[[40.7227037,-74.0043545],"bicycle parking"],"main_pivot":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_2":[[40.727519167,-73.9925733444],"NoHo Historic District"],"main_pivot_3":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_4":[[40.7259942,-73.997591],"New York University"],"main_pivot_5":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_6":[[40.7259942,-73.997591],"New York University"],"main_pivot_7":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_8":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_9":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_10":[[40.727519167,-73.9925733444],"NoHo Historic District"],"main_pivot_11":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_12":[[40.727519167,-73.9925733444],"NoHo Historic District"],"main_pivot_13":[[40.7259942,-73.997591],"New York University"],"main_pivot_14":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_15":[[40.7264797,-73.9898962],"bar"],"near_pivot":[[40.7264797,-73.9898962],"bar"],"beyond_pivot":[[40.7264797,-73.9898962],"bar"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_3":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_4":[[40.7263308,-73.9882179],"2 benches"],"around_goal_pivot_5":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_6":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_7":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_8":[[40.7261834,-73.9884587],"2 schools"],"around_goal_pivot_9":[[40.7262424,-73.9880128],"2 benches"],"around_goal_pivot_10":[[40.7288409,-73.9912369],"Muji"]}} +{"rvs_sample_number":388,"content":"Move southeast and meet me at the fitness centre on East 4th street. It is in the middle of the block and New York fire department is on the next block to the east. ","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7280452,-73.9937383],"key":7435,"region":"Manhattan","rvs_start_point":[40.7314804411,-73.9955203017],"landmarks":{"end_point":[[40.7280452,-73.9937383],"fitness centre"],"start_point":[[40.7314804411,-73.9955203017],"university"],"main_pivot":[[40.7301234,-73.9951033],"Brown Building"],"main_pivot_2":[[40.7306987,-73.9957344],"Washington Square Park"],"main_pivot_3":[[40.7301234,-73.9951033],"Brown Building"],"main_pivot_4":[[40.7306987,-73.9957344],"Washington Square Park"],"main_pivot_5":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_6":[[40.7306987,-73.9957344],"Washington Square Park"],"main_pivot_7":[[40.7306987,-73.9957344],"Washington Square Park"],"main_pivot_8":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_9":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_10":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_11":[[40.7301234,-73.9951033],"Brown Building"],"main_pivot_12":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_13":[[40.7301234,-73.9951033],"Brown Building"],"main_pivot_14":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_15":[[40.7287227,-73.9946779],"church"],"near_pivot":[[40.7287227,-73.9946779],"church"],"beyond_pivot":[[40.7270961,-73.9940205],"restaurant"],"around_goal_pivot_1":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_2":[[40.7270407902,-73.9925603956],"fire station"],"around_goal_pivot_3":[[40.7271383,-73.9956087],"2 clothes shops"],"around_goal_pivot_4":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_5":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_6":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_8":[[40.7297054,-73.9913425],"bank"],"around_goal_pivot_9":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_10":[[40.7288409,-73.9912369],"Muji"]}} +{"rvs_sample_number":180,"content":"Let's get our laundry done, meet me at the laundry shop on Elizabeth street. It's across the street and just north of an events venue. A church is a block or so northwest of it.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.719345,-73.9955841],"key":7436,"region":"Manhattan","rvs_start_point":[40.7238976,-74.0042319],"landmarks":{"end_point":[[40.719345,-73.9955841],"laundry shop"],"start_point":[[40.7238976,-74.0042319],"bicycle parking"],"main_pivot":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_2":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_3":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_4":[[40.7243449695,-74.0042778174],"10 Sullivan"],"main_pivot_5":[[40.7243449695,-74.0042778174],"10 Sullivan"],"main_pivot_6":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_7":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_8":[[40.7243449695,-74.0042778174],"10 Sullivan"],"main_pivot_9":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_10":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_11":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_12":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_13":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_14":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_15":[[40.7191019,-73.9954691],"events venue"],"near_pivot":[[40.7191019,-73.9954691],"events venue"],"beyond_pivot":[[40.7191024,-73.9970647],"restaurant"],"around_goal_pivot_1":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_2":[[40.7204346,-73.9963974],"church"],"around_goal_pivot_3":[[40.7205893,-73.9976552],"historic building"],"around_goal_pivot_4":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_5":[[40.7190831,-73.9969787],"two restaurants"],"around_goal_pivot_6":[[40.7184413,-73.9951769],"atm"],"around_goal_pivot_7":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_8":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_9":[[40.717912,-73.9979397],"two gift shops"],"around_goal_pivot_10":[[40.718939,-73.9926629],"bicycle rental"]}} +{"rvs_sample_number":212,"content":"Meet me at the cloth shop when you finish your pizza. Just go south, and you'll find it just past a cathedral. you should pass NoHo it is just at the south end of the block past East Houston. Westwood Gallery is on the block east of me.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7230437,-73.9946606],"key":7437,"region":"Manhattan","rvs_start_point":[40.7353271,-73.9928463],"landmarks":{"end_point":[[40.7230437,-73.9946606],"clothes shop"],"start_point":[[40.7353271,-73.9928463],"fast food restaurant"],"main_pivot":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_2":[[40.7294023255,-73.9918356019],"NoHo Historic District"],"main_pivot_3":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_4":[[40.7355217,-73.9921118],"Lincoln Building"],"main_pivot_5":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_6":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_7":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_8":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_9":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_10":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_11":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_12":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_13":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_14":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_15":[[40.7236185,-73.9948834],"cathedral"],"near_pivot":[[40.7236185,-73.9948834],"cathedral"],"around_goal_pivot_1":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_2":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_3":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_4":[[40.7236996,-73.9962548],"Scotch & Soda"],"around_goal_pivot_5":[[40.7233312,-73.9931915],"gallery"],"around_goal_pivot_6":[[40.7230863,-73.996288],"fire station"],"around_goal_pivot_7":[[40.7234424,-73.9964704],"ice cream"],"around_goal_pivot_8":[[40.7239632,-73.9937615],"bar"],"around_goal_pivot_9":[[40.723963,-73.995132],"church"],"around_goal_pivot_10":[[40.7240774,-73.9955137],"library"]}} +{"rvs_sample_number":85,"content":"Let's go out, meet me at the nightclub on West 46th street, about a half block from it's westernmost end, near the water's edge. to it's east is a bicycle rental spot and to the west is a museum.","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.763600752,-73.9975870038],"key":7438,"region":"Manhattan","rvs_start_point":[40.7607871,-73.9988189],"landmarks":{"end_point":[[40.763600752,-73.9975870038],"nightclub"],"start_point":[[40.7607871,-73.9988189],"convenience shop"],"main_pivot":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_2":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_3":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_4":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_5":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_6":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_7":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_8":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_9":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_10":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_11":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_12":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_13":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_14":[[40.7610315,-73.9983887],"605 West 42nd Street"],"main_pivot_15":[[40.7634138,-73.9966744],"bicycle rental"],"near_pivot":[[40.7634138,-73.9966744],"bicycle rental"],"around_goal_pivot_1":[[40.7645098,-73.9992229],"museum"],"around_goal_pivot_3":[[40.7639724,-73.9963354],"gas station"],"around_goal_pivot_4":[[40.7627903,-73.9953362],"The Salvation Army"],"around_goal_pivot_5":[[40.7639919,-73.9947647],"Holiday Inn Express"],"around_goal_pivot_6":[[40.7625432,-73.9967254],"NYC Velo"],"around_goal_pivot_7":[[40.7646358,-73.9953332],"Jeep;Dodge;Ram;Chrysler"],"around_goal_pivot_8":[[40.7642429,-73.9961274],"Toyota"],"around_goal_pivot_9":[[40.7641226,-73.9950848],"Comfort Inn"],"around_goal_pivot_10":[[40.7642575,-73.995533],"Lexus"]}} +{"rvs_sample_number":366,"content":"Head northwest and you'll find me just east of the five benches in the garden south of liberty street.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.7104782222,-74.0136447071],"key":7439,"region":"Manhattan","rvs_start_point":[40.703077,-74.0084183],"landmarks":{"end_point":[[40.7104782222,-74.0136447071],"garden"],"start_point":[[40.703077,-74.0084183],"viewpoint"],"main_pivot":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_2":[[40.7068793,-74.0101041],"40 Wall Street"],"main_pivot_3":[[40.7093124,-74.0118507],"Zuccotti Park"],"main_pivot_4":[[40.7093124,-74.0118507],"Zuccotti Park"],"main_pivot_5":[[40.7063713,-74.0091958],"Museum of American Finance"],"main_pivot_6":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_7":[[40.7093124,-74.0118507],"Zuccotti Park"],"main_pivot_8":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_9":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_10":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_11":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_12":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_13":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_14":[[40.7068793,-74.0101041],"40 Wall Street"],"main_pivot_15":[[40.7105314,-74.0138757],"five benches"],"near_pivot":[[40.7105314,-74.0138757],"five benches"],"beyond_pivot":[[40.7111771,-74.0135983],"bench"],"around_goal_pivot_1":[[40.7078871646,-74.0118252604],"church"],"around_goal_pivot_2":[[40.7110205,-74.0105223],"Hilton"],"around_goal_pivot_3":[[40.7092105,-74.0134238],"W Hotels"],"around_goal_pivot_4":[[40.7126059,-74.0130235],"attraction"],"around_goal_pivot_5":[[40.712949,-74.0130438],"viewpoint"],"around_goal_pivot_6":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_7":[[40.7109977,-74.0162395],"bank"],"around_goal_pivot_8":[[40.7117231,-74.0133339],"two gardens"],"around_goal_pivot_9":[[40.7112792,-74.012591],"four benches"],"around_goal_pivot_10":[[40.7114854,-74.0133619],"four benches"]}} +{"rvs_sample_number":48,"content":"I'm at the University in The Cooper Union's Foundation Building just northeast of a theatre on Astor Place. Go north one block and then go west just over three blocks. There is a KMart (yes really a KMart northwest of me and a theatre south west of me.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7295282,-73.9905606],"key":7440,"region":"Manhattan","rvs_start_point":[40.7262179,-73.9837986],"landmarks":{"end_point":[[40.7295282,-73.9905606],"university"],"start_point":[[40.7262179,-73.9837986],"bicycle rental"],"main_pivot":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_2":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_3":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_4":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_5":[[40.7260589,-73.9832976],"Tompkins Square Park"],"main_pivot_6":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_7":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_8":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_9":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_10":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_11":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_12":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_13":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_14":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_15":[[40.7291416,-73.9914255],"theatre"],"near_pivot":[[40.7291416,-73.9914255],"theatre"],"around_goal_pivot_1":[[40.7316659449,-73.9892161601],"nightclub"],"around_goal_pivot_2":[[40.7318226,-73.9895447],"post office"],"around_goal_pivot_3":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_4":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_5":[[40.7290057,-73.9889655],"2 vacant shops"],"around_goal_pivot_6":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_8":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_9":[[40.7299025,-73.9927642],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.7304151,-73.9910411],"Kmart"]}} +{"rvs_sample_number":330,"content":"Go north east and you'll find me at the starbucks on east 36th street. It's at the east end of the block with a The Vitamin Shoppe at the other end.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7489897,-73.9823204],"key":7441,"region":"Manhattan","rvs_start_point":[40.7366713,-73.9891726],"landmarks":{"end_point":[[40.7489897,-73.9823204],"cafe"],"start_point":[[40.7366713,-73.9891726],"post box"],"main_pivot":[[40.740377,-73.9864343],"Metropolitan Life Insurance Company Tower"],"main_pivot_2":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.736755,-73.9886512],"W Hotels"],"main_pivot_5":[[40.7389498,-73.9870536],"Calvary Church"],"main_pivot_6":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_7":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_8":[[40.740377,-73.9864343],"Metropolitan Life Insurance Company Tower"],"main_pivot_9":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_10":[[40.736543,-73.9892628],"Union Square Park"],"main_pivot_11":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_12":[[40.7427048,-73.9847606],"New York Life Building"],"main_pivot_13":[[40.736543,-73.9892628],"Union Square Park"],"main_pivot_14":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_15":[[40.7485406,-73.9829666],"university"],"near_pivot":[[40.7485406,-73.9829666],"university"],"around_goal_pivot_2":[[40.7484357,-73.9856932],"14 towers"],"around_goal_pivot_3":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_4":[[40.7495428,-73.9835108],"The Vitamin Shoppe"],"around_goal_pivot_5":[[40.7494303,-73.9835837],"Ricky's NYC"],"around_goal_pivot_6":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_9":[[40.7484398,-73.9856926],"13 towers"],"around_goal_pivot_10":[[40.7510405,-73.9846018],"Fairfield Inn"]}} +{"rvs_sample_number":418,"content":"Head north past a school on Mulberry street, you will see me on the next block at the Spanish restaurant after the cathedral. ","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7244928,-73.9950083],"key":7442,"region":"Manhattan","rvs_start_point":[40.7091762454,-74.0014992246],"landmarks":{"end_point":[[40.7244928,-73.9950083],"restaurant"],"start_point":[[40.7091762454,-74.0014992246],"dog park"],"main_pivot":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_2":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_3":[[40.7107905,-74.0004834],"Alfred E. Smith Houses"],"main_pivot_4":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_5":[[40.7111408,-74.0012565],"Murry Bergtraum High School"],"main_pivot_6":[[40.7111408,-74.0012565],"Murry Bergtraum High School"],"main_pivot_7":[[40.7107905,-74.0004834],"Alfred E. Smith Houses"],"main_pivot_8":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_9":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_10":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_11":[[40.7111408,-74.0012565],"Murry Bergtraum High School"],"main_pivot_12":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_13":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_14":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_15":[[40.7237654,-73.9954042],"cathedral"],"near_pivot":[[40.7237654,-73.9954042],"cathedral"],"around_goal_pivot_1":[[40.722124,-73.995174],"park"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_4":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_5":[[40.7224954,-73.9928637],"hotel"],"around_goal_pivot_6":[[40.7242405,-73.9923327],"garden"],"around_goal_pivot_7":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_8":[[40.7247907,-73.9975378],"Under Armour"],"around_goal_pivot_9":[[40.725998,-73.99596],"Urban Outfitters"],"around_goal_pivot_10":[[40.7263387,-73.9957532],"Swatch"]}} +{"rvs_sample_number":14,"content":"go northeast on the street in front of you at the bicycle parking. Take a right on East 69th Street, and go one block past the First Hungarian Reformed Church. I'm at the corner of the next block at the italian fast food restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7657055,-73.9572936],"key":7443,"region":"Manhattan","rvs_start_point":[40.764091,-73.9617023],"landmarks":{"end_point":[[40.7657055,-73.9572936],"fast food restaurant"],"start_point":[[40.764091,-73.9617023],"bicycle parking"],"main_pivot":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_2":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_3":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_4":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_5":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_6":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_7":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_8":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_9":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_10":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_11":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_12":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_13":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_14":[[40.7641421,-73.9584568],"St. John Nepomucene Church"],"main_pivot_15":[[40.7654813,-73.957038],"church"],"near_pivot":[[40.7654813,-73.957038],"church"],"beyond_pivot":[[40.7651357,-73.9566515],"research_institute"],"around_goal_pivot_1":[[40.7652796,-73.9591487],"3 pitches"],"around_goal_pivot_2":[[40.7660038,-73.958513],"church"],"around_goal_pivot_3":[[40.7647636,-73.9584249],"park"],"around_goal_pivot_4":[[40.7653867,-73.9590698],"4 pitches"],"around_goal_pivot_5":[[40.7670479,-73.9567664],"fast food restaurant"],"around_goal_pivot_6":[[40.7651325,-73.9580265],"bicycle rental"],"around_goal_pivot_7":[[40.7667816,-73.9564416],"cafe"],"around_goal_pivot_8":[[40.7651357,-73.9566515],"research institute"],"around_goal_pivot_9":[[40.7651251,-73.9584219],"playground"],"around_goal_pivot_10":[[40.7653485,-73.9591342],"2 pitches"]}} +{"rvs_sample_number":48,"content":"Go east and meet me at the restaurant on East Broadway, next door to the Fairfield Inn & Suites. It's the restaurant nearest the corner, and is east of the bridge.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7136795,-73.9930124],"key":7444,"region":"Manhattan","rvs_start_point":[40.7140513,-73.9988292],"landmarks":{"end_point":[[40.7136795,-73.9930124],"restaurant"],"start_point":[[40.7140513,-73.9988292],"restaurant"],"main_pivot":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_2":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_3":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_4":[[40.7145399,-73.9989049],"Church of the Transfiguration"],"main_pivot_5":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_6":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_7":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_8":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_9":[[40.7145399,-73.9989049],"Church of the Transfiguration"],"main_pivot_10":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_11":[[40.7145399,-73.9989049],"Church of the Transfiguration"],"main_pivot_12":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_13":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_14":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_15":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"near_pivot":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"beyond_pivot":[[40.7135573,-73.9922768],"place_of_worship"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7135019,-73.9898958],"3 benches"],"around_goal_pivot_3":[[40.714621,-73.9933657],"museum"],"around_goal_pivot_4":[[40.7136599771,-73.9939336974],"bridge"],"around_goal_pivot_5":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_6":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_7":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_8":[[40.7135085,-73.989841],"two benches"],"around_goal_pivot_9":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_10":[[40.7113902,-73.9926339],"attraction"]}} +{"rvs_sample_number":161,"content":"Let's meet and eat at the restaurant on East 20th Street. Go east and slightly south for a number of blocks. When you reach the cinema, the restaurant will be on the same block in the northwest corner (just north of the cinema). ","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7389172,-73.9896515],"key":7445,"region":"Manhattan","rvs_start_point":[40.746481,-74.0084273],"landmarks":{"end_point":[[40.7389172,-73.9896515],"restaurant"],"start_point":[[40.746481,-74.0084273],"parking entrance"],"main_pivot":[[40.7441109,-74.0017116],"Saint Peter's Church"],"main_pivot_2":[[40.7441109,-74.0017116],"Saint Peter's Church"],"main_pivot_3":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_4":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_5":[[40.7441109,-74.0017116],"Saint Peter's Church"],"main_pivot_6":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_7":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_8":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7441109,-74.0017116],"Saint Peter's Church"],"main_pivot_10":[[40.74528,-74.00472],"General Theological Seminary"],"main_pivot_11":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_12":[[40.74096,-73.9937587],"Church of the Holy Communion"],"main_pivot_13":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_14":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_15":[[40.7385891,-73.9896994],"cinema"],"near_pivot":[[40.7385891,-73.9896994],"cinema"],"beyond_pivot":[[40.7381634,-73.989407],"restaurant"],"around_goal_pivot_1":[[40.7389498,-73.9870536],"church"],"around_goal_pivot_2":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_3":[[40.736755,-73.9886512],"W Hotels"],"around_goal_pivot_4":[[40.7392696,-73.986775],"museum"],"around_goal_pivot_5":[[40.740401,-73.9895748],"bicycle repair station"],"around_goal_pivot_6":[[40.7405189,-73.9876152],"2 fast food restaurants"],"around_goal_pivot_7":[[40.7381122,-73.9922976],"Gap"],"around_goal_pivot_8":[[40.7397386,-73.9890099],"True Value"],"around_goal_pivot_9":[[40.7402104,-73.9896949],"LoveSac"],"around_goal_pivot_10":[[40.7406731,-73.9899165],"Restoration Hardware"]}} +{"rvs_sample_number":48,"content":"Meet me at a bench southwest of you south of the FDR Drive by the waterfront. North of it is a viewpoint and a library. A park is west of this bench.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7026067,-74.0082075],"key":7446,"region":"Manhattan","rvs_start_point":[40.7164128,-73.9998851],"landmarks":{"end_point":[[40.7026067,-74.0082075],"bench"],"start_point":[[40.7164128,-73.9998851],"beauty shop"],"main_pivot":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_2":[[40.7050072,-74.0059842],"120 Wall Street"],"main_pivot_3":[[40.7133308,-74.0011556],"Metropolitan Correctional Center"],"main_pivot_4":[[40.7060788,-74.0043568],"Hickson W Field Building"],"main_pivot_5":[[40.7133704,-74.0009208],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_6":[[40.713966,-74.0010861],"New York State Supreme Court"],"main_pivot_7":[[40.7109872024,-74.0002815259],"Alfred E. Smith Houses"],"main_pivot_8":[[40.7114663,-74.0011478],"Murry Bergtraum High School"],"main_pivot_9":[[40.7109872024,-74.0002815259],"Alfred E. Smith Houses"],"main_pivot_10":[[40.7133308,-74.0011556],"Metropolitan Correctional Center"],"main_pivot_11":[[40.7109872024,-74.0002815259],"Alfred E. Smith Houses"],"main_pivot_12":[[40.713966,-74.0010861],"New York State Supreme Court"],"main_pivot_13":[[40.7050072,-74.0059842],"120 Wall Street"],"main_pivot_14":[[40.7152009159,-74.0004554606],"Columbus Park"],"main_pivot_15":[[40.703077,-74.0084183],"viewpoint"],"near_pivot":[[40.703077,-74.0084183],"viewpoint"],"beyond_pivot":[[40.7025329,-74.0091855],"park"],"around_goal_pivot_1":[[40.7033867,-74.0113536],"museum"],"around_goal_pivot_2":[[40.7049006,-74.00727],"atm"],"around_goal_pivot_3":[[40.7046154,-74.0078508],"pharmacy"],"around_goal_pivot_4":[[40.7051747,-74.0092807],"post office"],"around_goal_pivot_5":[[40.7028173,-74.0098647],"2 gardens"],"around_goal_pivot_6":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_7":[[40.7037597,-74.0104253],"Insomnia Cookies"],"around_goal_pivot_8":[[40.704892,-74.0085955],"kindergarten"],"around_goal_pivot_9":[[40.702674,-74.0099128],"4 gardens"],"around_goal_pivot_10":[[40.7038333,-74.0081136],"library"]}} +{"rvs_sample_number":49,"content":"When leaving the cafe, turn to the left and go until you get to William Street. Head southwest on this street and continue following the streets in this direction until you get to the park. Go through the park until you get to you destination, a bench in front of three benches, close to the water. ","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7015185,-74.0158711],"key":7447,"region":"Manhattan","rvs_start_point":[40.7092434,-74.0078826],"landmarks":{"end_point":[[40.7015185,-74.0158711],"bench"],"start_point":[[40.7092434,-74.0078826],"cafe"],"main_pivot":[[40.707808,-74.0082531],"Federal Reserve Bank of New York"],"main_pivot_2":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_3":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_4":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_5":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_6":[[40.7053472,-74.0099236],"20 Exchange Place"],"main_pivot_7":[[40.7097857048,-74.0075969023],"19 Dutch Street"],"main_pivot_8":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_9":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_10":[[40.707808,-74.0082531],"Federal Reserve Bank of New York"],"main_pivot_11":[[40.7049797,-74.0100271],"1 William Street"],"main_pivot_12":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_13":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_14":[[40.7067874,-74.009528],"40 Wall Street"],"main_pivot_15":[[40.701604,-74.0158191],"three benches"],"near_pivot":[[40.701604,-74.0158191],"three benches"],"around_goal_pivot_1":[[40.7024525,-74.016284],"cafe"],"around_goal_pivot_2":[[40.7027024,-74.0164592],"fountain"],"around_goal_pivot_3":[[40.702177,-74.0143475],"playground"],"around_goal_pivot_4":[[40.7018648,-74.0147243],"park"]}} +{"rvs_sample_number":94,"content":"Meet me at the historic memorial statue at the park. Head north on Broadway. When you get to the NoHo Historic District, you are about half way there. Keep heading north until you see the Regal Union Square Stadium 14 cinema. At the next cross street past the cinema, you will see the historic memorial in front of you. It's across the street from Whole Foods Market.","rvs_path":"data\/geodata\/manhattan_samples_v23.gpkg","rvs_goal_point":[40.7353762,-73.990695],"key":7448,"region":"Manhattan","rvs_start_point":[40.7241982,-73.998047],"landmarks":{"end_point":[[40.7353762,-73.990695],"historic memorial"],"start_point":[[40.7241982,-73.998047],"Pink"],"main_pivot":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_2":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_3":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_4":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_5":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_6":[[40.7258844067,-73.9965370144],"New York University"],"main_pivot_7":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_8":[[40.729522741,-73.9933105521],"NoHo Historic District"],"main_pivot_9":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_10":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_11":[[40.729522741,-73.9933105521],"NoHo Historic District"],"main_pivot_12":[[40.729522741,-73.9933105521],"NoHo Historic District"],"main_pivot_13":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_14":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_15":[[40.7353400971,-73.9900762656],"park"],"near_pivot":[[40.7353400971,-73.9900762656],"park"],"around_goal_pivot_1":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_2":[[40.7352914,-73.9894585],"theatre"],"around_goal_pivot_3":[[40.7362042,-73.990083],"historic memorial"],"around_goal_pivot_4":[[40.7341562,-73.9910907],"atm"],"around_goal_pivot_5":[[40.7343386,-73.9903838],"pharmacy"],"around_goal_pivot_6":[[40.7349133,-73.9915985],"Burlington Coat Factory"],"around_goal_pivot_7":[[40.7346281,-73.9897516],"FedEx Office"],"around_goal_pivot_8":[[40.7347925,-73.9913589],"Whole Foods Market"],"around_goal_pivot_9":[[40.7344217,-73.9902452],"Nordstrom Rack"],"around_goal_pivot_10":[[40.7358033,-73.9914982],"Lids"]}} +{"rvs_sample_number":66,"content":"Let\u2019s meet for dinner at the fast food restaurant. Just walk straight west five blocks and then north one and it\u2019s right there. It\u2019s in the southeast corner of the block, diagonal from Sandbox Park. It\u2019s on 8th Avenue. ","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7475198,-73.9971461],"key":7449,"region":"Manhattan","rvs_start_point":[40.7419322,-73.9860595],"landmarks":{"end_point":[[40.7475198,-73.9971461],"fast food restaurant"],"start_point":[[40.7419322,-73.9860595],"doctor's office"],"main_pivot":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_2":[[40.7435528,-73.9901189],"Nikola Tesla"],"main_pivot_3":[[40.7433138725,-73.9881071148],"Madison Square Park"],"main_pivot_4":[[40.7425344762,-73.9858053063],"New York Life Building"],"main_pivot_5":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_6":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_7":[[40.7439809,-73.9896998],"Cathedral of St. Sava"],"main_pivot_8":[[40.7435528,-73.9901189],"Nikola Tesla"],"main_pivot_9":[[40.7425344762,-73.9858053063],"New York Life Building"],"main_pivot_10":[[40.7427429,-73.987672],"Admiral David Glasgow Farragut"],"main_pivot_11":[[40.7420223,-73.9869817],"Metropolitan Life North Building"],"main_pivot_12":[[40.7433138725,-73.9881071148],"Madison Square Park"],"main_pivot_13":[[40.7435528,-73.9901189],"Nikola Tesla"],"main_pivot_14":[[40.7439809,-73.9896998],"Cathedral of St. Sava"],"main_pivot_15":[[40.7461235,-73.9943645],"college"],"near_pivot":[[40.7461235,-73.9943645],"college"],"beyond_pivot":[[40.7480595,-73.9963234],"vending_machine"],"around_goal_pivot_1":[[40.7487769,-73.9953514],"theatre"],"around_goal_pivot_3":[[40.7492537629,-73.9995262982],"park"],"around_goal_pivot_4":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_5":[[40.7463891,-73.9949554],"studio"],"around_goal_pivot_6":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_7":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_8":[[40.7457538,-73.9947193],"Buy Buy Baby"],"around_goal_pivot_9":[[40.7490926,-73.9987091],"two churches"],"around_goal_pivot_10":[[40.74549,-73.9980402],"Gap"]}} +{"rvs_sample_number":373,"content":"I'm at the Milux Cafe on Wooster Street. If you go two blocks west and then make a left onto Wooster I'm on that block right before the next intersection.","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.7231111,-74.0018207],"key":7450,"region":"Manhattan","rvs_start_point":[40.7235189,-73.9994085],"landmarks":{"end_point":[[40.7231111,-74.0018207],"cafe"],"start_point":[[40.7235189,-73.9994085],"gallery"],"main_pivot":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_2":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_3":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_4":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_5":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_6":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_7":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_8":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_9":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_10":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_11":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_12":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_13":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_14":[[40.7239649,-73.9990469],"Singer Building"],"main_pivot_15":[[40.7230556,-74.0011111],"historic district"],"near_pivot":[[40.7230556,-74.0011111],"historic district"],"beyond_pivot":[[40.7222654,-74.0010822],"craft"],"around_goal_pivot_1":[[40.7247337,-74.0045643],"historic memorial"],"around_goal_pivot_2":[[40.7213485,-74.0000613],"bank"],"around_goal_pivot_3":[[40.7214724,-74.0043782],"post office"],"around_goal_pivot_4":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_5":[[40.7222672,-73.9996663],"Bath & Body Works"],"around_goal_pivot_6":[[40.7241862,-74.0008978],"Chanel"],"around_goal_pivot_7":[[40.7221114,-73.9997761],"Levi's"],"around_goal_pivot_8":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_9":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_10":[[40.7207142,-74.0009938],"Muji"]}} +{"rvs_sample_number":7,"content":"Meet me at the beauty shop. Just go south about five blocks and there it is, on Stanton Street. It\u2019s in the southeast corner of the block. It shares a block with the bicycle rental. ","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7203955,-73.984658],"key":7451,"region":"Manhattan","rvs_start_point":[40.7245168,-73.9834006],"landmarks":{"end_point":[[40.7203955,-73.984658],"beauty shop"],"start_point":[[40.7245168,-73.9834006],"bicycle parking"],"main_pivot":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_2":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_3":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_4":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_5":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_6":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_7":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_8":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_9":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_10":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_11":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_12":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_13":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_14":[[40.7221614,-73.9826543],"Peachtree Garden"],"main_pivot_15":[[40.7206644,-73.9851798],"bicycle rental"],"near_pivot":[[40.7206644,-73.9851798],"bicycle rental"],"beyond_pivot":[[40.7204713,-73.9854057],"school"],"around_goal_pivot_3":[[40.7192637,-73.9825513],"church"],"around_goal_pivot_4":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_5":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_6":[[40.7221506,-73.9834658],"pharmacy"],"around_goal_pivot_7":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_8":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_9":[[40.7183643,-73.9861353],"Holiday Inn"],"around_goal_pivot_10":[[40.7180717,-73.9858599],"Boost Mobile"]}} +{"rvs_sample_number":126,"content":"We can meet at the paint shop, northeast of you, on West 29th Street. It's on the block with a cafe to the southeast of it, and there's a church about a block to the east. Across the street and to the west there's a theatre, not far away. ","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7487593,-73.9947684],"key":7452,"region":"Manhattan","rvs_start_point":[40.7408507,-74.0033241],"landmarks":{"end_point":[[40.7487593,-73.9947684],"paint shop"],"start_point":[[40.7408507,-74.0033241],"cafe"],"main_pivot":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_2":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_5":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_6":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_7":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_12":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_13":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_14":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_15":[[40.7487769,-73.9953514],"theatre"],"near_pivot":[[40.7487769,-73.9953514],"theatre"],"beyond_pivot":[[40.7483337,-73.9937884],"cafe"],"around_goal_pivot_1":[[40.7505364,-73.995675],"university"],"around_goal_pivot_2":[[40.7488586,-73.9930796],"church"],"around_goal_pivot_3":[[40.7500688145,-73.9939631417],"attraction"],"around_goal_pivot_4":[[40.7482947,-73.9960749],"college"],"around_goal_pivot_5":[[40.7466832,-73.9955663],"studio"],"around_goal_pivot_6":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_7":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_8":[[40.7486543,-73.9920877],"FedEx Office"],"around_goal_pivot_9":[[40.7488868,-73.9918363],"Paris Baguette"],"around_goal_pivot_10":[[40.7482008,-73.9914186],"Courtyard"]}} +{"rvs_sample_number":99,"content":"Let's meet up at the clothes shop on Wast 36th Street. Head southwest to get there. Capital One bank is in the same block and Best Western is across the street from the clothes shop.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7502312,-73.9842709],"key":7453,"region":"Manhattan","rvs_start_point":[40.7580208,-73.974303],"landmarks":{"end_point":[[40.7502312,-73.9842709],"clothes shop"],"start_point":[[40.7580208,-73.974303],"bank"],"main_pivot":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_2":[[40.7528973,-73.9818541],"New York Public Library"],"main_pivot_3":[[40.7528973,-73.9818541],"New York Public Library"],"main_pivot_4":[[40.7586148,-73.9752066],"Look Building"],"main_pivot_5":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_6":[[40.7580907,-73.9744299],"Lotte New York Palace"],"main_pivot_7":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_8":[[40.7572004,-73.9767373],"Tower 49"],"main_pivot_9":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_10":[[40.7586148,-73.9752066],"Look Building"],"main_pivot_11":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_12":[[40.7580907,-73.9744299],"Lotte New York Palace"],"main_pivot_13":[[40.7572004,-73.9767373],"Tower 49"],"main_pivot_14":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_15":[[40.7502629,-73.983558],"bank"],"near_pivot":[[40.7502629,-73.983558],"bank"],"beyond_pivot":[[40.7503843,-73.9855679],"Best Western"],"around_goal_pivot_1":[[40.748941624,-73.9839149906],"university"],"around_goal_pivot_2":[[40.7491,-73.983903],"cafe"],"around_goal_pivot_3":[[40.750937,-73.9830168],"pharmacy"],"around_goal_pivot_4":[[40.750696,-73.982649],"Zales"],"around_goal_pivot_5":[[40.7494303,-73.9835837],"Ricky's NYC"],"around_goal_pivot_6":[[40.7491941,-73.985505],"Foot Locker"],"around_goal_pivot_7":[[40.7510405,-73.9846018],"Fairfield Inn"],"around_goal_pivot_8":[[40.7495428,-73.9835108],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.7503843,-73.9855679],"Best Western"],"around_goal_pivot_10":[[40.750751,-73.9832148],"Reebok"]}} +{"rvs_sample_number":204,"content":"Go 5 blocks north up the street you're on and meet me at the fast food restaurant on Amsterdam Avenue, south of the pharmacy and northwest of the school.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7822863,-73.9787291],"key":7454,"region":"Manhattan","rvs_start_point":[40.7789004,-73.981204],"landmarks":{"end_point":[[40.7822863,-73.9787291],"fast food restaurant"],"start_point":[[40.7789004,-73.981204],"cafe"],"main_pivot":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_2":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_3":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_4":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_5":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_6":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_7":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_8":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_9":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_10":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_11":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_12":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_13":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_14":[[40.778998252,-73.9817802974],"72nd Street Subway Station (IRT)"],"main_pivot_15":[[40.7828887,-73.9788161],"pharmacy"],"near_pivot":[[40.7828887,-73.9788161],"pharmacy"],"beyond_pivot":[[40.7812289,-73.9781302],"school"],"around_goal_pivot_1":[[40.7833389,-73.9806771],"historic building"],"around_goal_pivot_2":[[40.7810071,-73.9757899],"museum"],"around_goal_pivot_3":[[40.7807184,-73.9761811],"park"],"around_goal_pivot_4":[[40.7814474,-73.9806703],"car rental"],"around_goal_pivot_5":[[40.7824749,-73.981145],"Lush"],"around_goal_pivot_6":[[40.7837356,-73.9793424],"DSW"],"around_goal_pivot_7":[[40.7845415,-73.9798416],"Verizon Wireless"],"around_goal_pivot_8":[[40.7828471,-73.9801954],"Marshalls"],"around_goal_pivot_9":[[40.7847805,-73.9789531],"Staples"],"around_goal_pivot_10":[[40.7836583,-73.9790891],"Goodwill"]}} +{"rvs_sample_number":11,"content":"Go southwest past Bloomberg Tower, Hammacher Schlemmer, Hotel 57, Central Synagogue, and several blocks later the Graybar building. After the block where the Chanin Building is, take a left. On that block at the end, meet me at the mexican restaurant there.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7503349,-73.9750642],"key":7455,"region":"Manhattan","rvs_start_point":[40.7642344,-73.9665484],"landmarks":{"end_point":[[40.7503349,-73.9750642],"restaurant"],"start_point":[[40.7642344,-73.9665484],"restaurant"],"main_pivot":[[40.7570684,-73.9721039],"General Electric Building"],"main_pivot_2":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_3":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_4":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_5":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_6":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_7":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_8":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_9":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_10":[[40.7593841,-73.9704317],"Central Synagogue"],"main_pivot_11":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_12":[[40.7570684,-73.9721039],"General Electric Building"],"main_pivot_13":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_14":[[40.7516143,-73.9760795],"Grand Hyatt New York"],"main_pivot_15":[[40.7500687,-73.9743143],"Westin"],"near_pivot":[[40.7500687,-73.9743143],"Westin"],"around_goal_pivot_1":[[40.7513168,-73.9763761],"pharmacy"],"around_goal_pivot_2":[[40.7494009,-73.9756955],"Blink Fitness"],"around_goal_pivot_3":[[40.7511476,-73.9765152],"Verizon"],"around_goal_pivot_4":[[40.7499156,-73.9767115],"pub"],"around_goal_pivot_5":[[40.7514204,-73.9762769],"waste basket"],"around_goal_pivot_6":[[40.7495548,-73.9761301],"drinking water"],"around_goal_pivot_7":[[40.7491105,-73.9759256],"shipping shop"],"around_goal_pivot_8":[[40.7493223,-73.9753308],"kiosk shop"],"around_goal_pivot_9":[[40.7505972,-73.9736182],"florist shop"],"around_goal_pivot_10":[[40.7495909,-73.9758783],"park"]}} +{"rvs_sample_number":56,"content":"Go northwest and meet me at the theatre on West 13th Street, just west of the cinema and northeast of Ricky's NYC.","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7362018,-73.9964897],"key":7456,"region":"Manhattan","rvs_start_point":[40.7286286,-73.9881039],"landmarks":{"end_point":[[40.7362018,-73.9964897],"theatre"],"start_point":[[40.7286286,-73.9881039],"e-cigarette shop"],"main_pivot":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_2":[[40.7348816,-73.9938778],"Benjamin N. Cardozo School of Law"],"main_pivot_3":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_4":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_5":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_6":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_7":[[40.7345833,-73.9932072],"Strip House"],"main_pivot_8":[[40.7289394,-73.9879103],"Ottendorfer Library"],"main_pivot_9":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_10":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_11":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_12":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_13":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_14":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_15":[[40.7359607,-73.9959654],"cinema"],"near_pivot":[[40.7359607,-73.9959654],"cinema"],"beyond_pivot":[[40.7372064,-73.9971718],"ice_cream"],"around_goal_pivot_1":[[40.735349,-73.9987058],"2 gardens"],"around_goal_pivot_2":[[40.7347405,-73.9989715],"library"],"around_goal_pivot_4":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_5":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_6":[[40.7366319,-73.9946211],"Guitar Center"],"around_goal_pivot_7":[[40.7372313,-73.9947831],"Rent the Runway"],"around_goal_pivot_8":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_9":[[40.737117,-73.9967401],"Urban Outfitters"],"around_goal_pivot_10":[[40.7370016,-73.9978013],"charging station"]}} +{"rvs_sample_number":33,"content":"Meet me at the school on West 56th Street northeast of your starting point. Stay on your starting street and walk northeast. When you see a CitySpire Center you are three blocks away. Keep walking until you get to the school. If you see a Subway fast food restaurant on the other side of the street, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7679539,-73.9881627],"key":7457,"region":"Manhattan","rvs_start_point":[40.7595594,-73.9683125],"landmarks":{"end_point":[[40.7679539,-73.9881627],"school"],"start_point":[[40.7595594,-73.9683125],"restaurant"],"main_pivot":[[40.764538,-73.9800234],"CitySpire Center"],"main_pivot_2":[[40.7646281452,-73.9793243355],"Metropolitan Tower"],"main_pivot_3":[[40.764538,-73.9800234],"CitySpire Center"],"main_pivot_4":[[40.7620661,-73.9737057],"Trump Tower"],"main_pivot_5":[[40.7607325,-73.9698004],"Hotel 57"],"main_pivot_6":[[40.7620661,-73.9737057],"Trump Tower"],"main_pivot_7":[[40.7618335,-73.9736065],"550 Madison Avenue"],"main_pivot_8":[[40.7620661,-73.9737057],"Trump Tower"],"main_pivot_9":[[40.7620474,-73.9748471],"Fifth Avenue Presbyterian Church"],"main_pivot_10":[[40.7641033,-73.9789973],"Avenue of the Americas Plaza"],"main_pivot_11":[[40.7607325,-73.9698004],"Hotel 57"],"main_pivot_12":[[40.7618335,-73.9736065],"550 Madison Avenue"],"main_pivot_13":[[40.7641033,-73.9789973],"Avenue of the Americas Plaza"],"main_pivot_14":[[40.7640264,-73.9782442],"Le Parker M\u00e9ridien"],"main_pivot_15":[[40.7684724,-73.9888124],"fast food restaurant"],"near_pivot":[[40.7684724,-73.9888124],"fast food restaurant"],"around_goal_pivot_1":[[40.7683375,-73.9863395],"church"],"around_goal_pivot_2":[[40.7669219,-73.9869645],"theatre"],"around_goal_pivot_3":[[40.7675146,-73.9899553],"fast food restaurant"],"around_goal_pivot_4":[[40.7686023,-73.988717],"4 restaurants"],"around_goal_pivot_5":[[40.7668321,-73.9876352],"veterinary"],"around_goal_pivot_6":[[40.7680257,-73.9891224],"school"],"around_goal_pivot_7":[[40.7676505,-73.989397],"bar"],"around_goal_pivot_8":[[40.7688263,-73.9882865],"hairdresser shop"],"around_goal_pivot_9":[[40.7676165,-73.9894288],"chemist shop"],"around_goal_pivot_10":[[40.7686935,-73.9886456],"beauty shop"]}} +{"rvs_sample_number":250,"content":"The meeting location is the bicycle parking across the street from the post box on 2nd Avenue.","rvs_path":"data\/geodata\/manhattan_samples_v12.gpkg","rvs_goal_point":[40.764515,-73.9616786],"key":7458,"region":"Manhattan","rvs_start_point":[40.7737155,-73.9759214],"landmarks":{"end_point":[[40.764515,-73.9616786],"bicycle parking"],"start_point":[[40.7737155,-73.9759214],"drinking water"],"main_pivot":[[40.772681,-73.9731203],"Nell Singer Lilac Walk"],"main_pivot_2":[[40.7692346985,-73.9699102286],"The Dene"],"main_pivot_3":[[40.7672516,-73.9663],"Park Avenue Armory"],"near_pivot":[[40.7642261,-73.9615384],"post box"],"around_goal_pivot_1":[[40.7637864,-73.9621285],"six bicycle parkings"],"around_goal_pivot_2":[[40.763641,-73.9624439],"veterinary"],"around_goal_pivot_3":[[40.7637864,-73.9621285],"6 bicycle parkings"]}} +{"rvs_sample_number":125,"content":"A cafe where I want to meet you is on 7th Ave., catty corner to it is a macys (to it's southeast). a block to the east of that is a square.","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7518367,-73.9902569],"key":7459,"region":"Manhattan","rvs_start_point":[40.7423232,-74.0041344],"landmarks":{"end_point":[[40.7518367,-73.9902569],"cafe"],"start_point":[[40.7423232,-74.0041344],"restaurant"],"main_pivot":[[40.7421048828,-74.0042258963],"111 Eighth Avenue"],"main_pivot_2":[[40.7421048828,-74.0042258963],"111 Eighth Avenue"],"main_pivot_3":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_4":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_5":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_6":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_7":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_8":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_9":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_10":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_11":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_12":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_13":[[40.7421048828,-74.0042258963],"111 Eighth Avenue"],"main_pivot_14":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_15":[[40.7514764,-73.9900847],"Macy's"],"near_pivot":[[40.7514764,-73.9900847],"Macy's"],"beyond_pivot":[[40.7506933,-73.9879258],"square"],"around_goal_pivot_1":[[40.7496559,-73.9897373],"mall"],"around_goal_pivot_2":[[40.7505453,-73.9944446],"attraction"],"around_goal_pivot_3":[[40.7507021,-73.98795],"square"],"around_goal_pivot_4":[[40.7520837,-73.9883075],"church"],"around_goal_pivot_5":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_6":[[40.7498559,-73.9883655],"Verizon Wireless"],"around_goal_pivot_7":[[40.7512846,-73.9878939],"Dr. Martens"],"around_goal_pivot_8":[[40.7497527,-73.9881986],"H&M"],"around_goal_pivot_9":[[40.7493481,-73.9892431],"Lids"],"around_goal_pivot_10":[[40.7512172,-73.9879054],"Rituals"]}} +{"rvs_sample_number":5,"content":"I'm standing next to a water fountain in a playground near the waterfront on east 35th street. Head north east and you should see it near an Armenian church. ","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7451252,-73.9733033],"key":7460,"region":"Manhattan","rvs_start_point":[40.7397692,-73.9890855],"landmarks":{"end_point":[[40.7451252,-73.9733033],"drinking water"],"start_point":[[40.7397692,-73.9890855],"hairdresser shop"],"main_pivot":[[40.7388248045,-73.9868820734],"Calvary Church"],"main_pivot_2":[[40.7388248045,-73.9868820734],"Calvary Church"],"main_pivot_3":[[40.7384127,-73.9863603],"Gramercy Park"],"main_pivot_4":[[40.7391966,-73.9851194],"122 East 23rd Street"],"main_pivot_5":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_6":[[40.7389801,-73.98243],"School of Visual Arts"],"main_pivot_7":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_8":[[40.7389801,-73.98243],"School of Visual Arts"],"main_pivot_9":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_10":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_11":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_12":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_13":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_14":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_15":[[40.7446635295,-73.973163728],"park"],"near_pivot":[[40.7446635295,-73.973163728],"park"],"around_goal_pivot_1":[[40.7449882,-73.9752563],"church"],"around_goal_pivot_2":[[40.7435089,-73.9710005],"ferry terminal"],"around_goal_pivot_3":[[40.7471447,-73.9744008],"True Value"],"around_goal_pivot_4":[[40.7443976,-73.9754634],"charging station"],"around_goal_pivot_5":[[40.7441952,-73.9711061],"vending machine"],"around_goal_pivot_6":[[40.7430294,-73.9734208],"toilets"],"around_goal_pivot_7":[[40.7443346,-73.976448],"bar"],"around_goal_pivot_8":[[40.7437873,-73.9753048],"social facility"],"around_goal_pivot_9":[[40.7471122,-73.9739294],"pub"],"around_goal_pivot_10":[[40.7443733,-73.9765349],"fortune teller"]}} +{"rvs_sample_number":465,"content":"Meet me at this bicycle parking on 6th Avenue, many blocks to your southwest. The parking is the first one to the south of the cinema, on the west side of the street. St. Joseph's Church is about two blocks north of me. When you pass Church of Saint Francis Xavier, you're almost halfway there. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.730959,-74.0016192],"key":7461,"region":"Manhattan","rvs_start_point":[40.7428058,-73.9947855],"landmarks":{"end_point":[[40.730959,-74.0016192],"bicycle parking"],"start_point":[[40.7428058,-73.9947855],"bicycle parking"],"main_pivot":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_2":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_3":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_4":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_5":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_6":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_7":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_8":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_9":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_10":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_11":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_12":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_13":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_14":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_15":[[40.7311952032,-74.001533693],"cinema"],"near_pivot":[[40.7311952032,-74.001533693],"cinema"],"around_goal_pivot_1":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_3":[[40.7311263,-73.9981237],"two gardens"],"around_goal_pivot_4":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_5":[[40.731889,-73.998611],"attraction"],"around_goal_pivot_6":[[40.7329503,-73.9997821],"pharmacy"],"around_goal_pivot_9":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_10":[[40.7324508,-73.9988928],"hotel"]}} +{"rvs_sample_number":30,"content":"Let's go that that restaurant. it's the one on east 13th street. Across the block to the north and slightly east is a footaction shoe place, and to the east of that is a Bank of America atm. There is a Zumiez clothes shop a couple of blocks east of that restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7350499,-73.9931722],"key":7462,"region":"Manhattan","rvs_start_point":[40.7422663,-73.9951717],"landmarks":{"end_point":[[40.7350499,-73.9931722],"restaurant"],"start_point":[[40.7422663,-73.9951717],"bicycle parking"],"main_pivot":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_2":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_3":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_4":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_5":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_6":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_7":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_8":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_9":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_10":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_11":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_12":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_13":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_14":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_15":[[40.7353624,-73.9924866],"Footaction"],"near_pivot":[[40.7353624,-73.9924866],"Footaction"],"beyond_pivot":[[40.7351212,-73.9919648],"bank"],"around_goal_pivot_1":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_2":[[40.7332796,-73.9909401],"books shop"],"around_goal_pivot_3":[[40.7352566,-73.991609],"park"],"around_goal_pivot_4":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_5":[[40.7343386,-73.9903838],"pharmacy"],"around_goal_pivot_6":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_7":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_8":[[40.7373822,-73.9923352],"Anthropologie"],"around_goal_pivot_9":[[40.7366319,-73.9946211],"Guitar Center"],"around_goal_pivot_10":[[40.7372313,-73.9947831],"Rent the Runway"]}} +{"rvs_sample_number":133,"content":"Meet me at S&A Leathers shop located northeast of where you are. Move north of Manhattan bridge to get on Allen street. Go past USA Shaolin Temple. The shop is by the right side on Allen street, close to Self Edge.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7208466,-73.9892158],"key":7463,"region":"Manhattan","rvs_start_point":[40.7098303,-73.9963051],"landmarks":{"end_point":[[40.7208466,-73.9892158],"leather shop"],"start_point":[[40.7098303,-73.9963051],"bicycle parking"],"main_pivot":[[40.7108676481,-73.9924031986],"Manhattan Bridge"],"main_pivot_2":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_3":[[40.7097722699,-73.9965182509],"Alfred E. Smith Houses"],"main_pivot_4":[[40.7097722699,-73.9965182509],"Alfred E. Smith Houses"],"main_pivot_5":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_8":[[40.7108676481,-73.9924031986],"Manhattan Bridge"],"main_pivot_9":[[40.7106762995,-73.9916665193],"One Manhattan Square - Tower"],"main_pivot_10":[[40.7108676481,-73.9924031986],"Manhattan Bridge"],"main_pivot_11":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_12":[[40.7097722699,-73.9965182509],"Alfred E. Smith Houses"],"main_pivot_13":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.7209296,-73.988926],"Self Edge"],"near_pivot":[[40.7209296,-73.988926],"Self Edge"],"beyond_pivot":[[40.7216511,-73.988822],"restaurant"],"around_goal_pivot_1":[[40.7217732,-73.9891682],"bicycle rental"],"around_goal_pivot_2":[[40.7216444,-73.9883116],"attraction"],"around_goal_pivot_3":[[40.7205504,-73.9905667],"social centre"],"around_goal_pivot_4":[[40.7200058,-73.9902712],"graphic design"],"around_goal_pivot_5":[[40.7195776,-73.9896139],"shoes shop"],"around_goal_pivot_6":[[40.7200524,-73.9878956],"confectionery shop"],"around_goal_pivot_7":[[40.7213412,-73.9878349],"alcohol shop"],"around_goal_pivot_8":[[40.7219645,-73.9880966],"tattoo shop"],"around_goal_pivot_9":[[40.7195194,-73.9887677],"supermarket"],"around_goal_pivot_10":[[40.7198456,-73.9904591],"massage shop"]}} +{"rvs_sample_number":126,"content":"Let's meet up at the bicycle parking that is on 6th avenue, right on the block where that street terminates at it's most northern spot before the memorial in the park, about a block. The ritz carlton is across the street and north of the bike parking here.","rvs_path":"data\/geodata\/manhattan_samples_v81.gpkg","rvs_goal_point":[40.7651133,-73.9767229],"key":7464,"region":"Manhattan","rvs_start_point":[40.7595189,-73.99156],"landmarks":{"end_point":[[40.7651133,-73.9767229],"bicycle parking"],"start_point":[[40.7595189,-73.99156],"fast food restaurant"],"main_pivot":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_2":[[40.7586824117,-73.9855420554],"New York Marriott Marquis"],"main_pivot_3":[[40.7657929,-73.9783532],"JW Marriott Essex House"],"main_pivot_4":[[40.7598619,-73.9885272],"St. Luke's Church"],"main_pivot_5":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_6":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_7":[[40.7624785,-73.982024],"Sheraton New York Times Square Hotel"],"main_pivot_8":[[40.7592389,-73.9868367],"Imperial Theater"],"main_pivot_9":[[40.764854,-73.9803275],"Carnegie Hall"],"main_pivot_10":[[40.7586853,-73.9874896],"Gerald Schoenfeld Theatre"],"main_pivot_11":[[40.7647493,-73.9798574],"Carnegie Hall Tower"],"main_pivot_12":[[40.7590476,-73.9872281],"Music Box Theatre"],"main_pivot_13":[[40.7597622,-73.9869174],"Brooks Atkinson Theatre"],"main_pivot_14":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_15":[[40.7652419,-73.9763071],"The Ritz-Carlton"],"near_pivot":[[40.7652419,-73.9763071],"The Ritz-Carlton"],"beyond_pivot":[[40.7660454,-73.9760662],"memorial"],"around_goal_pivot_1":[[40.7646256,-73.9732822],"two benches"],"around_goal_pivot_2":[[40.764854,-73.9803275],"arts centre"],"around_goal_pivot_3":[[40.7636717,-73.9745244],"cinema"],"around_goal_pivot_4":[[40.7657929,-73.9783532],"JW Marriott"],"around_goal_pivot_5":[[40.7640115,-73.9739485],"park"],"around_goal_pivot_6":[[40.7661001,-73.975564],"wood"],"around_goal_pivot_7":[[40.7660024,-73.9757391],"water"],"around_goal_pivot_8":[[40.7647157,-73.9785054],"Le M\u00e9ridien"],"around_goal_pivot_9":[[40.764669,-73.9732589],"two benches"],"around_goal_pivot_10":[[40.7654216,-73.9793143],"Park Hyatt"]}} +{"rvs_sample_number":296,"content":"Meet me at the bicycle parking off of 2nd street. It is on the east side of the street. To the north on the adjacent block is a Mount Sinai hospital. And to the south on the caddy corner block is a cinema. The bicycle parking is closer to the cinema than it is to the hospital. ","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.731187,-73.98566],"key":7465,"region":"Manhattan","rvs_start_point":[40.7299035699,-74.005319927],"landmarks":{"end_point":[[40.731187,-73.98566],"bicycle parking"],"start_point":[[40.7299035699,-74.005319927],"library"],"main_pivot":[[40.7292688,-73.9873613],"East Village"],"main_pivot_2":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_3":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_4":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_5":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_6":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_7":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_8":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_9":[[40.7299781239,-73.9928012608],"NoHo Historic District"],"main_pivot_10":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_11":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_12":[[40.7299781239,-73.9928012608],"NoHo Historic District"],"main_pivot_13":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_14":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_15":[[40.7307629,-73.986301],"cinema"],"near_pivot":[[40.7307629,-73.986301],"cinema"],"beyond_pivot":[[40.7318799,-73.9845807],"hospital"],"around_goal_pivot_1":[[40.7315896,-73.9890331],"nightclub"],"around_goal_pivot_2":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_3":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7328361,-73.9865478],"clinic"],"around_goal_pivot_5":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_6":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_7":[[40.7311161,-73.9824625],"T-Mobile"],"around_goal_pivot_8":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_9":[[40.7325704,-73.9873951],"Kiehl's"],"around_goal_pivot_10":[[40.7295992,-73.9848031],"Buffalo Exchange"]}} +{"rvs_sample_number":349,"content":"We should meet at the bicycle parking on the north side of West 29th Street. It's the one a little farther east from Five Guys, and Hampton hotel is across the street to the northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7474735,-73.9918538],"key":7466,"region":"Manhattan","rvs_start_point":[40.7428458,-73.9999943],"landmarks":{"end_point":[[40.7474735,-73.9918538],"bicycle parking"],"start_point":[[40.7428458,-73.9999943],"cafe"],"main_pivot":[[40.7472345,-73.993548],"Fashion Institute of Technology"],"main_pivot_2":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_3":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_4":[[40.7418314,-73.9975703],"Peter McManus Cafe"],"main_pivot_5":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_6":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_7":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_8":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_9":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_10":[[40.7472345,-73.993548],"Fashion Institute of Technology"],"main_pivot_11":[[40.7418314,-73.9975703],"Peter McManus Cafe"],"main_pivot_12":[[40.7472345,-73.993548],"Fashion Institute of Technology"],"main_pivot_13":[[40.7472345,-73.993548],"Fashion Institute of Technology"],"main_pivot_14":[[40.7415589,-73.9987993],"Old Chelsea Station USPS"],"main_pivot_15":[[40.7479533,-73.9926281],"fast food restaurant"],"near_pivot":[[40.7479533,-73.9926281],"fast food restaurant"],"beyond_pivot":[[40.7462789,-73.9914575],"Fairfield Inn"],"around_goal_pivot_1":[[40.7491768,-73.9900876],"mall"],"around_goal_pivot_2":[[40.7498586,-73.9932788],"attraction"],"around_goal_pivot_3":[[40.7472345,-73.993548],"college"],"around_goal_pivot_4":[[40.7464682783,-73.9948976685],"studio"],"around_goal_pivot_5":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_6":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_7":[[40.7479711,-73.9902983],"Hampton"],"around_goal_pivot_8":[[40.745587,-73.9936036],"Hilton"],"around_goal_pivot_9":[[40.7489517,-73.9892683],"GNC"],"around_goal_pivot_10":[[40.7488354,-73.9890016],"Call It Spring"]}} +{"rvs_sample_number":168,"content":"Meet up with me at Davids Tea, it's on West 22nd street. Go north to West 22th and then go east. It's north a block from Bank of America. An Outback steak house is northeast of it, almost half a block on the next street north. church of Holy Communion is about a block south of David's.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7419835,-73.9932144],"key":7467,"region":"Manhattan","rvs_start_point":[40.7349434,-74.0080378],"landmarks":{"end_point":[[40.7419835,-73.9932144],"DavidsTea"],"start_point":[[40.7349434,-74.0080378],"bar"],"main_pivot":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_4":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_5":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_6":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_7":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_8":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_9":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_10":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_11":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_12":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_13":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_14":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_15":[[40.7414196,-73.9936388],"bank"],"near_pivot":[[40.7414196,-73.9936388],"bank"],"beyond_pivot":[[40.742262,-73.991796],"restaurant"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7433941,-73.993606],"church"],"around_goal_pivot_3":[[40.74,-73.9925],"historic district"],"around_goal_pivot_4":[[40.7433235,-73.9934383],"museum"],"around_goal_pivot_5":[[40.7422994,-73.9909359],"clinic"],"around_goal_pivot_6":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_7":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_8":[[40.7402954,-73.9949738],"The Container Store"],"around_goal_pivot_9":[[40.7393636,-73.9925642],"Muji"],"around_goal_pivot_10":[[40.7428322,-73.9963077],"True Value"]}} +{"rvs_sample_number":21,"content":"You will see me at the bicycle parking on 1st Avenue. Citi bike is on its southwest side and Citibank is located northwest. it is the third parking on the east.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7398426,-73.9761211],"key":7468,"region":"Manhattan","rvs_start_point":[40.7472822,-73.9931536],"landmarks":{"end_point":[[40.7398426,-73.9761211],"bicycle parking"],"start_point":[[40.7472822,-73.9931536],"post box"],"main_pivot":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_2":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_3":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_4":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_5":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_6":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_7":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_8":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_9":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_10":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_11":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_12":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_13":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_14":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_15":[[40.7402251,-73.9763556],"bank"],"near_pivot":[[40.7402251,-73.9763556],"bank"],"beyond_pivot":[[40.7394861,-73.9769339],"Citi Bike"],"around_goal_pivot_1":[[40.7412405,-73.977965],"Target"],"around_goal_pivot_2":[[40.7420355,-73.9776382],"ice cream"],"around_goal_pivot_3":[[40.7384537,-73.9775577],"vending machine"],"around_goal_pivot_4":[[40.7380015,-73.9779099],"clock"],"around_goal_pivot_5":[[40.7418537,-73.9777299],"bar"],"around_goal_pivot_6":[[40.7387685,-73.9773087],"dentist's office"],"around_goal_pivot_7":[[40.7385245786,-73.976666329],"college"],"around_goal_pivot_8":[[40.7415487,-73.9777228],"school"],"around_goal_pivot_9":[[40.7420246,-73.9774618],"fortune teller"],"around_goal_pivot_10":[[40.7406393,-73.978589],"beauty shop"]}} +{"rvs_sample_number":323,"content":"Meet me at the restaurant on the north side of West 19th Street for some Spanish food. It is right next to a clothes shop, towards the southwest corner of it's block. There is a Starbucks and a Rite Aide to the west, slightly northwest, across the street on the adjacent block to the northwest.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7426481,-73.9995427],"key":7469,"region":"Manhattan","rvs_start_point":[40.7473207,-73.9881607],"landmarks":{"end_point":[[40.7426481,-73.9995427],"restaurant"],"start_point":[[40.7473207,-73.9881607],"clothes shop"],"main_pivot":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_2":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_3":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_4":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_5":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_6":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_7":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_8":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_11":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_12":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_13":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_14":[[40.7418157,-73.9944455],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_15":[[40.7433672,-74.0001245],"pharmacy"],"near_pivot":[[40.7433672,-74.0001245],"pharmacy"],"beyond_pivot":[[40.7430281,-74.0004115],"cafe"],"around_goal_pivot_1":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_2":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_3":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_4":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_5":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.7419763,-73.9968226],"charging station"],"around_goal_pivot_7":[[40.741316,-73.9968899],"fire station"],"around_goal_pivot_8":[[40.7424158,-73.997102],"language school"],"around_goal_pivot_9":[[40.7437425,-73.9998668],"erotic shop"],"around_goal_pivot_10":[[40.744805,-73.9990893],"florist shop"]}} +{"rvs_sample_number":347,"content":"First, go West to Richard Tucker Square, then head North towards 72nd street. Just across the street will be Bloomingdale's","rvs_path":"data\/geodata\/manhattan_samples_v8.gpkg","rvs_goal_point":[40.7791578,-73.982197],"key":7470,"region":"Manhattan","rvs_start_point":[40.7727881,-73.9797998],"landmarks":{"end_point":[[40.7791578,-73.982197],"Bloomingdale's"],"start_point":[[40.7727881,-73.9797998],"bicycle parking"],"main_pivot":[[40.773714961,-73.9820291845],"Richard Tucker Square"],"main_pivot_2":[[40.7746771336,-73.9819276294],"The Park Millennium"],"main_pivot_3":[[40.7729297079,-73.9797404418],"ABC News Headquarters"],"near_pivot":[[40.7793418,-73.982159],"clothes shop"],"beyond_pivot":[[40.7793749,-73.982055],"The Rutgers Building"],"around_goal_pivot_1":[[40.7788849,-73.9811731],"five fast food restaurants"],"around_goal_pivot_2":[[40.7779112,-73.9817566],"mobile phone shop"],"around_goal_pivot_3":[[40.7781664,-73.9823656],"six cafes"]}} +{"rvs_sample_number":99,"content":"Head up northeast of you to the french restaurant on Lafayette Street. It's about a block northwest of a historic neighborhood and it's almost two blocks north of a Downtown Community Television center.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7183697,-74.0007749],"key":7471,"region":"Manhattan","rvs_start_point":[40.7139207948,-74.0169240943],"landmarks":{"end_point":[[40.7183697,-74.0007749],"restaurant"],"start_point":[[40.7139207948,-74.0169240943],"garden"],"main_pivot":[[40.716093,-74.0157579],"Teardrop Park"],"main_pivot_2":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_3":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_4":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_5":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_6":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_7":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_8":[[40.7140611,-74.0169783],"300 Vesey Street"],"main_pivot_9":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_10":[[40.7140611,-74.0169783],"300 Vesey Street"],"main_pivot_11":[[40.7157749,-74.0156954],"NYPL : Battery Park City Library"],"main_pivot_12":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_13":[[40.7153048,-74.0146159],"Goldman Sachs Tower"],"main_pivot_14":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_15":[[40.7178206035,-74.0000374897],"historic neighbourhood"],"near_pivot":[[40.7178206035,-74.0000374897],"historic neighbourhood"],"around_goal_pivot_1":[[40.7171933,-73.9983533],"3 jewelry shops"],"around_goal_pivot_2":[[40.7172427,-73.9983648],"2 jewelry shops"],"around_goal_pivot_3":[[40.7177288,-73.9991003],"church"],"around_goal_pivot_4":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_5":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_6":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_7":[[40.7170348,-73.9978847],"two jewelry shops"],"around_goal_pivot_8":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_9":[[40.7170851,-73.9980409],"2 jewelry shops"],"around_goal_pivot_10":[[40.7167641,-73.9996642],"two restaurants"]}} +{"rvs_sample_number":101,"content":"Meet me at a toilets northwest of you on the east side of the West Side Highway. Across the street to the west is a cafe. East of the toilets a historic district and to its southeast is a supermarket.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.779683,-73.9883691],"key":7472,"region":"Manhattan","rvs_start_point":[40.7749158,-73.9825757],"landmarks":{"end_point":[[40.779683,-73.9883691],"toilets"],"start_point":[[40.7749158,-73.9825757],"bicycle parking"],"main_pivot":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_2":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_3":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_4":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_5":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_6":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_7":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_8":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_9":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_10":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_11":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_12":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_13":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_14":[[40.7752299,-73.98511],"Lincoln Towers"],"main_pivot_15":[[40.7797597,-73.9885931151],"cafe"],"near_pivot":[[40.7797597,-73.9885931151],"cafe"],"around_goal_pivot_1":[[40.7806445,-73.9858364],"historic monument"],"around_goal_pivot_2":[[40.7796749,-73.9909495],"three benches"],"around_goal_pivot_3":[[40.7794444,-73.9861111],"historic district"],"around_goal_pivot_4":[[40.7781642,-73.9878316],"supermarket"],"around_goal_pivot_5":[[40.7773624,-73.9881894],"alcohol shop"]}} +{"rvs_sample_number":34,"content":"Meet me on the southwest of you at the fountain on Battery Place near the shore, to the north of 4 benches and south of five benches.\r\n ","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7060171,-74.0181359],"key":7473,"region":"Manhattan","rvs_start_point":[40.7163789,-74.0049643],"landmarks":{"end_point":[[40.7060171,-74.0181359],"fountain"],"start_point":[[40.7163789,-74.0049643],"fast food restaurant"],"main_pivot":[[40.7121488,-74.008175],"Woolworth Building"],"main_pivot_2":[[40.7088803559,-74.0109022663],"Zuccotti Park"],"main_pivot_3":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_4":[[40.7073923,-74.0112489],"New York Stock Exchange"],"main_pivot_5":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_6":[[40.707406368,-74.0118236003],"1 Wall Street"],"main_pivot_7":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_8":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_9":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_10":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_11":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_12":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_13":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_14":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_15":[[40.7052621,-74.0184206],"two benches"],"near_pivot":[[40.7052621,-74.0184206],"two benches"],"beyond_pivot":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_1":[[40.7037098,-74.0169305],"historic fort"],"around_goal_pivot_2":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.7044022,-74.015873],"toilets"],"around_goal_pivot_6":[[40.7050596,-74.0178762],"4 benches"],"around_goal_pivot_7":[[40.7070136,-74.0180643],"five benches"],"around_goal_pivot_8":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_9":[[40.7033879,-74.0173384],"ferry terminal"],"around_goal_pivot_10":[[40.7048441,-74.0178403],"three benches"]}} +{"rvs_sample_number":263,"content":"I'm at the bench on the Liberty Street, which is southwest of where you are. There is a church behind the bench on the same block. W Hotels are two blocks away from the bench on the south.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7103192,-74.0133123],"key":7474,"region":"Manhattan","rvs_start_point":[40.7215033,-74.0055845],"landmarks":{"end_point":[[40.7103192,-74.0133123],"bench"],"start_point":[[40.7215033,-74.0055845],"Maserati"],"main_pivot":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_2":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_3":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_4":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_5":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_6":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_7":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_8":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_9":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_10":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_11":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_12":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_13":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_14":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_15":[[40.7102488,-74.0132468],"church"],"near_pivot":[[40.7102488,-74.0132468],"church"],"around_goal_pivot_1":[[40.7113306,-74.0128538],"3 benches"],"around_goal_pivot_2":[[40.7083189,-74.0124105],"church"],"around_goal_pivot_3":[[40.71137,-74.0134188],"5 benches"],"around_goal_pivot_4":[[40.7111738,-74.0105105],"Hilton"],"around_goal_pivot_5":[[40.7112367,-74.0126289],"four benches"],"around_goal_pivot_6":[[40.7093380026,-74.0137208441],"W Hotels"],"around_goal_pivot_7":[[40.7114403,-74.0129681],"3 benches"],"around_goal_pivot_8":[[40.712949,-74.0130438],"viewpoint"],"around_goal_pivot_9":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_10":[[40.7121643,-74.0150269],"pharmacy"]}} +{"rvs_sample_number":38,"content":"Meet me at the beauty shop north of you on Columbus Avenue. Near the destination, you will see a post box and Wine & Roses bar in the same block. The beauty shop is in the middle of the next block on the same side.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7792096,-73.9777045],"key":7475,"region":"Manhattan","rvs_start_point":[40.7727091,-73.9816717],"landmarks":{"end_point":[[40.7792096,-73.9777045],"beauty shop"],"start_point":[[40.7727091,-73.9816717],"cafe"],"main_pivot":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_2":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_3":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_4":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_5":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_6":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_7":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_8":[[40.7730278,-73.9823995],"Lincoln Center for the Performing Arts"],"main_pivot_9":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_10":[[40.7730278,-73.9823995],"Lincoln Center for the Performing Arts"],"main_pivot_11":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_12":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_13":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_14":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_15":[[40.7787567,-73.9775524],"bank"],"near_pivot":[[40.7787567,-73.9775524],"bank"],"around_goal_pivot_1":[[40.7799233,-73.9771952],"atm"],"around_goal_pivot_2":[[40.77997,-73.9770774],"recycling"],"around_goal_pivot_3":[[40.7805915137,-73.9771218571],"school"],"around_goal_pivot_4":[[40.7804409,-73.9770386],"marketplace"],"around_goal_pivot_5":[[40.7785276,-73.9781859],"bar"],"around_goal_pivot_6":[[40.7800709,-73.9780394],"synagogue"],"around_goal_pivot_7":[[40.7782379,-73.9783345],"post box"],"around_goal_pivot_8":[[40.7799528,-73.9770888],"waste basket"],"around_goal_pivot_9":[[40.7779693,-73.9786046],"clothes shop"],"around_goal_pivot_10":[[40.7800343,-73.976619],"furniture shop"]}} +{"rvs_sample_number":448,"content":"Far southwest, let's meet at the hairdresser shop, it's on the street that is the continuation and northern end of Catherine street. it's one of the last businesses on the east side of this streets continuation.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.714686,-73.9980383],"key":7476,"region":"Manhattan","rvs_start_point":[40.7225302,-73.9892293],"landmarks":{"end_point":[[40.714686,-73.9980383],"hairdresser shop"],"start_point":[[40.7225302,-73.9892293],"restaurant"],"main_pivot":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_8":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_9":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_12":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_13":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_14":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_15":[[40.7145832786,-73.9989110864],"church"],"near_pivot":[[40.7145832786,-73.9989110864],"church"],"beyond_pivot":[[40.7139054,-73.9981077],"bank"],"around_goal_pivot_1":[[40.7131122,-73.997541],"church"],"around_goal_pivot_2":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_3":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_4":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_5":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_6":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_7":[[40.7171502,-73.9982139],"3 jewelry shops"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_10":[[40.7133828,-73.9973785],"post box"]}} +{"rvs_sample_number":61,"content":"Meet me at bicycle parking. Head northeast until you reach a block with an atm and a fire station. The block south of there is the one you want. It\u2019s on the south side of East 28th Street. Almost in the northwest corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.741737,-73.9804913],"key":7477,"region":"Manhattan","rvs_start_point":[40.7391005,-73.9946765],"landmarks":{"end_point":[[40.741737,-73.9804913],"bicycle parking"],"start_point":[[40.7391005,-73.9946765],"clinic"],"main_pivot":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_2":[[40.7407647,-73.9881127],"One Madison"],"main_pivot_3":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_4":[[40.7412336,-73.9875569],"Metropolitan Life Insurance Company Tower"],"main_pivot_5":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_6":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_7":[[40.7427674,-73.9870661],"Chester Alan Arthur"],"main_pivot_8":[[40.7420223,-73.9869817],"Metropolitan Life North Building"],"main_pivot_9":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_10":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_11":[[40.7407647,-73.9881127],"One Madison"],"main_pivot_12":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_13":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_14":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_15":[[40.7421757,-73.9804623],"atm"],"near_pivot":[[40.7421757,-73.9804623],"atm"],"beyond_pivot":[[40.7416227,-73.9790435],"fire_station"],"around_goal_pivot_1":[[40.7417135,-73.9825386],"theatre"],"around_goal_pivot_2":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_3":[[40.7441534,-73.9795427],"atm"],"around_goal_pivot_4":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_5":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_6":[[40.7440283,-73.9790589],"Trader Joe's"],"around_goal_pivot_7":[[40.7413178,-73.9781491],"Target"],"around_goal_pivot_8":[[40.7439708,-73.9803222],"charging station"],"around_goal_pivot_9":[[40.7426273,-73.9824692],"attraction"],"around_goal_pivot_10":[[40.7435878,-73.9794341],"veterinary"]}} +{"rvs_sample_number":112,"content":"Meet me at the dentist's office. Head southeast on Wall Street. After you pass the Museum of American Finance, you will pass a street that ends at Wall Street. The dentist's office is right past that street on the south side of Wall Street.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7058315,-74.0087016],"key":7478,"region":"Manhattan","rvs_start_point":[40.7107442,-74.0163169],"landmarks":{"end_point":[[40.7058315,-74.0087016],"dentist's office"],"start_point":[[40.7107442,-74.0163169],"fast food restaurant"],"main_pivot":[[40.707916,-74.0114193],"American Surety Building"],"main_pivot_2":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_3":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_4":[[40.7073824,-74.0130557],"Adams Express Building"],"main_pivot_5":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_6":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_7":[[40.7079608,-74.0137221],"Greenwich Club Residences"],"main_pivot_8":[[40.7068793,-74.0101041],"40 Wall Street"],"main_pivot_9":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_10":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_11":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_12":[[40.7078096,-74.0118885],"Trinity Church"],"main_pivot_13":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_14":[[40.7072018,-74.0105797],"Federal Hall National Memorial"],"main_pivot_15":[[40.7063713,-74.0091958],"museum"],"near_pivot":[[40.7063713,-74.0091958],"museum"],"beyond_pivot":[[40.7057744,-74.0075857],"pub"],"around_goal_pivot_1":[[40.7068506,-74.008752],"church"],"around_goal_pivot_2":[[40.7046154,-74.0078508],"pharmacy"],"around_goal_pivot_3":[[40.704892,-74.0085955],"kindergarten"],"around_goal_pivot_4":[[40.7051747,-74.0092807],"post office"],"around_goal_pivot_5":[[40.7049006,-74.00727],"atm"],"around_goal_pivot_6":[[40.7051991,-74.0076662],"ANdAZ"],"around_goal_pivot_7":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_8":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_9":[[40.7055941,-74.0073651],"Holiday Inn Express"],"around_goal_pivot_10":[[40.7052408,-74.0070108],"Verizon"]}} +{"rvs_sample_number":49,"content":"Come to the restaurant southwest of where you are. Head west until you hit 2nd Avenue. Then move south for 13 blocks, passing Urban Outfitters and Chase atm. The restaurant is at the corner after the next intersection, on the opposite side of the street as Chase. ","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7291102,-73.9875349],"key":7479,"region":"Manhattan","rvs_start_point":[40.7360641,-73.9760087],"landmarks":{"end_point":[[40.7291102,-73.9875349],"restaurant"],"start_point":[[40.7360641,-73.9760087],"bicycle parking"],"main_pivot":[[40.7361099,-73.9763029],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_2":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_3":[[40.7347175,-73.9797843],"Stuyvesant Town"],"main_pivot_4":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_5":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_6":[[40.7347175,-73.9797843],"Stuyvesant Town"],"main_pivot_7":[[40.7361099,-73.9763029],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_8":[[40.7361011087,-73.9787939474],"Peter Cooper Village"],"main_pivot_9":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_10":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_11":[[40.7361099,-73.9763029],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_12":[[40.7361099,-73.9763029],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_13":[[40.7361011087,-73.9787939474],"Peter Cooper Village"],"main_pivot_14":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_15":[[40.7288916,-73.9876546],"library"],"near_pivot":[[40.7288916,-73.9876546],"library"],"around_goal_pivot_1":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_2":[[40.7295762,-73.9866829],"bank"],"around_goal_pivot_3":[[40.7295702,-73.986687],"atm"],"around_goal_pivot_4":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_5":[[40.7288027,-73.9865808],"2 clothes shops"],"around_goal_pivot_6":[[40.7284186,-73.9871396],"bicycle rental"],"around_goal_pivot_7":[[40.729128,-73.9885719],"ice cream"],"around_goal_pivot_8":[[40.7294836,-73.9864276],"post office"],"around_goal_pivot_9":[[40.7286441,-73.9862139],"two clothes shops"],"around_goal_pivot_10":[[40.7291092,-73.9892131],"food court"]}} +{"rvs_sample_number":393,"content":"Go northeast and meet me at the restaurant on the west side of Nassau Street, northeast of the Marine Midland Building and southeast of Urban Outfitters. It's near the middle of the block, not on the corner.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.70932,-74.008734],"key":7480,"region":"Manhattan","rvs_start_point":[40.7066535,-74.0123807],"landmarks":{"end_point":[[40.70932,-74.008734],"restaurant"],"start_point":[[40.7066535,-74.0123807],"college"],"main_pivot":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_2":[[40.7078096,-74.0118885],"Trinity Church"],"main_pivot_3":[[40.7078096,-74.0118885],"Trinity Church"],"main_pivot_4":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_5":[[40.7068651999,-74.0125743071],"Adams Express Building"],"main_pivot_6":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_7":[[40.7088866,-74.0102433],"Marine Midland Building"],"main_pivot_8":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_9":[[40.7082115,-74.0092429],"28 Liberty"],"main_pivot_10":[[40.7078096,-74.0118885],"Trinity Church"],"main_pivot_11":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_12":[[40.7076102,-74.0116567],"1 Wall Street"],"main_pivot_13":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_14":[[40.7082115,-74.0092429],"28 Liberty"],"main_pivot_15":[[40.7090406,-74.0082973],"church"],"near_pivot":[[40.7090406,-74.0082973],"church"],"beyond_pivot":[[40.7098225,-74.0080248],"restaurant"],"around_goal_pivot_1":[[40.7109507,-74.0103698],"Hilton"],"around_goal_pivot_2":[[40.7104325,-74.0055085],"hospital"],"around_goal_pivot_3":[[40.7103743,-74.0082481],"clinic"],"around_goal_pivot_4":[[40.7068684,-74.0089686],"Radisson"],"around_goal_pivot_5":[[40.7107626,-74.0072957],"Blink Fitness"],"around_goal_pivot_6":[[40.7076302,-74.0078311],"three benches"],"around_goal_pivot_7":[[40.7076017,-74.0078097],"2 benches"],"around_goal_pivot_8":[[40.7116072,-74.0087383],"Staples"],"around_goal_pivot_9":[[40.7101192,-74.0095283],"Urban Outfitters"],"around_goal_pivot_10":[[40.7117038,-74.0085747],"AT&T"]}} +{"rvs_sample_number":287,"content":"Meet me northeast of you at the bike parking on lexington avenue. i't a block north of the historic building, about mideway in the block on the east side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7650654,-73.9659751],"key":7481,"region":"Manhattan","rvs_start_point":[40.755296,-73.979822],"landmarks":{"end_point":[[40.7650654,-73.9659751],"bicycle parking"],"start_point":[[40.755296,-73.979822],"Vans"],"main_pivot":[[40.7550625,-73.9750911],"245 Park Avenue"],"main_pivot_2":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_3":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_4":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_5":[[40.7556345,-73.9746907],"277 Park Avenue"],"main_pivot_6":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_7":[[40.7621991,-73.9710264],"Four Seasons Hotel"],"main_pivot_8":[[40.7597033,-73.972432],"Lever House"],"main_pivot_9":[[40.7555982,-73.9762781],"383 Madison Avenue"],"main_pivot_10":[[40.7621991,-73.9710264],"Four Seasons Hotel"],"main_pivot_11":[[40.7592037,-73.9721766],"399 Park Avenue"],"main_pivot_12":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_13":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_14":[[40.7580405,-73.9729307],"345 Park Avenue"],"main_pivot_15":[[40.7643498,-73.9665276],"historic building"],"near_pivot":[[40.7643498,-73.9665276],"historic building"],"beyond_pivot":[[40.7657733,-73.9657807],"cafe"],"around_goal_pivot_1":[[40.766913,-73.9635556],"synagogue"],"around_goal_pivot_2":[[40.764233,-73.963647],"hospital"],"around_goal_pivot_3":[[40.7664318,-73.9682205],"hotel"],"around_goal_pivot_4":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_5":[[40.763305,-73.9671776],"AT&T"],"around_goal_pivot_6":[[40.7661743,-73.9629846],"Nike"],"around_goal_pivot_7":[[40.7643867,-73.9631097],"Affinia Hotels"],"around_goal_pivot_8":[[40.7658633,-73.9638935],"DavidsTea"],"around_goal_pivot_9":[[40.7627273,-73.9676634],"Bloomingdale's"],"around_goal_pivot_10":[[40.7655804,-73.9633446],"Lululemon"]}} +{"rvs_sample_number":266,"content":"Let's take a picture at the Fountain in the middle of a park type area to the east of a seemingly replica of the fountain. To it's southeast is a high School for Health professions and human services.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.733489064,-73.9835346151],"key":7482,"region":"Manhattan","rvs_start_point":[40.7198754,-73.9872096],"landmarks":{"end_point":[[40.733489064,-73.9835346151],"fountain"],"start_point":[[40.7198754,-73.9872096],"bakery shop"],"main_pivot":[[40.732711,-73.9825978],"High School for Health Professions and Human Services"],"main_pivot_2":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_3":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_4":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_5":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_6":[[40.7196336,-73.9866404],"Lower East Side Preparatory High School"],"main_pivot_7":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_8":[[40.732711,-73.9825978],"High School for Health Professions and Human Services"],"main_pivot_9":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_10":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_11":[[40.732711,-73.9825978],"High School for Health Professions and Human Services"],"main_pivot_12":[[40.732711,-73.9825978],"High School for Health Professions and Human Services"],"main_pivot_13":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_14":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_15":[[40.7338502,-73.9843661],"fountain"],"near_pivot":[[40.7338502,-73.9843661],"fountain"],"around_goal_pivot_1":[[40.7354351,-73.9824658],"park"],"around_goal_pivot_2":[[40.7328361,-73.9865478],"clinic"],"around_goal_pivot_3":[[40.7311161,-73.9824625],"T-Mobile"],"around_goal_pivot_4":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_5":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_6":[[40.7331857,-73.9808607],"Trek"],"around_goal_pivot_7":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_8":[[40.7315111,-73.9833405],"fire station"],"around_goal_pivot_9":[[40.7314931,-73.9811813],"three gardens"],"around_goal_pivot_10":[[40.7314254,-73.983288],"childcare"]}} +{"rvs_sample_number":119,"content":"Hungry? Let's meet up at the restaurant for those Pita you really love then. it's the one on 7th Avenue? it's across the ave from a studio. There is a buy buy baby almost a block to the south and across the street (on it's west side).","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7462312,-73.9938457],"key":7483,"region":"Manhattan","rvs_start_point":[40.7499892,-73.9886454],"landmarks":{"end_point":[[40.7462312,-73.9938457],"restaurant"],"start_point":[[40.7499892,-73.9886454],"Foot Locker"],"main_pivot":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_2":[[40.7500169,-73.9880897],"Herald Square"],"main_pivot_3":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_4":[[40.7500169,-73.9880897],"Herald Square"],"main_pivot_5":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_6":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_7":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_8":[[40.7502656947,-73.988528551],"Macy's"],"main_pivot_9":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_10":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_11":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_12":[[40.7500169,-73.9880897],"Herald Square"],"main_pivot_13":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_14":[[40.7502656947,-73.988528551],"Macy's"],"main_pivot_15":[[40.7466245,-73.9947839],"studio"],"near_pivot":[[40.7466245,-73.9947839],"studio"],"beyond_pivot":[[40.7457538,-73.9947193],"Buy Buy Baby"],"around_goal_pivot_1":[[40.7438572,-73.9932392],"museum"],"around_goal_pivot_2":[[40.7466188,-73.9915372],"Hilton Garden Inn"],"around_goal_pivot_3":[[40.7450562,-73.9923336],"Buffalo Exchange"],"around_goal_pivot_4":[[40.7463971,-73.990782],"Hyatt House"],"around_goal_pivot_5":[[40.7437336,-73.9931257],"Hampton"],"around_goal_pivot_6":[[40.7469357,-73.9917242],"Hotel Indigo"],"around_goal_pivot_7":[[40.7482008,-73.9914186],"Courtyard"],"around_goal_pivot_8":[[40.745842,-73.990901],"two florist shops"],"around_goal_pivot_9":[[40.7462789,-73.9914575],"Fairfield Inn"],"around_goal_pivot_10":[[40.7446183,-73.9964638],"AT&T"]}} +{"rvs_sample_number":226,"content":"Go directly west many blocks. Meet me at the vending machine on 8th Avenue, right next to the De Lauren Wine shop. It is west of the Chelsea Television Studios and east of the Penn South Playground.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7474527,-73.9967507],"key":7484,"region":"Manhattan","rvs_start_point":[40.7455236,-73.9794],"landmarks":{"end_point":[[40.7474527,-73.9967507],"vending machine"],"start_point":[[40.7455236,-73.9794],"dry cleaning shop"],"main_pivot":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_2":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_3":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_4":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_5":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_6":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_7":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_8":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_9":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_10":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_11":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_12":[[40.7487649,-73.992857],"Church of St. John the Baptist"],"main_pivot_13":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_14":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_15":[[40.7482947,-73.9960749],"college"],"near_pivot":[[40.7482947,-73.9960749],"college"],"beyond_pivot":[[40.7466555,-73.9972211],"7-Eleven"],"around_goal_pivot_1":[[40.746655,-73.9955868],"studio"],"around_goal_pivot_2":[[40.7475759,-73.998273],"playground"],"around_goal_pivot_3":[[40.7462136,-73.9975429],"fast food restaurant"],"around_goal_pivot_4":[[40.7471933,-73.9950067],"post box"],"around_goal_pivot_5":[[40.748474,-73.9960052],"telephone"],"around_goal_pivot_6":[[40.7469724,-73.9976561],"dentist's office"],"around_goal_pivot_7":[[40.7467521,-73.997227],"atm"],"around_goal_pivot_8":[[40.7483136,-73.9955539],"restaurant"],"around_goal_pivot_9":[[40.7471881,-73.9949942],"waste basket"],"around_goal_pivot_10":[[40.7482829,-73.9975327],"parking lot"]}} +{"rvs_sample_number":31,"content":"Head soth until you hit west 3rd street, and go southeast on it. There is a big curch named Judson Memorial Church on the left of the street just meet up with me at the coffee shop that is just south of it, in the middle of the next block.","rvs_path":"data\/geodata\/manhattan_samples_v32.gpkg","rvs_goal_point":[40.7291434,-73.999255],"key":7485,"region":"Manhattan","rvs_start_point":[40.7313311,-74.0013759],"landmarks":{"end_point":[[40.7291434,-73.999255],"restaurant"],"start_point":[[40.7313311,-74.0013759],"bicycle parking"],"main_pivot":[[40.7300740797,-73.9985026152],"Judson Memorial Church"],"main_pivot_2":[[40.7311952032,-74.001533693],"IFC Center"],"main_pivot_3":[[40.7302693,-74.0006341],"Comedy Cellar"],"main_pivot_4":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_5":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_6":[[40.7300740797,-73.9985026152],"Judson Memorial Church"],"main_pivot_7":[[40.7311952032,-74.001533693],"IFC Center"],"main_pivot_8":[[40.7302693,-74.0006341],"Comedy Cellar"],"main_pivot_9":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_10":[[40.7311952032,-74.001533693],"IFC Center"],"main_pivot_11":[[40.7311952032,-74.001533693],"IFC Center"],"main_pivot_12":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_13":[[40.730322,-74.0003624],"Caffe Reggio"],"main_pivot_14":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_15":[[40.7284254,-73.9998816],"theatre"],"near_pivot":[[40.7284254,-73.9998816],"theatre"],"beyond_pivot":[[40.7283337,-73.9992168],"bar"],"around_goal_pivot_1":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_2":[[40.7291918,-73.9969721],"2 bicycle parkings"],"around_goal_pivot_3":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_4":[[40.7312557,-73.9972221],"historic monument"],"around_goal_pivot_5":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_6":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_7":[[40.7278045,-73.997996],"community centre"],"around_goal_pivot_8":[[40.7306582,-73.9982544],"toilets"],"around_goal_pivot_9":[[40.7291298,-73.9970217],"3 bicycle parkings"],"around_goal_pivot_10":[[40.7298338,-74.0004187],"amenity|ice cream"]}} +{"rvs_sample_number":40,"content":"Head west to the first intersection, then turn north. When you hit West 45th Street, go west for 2 blocks, past the parking lot. Your destination is the bike rental on the corner, between Southern Hospitality and Schmackary's.","rvs_path":"data\/geodata\/manhattan_samples_v19.gpkg","rvs_goal_point":[40.7601925,-73.9912551],"key":7486,"region":"Manhattan","rvs_start_point":[40.7547897,-73.9815251],"landmarks":{"end_point":[[40.7601925,-73.9912551],"bicycle rental"],"start_point":[[40.7547897,-73.9815251],"post office"],"main_pivot":[[40.7590063,-73.9896838],"Birdland Jazz Club"],"main_pivot_2":[[40.758611,-73.9881654],"John Golden Theatre"],"main_pivot_3":[[40.7589733,-73.9901041],"TownePlace Suites"],"main_pivot_4":[[40.7544852,-73.9814677],"Allen Edmonds"],"main_pivot_5":[[40.7594293,-73.9912351],"The Brazen Tavern"],"main_pivot_6":[[40.7548374,-73.9827653],"STK Midtown"],"main_pivot_7":[[40.7564316,-73.9855893],"1500 Broadway"],"main_pivot_8":[[40.7565523,-73.9862884],"NYPD Times Square Substation"],"main_pivot_9":[[40.7592579,-73.9918074],"Patron"],"main_pivot_10":[[40.7595422,-73.99027],"parking lot"],"near_pivot":[[40.7595422,-73.99027],"parking lot"],"around_goal_pivot_1":[[40.7596478,-73.9919816],"pharmacy"],"around_goal_pivot_2":[[40.76103,-73.9905828],"post box"],"around_goal_pivot_3":[[40.7593056,-73.9921933],"cafe"],"around_goal_pivot_4":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_5":[[40.7613804,-73.9907136],"2 restaurants"],"around_goal_pivot_6":[[40.7590951,-73.9916536],"car shop"],"around_goal_pivot_7":[[40.7612491,-73.9903504],"bakery shop"]}} +{"rvs_sample_number":95,"content":"Let\u2019s meet for coffee at the cafe. It is super close to where you are now, so it shouldn\u2019t be hard to find. Just go straight down through Madison Square and the cafe is on the south side of East 23rd Street, right below the south east corner of Madison Square Park. There is a bicycle repair station in the block beneath it. ","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7407221,-73.9880906],"key":7487,"region":"Manhattan","rvs_start_point":[40.7443707,-73.98779],"landmarks":{"end_point":[[40.7407221,-73.9880906],"cafe"],"start_point":[[40.7443707,-73.98779],"restaurant"],"main_pivot":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_2":[[40.741491,-73.9888219],"William Henry Seward Monument"],"main_pivot_3":[[40.741491,-73.9888219],"William Henry Seward Monument"],"main_pivot_4":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_5":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_6":[[40.741491,-73.9888219],"William Henry Seward Monument"],"main_pivot_7":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_8":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_9":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_10":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_11":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_12":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_13":[[40.7415592,-73.9873188],"Metropolitan Life North Building"],"main_pivot_14":[[40.741491,-73.9888219],"William Henry Seward Monument"],"main_pivot_15":[[40.7410551,-73.988022],"park"],"near_pivot":[[40.7410551,-73.988022],"park"],"around_goal_pivot_1":[[40.7398095,-73.9850921],"theatre"],"around_goal_pivot_2":[[40.7419686,-73.9861819],"2 clinics"],"around_goal_pivot_3":[[40.7391029,-73.986942],"church"],"around_goal_pivot_4":[[40.7385891,-73.9896994],"cinema"],"around_goal_pivot_5":[[40.7419322,-73.9860595],"2 doctor's offices"],"around_goal_pivot_6":[[40.7386941,-73.985849],"hotel"],"around_goal_pivot_7":[[40.740401,-73.9895748],"bicycle repair station"],"around_goal_pivot_8":[[40.7398067,-73.9850517],"two fast food restaurants"],"around_goal_pivot_9":[[40.7419327,-73.9861037],"2 doctor's offices"],"around_goal_pivot_10":[[40.7420103,-73.9861996],"2 doctor's offices"]}} +{"rvs_sample_number":9,"content":"Go east to 2nd avenue and follow it north for a long way. You will pass a hotel and a pharmacy, and on the next block I'll be at the bike parking on the far north corner.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7637563,-73.9623018],"key":7488,"region":"Manhattan","rvs_start_point":[40.7545379,-73.9770283],"landmarks":{"end_point":[[40.7637563,-73.9623018],"bicycle parking"],"start_point":[[40.7545379,-73.9770283],"bar"],"main_pivot":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_2":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_3":[[40.7590792,-73.9728753],"Racquet and Tennis Club"],"main_pivot_4":[[40.7543878,-73.9768179],"Helmsley Building"],"main_pivot_5":[[40.7550625,-73.9750911],"245 Park Avenue"],"main_pivot_6":[[40.7583471,-73.9724421],"Seagram Building"],"main_pivot_7":[[40.7592037,-73.9721766],"399 Park Avenue"],"main_pivot_8":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_9":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_10":[[40.7570147,-73.9738362],"Waldorf-Astoria Hotel"],"main_pivot_11":[[40.7556345,-73.9746907],"277 Park Avenue"],"main_pivot_12":[[40.7573683,-73.9734782],"St. Bartholomew's"],"main_pivot_13":[[40.7570147,-73.9738362],"Waldorf-Astoria Hotel"],"main_pivot_14":[[40.7541448,-73.9768056],"MetLife Building"],"main_pivot_15":[[40.7630218,-73.9628489],"pharmacy"],"near_pivot":[[40.7630218,-73.9628489],"pharmacy"],"beyond_pivot":[[40.7642261,-73.9615384],"post_box"],"around_goal_pivot_1":[[40.7648521,-73.959696],"library"],"around_goal_pivot_2":[[40.7628752,-73.9635325],"church"],"around_goal_pivot_3":[[40.7651816,-73.9594266],"park"],"around_goal_pivot_4":[[40.7623572,-73.9597584],"7-Eleven"],"around_goal_pivot_5":[[40.7655804,-73.9633446],"Lululemon"],"around_goal_pivot_6":[[40.7661743,-73.9629846],"Nike"],"around_goal_pivot_7":[[40.7657837,-73.963705],"DavidsTea"],"around_goal_pivot_8":[[40.7613802,-73.9607757],"bicycle rental"],"around_goal_pivot_9":[[40.7622166,-73.9629219],"hotel"],"around_goal_pivot_10":[[40.7624158,-73.9597159],"2 restaurants"]}} +{"rvs_sample_number":174,"content":"Let's meet up at the bank on West 51st street. It's a little west of the french restaurant and east of a theater. To the south a block is a Chocolatier though.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7617657,-73.9825061],"key":7489,"region":"Manhattan","rvs_start_point":[40.7701546,-73.9813743],"landmarks":{"end_point":[[40.7617657,-73.9825061],"atm"],"start_point":[[40.7701546,-73.9813743],"parking entrance"],"main_pivot":[[40.7692471,-73.9812899],"Trump International Hotel and Tower"],"main_pivot_2":[[40.7664201,-73.9814245],"Central Park Tower"],"main_pivot_3":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_4":[[40.7692471,-73.9812899],"Trump International Hotel and Tower"],"main_pivot_5":[[40.7672048,-73.9808694],"220 Central Park South"],"main_pivot_6":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_7":[[40.7672048,-73.9808694],"220 Central Park South"],"main_pivot_8":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_9":[[40.7692471,-73.9812899],"Trump International Hotel and Tower"],"main_pivot_10":[[40.7672048,-73.9808694],"220 Central Park South"],"main_pivot_11":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_12":[[40.7644234,-73.9825165],"1717 Broadway"],"main_pivot_13":[[40.7672048,-73.9808694],"220 Central Park South"],"main_pivot_14":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_15":[[40.7618293,-73.9836008],"theatre"],"near_pivot":[[40.7618293,-73.9836008],"theatre"],"beyond_pivot":[[40.7612817,-73.9817677],"restaurant"],"around_goal_pivot_1":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_2":[[40.7625457,-73.9839381],"church"],"around_goal_pivot_3":[[40.7607697,-73.9846772],"Crowne Plaza"],"around_goal_pivot_4":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_5":[[40.7606178,-73.9819075],"Men's Wearhouse"],"around_goal_pivot_6":[[40.7643419,-73.9826989],"Residence Inn"],"around_goal_pivot_7":[[40.7600564,-73.9834861],"Superdry"],"around_goal_pivot_8":[[40.7608722,-73.9831033],"Godiva Chocolatier"],"around_goal_pivot_9":[[40.7645752,-73.9827913],"Hilton Garden Inn"],"around_goal_pivot_10":[[40.7597371,-73.9845837],"Renaissance"]}} +{"rvs_sample_number":229,"content":"Meet me at the clothes shop on Spring Street. It is on the block that is across the street from attraction. It is on the south east corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7227912,-73.9980837],"key":7490,"region":"Manhattan","rvs_start_point":[40.7191024,-73.9970647],"landmarks":{"end_point":[[40.7227912,-73.9980837],"clothes shop"],"start_point":[[40.7191024,-73.9970647],"restaurant"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_3":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_4":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_7":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_10":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_11":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_14":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.72288,-73.9987505],"attraction"],"near_pivot":[[40.72288,-73.9987505],"attraction"],"beyond_pivot":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7205852412,-73.997645735],"historic building"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_5":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7245682,-73.9973205],"Bershka"],"around_goal_pivot_8":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_9":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_10":[[40.7221114,-73.9997761],"Levi's"]}} +{"rvs_sample_number":210,"content":"I'm waiting near the place we parked our bikes, its not far from where you are, just west and a bit north just past Broadway. The is a cinema on the corner of the other side of Broadway. There is also Strand Bookstore on the block east of me. I'll be the standing on the first Bike stand on the south side of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7341244,-73.9914808],"key":7491,"region":"Manhattan","rvs_start_point":[40.7306918,-73.985917],"landmarks":{"end_point":[[40.7341244,-73.9914808],"bicycle parking"],"start_point":[[40.7306918,-73.985917],"fast food restaurant"],"main_pivot":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_2":[[40.7319477,-73.9891462],"Webster Hall"],"main_pivot_3":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_4":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_5":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_6":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_7":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_8":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_9":[[40.7319477,-73.9891462],"Webster Hall"],"main_pivot_10":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_11":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_12":[[40.7319477,-73.9891462],"Webster Hall"],"main_pivot_13":[[40.7321614,-73.9896186],"Cooper Post Office"],"main_pivot_14":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_15":[[40.7340532,-73.9907254],"cinema"],"near_pivot":[[40.7340532,-73.9907254],"cinema"],"beyond_pivot":[[40.7340565,-73.9924563],"cafe"],"around_goal_pivot_1":[[40.7321614,-73.9896186],"post office"],"around_goal_pivot_2":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_3":[[40.7322383,-73.9890136],"historic building"],"around_goal_pivot_4":[[40.735574,-73.9941308],"two universities"],"around_goal_pivot_6":[[40.7347904,-73.9905721],"park"],"around_goal_pivot_7":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_8":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_9":[[40.735602,-73.9916228],"Staples"],"around_goal_pivot_10":[[40.7354318,-73.9917629],"Reebok"]}} +{"rvs_sample_number":63,"content":"Go Northwest up to West 21st street. Let's park our bikes at the parking space with 2 spots. It's very near the coffee shop there. If you make your way all the way to the corner Hardware store on the same side of that street though, you'll have gone too far and head back a half block.","rvs_path":"data\/geodata\/manhattan_samples_v36.gpkg","rvs_goal_point":[40.7422663,-73.9951717],"key":7492,"region":"Manhattan","rvs_start_point":[40.732979,-73.9872509],"landmarks":{"end_point":[[40.7422663,-73.9951717],"bicycle parking"],"start_point":[[40.732979,-73.9872509],"bicycle parking"],"main_pivot":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_2":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_3":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_4":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_5":[[40.7351954975,-73.9898208917],"Zeckendorf Towers"],"main_pivot_6":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_7":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_8":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_9":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_10":[[40.7408435,-73.991679],"Spero Building"],"main_pivot_11":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_12":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_13":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_14":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_15":[[40.7422365,-73.9949484],"cafe"],"near_pivot":[[40.7422365,-73.9949484],"cafe"],"beyond_pivot":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_1":[[40.7433941,-73.993606],"church"],"around_goal_pivot_2":[[40.7433235,-73.9934383],"museum"],"around_goal_pivot_3":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_4":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_5":[[40.7418163,-73.9933518],"GameStop"],"around_goal_pivot_6":[[40.7446183,-73.9964638],"AT&T"],"around_goal_pivot_7":[[40.7435389,-73.9930625],"Hampton"],"around_goal_pivot_8":[[40.7406794,-73.9941662],"Men's Wearhouse"],"around_goal_pivot_9":[[40.7402954,-73.9949738],"The Container Store"],"around_goal_pivot_10":[[40.7419835,-73.9932144],"DavidsTea"]}} +{"rvs_sample_number":387,"content":"Let\u2019s meet at Flixbus. Go southeast until you see a bicycle rental on Allen Street. Flixbus is in that same block. It is actually straight down from bicycle parking, and in the middle of the block. You can\u2019t miss it. ","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7156266,-73.9918664],"key":7493,"region":"Manhattan","rvs_start_point":[40.71993,-73.9969247],"landmarks":{"end_point":[[40.7156266,-73.9918664],"FlixBus"],"start_point":[[40.71993,-73.9969247],"gift shop"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_3":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_4":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_5":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_6":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_7":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_8":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_9":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_10":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_11":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_12":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_13":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_14":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_15":[[40.7160587,-73.9919076],"bicycle rental"],"near_pivot":[[40.7160587,-73.9919076],"bicycle rental"],"around_goal_pivot_1":[[40.7145534,-73.9886486],"library"],"around_goal_pivot_2":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_3":[[40.7143389687,-73.9893545539],"two gardens"],"around_goal_pivot_4":[[40.7144617,-73.9943762],"bridge"],"around_goal_pivot_5":[[40.7142839,-73.9890927],"three benches"],"around_goal_pivot_6":[[40.7144514,-73.9892929],"2 gardens"],"around_goal_pivot_7":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_8":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_9":[[40.7149507,-73.989484],"two benches"],"around_goal_pivot_10":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"]}} +{"rvs_sample_number":288,"content":"Start heading southwest and you can find me at the theatre on the south side of West 16th Street, a bit west from a bank and east of Anthropologie.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7414435,-74.0027591],"key":7494,"region":"Manhattan","rvs_start_point":[40.7504717,-73.9907283],"landmarks":{"end_point":[[40.7414435,-74.0027591],"theatre"],"start_point":[[40.7504717,-73.9907283],"gift shop"],"main_pivot":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_2":[[40.7505889,-73.9950317],"James A. Farley Building"],"main_pivot_3":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_4":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_5":[[40.7512629,-73.9908813],"Nelson Tower"],"main_pivot_6":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_7":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_8":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_9":[[40.751049,-73.9903738],"Macy's"],"main_pivot_10":[[40.751049,-73.9903738],"Macy's"],"main_pivot_11":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_12":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_13":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_14":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_15":[[40.7412681,-74.001691],"bank"],"near_pivot":[[40.7412681,-74.001691],"bank"],"beyond_pivot":[[40.7422561,-74.0039856],"hotel"],"around_goal_pivot_1":[[40.7395147,-74.0007382],"historic church"],"around_goal_pivot_2":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_3":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_4":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_5":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_6":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_7":[[40.7418051,-74.0049865],"Anthropologie"],"around_goal_pivot_8":[[40.7409651,-74.0058878],"Lululemon"],"around_goal_pivot_9":[[40.7411861,-74.0054573],"Apple Store"],"around_goal_pivot_10":[[40.7409427,-74.0058428],"Kiehl's"]}} +{"rvs_sample_number":181,"content":"About 20 blocks to your southwest, I'll be at a fast food restaurant on West 23rd St. It's almost directly across the street from a cinema, and it's on the same block as the Muhlenberg Library and Crunch Fitness. From these locations, it's to the northwest. ","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7451151,-73.997578],"key":7495,"region":"Manhattan","rvs_start_point":[40.7593273161,-73.9879303627],"landmarks":{"end_point":[[40.7451151,-73.997578],"fast food restaurant"],"start_point":[[40.7593273161,-73.9879303627],"bar"],"main_pivot":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_2":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_3":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_4":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_5":[[40.7584223,-73.9883031],"Majestic Theatre"],"main_pivot_6":[[40.7588871,-73.9879687],"John Golden Theatre"],"main_pivot_7":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_8":[[40.7596918,-73.9886828],"St. Luke's Church"],"main_pivot_9":[[40.7590189,-73.9882799],"The Row Hotel"],"main_pivot_10":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_11":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_12":[[40.7588871,-73.9879687],"John Golden Theatre"],"main_pivot_13":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_14":[[40.7560875,-73.9908279],"Port Authority Bus Terminal"],"main_pivot_15":[[40.7448726,-73.9979698],"cinema"],"near_pivot":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_1":[[40.7443742,-73.9968175],"hotel"],"around_goal_pivot_2":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_3":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_4":[[40.7452366,-73.9960527],"Whole Foods Market"],"around_goal_pivot_5":[[40.7446183,-73.9964638],"AT&T"],"around_goal_pivot_6":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_7":[[40.7447515,-73.9991536],"bicycle rental"],"around_goal_pivot_8":[[40.7457798,-73.9979735],"post box"],"around_goal_pivot_9":[[40.7444445,-73.9960877],"library"],"around_goal_pivot_10":[[40.7447007,-73.9966253],"clinic"]}} +{"rvs_sample_number":285,"content":"Head southwest and meet me at the bicycle parking on the south side of Bethune Street. It's the rightmost one on the block, west of the D'Agostino supermarket and directly north of the bicycle rental.","rvs_path":"data\/geodata\/manhattan_samples_v57.gpkg","rvs_goal_point":[40.7368938,-74.0086206],"key":7496,"region":"Manhattan","rvs_start_point":[40.7418051,-74.0049865],"landmarks":{"end_point":[[40.7368938,-74.0086206],"bicycle parking"],"start_point":[[40.7418051,-74.0049865],"Anthropologie"],"main_pivot":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_2":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_3":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_4":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_5":[[40.7394351,-74.00816],"The High Line"],"main_pivot_6":[[40.7394351,-74.00816],"The High Line"],"main_pivot_7":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_8":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_9":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_10":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_11":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_12":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_13":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_14":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_15":[[40.7361967,-74.0085921],"bicycle rental"],"near_pivot":[[40.7361967,-74.0085921],"bicycle rental"],"beyond_pivot":[[40.7362948,-74.009527],"school"],"around_goal_pivot_1":[[40.739445,-74.0084766],"museum"],"around_goal_pivot_2":[[40.7382183,-74.0091],"hotel"],"around_goal_pivot_3":[[40.7362948,-74.009527],"school"],"around_goal_pivot_4":[[40.7365247,-74.0055329],"two playgrounds"],"around_goal_pivot_5":[[40.7371928,-74.0066439],"D'Agostino"],"around_goal_pivot_6":[[40.7354108,-74.008465],"post box"],"around_goal_pivot_7":[[40.7366109,-74.0056124],"2 playgrounds"],"around_goal_pivot_8":[[40.7395092,-74.0082142],"attraction"],"around_goal_pivot_9":[[40.7360199,-74.0057147],"bank"],"around_goal_pivot_10":[[40.7380773,-74.0090438],"parking lot"]}} +{"rvs_sample_number":94,"content":"Meet me at the restaurant northeast of you on West 45th Street. It's on the same block as Diamond Braces and 6th Avenue Shopping Court. It's on the north side of the block near the middle of the block, but a little bit closer to the end where 6th Avenue Shopping Court is.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7561138,-73.9815545],"key":7497,"region":"Manhattan","rvs_start_point":[40.744608,-73.9762483],"landmarks":{"end_point":[[40.7561138,-73.9815545],"restaurant"],"start_point":[[40.744608,-73.9762483],"dry cleaning shop"],"main_pivot":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_2":[[40.7520031,-73.9792116],"One Grand Central Place"],"main_pivot_3":[[40.7453032618,-73.9752883911],"St. Vartan Cathedral"],"main_pivot_4":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_5":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_6":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_7":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_8":[[40.752879,-73.9790543],"One Vanderbilt"],"main_pivot_9":[[40.7520031,-73.9792116],"One Grand Central Place"],"main_pivot_10":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_11":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_12":[[40.7554108,-73.9792728],"Fred F. French Building"],"main_pivot_13":[[40.752879,-73.9790543],"One Vanderbilt"],"main_pivot_14":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_15":[[40.7556114,-73.9821375],"Independent"],"near_pivot":[[40.7556114,-73.9821375],"Independent"],"beyond_pivot":[[40.7567386,-73.9830558],"bank"],"around_goal_pivot_1":[[40.7547747672,-73.982114832],"college"],"around_goal_pivot_2":[[40.7575069,-73.9819001],"T-Mobile"],"around_goal_pivot_3":[[40.7572788,-73.9816863],"Dress Barn"],"around_goal_pivot_4":[[40.7568001,-73.9829115],"bicycle rental"],"around_goal_pivot_5":[[40.7553333,-73.9819007],"clinic"],"around_goal_pivot_6":[[40.7564278,-73.9803554],"bar"],"around_goal_pivot_7":[[40.755129,-73.9819047],"fire station"],"around_goal_pivot_8":[[40.7554476,-73.9800129],"dentist's office"],"around_goal_pivot_9":[[40.7563923,-73.982749],"marketplace"],"around_goal_pivot_10":[[40.7558936,-73.9803945],"convenience shop"]}} +{"rvs_sample_number":51,"content":"I want a new dress. Meet me at the clothes shop on the east side of West Broadway. There is a fire station to my west, which is good because I look hot. There's also a restaurant to my south.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7194744,-74.0058984],"key":7498,"region":"Manhattan","rvs_start_point":[40.7246047,-73.9947919],"landmarks":{"end_point":[[40.7194744,-74.0058984],"clothes shop"],"start_point":[[40.7246047,-73.9947919],"cafe"],"main_pivot":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_2":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_3":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_4":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_5":[[40.7256266,-73.9969459],"NoHo Historic District"],"main_pivot_6":[[40.7248911882,-73.9952829052],"Puck Building"],"main_pivot_7":[[40.7259942,-73.997591],"New York University"],"main_pivot_8":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_9":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_10":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_11":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_12":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_13":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_14":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_15":[[40.7195926,-74.0065497],"fire station"],"near_pivot":[[40.7195926,-74.0065497],"fire station"],"beyond_pivot":[[40.7188968,-74.0063291],"restaurant"],"around_goal_pivot_1":[[40.7205883,-74.0054341],"Hilton Garden Inn"],"around_goal_pivot_2":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_3":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_4":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_5":[[40.7183574,-74.0057307],"Levi's"],"around_goal_pivot_6":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_7":[[40.7172806,-74.0063049],"college"],"around_goal_pivot_8":[[40.7171999,-74.0049678],"motorcycle parking"],"around_goal_pivot_9":[[40.7213025,-74.004914],"two fast food restaurants"],"around_goal_pivot_10":[[40.7173245,-74.0076397],"courthouse"]}} +{"rvs_sample_number":308,"content":"Meet me at the St. Regis Marriott off of East 55th Street. It is one block to the west of the Allen Edmonds, and southeast of the Presbyterian place of worship. Our meeting spot is on the south side of East 55th Street.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7612458,-73.9743323],"key":7499,"region":"Manhattan","rvs_start_point":[40.7477107,-73.9739933],"landmarks":{"end_point":[[40.7612458,-73.9743323],"St. Regis"],"start_point":[[40.7477107,-73.9739933],"beauty shop"],"main_pivot":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_2":[[40.7558526,-73.9769019],"383 Madison Avenue"],"main_pivot_3":[[40.7572004,-73.9767373],"Tower 49"],"main_pivot_4":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_5":[[40.759211,-73.9741361],"CBS Studio Building"],"main_pivot_6":[[40.7572004,-73.9767373],"Tower 49"],"main_pivot_7":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_8":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_9":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_10":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_11":[[40.7572004,-73.9767373],"Tower 49"],"main_pivot_12":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_13":[[40.7578765,-73.9754066],"Lotte New York Palace"],"main_pivot_14":[[40.759211,-73.9741361],"CBS Studio Building"],"main_pivot_15":[[40.7618963059,-73.9749569338],"church"],"near_pivot":[[40.7618963059,-73.9749569338],"church"],"beyond_pivot":[[40.7618203245,-73.9750125317],"place_of_worship"],"around_goal_pivot_1":[[40.7608164,-73.975808],"church"],"around_goal_pivot_2":[[40.7624770419,-73.9738197748],"Tiffany & Company"],"around_goal_pivot_3":[[40.7576312,-73.97798],"attraction"],"around_goal_pivot_4":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_5":[[40.7628755,-73.9721255],"UGG"],"around_goal_pivot_6":[[40.7610198,-73.9730731],"Allen Edmonds"],"around_goal_pivot_7":[[40.7603559,-73.9762428],"Uniqlo"],"around_goal_pivot_8":[[40.7604987,-73.9755253],"Microsoft Store"],"around_goal_pivot_9":[[40.75944,-73.9768001],"Victoria's Secret"],"around_goal_pivot_10":[[40.7610186,-73.9756542],"Gap"]}} +{"rvs_sample_number":231,"content":"Travel east and meet me at the drinking water right where the Queens-Midtown Tunnel curves towards the water. It's a block from the waterfront and south of a library.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7481637,-73.9699387],"key":7500,"region":"Manhattan","rvs_start_point":[40.7526965,-73.9846551],"landmarks":{"end_point":[[40.7481637,-73.9699387],"drinking water"],"start_point":[[40.7526965,-73.9846551],"fast food restaurant"],"main_pivot":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_2":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_3":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_4":[[40.7527931,-73.9842657],"American Standard Building"],"main_pivot_5":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_6":[[40.7527931,-73.9842657],"American Standard Building"],"main_pivot_7":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_8":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_9":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_10":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_11":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_12":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_13":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_14":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_15":[[40.7488359,-73.9694875],"library"],"near_pivot":[[40.7488359,-73.9694875],"library"],"around_goal_pivot_1":[[40.7505535,-73.9694314],"Hilton"],"around_goal_pivot_2":[[40.7503208,-73.9701324],"6 benches"],"around_goal_pivot_3":[[40.7494211,-73.9677448],"historic memorial"],"around_goal_pivot_4":[[40.7486192,-73.968465],"attraction"],"around_goal_pivot_5":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_6":[[40.7477238,-73.9734385],"pharmacy"],"around_goal_pivot_7":[[40.7503251,-73.9702365],"five benches"],"around_goal_pivot_8":[[40.7503097,-73.9701968],"4 benches"],"around_goal_pivot_9":[[40.7495001,-73.9718919],"Westgate Resorts"],"around_goal_pivot_10":[[40.7502912,-73.970157],"three benches"]}} +{"rvs_sample_number":122,"content":"Meet me at the bar on East 43rd Street. Citibank is one block southwest of it and a christian church is a block to the west.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7512804,-73.9731904],"key":7501,"region":"Manhattan","rvs_start_point":[40.7454047,-73.9885385],"landmarks":{"end_point":[[40.7512804,-73.9731904],"bar"],"start_point":[[40.7454047,-73.9885385],"jewelry shop"],"main_pivot":[[40.7450253,-73.9856205],"Church of the Transfiguration"],"main_pivot_2":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_3":[[40.7524242918,-73.9766282275],"Grand Central Terminal"],"main_pivot_4":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_5":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_6":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_7":[[40.7528940551,-73.9765899287],"MetLife Building"],"main_pivot_8":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_9":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_10":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_11":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_12":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_13":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_14":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_15":[[40.7507176,-73.9738666],"bank"],"near_pivot":[[40.7507176,-73.9738666],"bank"],"beyond_pivot":[[40.7504291,-73.972001],"bank"],"around_goal_pivot_1":[[40.7537872,-73.9733504],"library"],"around_goal_pivot_2":[[40.7520604366,-73.975753366],"Grand Hyatt"],"around_goal_pivot_3":[[40.7507501,-73.9709842],"school"],"around_goal_pivot_4":[[40.7503002,-73.970167],"6 benches"],"around_goal_pivot_5":[[40.7517176,-73.9743934],"church"],"around_goal_pivot_6":[[40.7502687,-73.9736532],"Westin"],"around_goal_pivot_7":[[40.7495218,-73.9706277],"playground"],"around_goal_pivot_8":[[40.753177,-73.9749926],"post office"],"around_goal_pivot_9":[[40.7530121,-73.9734869],"True Value"],"around_goal_pivot_10":[[40.7495001,-73.9718919],"Westgate Resorts"]}} +{"rvs_sample_number":153,"content":"Meet me at the dry cleaning shop on Mulberry Street. You'll find the dry cleaner north of the Mediterranean fast food restaurant in the middle of the block. It's a half of a block south of the cathedral.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7225625,-73.9959029],"key":7502,"region":"Manhattan","rvs_start_point":[40.7165272,-73.9836131],"landmarks":{"end_point":[[40.7225625,-73.9959029],"dry cleaning shop"],"start_point":[[40.7165272,-73.9836131],"fire station"],"main_pivot":[[40.717073,-73.9842919],"Williamsburg Bridge"],"main_pivot_2":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_3":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_4":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_5":[[40.717073,-73.9842919],"Williamsburg Bridge"],"main_pivot_6":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_7":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_8":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_9":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_10":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_11":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_12":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_13":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.7219917,-73.9961366],"fast food restaurant"],"near_pivot":[[40.7219917,-73.9961366],"fast food restaurant"],"beyond_pivot":[[40.7235439,-73.9955025],"place_of_worship"],"around_goal_pivot_1":[[40.723459,-73.9953429],"cathedral"],"around_goal_pivot_2":[[40.7205408,-73.9975421],"historic building"],"around_goal_pivot_3":[[40.7219606,-73.9973196],"park"],"around_goal_pivot_4":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_5":[[40.7242314,-73.9961978],"Carhartt WIP"],"around_goal_pivot_6":[[40.7248196,-73.99707],"Ricky's NYC"],"around_goal_pivot_7":[[40.7238405,-73.9965689],"G-Star Raw"],"around_goal_pivot_8":[[40.7233656,-73.9987051],"Guess"],"around_goal_pivot_9":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_10":[[40.7244848,-73.9973753],"Forever 21"]}} +{"rvs_sample_number":39,"content":"Meet me at the convenience shop on East 11th Street. It's on the same block as the Village East Cinema but on the southwest corner of the block.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7313843,-73.9882642],"key":7503,"region":"Manhattan","rvs_start_point":[40.7336767762,-74.0042486431],"landmarks":{"end_point":[[40.7313843,-73.9882642],"convenience shop"],"start_point":[[40.7336767762,-74.0042486431],"historic building"],"main_pivot":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_2":[[40.7310851,-73.9918845],"NoHo Historic District"],"main_pivot_3":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_4":[[40.7345357,-74.00163],"Julius"],"main_pivot_5":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_6":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_7":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_8":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_9":[[40.7345357,-74.00163],"Julius"],"main_pivot_10":[[40.7310851,-73.9918845],"NoHo Historic District"],"main_pivot_11":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_12":[[40.7345357,-74.00163],"Julius"],"main_pivot_13":[[40.7345357,-74.00163],"Julius"],"main_pivot_14":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_15":[[40.7315896,-73.9890331],"nightclub"],"near_pivot":[[40.7315896,-73.9890331],"nightclub"],"beyond_pivot":[[40.7310903549,-73.9865420736],"cinema"],"around_goal_pivot_1":[[40.7319604,-73.9899185],"post office"],"around_goal_pivot_2":[[40.7309306,-73.9866563],"cinema"],"around_goal_pivot_3":[[40.7327227,-73.9882473],"theatre"],"around_goal_pivot_4":[[40.7305629,-73.9871885],"church"],"around_goal_pivot_5":[[40.7321763,-73.9890579],"historic building"],"around_goal_pivot_6":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_7":[[40.7307601,-73.9887608],"bank"],"around_goal_pivot_8":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_9":[[40.7326007,-73.987468],"Kiehl's"],"around_goal_pivot_10":[[40.7322327,-73.9888996],"bicycle rental"]}} +{"rvs_sample_number":125,"content":"I'm out of cash, meet me at the atm that is on Allen street, to the west of it's southbound lane a block over from the community Theater. To it's north about a half block you'll see a bike rental place.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7198626,-73.9902959],"key":7504,"region":"Manhattan","rvs_start_point":[40.7269499243,-73.9906775155],"landmarks":{"end_point":[[40.7198626,-73.9902959],"atm"],"start_point":[[40.7269499243,-73.9906775155],"cafe"],"main_pivot":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_4":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_5":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_6":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_7":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_8":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_9":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_10":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_11":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_14":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_15":[[40.7203508,-73.9898809],"bicycle rental"],"near_pivot":[[40.7203508,-73.9898809],"bicycle rental"],"beyond_pivot":[[40.720009,-73.991158],"community_centre"],"around_goal_pivot_1":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_2":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_3":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_4":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_5":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_8":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_9":[[40.7172752,-73.9899004],"internet cafe"],"around_goal_pivot_10":[[40.7209357,-73.9886673],"pastry shop"]}} +{"rvs_sample_number":439,"content":"Just head west and hit Broadway, then go north on that and meet me up at the Zara, we'll go clothes shopping there. You'll pass by the arts center about a block and a half south of here. you might notice even before reaching that that there is a Bed Bath and Beyond on your right almost a block south of it.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7743876,-73.9825127],"key":7505,"region":"Manhattan","rvs_start_point":[40.76136525,-73.97964395],"landmarks":{"end_point":[[40.7743876,-73.9825127],"Zara"],"start_point":[[40.76136525,-73.97964395],"fountain"],"main_pivot":[[40.7612119,-73.9791685],"CBS Building"],"main_pivot_2":[[40.7612119,-73.9791685],"CBS Building"],"main_pivot_3":[[40.7637743,-73.9828196],"Ed Sullivan Theater"],"main_pivot_4":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_5":[[40.7612119,-73.9791685],"CBS Building"],"main_pivot_6":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_7":[[40.7619528,-73.9811877],"Sheraton New York Times Square Hotel"],"main_pivot_8":[[40.7612119,-73.9791685],"CBS Building"],"main_pivot_9":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_10":[[40.7650516,-73.9823011],"Random House Tower"],"main_pivot_11":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_12":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_13":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_14":[[40.7685324,-73.9827663],"Masa"],"main_pivot_15":[[40.7739902,-73.9829166],"school"],"near_pivot":[[40.7739902,-73.9829166],"school"],"around_goal_pivot_1":[[40.773023,-73.9823991],"arts centre"],"around_goal_pivot_2":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_3":[[40.7734488,-73.9835741],"cinema"],"around_goal_pivot_4":[[40.7717254,-73.9824348],"3 benches"],"around_goal_pivot_5":[[40.7749664,-73.9803495],"Warby Parker"],"around_goal_pivot_6":[[40.77456,-73.981102],"J.Jill"],"around_goal_pivot_7":[[40.7722154,-73.9818926],"Lululemon"],"around_goal_pivot_8":[[40.7718313,-73.9826765],"two benches"],"around_goal_pivot_9":[[40.7726156,-73.981905],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.7768271,-73.9817446],"CorePower Yoga"]}} +{"rvs_sample_number":267,"content":"Meet me at a Jewlery Shop on West 32nd Street. Curio Collection by Hilton id just a little northeast of me. Okay go a half block east then 10 blocks south and then go east again on East 32nd Street one block and the jewelry store is on the southeast corner of that intersection. Two blocks north of the jewelry store is a Herald Towers.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7483289,-73.9885828],"key":7506,"region":"Manhattan","rvs_start_point":[40.7561721076,-73.9879309004],"landmarks":{"end_point":[[40.7483289,-73.9885828],"jewelry shop"],"start_point":[[40.7561721076,-73.9879309004],"Aldo"],"main_pivot":[[40.7566649,-73.9880379],"American Airlines Theater"],"main_pivot_2":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_3":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_4":[[40.7569671,-73.9880555],"American Airlines Theatre"],"main_pivot_5":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_6":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_7":[[40.756005,-73.9865209],"One Times Square"],"main_pivot_8":[[40.7506611,-73.987958],"Macy's"],"main_pivot_9":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_10":[[40.7563933,-73.9874312],"New Victory Theater"],"main_pivot_11":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_12":[[40.7569671,-73.9880555],"American Airlines Theatre"],"main_pivot_13":[[40.7565772,-73.9864464],"Times Square"],"main_pivot_14":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_15":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"near_pivot":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_1":[[40.7506611,-73.987958],"Macy's"],"around_goal_pivot_2":[[40.750651937,-73.9878342658],"square"],"around_goal_pivot_3":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_4":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_6":[[40.7484343,-73.9856963],"fourteen towers"],"around_goal_pivot_7":[[40.7462925,-73.9905337],"Hyatt House"],"around_goal_pivot_8":[[40.7484398,-73.9856926],"13 towers"],"around_goal_pivot_10":[[40.7491932,-73.986829],"Fossil"]}} +{"rvs_sample_number":297,"content":"Meet me at a post box southeast of you on the north side of East Broadway. It is next to post office which is to the west. a A Catholic place of worship is southeast of the post box.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7140075,-73.9917346],"key":7507,"region":"Manhattan","rvs_start_point":[40.7215811,-74.0047615],"landmarks":{"end_point":[[40.7140075,-73.9917346],"post box"],"start_point":[[40.7215811,-74.0047615],"bicycle parking"],"main_pivot":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_2":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_3":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_4":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_5":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_6":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_9":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_10":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_11":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_12":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_13":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_14":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_15":[[40.7140388,-73.9918477],"post office"],"near_pivot":[[40.7140388,-73.9918477],"post office"],"beyond_pivot":[[40.7136232,-73.9906476],"place_of_worship"],"around_goal_pivot_1":[[40.7144837709,-73.9886380179],"library"],"around_goal_pivot_2":[[40.7144617,-73.9943762],"bridge"],"around_goal_pivot_3":[[40.7149286,-73.9895524],"two benches"],"around_goal_pivot_4":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_5":[[40.7142509,-73.9893997],"two gardens"],"around_goal_pivot_6":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_7":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_8":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_9":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_10":[[40.7152784,-73.9927893],"fire station"]}} +{"rvs_sample_number":292,"content":"I want you to meet me at the bicycle parking on East 12th street. it's north of the post office and It's almost a block east of the books store.","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7326174,-73.9901532],"key":7508,"region":"Manhattan","rvs_start_point":[40.7243987,-73.9878587],"landmarks":{"end_point":[[40.7326174,-73.9901532],"bicycle parking"],"start_point":[[40.7243987,-73.9878587],"alcohol shop"],"main_pivot":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_2":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_3":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_4":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_5":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_6":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_7":[[40.7252158,-73.9896014],"Church of the Nativity"],"main_pivot_8":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_9":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_10":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_11":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_12":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_13":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_14":[[40.7291227,-73.9911121],"NoHo Historic District"],"main_pivot_15":[[40.7321037,-73.9900031],"post office"],"near_pivot":[[40.7321037,-73.9900031],"post office"],"beyond_pivot":[[40.7332796,-73.9909401],"books"],"around_goal_pivot_1":[[40.731708,-73.989317],"nightclub"],"around_goal_pivot_2":[[40.7345657,-73.9900419],"park"],"around_goal_pivot_3":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_4":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_5":[[40.7349133,-73.9915985],"Burlington Coat Factory"],"around_goal_pivot_6":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_7":[[40.7329898,-73.9933964],"Supercuts"],"around_goal_pivot_8":[[40.7342629,-73.9901627],"Nordstrom Rack"],"around_goal_pivot_9":[[40.7334209,-73.987875],"Trader Joe's"],"around_goal_pivot_10":[[40.73359,-73.9912177],"Cohen's Fashion Optical"]}} +{"rvs_sample_number":80,"content":"I am waiting by the garden on west 25th street. Playground is on the same block and also on the same side of the street. The garden is by the west side of the block.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7477319631,-73.9998379408],"key":7509,"region":"Manhattan","rvs_start_point":[40.7526386,-73.9845169],"landmarks":{"end_point":[[40.7477319631,-73.9998379408],"garden"],"start_point":[[40.7526386,-73.9845169],"cafe"],"main_pivot":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_2":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_3":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_4":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_5":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_6":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_7":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_8":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_9":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_10":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_11":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_12":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_13":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_14":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_15":[[40.7471024,-73.9986138],"playground"],"near_pivot":[[40.7471024,-73.9986138],"playground"],"around_goal_pivot_1":[[40.7491633,-73.9995922],"park"],"around_goal_pivot_2":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_3":[[40.7482947,-73.9960749],"college"],"around_goal_pivot_4":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_5":[[40.7491218,-73.9989717],"2 churches"],"around_goal_pivot_6":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_7":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_9":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_10":[[40.7466555,-73.9972211],"7-Eleven"]}} +{"rvs_sample_number":175,"content":"Head west all the wat to the waterfront, and meet me at the bicycle parking along 12th Avenue just north of the drinking water. It's a block west of the gas station","rvs_path":"data\/geodata\/manhattan_samples_v38.gpkg","rvs_goal_point":[40.7538871,-74.0075353],"key":7510,"region":"Manhattan","rvs_start_point":[40.7601925,-73.9912551],"landmarks":{"end_point":[[40.7538871,-74.0075353],"bicycle parking"],"start_point":[[40.7601925,-73.9912551],"bicycle rental"],"main_pivot":[[40.7544132,-74.000985],"30 Hudson Yards"],"main_pivot_2":[[40.7553207,-74.0012484],"55 Hudson Yards"],"main_pivot_3":[[40.7533165718,-74.0036019327],"The High Line"],"main_pivot_4":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_5":[[40.7533165718,-74.0036019327],"The High Line"],"main_pivot_6":[[40.7536301608,-74.001858711],"West Side Yard"],"main_pivot_7":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_8":[[40.7553207,-74.0012484],"55 Hudson Yards"],"main_pivot_9":[[40.7533165718,-74.0036019327],"The High Line"],"main_pivot_10":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_11":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_12":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_13":[[40.7530973,-74.0017447],"10 Hudson Yards"],"main_pivot_14":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_15":[[40.7536891,-74.007735],"drinking water"],"near_pivot":[[40.7536891,-74.007735],"drinking water"],"around_goal_pivot_1":[[40.753069,-74.004207],"gas station"],"around_goal_pivot_2":[[40.7560397,-74.0060611],"recycling"],"around_goal_pivot_3":[[40.7523006,-74.0094145],"pub"],"around_goal_pivot_4":[[40.7513343,-74.0086739],"bench"],"around_goal_pivot_5":[[40.7517987,-74.0082109],"garden"]}} +{"rvs_sample_number":381,"content":"Head northwest to meet me at the gift shop on the south side of West 34th Street. A disused clothes shop is on my northwest side and Curio Collection by Hilton is on my southwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7491736,-73.9867018],"key":7511,"region":"Manhattan","rvs_start_point":[40.7468659,-73.9845145],"landmarks":{"end_point":[[40.7491736,-73.9867018],"gift shop"],"start_point":[[40.7468659,-73.9845145],"psychic shop"],"main_pivot":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_2":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_3":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_4":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_5":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_6":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_7":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_8":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_9":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_10":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_11":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_12":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_13":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_14":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_15":[[40.7486695,-73.9874053],"Curio Collection by Hilton"],"near_pivot":[[40.7486695,-73.9874053],"Curio Collection by Hilton"],"beyond_pivot":[[40.7497898,-73.9872059],"disused:clothes"],"around_goal_pivot_1":[[40.7501745,-73.988051],"Macy's"],"around_goal_pivot_2":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_3":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_4":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_5":[[40.7495428,-73.9835108],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.7493481,-73.9892431],"Lids"],"around_goal_pivot_7":[[40.750474,-73.9897651],"Old Navy"],"around_goal_pivot_8":[[40.7484273,-73.9856942],"fourteen towers"],"around_goal_pivot_9":[[40.7480531,-73.9841627],"WeWork"],"around_goal_pivot_10":[[40.7484343,-73.9856963],"thirteen towers"]}} +{"rvs_sample_number":381,"content":"Let's eat at the Japanese place on Saint Marks' Place. it's in the most western part of the street before it becomes another PLace. Just to it's west in the same block though you'll see another Japanese Restaurant, almost to the end of the block but to it's east is a library.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7291751621,-73.9884276219],"key":7512,"region":"Manhattan","rvs_start_point":[40.7271137,-73.988177],"landmarks":{"end_point":[[40.7291751621,-73.9884276219],"restaurant"],"start_point":[[40.7271137,-73.988177],"bar"],"main_pivot":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_2":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_3":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_4":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_5":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_6":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_7":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_8":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_9":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_10":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_11":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_12":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_13":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_14":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_15":[[40.7288511,-73.987701846],"library"],"near_pivot":[[40.7288511,-73.987701846],"library"],"beyond_pivot":[[40.7294434,-73.9893286],"restaurant"],"around_goal_pivot_1":[[40.7315896,-73.9890331],"nightclub"],"around_goal_pivot_2":[[40.7299609,-73.9905041],"pharmacy"],"around_goal_pivot_3":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_4":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_5":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_6":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_7":[[40.7295702,-73.986687],"atm"],"around_goal_pivot_8":[[40.7298294,-73.990943],"marketplace"],"around_goal_pivot_9":[[40.729934,-73.9900686],"college"],"around_goal_pivot_10":[[40.7283714,-73.987504],"arts centre"]}} +{"rvs_sample_number":15,"content":"Meet me at the bench on the east shore line. The best way to get here is probably to take East 20th Street where it dead ends in the east. Then cross the busy streets and go to the park. From there, the bench should be just a few paces to the north east.","rvs_path":"data\/geodata\/manhattan_samples_v88.gpkg","rvs_goal_point":[40.7330753,-73.9739078],"key":7513,"region":"Manhattan","rvs_start_point":[40.7312282,-73.985889],"landmarks":{"end_point":[[40.7330753,-73.9739078],"bench"],"start_point":[[40.7312282,-73.985889],"bicycle parking"],"main_pivot":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_2":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_3":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_4":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_5":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_6":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_7":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_8":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_9":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_10":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_11":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_12":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_13":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_14":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_15":[[40.7327655541,-73.9740730333],"park"],"near_pivot":[[40.7327655541,-73.9740730333],"park"],"beyond_pivot":[[40.7341126,-73.9742357],"waste_basket"],"around_goal_pivot_1":[[40.73515,-73.9745164],"gas station"],"around_goal_pivot_2":[[40.7308889,-73.9759678],"five parking spaces"],"around_goal_pivot_3":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_4":[[40.731215,-73.974257],"shelter"],"around_goal_pivot_5":[[40.7341247,-73.9742402],"recycling"],"around_goal_pivot_6":[[40.7310127,-73.9758891],"eight parking spaces"],"around_goal_pivot_7":[[40.7313389,-73.9742074],"post box"],"around_goal_pivot_8":[[40.7349427,-73.9735431],"parking lot"],"around_goal_pivot_9":[[40.7309879,-73.9759059],"seven parking spaces"],"around_goal_pivot_10":[[40.7351296,-73.973041],"marina"]}} +{"rvs_sample_number":107,"content":"I'm on the south side of west 57th street parking my bike. I', just a block and a half from the waterfront. Hearst Tower is 2 blocks on my east.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7693506,-73.9893374],"key":7514,"region":"Manhattan","rvs_start_point":[40.7605405,-73.982181],"landmarks":{"end_point":[[40.7693506,-73.9893374],"bicycle parking"],"start_point":[[40.7605405,-73.982181],"bicycle parking"],"main_pivot":[[40.7669287,-73.9837541],"Hearst Tower"],"main_pivot_2":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_3":[[40.7635942,-73.9835989],"Aro"],"main_pivot_4":[[40.7644234,-73.9825165],"1717 Broadway"],"main_pivot_5":[[40.7669287,-73.9837541],"Hearst Tower"],"main_pivot_6":[[40.7635942,-73.9835989],"Aro"],"main_pivot_7":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_8":[[40.7612849,-73.9847712],"Ambassador Theatre"],"main_pivot_9":[[40.7612849,-73.9847712],"Ambassador Theatre"],"main_pivot_10":[[40.7635942,-73.9835989],"Aro"],"main_pivot_11":[[40.7644234,-73.9825165],"1717 Broadway"],"main_pivot_12":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_13":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_14":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_15":[[40.7693592,-73.9901779],"studio"],"near_pivot":[[40.7693592,-73.9901779],"studio"],"beyond_pivot":[[40.7703488,-73.9897271],"Fairfield Inn & Suites"],"around_goal_pivot_1":[[40.770177873,-73.9889892931],"college"],"around_goal_pivot_2":[[40.7696216,-73.9879659],"Paris Baguette"],"around_goal_pivot_3":[[40.7703488,-73.9897271],"Fairfield Inn & Suites"],"around_goal_pivot_4":[[40.7683957,-73.9887765],"bicycle rental"],"around_goal_pivot_5":[[40.7686023,-73.988717],"four restaurants"],"around_goal_pivot_6":[[40.7682653,-73.9890617],"telephone"],"around_goal_pivot_7":[[40.7695524,-73.9879945],"atm"],"around_goal_pivot_8":[[40.7685706,-73.9887358],"two restaurants"],"around_goal_pivot_9":[[40.7690633,-73.9907437],"parking lot"],"around_goal_pivot_10":[[40.7688263,-73.9882865],"hairdresser shop"]}} +{"rvs_sample_number":231,"content":"Meet me at the restaurant on the west side of Church Street. It is in the northeast corner of it's block. There is a book store to the northwest on the adjacent block to the north. And there is a library to the southeast, on the adjacent block to the southeast. This restaurant seems like a hole in the wall, but smells delicious. I am not even sure if its on any maps.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7143494,-74.0086532],"key":7515,"region":"Manhattan","rvs_start_point":[40.7103989,-74.0138961],"landmarks":{"end_point":[[40.7143494,-74.0086532],"restaurant"],"start_point":[[40.7103989,-74.0138961],"bench"],"main_pivot":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_2":[[40.7101317917,-74.0140126015],"90 West Street"],"main_pivot_3":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_4":[[40.7105743194,-74.0113236846],"3 World Trade Center"],"main_pivot_5":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_6":[[40.7102699,-74.0127709],"National September 11 Memorial & Museum"],"main_pivot_7":[[40.7105743194,-74.0113236846],"3 World Trade Center"],"main_pivot_8":[[40.7112293,-74.0109068],"World Trade Center Transportation Hub - Oculus"],"main_pivot_9":[[40.7102488,-74.0132468],"St. Nicholas Greek Orthodox Church"],"main_pivot_10":[[40.7130783999,-74.0091989444],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_11":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_12":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_13":[[40.7102699,-74.0127709],"National September 11 Memorial & Museum"],"main_pivot_14":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_15":[[40.7146402,-74.0076114],"two restaurants"],"near_pivot":[[40.7146402,-74.0076114],"two restaurants"],"beyond_pivot":[[40.7148891,-74.009276],"books"],"around_goal_pivot_1":[[40.7122929,-74.0098218],"church"],"around_goal_pivot_2":[[40.7127778,-74.0064366],"townhall"],"around_goal_pivot_3":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_4":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_5":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_6":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_7":[[40.7143426,-74.0069047],"Philly Pretzel Factory"],"around_goal_pivot_8":[[40.7142106,-74.006028],"Modell's Sporting Goods"],"around_goal_pivot_9":[[40.712096,-74.0086261],"FedEx Office"],"around_goal_pivot_10":[[40.7117038,-74.0085747],"AT&T"]}} +{"rvs_sample_number":292,"content":"Let's get together.. just meet me at the bicycle parking that is on East 12th street. It's the one that is east and opposite side of that street almost a block from the books store. A post office is less than a block south of it and on opposite side of the street though.","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7326174,-73.9901532],"key":7516,"region":"Manhattan","rvs_start_point":[40.7243987,-73.9878587],"landmarks":{"end_point":[[40.7326174,-73.9901532],"bicycle parking"],"start_point":[[40.7243987,-73.9878587],"alcohol shop"],"main_pivot":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_2":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_3":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_4":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_5":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_6":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_7":[[40.7252158,-73.9896014],"Church of the Nativity"],"main_pivot_8":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_9":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_10":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_11":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_12":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_13":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_14":[[40.7291227,-73.9911121],"NoHo Historic District"],"main_pivot_15":[[40.7321037,-73.9900031],"post office"],"near_pivot":[[40.7321037,-73.9900031],"post office"],"beyond_pivot":[[40.7332796,-73.9909401],"books"],"around_goal_pivot_1":[[40.731708,-73.989317],"nightclub"],"around_goal_pivot_2":[[40.7345657,-73.9900419],"park"],"around_goal_pivot_3":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_4":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_5":[[40.7349133,-73.9915985],"Burlington Coat Factory"],"around_goal_pivot_6":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_7":[[40.7329898,-73.9933964],"Supercuts"],"around_goal_pivot_8":[[40.7342629,-73.9901627],"Nordstrom Rack"],"around_goal_pivot_9":[[40.7334209,-73.987875],"Trader Joe's"],"around_goal_pivot_10":[[40.73359,-73.9912177],"Cohen's Fashion Optical"]}} +{"rvs_sample_number":274,"content":"Meet me at the historic ship museum on a little island called Ambrose. There is a viewpoint northesast of me just below me on Wavertree Island is a historic maritime. The best way to get there is just go south until you get to FDR drive and take that west. Just past the Tackle Cart on the east side of the road are the little islands I'm talking about.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7053085553,-74.0024612631],"key":7517,"region":"Manhattan","rvs_start_point":[40.7144068,-73.9888275],"landmarks":{"end_point":[[40.7053085553,-74.0024612631],"historic ship"],"start_point":[[40.7144068,-73.9888275],"waste basket"],"main_pivot":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_2":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_3":[[40.714456644,-73.9886338952],"Seward Park Library"],"main_pivot_4":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_5":[[40.714456644,-73.9886338952],"Seward Park Library"],"main_pivot_6":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_7":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_8":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_9":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_10":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_12":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_13":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_14":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_15":[[40.7050663,-74.0027151],"historic maritime"],"near_pivot":[[40.7050663,-74.0027151],"historic maritime"],"beyond_pivot":[[40.70586,-74.0011642],"viewpoint"],"around_goal_pivot_1":[[40.7067515,-74.003117],"cinema"],"around_goal_pivot_2":[[40.7063581,-74.0032467],"historic maritime"],"around_goal_pivot_3":[[40.7073955,-74.0038561],"historic memorial"],"around_goal_pivot_4":[[40.706628,-74.0036758],"museum"],"around_goal_pivot_5":[[40.7074625,-74.0044193],"pharmacy"],"around_goal_pivot_6":[[40.706867,-74.004015],"Superdry"],"around_goal_pivot_7":[[40.706986,-74.002079],"Tackle Cart"],"around_goal_pivot_8":[[40.7072258,-74.0037268],"Guess"],"around_goal_pivot_9":[[40.706788,-74.0038099],"Scotch & Soda"],"around_goal_pivot_10":[[40.70598,-74.0050486],"Fairfield Inn"]}} +{"rvs_sample_number":98,"content":"Let's have dinner at the restaurant northeast of you on the south side of Maiden lane where it curves southward. It's on the tiny block caddy-corner to the church.","rvs_path":"data\/geodata\/manhattan_samples_v102.gpkg","rvs_goal_point":[40.7091007,-74.0091471],"key":7518,"region":"Manhattan","rvs_start_point":[40.7062572,-74.0166018],"landmarks":{"end_point":[[40.7091007,-74.0091471],"restaurant"],"start_point":[[40.7062572,-74.0166018],"bench"],"main_pivot":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_2":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_3":[[40.7077978,-74.0144477],"Greenwich Club Residences"],"main_pivot_4":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_5":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_6":[[40.7076102,-74.0116567],"1 Wall Street"],"main_pivot_7":[[40.7077978,-74.0144477],"Greenwich Club Residences"],"main_pivot_8":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_9":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_10":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_11":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_12":[[40.7076102,-74.0116567],"1 Wall Street"],"main_pivot_13":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_14":[[40.7063467,-74.015808],"The Downtown Club"],"main_pivot_15":[[40.7090406,-74.0082973],"church"],"near_pivot":[[40.7090406,-74.0082973],"church"],"beyond_pivot":[[40.7090406,-74.0082973],"place_of_worship"],"around_goal_pivot_1":[[40.7073923,-74.0112489],"stock exchange"],"around_goal_pivot_2":[[40.7109507,-74.0103698],"Hilton"],"around_goal_pivot_3":[[40.7103743,-74.0082481],"clinic"],"around_goal_pivot_4":[[40.7110029,-74.006693],"Petland Discounts"],"around_goal_pivot_5":[[40.7107626,-74.0072957],"Blink Fitness"],"around_goal_pivot_6":[[40.7075685,-74.0078836],"2 benches"],"around_goal_pivot_7":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_8":[[40.7068684,-74.0089686],"Radisson"],"around_goal_pivot_9":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_10":[[40.7117038,-74.0085747],"AT&T"]}} +{"rvs_sample_number":127,"content":"Why not meet me at that historic Memorial? I want to take some pics there and need your help. You remember, it's the one on West 40th street just east of Stella and Charles Guttman community College, but on the opposite side of the street. It's within view of Three Gardens there. It's east a bit from Crystal Palace.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7527805,-73.9829359],"key":7519,"region":"Manhattan","rvs_start_point":[40.7551833048,-73.9856620379],"landmarks":{"end_point":[[40.7527805,-73.9829359],"historic memorial"],"start_point":[[40.7551833048,-73.9856620379],"Hilton Garden Inn"],"main_pivot":[[40.7552562999,-73.9857627055],"The Knickerbocker Hotel"],"main_pivot_2":[[40.7555710492,-73.9854987907],"Bank of America Tower"],"main_pivot_3":[[40.7547568389,-73.9857474417],"Bush Tower"],"main_pivot_4":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_5":[[40.7552562999,-73.9857627055],"The Knickerbocker Hotel"],"main_pivot_6":[[40.7555710492,-73.9854987907],"Bank of America Tower"],"main_pivot_7":[[40.7547568389,-73.9857474417],"Bush Tower"],"main_pivot_8":[[40.7547568389,-73.9857474417],"Bush Tower"],"main_pivot_9":[[40.7552562999,-73.9857627055],"The Knickerbocker Hotel"],"main_pivot_10":[[40.7555710492,-73.9854987907],"Bank of America Tower"],"main_pivot_11":[[40.7555710492,-73.9854987907],"Bank of America Tower"],"main_pivot_12":[[40.7552562999,-73.9857627055],"The Knickerbocker Hotel"],"main_pivot_13":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_14":[[40.7556002,-73.9855693],"4 Times Square"],"main_pivot_15":[[40.7530544,-73.9831004],"three gardens"],"near_pivot":[[40.7530544,-73.9831004],"three gardens"],"around_goal_pivot_1":[[40.752949,-73.9840106],"college"],"around_goal_pivot_2":[[40.7528942,-73.9819171],"5 fountains"],"around_goal_pivot_3":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_4":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_5":[[40.7534016,-73.9812735],"four gardens"],"around_goal_pivot_6":[[40.7528818,-73.9819044],"4 fountains"],"around_goal_pivot_7":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_8":[[40.7521545,-73.9821286],"bank"],"around_goal_pivot_9":[[40.7517515,-73.9823978],"Staples"],"around_goal_pivot_10":[[40.7531276,-73.9816742],"five fountains"]}} +{"rvs_sample_number":316,"content":"I'm looking for a missing sock at the laundry shop, on the west side of Allen Street. Flix Bus is across the street to the east.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7160059,-73.9923443],"key":7520,"region":"Manhattan","rvs_start_point":[40.7147978,-74.009995],"landmarks":{"end_point":[[40.7160059,-73.9923443],"laundry shop"],"start_point":[[40.7147978,-74.009995],"bar"],"main_pivot":[[40.7127281,-74.0060152],"New York"],"main_pivot_2":[[40.7140385,-74.0023024],"Thurgood Marshall United States Courthouse"],"main_pivot_3":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_4":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_5":[[40.7125687048,-74.0011070436],"1 Police Plaza"],"main_pivot_6":[[40.7127281,-74.0060152],"New York"],"main_pivot_7":[[40.7129295,-74.0059706],"New York City Hall"],"main_pivot_8":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_9":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_10":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_11":[[40.7129295,-74.0059706],"New York City Hall"],"main_pivot_12":[[40.7138565,-74.0016548],"New York State Supreme Court"],"main_pivot_13":[[40.7140385,-74.0023024],"Thurgood Marshall United States Courthouse"],"main_pivot_14":[[40.7129295,-74.0059706],"New York City Hall"],"main_pivot_15":[[40.7156266,-73.9918664],"FlixBus"],"near_pivot":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_1":[[40.7142627814,-73.994266409],"bridge"],"around_goal_pivot_2":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_3":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_4":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"around_goal_pivot_5":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_6":[[40.7147833,-73.994244],"parking space"],"around_goal_pivot_7":[[40.7148491,-73.989302],"two benches"],"around_goal_pivot_8":[[40.7172752,-73.9899004],"internet cafe"],"around_goal_pivot_9":[[40.7147223,-73.9895149],"3 benches"],"around_goal_pivot_10":[[40.7153978,-73.9947308],"clock"]}} +{"rvs_sample_number":352,"content":"Meet me at the bench right on the shore. If you see the 2 benches on FDR Drive near the parking lot and kiosk shop, I'm just a short walk north.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7291661,-73.9715172],"key":7521,"region":"Manhattan","rvs_start_point":[40.7239448,-73.9768202],"landmarks":{"end_point":[[40.7291661,-73.9715172],"bench"],"start_point":[[40.7239448,-73.9768202],"bicycle parking"],"main_pivot":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_2":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_3":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_4":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_5":[[40.7287272,-73.9757728],"Stuyvesant Town"],"main_pivot_6":[[40.7287272,-73.9757728],"Stuyvesant Town"],"main_pivot_7":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_8":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_9":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_10":[[40.7287272,-73.9757728],"Stuyvesant Town"],"main_pivot_11":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_12":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_13":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_14":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_15":[[40.7286323485,-73.9721007],"parking lot"],"near_pivot":[[40.7286323485,-73.9721007],"parking lot"],"around_goal_pivot_1":[[40.7281859,-73.9715621],"two benches"],"around_goal_pivot_2":[[40.7306062,-73.9739985],"bicycle rental"],"around_goal_pivot_3":[[40.7310186,-73.973257],"waste basket"],"around_goal_pivot_4":[[40.7306812,-73.9728919],"2 benches"],"around_goal_pivot_5":[[40.7292023,-73.9736147],"kiosk shop"],"around_goal_pivot_6":[[40.7308074,-73.9730379],"two benches"],"around_goal_pivot_7":[[40.7308865,-73.9731213],"2 benches"],"around_goal_pivot_8":[[40.7303147,-73.9746832],"garden"],"around_goal_pivot_9":[[40.7293823,-73.974004],"pitch"]}} +{"rvs_sample_number":299,"content":"Head northwest all the way to west 67th street. I'm at the bike parking on the corner of the street caddy corner from the chase bank, and southwest of the italian restaurant called joanne trattoria.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.774213,-73.9810213],"key":7522,"region":"Manhattan","rvs_start_point":[40.7636759,-73.9792182],"landmarks":{"end_point":[[40.774213,-73.9810213],"bicycle parking"],"start_point":[[40.7636759,-73.9792182],"restaurant"],"main_pivot":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_2":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_3":[[40.7715835,-73.9823779],"Dante Park"],"main_pivot_4":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_5":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_6":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_7":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_8":[[40.7630368,-73.9798333],"Ziegfeld Ballroom"],"main_pivot_9":[[40.7630368,-73.9798333],"Ziegfeld Ballroom"],"main_pivot_10":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_11":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_12":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_13":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_14":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_15":[[40.7745185,-73.9811352],"bank"],"near_pivot":[[40.7745185,-73.9811352],"bank"],"beyond_pivot":[[40.7745302,-73.9802971],"restaurant"],"around_goal_pivot_1":[[40.7747831,-73.9775919],"historic building"],"around_goal_pivot_2":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_3":[[40.7755857,-73.9835661],"post office"],"around_goal_pivot_4":[[40.7718903,-73.9824383],"two benches"],"around_goal_pivot_5":[[40.7718705,-73.9826456],"two benches"],"around_goal_pivot_6":[[40.7768271,-73.9817446],"CorePower Yoga"],"around_goal_pivot_7":[[40.7760392,-73.981848],"T-Mobile"],"around_goal_pivot_8":[[40.7749664,-73.9803495],"Warby Parker"],"around_goal_pivot_9":[[40.7726156,-73.981905],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.7743876,-73.9825127],"Zara"]}} +{"rvs_sample_number":25,"content":"I'm almost directly west of you and a bit to the north, at a restaurant on East 18th Street. It's the one closest to the corner of the block. The Strip House restaurant is about halfway between us. On the block south of here is W Hotels and Fraiche Maxx deli shop. ","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7367384,-73.9873107],"key":7523,"region":"Manhattan","rvs_start_point":[40.7352136199,-74.0017162397],"landmarks":{"end_point":[[40.7367384,-73.9873107],"restaurant"],"start_point":[[40.7352136199,-74.0017162397],"park"],"main_pivot":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_2":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_3":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_4":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_5":[[40.7345357,-74.00163],"Julius"],"main_pivot_6":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_7":[[40.7347593,-73.9990296],"Jefferson Market Library"],"main_pivot_8":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_9":[[40.7342765,-73.9934278],"Strip House"],"main_pivot_10":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_11":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_12":[[40.7336081,-73.9956663],"Church of the Ascension"],"main_pivot_13":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_14":[[40.7345357,-74.00163],"Julius"],"main_pivot_15":[[40.7362049,-73.9873435],"bar"],"near_pivot":[[40.7362049,-73.9873435],"bar"],"around_goal_pivot_1":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_2":[[40.736755,-73.9886512],"W Hotels"],"around_goal_pivot_3":[[40.7379746,-73.9866842],"park"],"around_goal_pivot_4":[[40.7357488,-73.9873184],"school"],"around_goal_pivot_5":[[40.7369619,-73.9884487],"pharmacy"],"around_goal_pivot_6":[[40.736903,-73.9884712],"CVS Pharmacy"],"around_goal_pivot_7":[[40.7360205,-73.9870276],"hotel"],"around_goal_pivot_8":[[40.7369787,-73.9855696],"synagogue"],"around_goal_pivot_9":[[40.7358748,-73.98712],"bar"],"around_goal_pivot_10":[[40.7367698,-73.9885841],"deli shop"]}} +{"rvs_sample_number":199,"content":"Come to the parking lot on the east side of Columbia street. It is close to the street and just opposite of Citi bike rental. Head south to get there.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7171811519,-73.9797027595],"key":7524,"region":"Manhattan","rvs_start_point":[40.7267362,-73.976996],"landmarks":{"end_point":[[40.7171811519,-73.9797027595],"parking lot"],"start_point":[[40.7267362,-73.976996],"bicycle parking"],"main_pivot":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_2":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_3":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_4":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_5":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_6":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_7":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_8":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_9":[[40.7225307,-73.9766986],"Jacob Riis Houses"],"main_pivot_10":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_11":[[40.7197787,-73.9793368],"Hamilton Fish Park Library"],"main_pivot_12":[[40.7225307,-73.9766986],"Jacob Riis Houses"],"main_pivot_13":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_14":[[40.7225307,-73.9766986],"Jacob Riis Houses"],"main_pivot_15":[[40.7173997,-73.9801656],"bicycle rental"],"near_pivot":[[40.7173997,-73.9801656],"bicycle rental"],"around_goal_pivot_1":[[40.7197787,-73.9793368],"library"],"around_goal_pivot_2":[[40.7191634,-73.9822131],"church"],"around_goal_pivot_3":[[40.7161668583,-73.9800109364],"bridge"],"around_goal_pivot_4":[[40.7174027,-73.9772192],"pitch"],"around_goal_pivot_5":[[40.7193027,-73.9818171],"postal relay box"],"around_goal_pivot_6":[[40.7152367,-73.9797586],"drinking water"],"around_goal_pivot_7":[[40.7186068,-73.9825408],"deli shop"],"around_goal_pivot_8":[[40.7182442,-73.9783562],"garden"]}} +{"rvs_sample_number":122,"content":"Meet me at the fast food restaurant. Go south to East 9th Street and then head east. After you pass the beauty shop and the laundry shop turn south at the next street. You will see the fast food restaurant in about a half block on the west side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7278777,-73.9853214],"key":7525,"region":"Manhattan","rvs_start_point":[40.7383894,-73.988414],"landmarks":{"end_point":[[40.7278777,-73.9853214],"fast food restaurant"],"start_point":[[40.7383894,-73.988414],"restaurant"],"main_pivot":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_2":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_3":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_4":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_5":[[40.7292688,-73.9873613],"East Village"],"main_pivot_6":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_7":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_8":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_9":[[40.7292688,-73.9873613],"East Village"],"main_pivot_10":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_11":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_12":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_13":[[40.7292688,-73.9873613],"East Village"],"main_pivot_14":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_15":[[40.727682,-73.9858067],"theatre"],"near_pivot":[[40.727682,-73.9858067],"theatre"],"around_goal_pivot_1":[[40.7287836,-73.9847179],"dentist's office"],"around_goal_pivot_2":[[40.728731,-73.984641],"waste basket"],"around_goal_pivot_3":[[40.7286669,-73.9857366],"beauty shop"],"around_goal_pivot_4":[[40.728703,-73.985819],"copyshop shop"],"around_goal_pivot_5":[[40.7288512,-73.9861654],"butcher shop"],"around_goal_pivot_6":[[40.7275774,-73.9837058],"religion shop"],"around_goal_pivot_7":[[40.7289079,-73.9863356],"jewelry shop"],"around_goal_pivot_8":[[40.7270172,-73.9860789],"convenience shop"],"around_goal_pivot_9":[[40.7285874,-73.9855609],"laundry shop"],"around_goal_pivot_10":[[40.7267778,-73.985659],"hardware shop"]}} +{"rvs_sample_number":188,"content":"Let's lift a pint at the pub on East 36th street. It's west of the museum, almost a block and is south east of the bank. A church is to the south east of it.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.749464,-73.982825],"key":7526,"region":"Manhattan","rvs_start_point":[40.7643298517,-73.9804280472],"landmarks":{"end_point":[[40.749464,-73.982825],"pub"],"start_point":[[40.7643298517,-73.9804280472],"hotel"],"main_pivot":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_2":[[40.7579089,-73.9854044],"Duffy Square"],"main_pivot_3":[[40.7514221,-73.9874231],"Haier Building"],"main_pivot_4":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_5":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_6":[[40.7606045,-73.9838243],"750 Seventh Avenue"],"main_pivot_7":[[40.7596231,-73.9851474],"Morgan Stanley Building"],"main_pivot_8":[[40.7561308,-73.9865711],"Times Square Ball"],"main_pivot_9":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_10":[[40.7590503,-73.9849231],"TKTS"],"main_pivot_11":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_12":[[40.7579089,-73.9854044],"Duffy Square"],"main_pivot_13":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_14":[[40.7579089,-73.9854044],"Duffy Square"],"main_pivot_15":[[40.7500792,-73.9831088],"bank"],"near_pivot":[[40.7500792,-73.9831088],"bank"],"beyond_pivot":[[40.7486192,-73.9821585],"place_of_worship"],"around_goal_pivot_2":[[40.7486192,-73.9821585],"church"],"around_goal_pivot_4":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_5":[[40.7484273,-73.9856942],"14 towers"],"around_goal_pivot_6":[[40.7507168,-73.9819212],"Hyatt Centric"],"around_goal_pivot_7":[[40.750751,-73.9832148],"Reebok"],"around_goal_pivot_8":[[40.7490968,-73.9857462],"Zumiez"],"around_goal_pivot_9":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_10":[[40.7475523,-73.9842453],"True Value"]}} +{"rvs_sample_number":206,"content":"Ready for that picnic I have been promising you? It's all set up, just meet up with me at the picnic site on the east side of 6th Avenue. It's just west of the curio Collection by Hilton. Almost a block to the north and on the other side of the Ave is a bank of America.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7485116,-73.9881391],"key":7527,"region":"Manhattan","rvs_start_point":[40.7440685,-73.9825614],"landmarks":{"end_point":[[40.7485116,-73.9881391],"picnic site"],"start_point":[[40.7440685,-73.9825614],"car shop"],"main_pivot":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_2":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_3":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_4":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_5":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_6":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_7":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_8":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_9":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_10":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_11":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_12":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_13":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_14":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_15":[[40.7484858354,-73.9880010363],"Curio Collection by Hilton"],"near_pivot":[[40.7484858354,-73.9880010363],"Curio Collection by Hilton"],"beyond_pivot":[[40.7493581,-73.988387],"bank"],"around_goal_pivot_1":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_3":[[40.7484273,-73.9856942],"fourteen towers"],"around_goal_pivot_5":[[40.7498929,-73.9877902],"square"],"around_goal_pivot_6":[[40.7489182,-73.9902688],"church"],"around_goal_pivot_7":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_8":[[40.7475255,-73.9861232],"ice cream"]}} +{"rvs_sample_number":130,"content":"Meet me at a Potbelly fast food restaurant north of you on a corner of 7th Avenue. A collector shop is on the same street just over 2 blocks to the north. Southeast of the restaurant is a church.","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7529274,-73.988938],"key":7528,"region":"Manhattan","rvs_start_point":[40.7392218,-73.9873651],"landmarks":{"end_point":[[40.7529274,-73.988938],"fast food restaurant"],"start_point":[[40.7392218,-73.9873651],"alcohol shop"],"main_pivot":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_2":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_3":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_4":[[40.7402356,-73.9882886],"One Madison"],"main_pivot_5":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_6":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_7":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_8":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_9":[[40.7506611,-73.987958],"Macy's"],"main_pivot_10":[[40.7402356,-73.9882886],"One Madison"],"main_pivot_11":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_12":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_13":[[40.7389791243,-73.9870322137],"Calvary Church"],"main_pivot_14":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_15":[[40.7523272,-73.9881308],"church"],"near_pivot":[[40.7523272,-73.9881308],"church"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7553196,-73.9881954],"theatre"],"around_goal_pivot_3":[[40.7506611,-73.987958],"Macy's"],"around_goal_pivot_4":[[40.7547223,-73.9913702],"two fast food restaurants"],"around_goal_pivot_5":[[40.750651937,-73.9878342658],"square"],"around_goal_pivot_6":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_7":[[40.7507159,-73.9873346],"atm"],"around_goal_pivot_8":[[40.7513511,-73.9909925],"AT&T"],"around_goal_pivot_9":[[40.7512846,-73.9878939],"Dr. Martens"],"around_goal_pivot_10":[[40.7502476,-73.9893078],"Sephora"]}} +{"rvs_sample_number":233,"content":"I am at a restaurant northwest of you on the southwest corner of West 53rd Street. A fast food restaurant is nearby to the southeast. To the east is St. Benedict the Moor's Church.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7653574,-73.9878362],"key":7529,"region":"Manhattan","rvs_start_point":[40.7576227,-73.9823951],"landmarks":{"end_point":[[40.7653574,-73.9878362],"restaurant"],"start_point":[[40.7576227,-73.9823951],"bank"],"main_pivot":[[40.7628861,-73.9828607],"810 Seventh Avenue"],"main_pivot_2":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_3":[[40.7581362,-73.9842436],"Lyceum Theatre"],"main_pivot_4":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_5":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_6":[[40.7635942,-73.9835989],"Aro"],"main_pivot_7":[[40.7637743,-73.9828196],"Ed Sullivan Theater"],"main_pivot_8":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_9":[[40.7573729318,-73.9824978255],"Americas Tower"],"main_pivot_10":[[40.7647427,-73.9863632],"St. Benedict the Moor's Church"],"main_pivot_11":[[40.7635942,-73.9835989],"Aro"],"main_pivot_12":[[40.7635942,-73.9835989],"Aro"],"main_pivot_13":[[40.7586285603,-73.9849404991],"Duffy Square"],"main_pivot_14":[[40.7635942,-73.9835989],"Aro"],"main_pivot_15":[[40.7649435,-73.9876477],"fast food restaurant"],"near_pivot":[[40.7649435,-73.9876477],"fast food restaurant"],"beyond_pivot":[[40.7654754,-73.9902917],"place_of_worship"],"around_goal_pivot_1":[[40.7649186,-73.9909993],"library"],"around_goal_pivot_2":[[40.7653673,-73.9900352],"church"],"around_goal_pivot_3":[[40.7630462,-73.9894867],"pharmacy"],"around_goal_pivot_4":[[40.7637735,-73.9852854],"Verizon Wireless"],"around_goal_pivot_5":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_6":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_7":[[40.7635383,-73.9854142],"Hampton"],"around_goal_pivot_8":[[40.7644834,-73.984738],"GNC"],"around_goal_pivot_9":[[40.7644171,-73.9869612],"nightclub"],"around_goal_pivot_10":[[40.7649371,-73.9850825],"police station"]}} +{"rvs_sample_number":110,"content":"Meet me the bench. Head southwest on 7th Avenue past Duane Reade pharmacy. The bench is a block and a half past the pharmacy. It's right past the intersection. You'll see me right at the corner because the bench is right between 7th Avenue and the road that intersects it.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7362239,-74.001099],"key":7530,"region":"Manhattan","rvs_start_point":[40.7392406,-73.9915487],"landmarks":{"end_point":[[40.7362239,-74.001099],"bench"],"start_point":[[40.7392406,-73.9915487],"bicycle parking"],"main_pivot":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_2":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_3":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_4":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_5":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_6":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_7":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_8":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_9":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_10":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_11":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_12":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_13":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_14":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_15":[[40.7359753,-74.0019193],"fast food restaurant"],"near_pivot":[[40.7359753,-74.0019193],"fast food restaurant"],"beyond_pivot":[[40.7353587,-74.0014906],"restaurant"],"around_goal_pivot_1":[[40.7374751,-74.0002167],"pharmacy"],"around_goal_pivot_2":[[40.735238,-74.000271],"bicycle rental"],"around_goal_pivot_3":[[40.7352805,-74.0000035],"two pitches"],"around_goal_pivot_4":[[40.7355833,-74.0000498],"2 pitches"],"around_goal_pivot_5":[[40.7359937,-74.0025933],"church"],"around_goal_pivot_6":[[40.7373389,-74.001141],"drinking water"],"around_goal_pivot_7":[[40.735124,-74.0021357],"hairdresser shop"],"around_goal_pivot_8":[[40.7355249,-74.0019372],"books shop"],"around_goal_pivot_9":[[40.7354676,-73.9998856],"track"],"around_goal_pivot_10":[[40.7355203,-73.9997648],"playground"]}} +{"rvs_sample_number":112,"content":"I am at the bicycle parking on the block north of West Houston street. A cinema is on the south side of the street while a pub is the same block with the parking. ","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7287011,-74.005136],"key":7531,"region":"Manhattan","rvs_start_point":[40.7247017,-73.9960259],"landmarks":{"end_point":[[40.7287011,-74.005136],"bicycle parking"],"start_point":[[40.7247017,-73.9960259],"bar"],"main_pivot":[[40.7263877139,-73.9983760082],"New York University"],"main_pivot_2":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_3":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_4":[[40.7263877139,-73.9983760082],"New York University"],"main_pivot_5":[[40.7263877139,-73.9983760082],"New York University"],"main_pivot_6":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_7":[[40.7283198,-74.0017865],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_8":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_9":[[40.7269444,-73.9988889],"University Village"],"main_pivot_10":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_11":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_12":[[40.7269444,-73.9988889],"University Village"],"main_pivot_13":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_14":[[40.7283198,-74.0017865],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_15":[[40.7284458,-74.0046787],"cinema"],"near_pivot":[[40.7284458,-74.0046787],"cinema"],"beyond_pivot":[[40.7292304,-74.0038081],"pub"],"around_goal_pivot_1":[[40.7302827,-74.0029477],"church"],"around_goal_pivot_2":[[40.7297727,-74.0051938],"library"],"around_goal_pivot_3":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_4":[[40.7275353,-74.0081354],"museum"],"around_goal_pivot_5":[[40.7312452,-74.0052802],"theatre"],"around_goal_pivot_6":[[40.727608,-74.0057001],"Courtyard"],"around_goal_pivot_7":[[40.7273252,-74.0061913],"WeWork"],"around_goal_pivot_8":[[40.7297262,-74.0060455],"3 benches"],"around_goal_pivot_9":[[40.7270284,-74.0060169],"Four Points by Sheraton"],"around_goal_pivot_10":[[40.7286497,-74.0073913],"charging station"]}} +{"rvs_sample_number":385,"content":"Meet me at the parking space on 14th Street Loop. The space that I am at is about halfway between 9 parking spaces and the middle of the loop.","rvs_path":"data\/geodata\/manhattan_samples_v76.gpkg","rvs_goal_point":[40.7306971942,-73.9779450624],"key":7532,"region":"Manhattan","rvs_start_point":[40.7305315,-73.9925637],"landmarks":{"end_point":[[40.7306971942,-73.9779450624],"parking space"],"start_point":[[40.7305315,-73.9925637],"bicycle parking"],"main_pivot":[[40.7292688,-73.9873613],"East Village"],"main_pivot_2":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_5":[[40.7292688,-73.9873613],"East Village"],"main_pivot_6":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_7":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_8":[[40.7292688,-73.9873613],"East Village"],"main_pivot_9":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_10":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_11":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_12":[[40.7292688,-73.9873613],"East Village"],"main_pivot_13":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_14":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_15":[[40.7301491,-73.9777015],"9 parking spaces"],"near_pivot":[[40.7301491,-73.9777015],"9 parking spaces"],"beyond_pivot":[[40.7300159,-73.9776861],"parking_space"],"around_goal_pivot_1":[[40.7289663,-73.9792974],"clinic"],"around_goal_pivot_2":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_3":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_4":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"around_goal_pivot_5":[[40.7319296,-73.9777159],"fountain"],"around_goal_pivot_6":[[40.7286624,-73.980062],"dentist's office"],"around_goal_pivot_7":[[40.7309879,-73.9759059],"eight parking spaces"],"around_goal_pivot_8":[[40.7314015,-73.981029],"two benches"],"around_goal_pivot_9":[[40.7291333,-73.9781125],"pharmacy"],"around_goal_pivot_10":[[40.7329084,-73.9778566],"9 parking spaces"]}} +{"rvs_sample_number":343,"content":"Go southeast and meet me at the garden near the waterfront, just east of the attraction and west of the bench and FDR Drive.","rvs_path":"data\/geodata\/manhattan_samples_v57.gpkg","rvs_goal_point":[40.7501322521,-73.9669021571],"key":7533,"region":"Manhattan","rvs_start_point":[40.7570987,-73.9716414],"landmarks":{"end_point":[[40.7501322521,-73.9669021571],"garden"],"start_point":[[40.7570987,-73.9716414],"bicycle parking"],"main_pivot":[[40.7524276,-73.9679665],"Trump World Tower"],"main_pivot_2":[[40.7570811,-73.972099],"General Electric Building"],"main_pivot_3":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_4":[[40.7508783,-73.9675707],"Sphere Within Sphere"],"main_pivot_5":[[40.7530043884,-73.9676570077],"100 United Nations Plaza Tower"],"main_pivot_6":[[40.7513677,-73.9681913],"Turkish House"],"main_pivot_7":[[40.7573242001,-73.9719502287],"345 Park Avenue"],"main_pivot_8":[[40.7524276,-73.9679665],"Trump World Tower"],"main_pivot_9":[[40.7530043884,-73.9676570077],"100 United Nations Plaza Tower"],"main_pivot_10":[[40.7524276,-73.9679665],"Trump World Tower"],"main_pivot_11":[[40.7573242001,-73.9719502287],"345 Park Avenue"],"main_pivot_12":[[40.7524276,-73.9679665],"Trump World Tower"],"main_pivot_13":[[40.7536142,-73.9697007],"One Dag Hammarskjold Plaza"],"main_pivot_14":[[40.7536142,-73.9697007],"One Dag Hammarskjold Plaza"],"main_pivot_15":[[40.750201736,-73.9672346162],"attraction"],"near_pivot":[[40.750201736,-73.9672346162],"attraction"],"beyond_pivot":[[40.7502822,-73.9661878],"bench"],"around_goal_pivot_1":[[40.7505535,-73.9694314],"Hilton"],"around_goal_pivot_2":[[40.7494211,-73.9677448],"historic memorial"],"around_goal_pivot_3":[[40.748801983,-73.9688149159],"library"],"around_goal_pivot_4":[[40.7511653,-73.9652244],"water"],"around_goal_pivot_5":[[40.7505545,-73.9702839],"cafe"],"around_goal_pivot_6":[[40.7528497,-73.9685632],"church"],"around_goal_pivot_7":[[40.7525583,-73.9665176],"community centre"],"around_goal_pivot_8":[[40.7522123,-73.9682289],"marketplace"],"around_goal_pivot_9":[[40.7500327,-73.969098],"fast food restaurant"],"around_goal_pivot_10":[[40.748094,-73.9687083],"toilets"]}} +{"rvs_sample_number":386,"content":" I'm at the hairdresser on East 39th just about 3 blocks south of Grand Central Terminal. Wagamama is across the street. ","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.748912,-73.9762048],"key":7534,"region":"Manhattan","rvs_start_point":[40.7597521,-73.9701155],"landmarks":{"end_point":[[40.748912,-73.9762048],"hairdresser shop"],"start_point":[[40.7597521,-73.9701155],"post box"],"main_pivot":[[40.7589747,-73.9706892],"399 Park Avenue"],"main_pivot_2":[[40.7508987,-73.9766021],"Chanin Building"],"main_pivot_3":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_4":[[40.7570684,-73.9721039],"General Electric Building"],"main_pivot_5":[[40.7589747,-73.9706892],"399 Park Avenue"],"main_pivot_6":[[40.7508987,-73.9766021],"Chanin Building"],"main_pivot_7":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_8":[[40.7583156,-73.9706434],"Citigroup Center"],"main_pivot_9":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_10":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_11":[[40.7572559,-73.9720001],"345 Park Avenue"],"main_pivot_12":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_13":[[40.7508987,-73.9766021],"Chanin Building"],"main_pivot_14":[[40.7559894,-73.9728866],"Waldorf-Astoria Hotel"],"main_pivot_15":[[40.7492543,-73.975145],"bank"],"near_pivot":[[40.7492543,-73.975145],"bank"],"beyond_pivot":[[40.748833,-73.975442],"restaurant"],"around_goal_pivot_1":[[40.7500687,-73.9743143],"Westin"],"around_goal_pivot_2":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_3":[[40.7503843,-73.9770104],"European Wax Center"],"around_goal_pivot_4":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_5":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_6":[[40.7484239,-73.9780254],"Affinia Hotels"],"around_goal_pivot_7":[[40.7471447,-73.9744008],"True Value"],"around_goal_pivot_8":[[40.7501799,-73.9776212],"hotel"],"around_goal_pivot_9":[[40.7506893,-73.9776714],"museum"],"around_goal_pivot_10":[[40.7478568,-73.97769],"doctor's office"]}} +{"rvs_sample_number":285,"content":"Meet me at a bench southeast of between the FRD Drive and the waterfront. North of it is the ferry terminal. West of this bench is a bicycle rental and a park.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.730331,-73.9724285],"key":7535,"region":"Manhattan","rvs_start_point":[40.7426689,-73.977657],"landmarks":{"end_point":[[40.730331,-73.9724285],"bench"],"start_point":[[40.7426689,-73.977657],"dojo"],"main_pivot":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_2":[[40.7325102,-73.9745646],"Stuyvesant Town"],"main_pivot_3":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_4":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_5":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_6":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_7":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_8":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_9":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_10":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_11":[[40.7325102,-73.9745646],"Stuyvesant Town"],"main_pivot_12":[[40.7325102,-73.9745646],"Stuyvesant Town"],"main_pivot_13":[[40.7341765584,-73.974969899],"Peter Cooper Village"],"main_pivot_14":[[40.7325102,-73.9745646],"Stuyvesant Town"],"main_pivot_15":[[40.730733968,-73.9736935361],"park"],"near_pivot":[[40.730733968,-73.9736935361],"park"],"around_goal_pivot_1":[[40.7306062,-73.9739985],"bicycle rental"],"around_goal_pivot_2":[[40.7322701,-73.9737469],"picnic site"],"around_goal_pivot_3":[[40.7312052,-73.9742363],"shelter"],"around_goal_pivot_4":[[40.7310163,-73.9758199],"eight parking spaces"],"around_goal_pivot_5":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_6":[[40.7321248,-73.9738705],"bicycle parking"],"around_goal_pivot_7":[[40.7313389,-73.9742074],"post box"],"around_goal_pivot_8":[[40.7292023,-73.9736147],"kiosk shop"],"around_goal_pivot_9":[[40.7290881822,-73.9733113023],"pitch"],"around_goal_pivot_10":[[40.7309717,-73.9758568],"6 parking spaces"]}} +{"rvs_sample_number":294,"content":"Meet me at the hotel on West 28th Street it's in the middle of the same block as a pharmacy and two bicycle parkings. It's on the north side of the street. You should go a block and a half west and then nead north 11 blocks and then go west again a half block.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7468751,-73.9921509],"key":7536,"region":"Manhattan","rvs_start_point":[40.73705275,-73.99074095],"landmarks":{"end_point":[[40.7468751,-73.9921509],"hotel"],"start_point":[[40.73705275,-73.99074095],"fast food restaurant"],"main_pivot":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_2":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_3":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_4":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_5":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_6":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_7":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_8":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_9":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_10":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_11":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_12":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_13":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_14":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_15":[[40.7472659,-73.9931223],"pharmacy"],"near_pivot":[[40.7472659,-73.9931223],"pharmacy"],"beyond_pivot":[[40.7472345,-73.993548],"college"],"around_goal_pivot_1":[[40.7466245,-73.9947839],"studio"],"around_goal_pivot_2":[[40.7472345,-73.993548],"college"],"around_goal_pivot_3":[[40.7462506,-73.9908333],"two bicycle parkings"],"around_goal_pivot_4":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_5":[[40.745842,-73.990901],"2 florist shops"],"around_goal_pivot_6":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_7":[[40.7452288,-73.9913662],"pharmacy"],"around_goal_pivot_8":[[40.7488868,-73.9918363],"Paris Baguette"],"around_goal_pivot_9":[[40.7478596,-73.9894889],"Nordstrom Rack"],"around_goal_pivot_10":[[40.745587,-73.9936036],"Hilton"]}} +{"rvs_sample_number":92,"content":"I am at the bicycle parking almost in the middle of the block on West 39th street. It is south of bus station and candlewood suites is on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7558099,-73.9921863],"key":7537,"region":"Manhattan","rvs_start_point":[40.7437675,-73.9835244],"landmarks":{"end_point":[[40.7558099,-73.9921863],"bicycle parking"],"start_point":[[40.7437675,-73.9835244],"deli shop"],"main_pivot":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_2":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_3":[[40.7444144,-73.9845229],"The Redbury New York"],"main_pivot_4":[[40.7449714,-73.9858563],"Church of the Transfiguration"],"main_pivot_5":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_6":[[40.7444144,-73.9845229],"The Redbury New York"],"main_pivot_7":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_8":[[40.7449714,-73.9858563],"Church of the Transfiguration"],"main_pivot_9":[[40.7444144,-73.9845229],"The Redbury New York"],"main_pivot_10":[[40.7449714,-73.9858563],"Church of the Transfiguration"],"main_pivot_11":[[40.7449714,-73.9858563],"Church of the Transfiguration"],"main_pivot_12":[[40.7444144,-73.9845229],"The Redbury New York"],"main_pivot_13":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_14":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_15":[[40.756529956,-73.9918848824],"bus station"],"near_pivot":[[40.756529956,-73.9918848824],"bus station"],"beyond_pivot":[[40.7562435613,-73.9929299035],"Candlewood Suites"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7566429,-73.989459],"cinema"],"around_goal_pivot_3":[[40.754671,-73.9912575],"two fast food restaurants"],"around_goal_pivot_4":[[40.7579802,-73.9912087],"church"],"around_goal_pivot_5":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_6":[[40.7559168,-73.9884898],"museum"],"around_goal_pivot_7":[[40.7584974,-73.9923032],"bank"],"around_goal_pivot_8":[[40.7538604,-73.9927939],"T-Mobile"],"around_goal_pivot_9":[[40.7546863,-73.9912812],"2 fast food restaurants"],"around_goal_pivot_10":[[40.7544957,-73.9934311],"Hilton Garden Inn"]}} +{"rvs_sample_number":243,"content":"Let's meet at the convenience shop by the NYC yoga institute on west 13th street. Its' on the north side of the street and across from the community centre but a little west.","rvs_path":"data\/geodata\/manhattan_samples_v79.gpkg","rvs_goal_point":[40.738543,-74.0014493],"key":7538,"region":"Manhattan","rvs_start_point":[40.7440488,-73.9856044],"landmarks":{"end_point":[[40.738543,-74.0014493],"convenience shop"],"start_point":[[40.7440488,-73.9856044],"bicycle parking"],"main_pivot":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_2":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_3":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_4":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_5":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_6":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_7":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_8":[[40.7412336,-73.9875569],"Metropolitan Life Insurance Company Tower"],"main_pivot_9":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_10":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_11":[[40.7420223,-73.9869817],"Metropolitan Life North Building"],"main_pivot_12":[[40.7427872,-73.9864041],"New York Life Building"],"main_pivot_13":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_14":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_15":[[40.7381996,-74.0011757],"community centre"],"near_pivot":[[40.7381996,-74.0011757],"community centre"],"beyond_pivot":[[40.7388318,-74.0025793],"park"],"around_goal_pivot_1":[[40.7362526,-74.0010695],"4 benches"],"around_goal_pivot_2":[[40.7360361,-74.0016519],"nightclub"],"around_goal_pivot_3":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_4":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_5":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_6":[[40.7396591,-74.0028554],"museum"],"around_goal_pivot_7":[[40.7388143,-73.9999094],"pub"],"around_goal_pivot_8":[[40.7362396,-74.0011023],"three benches"],"around_goal_pivot_9":[[40.7368066,-74.001398],"bbq"],"around_goal_pivot_10":[[40.7395598,-74.0029107],"veterinary"]}} +{"rvs_sample_number":39,"content":"Let's meet at the bench off of Pearl Street, It is just a few paces to the north, north east of the park. It is sandwiched on the block between a baseball field and a building.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7029636,-74.0137128],"key":7539,"region":"Manhattan","rvs_start_point":[40.7109248,-74.0078117],"landmarks":{"end_point":[[40.7029636,-74.0137128],"bench"],"start_point":[[40.7109248,-74.0078117],"restaurant"],"main_pivot":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_2":[[40.7103248,-74.007739],"Bennett Building"],"main_pivot_3":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_4":[[40.7074326075,-74.0099183776],"40 Wall Street"],"main_pivot_5":[[40.708576,-74.0096076],"Marine Midland Building"],"main_pivot_6":[[40.7077323,-74.0110554],"American Surety Building"],"main_pivot_7":[[40.7076047,-74.0101881],"Federal Hall National Memorial"],"main_pivot_8":[[40.708116,-74.0099384],"Equitable Building"],"main_pivot_9":[[40.708576,-74.0096076],"Marine Midland Building"],"main_pivot_10":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_11":[[40.7071378,-74.0108331],"New York Stock Exchange"],"main_pivot_12":[[40.7087026,-74.0093923],"The Liberty Tower"],"main_pivot_13":[[40.7043614,-74.0121147],"2 Broadway"],"main_pivot_14":[[40.7077323,-74.0110554],"American Surety Building"],"main_pivot_15":[[40.7025858625,-74.0141281592],"park"],"near_pivot":[[40.7025858625,-74.0141281592],"park"],"around_goal_pivot_1":[[40.7033907,-74.0164109],"historic fort"],"around_goal_pivot_2":[[40.7034359,-74.010973],"historic district"],"around_goal_pivot_3":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_4":[[40.7037597,-74.0104253],"Insomnia Cookies"],"around_goal_pivot_5":[[40.7039493,-74.0122005],"DoubleTree"],"around_goal_pivot_6":[[40.7013116,-74.0153072],"4 gardens"],"around_goal_pivot_7":[[40.704059,-74.011355],"WeWork"],"around_goal_pivot_8":[[40.7014453,-74.015783],"four benches"],"around_goal_pivot_9":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_10":[[40.7048979,-74.0127034],"Verizon Wireless"]}} +{"rvs_sample_number":376,"content":"I\u2019m hungry. Meet me at the restaurant on Mott Street, my treat. To get there, go west about four blocks maybe? Then go north about three blocks. To make it easier, look for a fast food place, and Cricket Wireless. The restaurant is in the block right above Cricket Wireless. Again, it is on Mott Street , so when you get to this block, go all the way to the east side. The restaurant you want is between another restaurant that is in the northeast corner, and a cafe. ","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7164858,-73.9980912],"key":7540,"region":"Manhattan","rvs_start_point":[40.7143265,-73.9921648],"landmarks":{"end_point":[[40.7164858,-73.9980912],"restaurant"],"start_point":[[40.7143265,-73.9921648],"hairdresser shop"],"main_pivot":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_2":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_3":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_4":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_5":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_6":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_7":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_8":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_9":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_10":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_11":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_12":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_13":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_14":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_15":[[40.7171832,-73.9983152],"four jewelry shops"],"near_pivot":[[40.7171832,-73.9983152],"four jewelry shops"],"beyond_pivot":[[40.7154388,-73.9982327],"fast_food"],"around_goal_pivot_1":[[40.7173313,-74.0009106],"historic building"],"around_goal_pivot_2":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_3":[[40.7145238,-73.999807],"three benches"],"around_goal_pivot_4":[[40.7170446,-73.9968271],"gallery"],"around_goal_pivot_5":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_6":[[40.7147385,-73.9999931],"fountain"],"around_goal_pivot_7":[[40.7148107,-73.9965532],"atm"],"around_goal_pivot_8":[[40.717912,-73.9979397],"2 gift shops"],"around_goal_pivot_9":[[40.7146868,-73.9967375],"doctor's office"],"around_goal_pivot_10":[[40.7173097,-74.0007245],"clinic"]}} +{"rvs_sample_number":25,"content":"Meet me at the boat rental. Go west until you get to the West Street and then head north. You will pass the bicycle rental and three benches and then you will see the boat rental about halfway out on the pier. It's on the south side of the pier. It's right before the Village Community Boathouse.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7283968,-74.0128018],"key":7541,"region":"Manhattan","rvs_start_point":[40.7221136,-73.9969825],"landmarks":{"end_point":[[40.7283968,-74.0128018],"boat rental"],"start_point":[[40.7221136,-73.9969825],"pharmacy"],"main_pivot":[[40.7256742,-74.0067838],"New York City Fire Museum"],"main_pivot_2":[[40.7251122,-74.0028338],"Vesuvio Playground"],"main_pivot_3":[[40.7256742,-74.0067838],"New York City Fire Museum"],"main_pivot_4":[[40.7251122,-74.0028338],"Vesuvio Playground"],"main_pivot_5":[[40.7256742,-74.0067838],"New York City Fire Museum"],"main_pivot_6":[[40.7251122,-74.0028338],"Vesuvio Playground"],"main_pivot_7":[[40.7256742,-74.0067838],"New York City Fire Museum"],"main_pivot_8":[[40.7256742,-74.0067838],"New York City Fire Museum"],"main_pivot_9":[[40.72288,-73.9987505],"SoHo"],"main_pivot_10":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_11":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_12":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_13":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_14":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_15":[[40.72844,-74.0133253],"boat rental"],"near_pivot":[[40.72844,-74.0133253],"boat rental"],"around_goal_pivot_1":[[40.7277177,-74.0113336],"bicycle rental"],"around_goal_pivot_2":[[40.7291488,-74.0116264],"drinking water"],"around_goal_pivot_3":[[40.7279623,-74.0113733],"3 benches"],"around_goal_pivot_4":[[40.7287734,-74.0113248],"parking lot"],"around_goal_pivot_7":[[40.7280574,-74.0113639],"three benches"]}} +{"rvs_sample_number":247,"content":"I'm directly north of you as the crow flies. Just head west to Park Avenue, and go north passing the 399 Park Avenue building. Go 8 blocks past that, and turn left. Go one block, and head north. Meet me at the restaurant just north of the hotel.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7657768,-73.9700287],"key":7542,"region":"Manhattan","rvs_start_point":[40.753405,-73.9707307],"landmarks":{"end_point":[[40.7657768,-73.9700287],"restaurant"],"start_point":[[40.753405,-73.9707307],"Citi Bike"],"main_pivot":[[40.7570147,-73.9738362],"Waldorf-Astoria Hotel"],"main_pivot_2":[[40.7592037,-73.9721766],"399 Park Avenue"],"main_pivot_3":[[40.7590792,-73.9728753],"Racquet and Tennis Club"],"main_pivot_4":[[40.7625295,-73.9725571],"LVMH Tower"],"main_pivot_5":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_6":[[40.7647798,-73.9713252],"The Pierre"],"main_pivot_7":[[40.7590792,-73.9728753],"Racquet and Tennis Club"],"main_pivot_8":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_9":[[40.7592037,-73.9721766],"399 Park Avenue"],"main_pivot_10":[[40.7625295,-73.9725571],"LVMH Tower"],"main_pivot_11":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_12":[[40.7570147,-73.9738362],"Waldorf-Astoria Hotel"],"main_pivot_13":[[40.7552243,-73.9748945],"277 Park Avenue"],"main_pivot_14":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_15":[[40.76568,-73.9701137],"hotel"],"near_pivot":[[40.76568,-73.9701137],"hotel"],"around_goal_pivot_1":[[40.7667786555,-73.971400115],"zoo"],"around_goal_pivot_2":[[40.7667793,-73.9688985],"Chanel"],"around_goal_pivot_3":[[40.7647513,-73.9709644],"Barneys New York"],"around_goal_pivot_4":[[40.7666543,-73.971125],"post box"],"around_goal_pivot_5":[[40.7652187,-73.9711415],"parking entrance"]}} +{"rvs_sample_number":122,"content":"Right now, you're to the northeast of me. Go south to Saint Mark's place, pass IBM Watson, and then head east. I am about 2 blocks east on a street going north from Saint Mark's place. After you see the theatre on your right, turn left and I am at the second fast food restaurant on the street.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7278777,-73.9853214],"key":7543,"region":"Manhattan","rvs_start_point":[40.7383894,-73.988414],"landmarks":{"end_point":[[40.7278777,-73.9853214],"fast food restaurant"],"start_point":[[40.7383894,-73.988414],"restaurant"],"main_pivot":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_2":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_3":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_4":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_5":[[40.7292688,-73.9873613],"East Village"],"main_pivot_6":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_7":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_8":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_9":[[40.7292688,-73.9873613],"East Village"],"main_pivot_10":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_11":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_12":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_13":[[40.7292688,-73.9873613],"East Village"],"main_pivot_14":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_15":[[40.727682,-73.9858067],"theatre"],"near_pivot":[[40.727682,-73.9858067],"theatre"],"around_goal_pivot_1":[[40.7287836,-73.9847179],"dentist's office"],"around_goal_pivot_2":[[40.728731,-73.984641],"waste basket"],"around_goal_pivot_3":[[40.7286669,-73.9857366],"beauty shop"],"around_goal_pivot_4":[[40.728703,-73.985819],"copyshop shop"],"around_goal_pivot_5":[[40.7288512,-73.9861654],"butcher shop"],"around_goal_pivot_6":[[40.7275774,-73.9837058],"religion shop"],"around_goal_pivot_7":[[40.7289079,-73.9863356],"jewelry shop"],"around_goal_pivot_8":[[40.7270172,-73.9860789],"convenience shop"],"around_goal_pivot_9":[[40.7285874,-73.9855609],"laundry shop"],"around_goal_pivot_10":[[40.7267778,-73.985659],"hardware shop"]}} +{"rvs_sample_number":269,"content":"Head northeast on west broadway about 9 blocks and you'll find me at the bike parking east of broadway about half a block just past the sheraton and planet fitness on the south side of the that street.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7206951,-74.0039073],"key":7544,"region":"Manhattan","rvs_start_point":[40.7158332,-74.0097542],"landmarks":{"end_point":[[40.7206951,-74.0039073],"bicycle parking"],"start_point":[[40.7158332,-74.0097542],"bicycle parking"],"main_pivot":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_2":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_3":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_4":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_5":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_6":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_7":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_8":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_9":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_10":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_11":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_12":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_13":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_14":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_15":[[40.7208594,-74.0042677],"Sheraton"],"near_pivot":[[40.7208594,-74.0042677],"Sheraton"],"beyond_pivot":[[40.7198938,-74.0038297],"cafe"],"around_goal_pivot_1":[[40.719456,-74.006593],"fire station"],"around_goal_pivot_2":[[40.7226058,-74.005459],"historic memorial"],"around_goal_pivot_3":[[40.7205883,-74.0054341],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_5":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_6":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_7":[[40.7213661,-74.0049907],"two fast food restaurants"],"around_goal_pivot_8":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_9":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_10":[[40.7215033,-74.0055845],"Maserati"]}} +{"rvs_sample_number":81,"content":"Go down past Port Authority Commerce building, continue down that street until you get to Abingdon Square and turn onto Bleecker street there, and go about 4 more blocks, until you get to a bicycle parking location on your right.","rvs_path":"data\/geodata\/manhattan_samples_v21.gpkg","rvs_goal_point":[40.7337748,-74.0045491],"key":7545,"region":"Manhattan","rvs_start_point":[40.7409556,-74.0011583],"landmarks":{"end_point":[[40.7337748,-74.0045491],"bicycle parking"],"start_point":[[40.7409556,-74.0011583],"bicycle parking"],"main_pivot":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_2":[[40.7407425,-74.0020113],"111 Eighth Avenue"],"main_pivot_3":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_4":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_5":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_6":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_7":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_8":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_9":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_10":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_11":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_12":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_13":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_14":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_15":[[40.7338004,-74.003721],"church"],"near_pivot":[[40.7338004,-74.003721],"church"],"around_goal_pivot_1":[[40.7335093,-74.0030709],"historic monument"],"around_goal_pivot_2":[[40.7335844,-74.0028172],"attraction"],"around_goal_pivot_3":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_4":[[40.7340528,-74.0029506],"bicycle rental"],"around_goal_pivot_5":[[40.7340416,-74.0054536],"police station"],"around_goal_pivot_6":[[40.7332825,-74.003648],"fast food restaurant"],"around_goal_pivot_7":[[40.7333926,-74.0027696],"post box"],"around_goal_pivot_8":[[40.7347493,-74.0057155],"parking lot"],"around_goal_pivot_9":[[40.7338946,-74.0058864],"charity shop"],"around_goal_pivot_10":[[40.7329621,-74.0041187],"clothes shop"]}} +{"rvs_sample_number":83,"content":"Go southwest from where you are. Meet me at the pharmacy on West 24th Street, right on the corner, across from an ice cream shop and south of 7-Eleven.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7458001,-73.9979495],"key":7546,"region":"Manhattan","rvs_start_point":[40.7496516,-73.9869297],"landmarks":{"end_point":[[40.7458001,-73.9979495],"pharmacy"],"start_point":[[40.7496516,-73.9869297],"Levi's"],"main_pivot":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_2":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_3":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_4":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_5":[[40.7501745,-73.988051],"Macy's"],"main_pivot_6":[[40.7501745,-73.988051],"Macy's"],"main_pivot_7":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_8":[[40.7501745,-73.988051],"Macy's"],"main_pivot_9":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_10":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_11":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_12":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_13":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_14":[[40.7501745,-73.988051],"Macy's"],"main_pivot_15":[[40.7456668,-73.9984565],"ice cream"],"near_pivot":[[40.7456668,-73.9984565],"ice cream"],"beyond_pivot":[[40.7476817753,-73.9985250026],"playground"],"around_goal_pivot_1":[[40.7464682783,-73.9948976685],"studio"],"around_goal_pivot_2":[[40.7472345,-73.993548],"college"],"around_goal_pivot_3":[[40.7453993,-73.9944634],"Papyrus"],"around_goal_pivot_4":[[40.7445345,-73.9961958],"Crunch Fitness"],"around_goal_pivot_5":[[40.7446183,-73.9964638],"AT&T"],"around_goal_pivot_6":[[40.7444317,-73.9956514],"bicycle habitat"],"around_goal_pivot_7":[[40.7457538,-73.9947193],"Buy Buy Baby"],"around_goal_pivot_8":[[40.7478849,-73.9994704],"two gardens"],"around_goal_pivot_9":[[40.7466555,-73.9972211],"7-Eleven"],"around_goal_pivot_10":[[40.7456733,-73.9997589],"hostel"]}} +{"rvs_sample_number":164,"content":"Can you meet me at the Levi's place we went to before, you know it's across Broadway from Bloomingdales? It's about 6 blocks northeast of where you are now, so should be easy enough. If you get to Aritzias clothes shop though, remember, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7221114,-73.9997761],"key":7547,"region":"Manhattan","rvs_start_point":[40.7184994,-74.0048345],"landmarks":{"end_point":[[40.7221114,-73.9997761],"Levi's"],"start_point":[[40.7184994,-74.0048345],"attraction"],"main_pivot":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_2":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_3":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_4":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_5":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_6":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_7":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_8":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_9":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_10":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_11":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_12":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_13":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_14":[[40.7200415,-74.0041206],"32 Avenue of the Americas"],"main_pivot_15":[[40.7221654,-73.9993719],"Bloomingdale's"],"near_pivot":[[40.7221654,-73.9993719],"Bloomingdale's"],"around_goal_pivot_1":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_2":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_3":[[40.7231069,-74.0007663],"Patagonia"],"around_goal_pivot_4":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_5":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_6":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_7":[[40.7234319,-73.9993293],"Free People"],"around_goal_pivot_8":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_9":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_10":[[40.7228499,-73.9987477],"Aritzia"]}} +{"rvs_sample_number":187,"content":"Meet me northeast of you, past the Brooklyn Bridge, at a small rectangle garden on the west of Catherine Street. A Citi Bike is to the north, on the corner, and a group of benches are to the southeast. ","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7103869215,-73.9969885148],"key":7548,"region":"Manhattan","rvs_start_point":[40.7065965,-74.0142428],"landmarks":{"end_point":[[40.7103869215,-73.9969885148],"garden"],"start_point":[[40.7065965,-74.0142428],"bench"],"main_pivot":[[40.7092068,-74.0005538],"Brooklyn Bridge"],"main_pivot_2":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_3":[[40.7061529,-74.0142405],"Cunard Building"],"main_pivot_4":[[40.7057076,-74.0097661],"20 Exchange Place"],"main_pivot_5":[[40.7057076,-74.0097661],"20 Exchange Place"],"main_pivot_6":[[40.7052846,-74.0087579],"New York Cocoa Exchange Building"],"main_pivot_7":[[40.7070594,-74.0116372],"1 Wall Street"],"main_pivot_8":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_9":[[40.7057742,-74.0082148],"60 Wall Street"],"main_pivot_10":[[40.7072684,-74.0122489],"Empire Building"],"main_pivot_11":[[40.7092068,-74.0005538],"Brooklyn Bridge"],"main_pivot_12":[[40.7068268,-74.0126053],"Adams Express Building"],"main_pivot_13":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_14":[[40.7066568,-74.011145],"New York Stock Exchange"],"main_pivot_15":[[40.7111744,-73.9968262],"bicycle rental"],"near_pivot":[[40.7111744,-73.9968262],"bicycle rental"],"beyond_pivot":[[40.7111744,-73.9968262],"Citi Bike"],"around_goal_pivot_1":[[40.7128479866,-73.9977501896],"church"],"around_goal_pivot_2":[[40.7126322,-73.9982248],"grave yard"],"around_goal_pivot_3":[[40.7108358,-74.0002248],"C-Town Supermarkets"],"around_goal_pivot_4":[[40.7120721,-73.9979191],"pharmacy"],"around_goal_pivot_5":[[40.7096733,-73.9961795],"3 benches"],"around_goal_pivot_6":[[40.711586,-73.9961061],"marketplace"],"around_goal_pivot_7":[[40.7123493,-73.9948846],"kindergarten"],"around_goal_pivot_8":[[40.7094354,-73.9961273],"4 benches"],"around_goal_pivot_9":[[40.7100025,-73.9937026],"drinking water"],"around_goal_pivot_10":[[40.7121225,-73.9952643],"beauty shop"]}} +{"rvs_sample_number":381,"content":"Let's meet at the bicycle parking off East 3rd Street. It is on the same block as the Ace Hardware, which is East of meeting spot. It is also southeast of the Bank of America on the adjacent block.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7253672,-73.9891773],"key":7549,"region":"Manhattan","rvs_start_point":[40.7119876,-73.9945141],"landmarks":{"end_point":[[40.7253672,-73.9891773],"bicycle parking"],"start_point":[[40.7119876,-73.9945141],"cafe"],"main_pivot":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_2":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_3":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_4":[[40.7203994932,-73.9932784939],"Bowery ballroom"],"main_pivot_5":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_6":[[40.7203994932,-73.9932784939],"Bowery ballroom"],"main_pivot_7":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_8":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_9":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_10":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_11":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_12":[[40.7203994932,-73.9932784939],"Bowery ballroom"],"main_pivot_13":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_14":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_15":[[40.7262181,-73.9891844],"bank"],"near_pivot":[[40.7262181,-73.9891844],"bank"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_3":[[40.7275046,-73.9897259],"museum"],"around_goal_pivot_4":[[40.7249291,-73.9920604],"bank"],"around_goal_pivot_5":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_6":[[40.726572,-73.9914542],"7-Eleven"],"around_goal_pivot_7":[[40.7263308,-73.9882179],"2 benches"],"around_goal_pivot_8":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_9":[[40.7247825,-73.9902794],"post box"],"around_goal_pivot_10":[[40.7264635,-73.9879847],"police station"]}} +{"rvs_sample_number":223,"content":"Meet me at the bench southwest of you on Hudson River Park Esplanade facing the water. An aquarium is on my northwest. A bicycle rental is to my south.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7279623,-74.0113733],"key":7550,"region":"Manhattan","rvs_start_point":[40.730184,-74.0025384],"landmarks":{"end_point":[[40.7279623,-74.0113733],"bench"],"start_point":[[40.730184,-74.0025384],"restaurant"],"main_pivot":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_2":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_3":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_4":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_5":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_6":[[40.7299249851,-74.0024615257],"Winston Churchill Square"],"main_pivot_7":[[40.7299249851,-74.0024615257],"Winston Churchill Square"],"main_pivot_8":[[40.7297727,-74.0051938],"Hudson Park Library"],"main_pivot_9":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_10":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_11":[[40.7299249851,-74.0024615257],"Winston Churchill Square"],"main_pivot_12":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_13":[[40.7299249851,-74.0024615257],"Winston Churchill Square"],"main_pivot_14":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_15":[[40.7277177,-74.0113336],"bicycle rental"],"near_pivot":[[40.7277177,-74.0113336],"bicycle rental"],"beyond_pivot":[[40.7271058,-74.0114777],"recycling"],"around_goal_pivot_1":[[40.7275353,-74.0081354],"museum"],"around_goal_pivot_2":[[40.7259033,-74.0094874],"bar"],"around_goal_pivot_3":[[40.7256096,-74.0116638],"2 benches"],"around_goal_pivot_4":[[40.725629,-74.0108427],"park"],"around_goal_pivot_5":[[40.7287346,-74.008557],"bicycle rental"],"around_goal_pivot_6":[[40.7284564,-74.0135288],"aquarium"],"around_goal_pivot_7":[[40.7264640926,-74.0088273478],"hotel"],"around_goal_pivot_8":[[40.7258943,-74.0094182],"restaurant"],"around_goal_pivot_9":[[40.7271687,-74.0087436],"dojo"],"around_goal_pivot_10":[[40.728098,-74.0086199],"parking lot"]}} +{"rvs_sample_number":182,"content":"I'm in the mood for some cake. Let's meet at the pastry shop. Just head four blocks south and one block west and you'll be there. It's located on the north side of Grand Street, and is one step away from the events venue. ","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7186934,-73.9950879],"key":7551,"region":"Manhattan","rvs_start_point":[40.7234462,-73.9925887],"landmarks":{"end_point":[[40.7186934,-73.9950879],"pastry shop"],"start_point":[[40.7234462,-73.9925887],"restaurant"],"main_pivot":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_2":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_3":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_4":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_5":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_6":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_7":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_8":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_9":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_10":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_11":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_12":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_13":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_14":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_15":[[40.7188038352,-73.9950495369],"events venue"],"near_pivot":[[40.7188038352,-73.9950495369],"events venue"],"beyond_pivot":[[40.720129,-73.9955742],"hostel"],"around_goal_pivot_1":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_2":[[40.7204023,-73.9963177],"church"],"around_goal_pivot_3":[[40.7201704,-73.9977525],"historic building"],"around_goal_pivot_4":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_5":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_6":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_7":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_8":[[40.7192537,-73.9974606],"museum"],"around_goal_pivot_9":[[40.7178785,-73.9941402],"nail salon"],"around_goal_pivot_10":[[40.7164454,-73.9949186],"prep school"]}} +{"rvs_sample_number":180,"content":"Meet me at the dry cleaning shop east of you. Head east along the street you're currently at. You'll walk past 3 Park Avenue Apartments, Murray Hill Marquis Hotel, and Duane Reade Pharmacy. Your destination is the dry cleaning shop one block east of the Duane Reade Pharmacy. If you see the Drybar hairdresser shop, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.745586,-73.9773565],"key":7552,"region":"Manhattan","rvs_start_point":[40.747267311,-73.9823856756],"landmarks":{"end_point":[[40.745586,-73.9773565],"dry cleaning shop"],"start_point":[[40.747267311,-73.9823856756],"university"],"main_pivot":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_2":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_3":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_4":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_5":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_6":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_7":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_8":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_9":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_10":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_11":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_12":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_13":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_14":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_15":[[40.7459124,-73.9781973],"pharmacy"],"near_pivot":[[40.7459124,-73.9781973],"pharmacy"],"around_goal_pivot_1":[[40.7446129514,-73.9777670886],"2 schools"],"around_goal_pivot_2":[[40.744771,-73.9766154],"pharmacy"],"around_goal_pivot_3":[[40.7448641,-73.9789977],"7-Eleven"],"around_goal_pivot_4":[[40.7468119,-73.9775867],"Verizon"],"around_goal_pivot_5":[[40.7449502,-73.9767937],"Drybar"],"around_goal_pivot_6":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_7":[[40.7460484,-73.9793453],"hotel"],"around_goal_pivot_8":[[40.744804,-73.9784286],"animal boarding"],"around_goal_pivot_9":[[40.7452042,-73.9782411],"pub"],"around_goal_pivot_10":[[40.7451223,-73.9783239],"cafe"]}} +{"rvs_sample_number":62,"content":"Meet me at the fast food restaurant. Head southwest on Park Avenue until you see JP Morgan Chase Tower. When you see JP Morgan Chase Tower, go one more block and then head east past Grand Central Library and Wyndham. The fast food restaurant is on the same block as Wyndham but on the far corner. It's on the same side of the street as Wyndham.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7521571,-73.9707387],"key":7553,"region":"Manhattan","rvs_start_point":[40.762322,-73.97415],"landmarks":{"end_point":[[40.7521571,-73.9707387],"fast food restaurant"],"start_point":[[40.762322,-73.97415],"Gucci"],"main_pivot":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_2":[[40.7552243,-73.9748945],"277 Park Avenue"],"main_pivot_3":[[40.7573683,-73.9734782],"St. Bartholomew's"],"main_pivot_4":[[40.7545688,-73.973947],"245 Park Avenue"],"main_pivot_5":[[40.7548828,-73.9733846],"The Lexington"],"main_pivot_6":[[40.7537872,-73.9733504],"Grand Central Library"],"main_pivot_7":[[40.7570147,-73.9738362],"Waldorf-Astoria Hotel"],"main_pivot_8":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_9":[[40.7616048,-73.9721709],"432 Park Avenue"],"main_pivot_10":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_11":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_12":[[40.7625713168,-73.9740468735],"Tiffany & Company"],"main_pivot_13":[[40.7597033,-73.972432],"Lever House"],"main_pivot_14":[[40.7573683,-73.9734782],"St. Bartholomew's"],"main_pivot_15":[[40.7515138,-73.9704795],"hotel"],"near_pivot":[[40.7515138,-73.9704795],"hotel"],"around_goal_pivot_1":[[40.7508721,-73.970895],"school"],"around_goal_pivot_2":[[40.7519081,-73.9721525],"EVEN Hotels"],"around_goal_pivot_3":[[40.752776,-73.9722718],"Wyndham"],"around_goal_pivot_4":[[40.7509179,-73.9711817],"Hallmark"],"around_goal_pivot_5":[[40.7532464,-73.970703],"hotel"],"around_goal_pivot_6":[[40.7528277,-73.9697076],"marketplace"],"around_goal_pivot_7":[[40.7512875,-73.9713049],"post box"],"around_goal_pivot_8":[[40.7531664,-73.9715648],"parking lot"],"around_goal_pivot_9":[[40.7514614,-73.9712876],"convenience shop"],"around_goal_pivot_10":[[40.7507883,-73.9701905],"dry cleaning shop"]}} +{"rvs_sample_number":39,"content":"Let\u2019s meet at the wastebasket on East 70th Street. Head southeast. You\u2019ll see it in the block north of the bank. It\u2019s in the corner right at Neil\u2019s Coffee Shop. ","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7689851,-73.9631176],"key":7554,"region":"Manhattan","rvs_start_point":[40.7781409,-73.9781562],"landmarks":{"end_point":[[40.7689851,-73.9631176],"waste basket"],"start_point":[[40.7781409,-73.9781562],"bicycle parking"],"main_pivot":[[40.7699545,-73.9655721],"The Explorers Club"],"main_pivot_2":[[40.7747533,-73.974118],"Daniel Webster"],"main_pivot_3":[[40.7768902,-73.9756533],"The Dakota"],"main_pivot_4":[[40.7771532,-73.9758437],"The Langham"],"main_pivot_5":[[40.7697719,-73.9645069],"Asia Society"],"main_pivot_6":[[40.7699545,-73.9655721],"The Explorers Club"],"main_pivot_7":[[40.7771532,-73.9758437],"The Langham"],"main_pivot_8":[[40.7728773,-73.9718893],"Ludwig van Beethoven"],"main_pivot_9":[[40.7709209,-73.9671494],"Frick Collection"],"main_pivot_10":[[40.7699545,-73.9655721],"The Explorers Club"],"main_pivot_11":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_12":[[40.7697719,-73.9645069],"Asia Society"],"main_pivot_13":[[40.7727282,-73.9722858],"Victor Herbert"],"main_pivot_14":[[40.7699545,-73.9655721],"The Explorers Club"],"main_pivot_15":[[40.7683092,-73.9635391],"bank"],"near_pivot":[[40.7683092,-73.9635391],"bank"],"beyond_pivot":[[40.7682151,-73.9619453],"FedEx Office"],"around_goal_pivot_1":[[40.7671641,-73.9633951],"synagogue"],"around_goal_pivot_3":[[40.7680637,-73.9603435],"post office"],"around_goal_pivot_4":[[40.7697719,-73.9645069],"museum"],"around_goal_pivot_5":[[40.7708841,-73.9652028],"church"],"around_goal_pivot_6":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_7":[[40.7700521,-73.965721],"gallery"],"around_goal_pivot_8":[[40.7701167,-73.9600332],"restaurant"],"around_goal_pivot_9":[[40.7681631,-73.9614552],"Target"]}} +{"rvs_sample_number":387,"content":"Meet me at the bicycle parking almost directly south of you on Madison Street. It is on the other side of the street from Domino's Pizza.","rvs_path":"data\/geodata\/manhattan_samples_v53.gpkg","rvs_goal_point":[40.7118482,-73.9969881],"key":7555,"region":"Manhattan","rvs_start_point":[40.719345,-73.9955841],"landmarks":{"end_point":[[40.7118482,-73.9969881],"bicycle parking"],"start_point":[[40.719345,-73.9955841],"laundry shop"],"main_pivot":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_2":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_5":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_6":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_7":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_8":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_9":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_10":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_11":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_12":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_13":[[40.7143532,-73.9970333],"Confucius Plaza"],"main_pivot_14":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_15":[[40.7119348,-73.9967748],"fast food restaurant"],"near_pivot":[[40.7119348,-73.9967748],"fast food restaurant"],"around_goal_pivot_1":[[40.7131688,-73.9963752],"library"],"around_goal_pivot_2":[[40.71626766,-73.9962321869],"historic neighbourhood"],"around_goal_pivot_3":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_4":[[40.712684,-73.9982249],"grave yard"],"around_goal_pivot_5":[[40.7095684,-73.9961212],"3 benches"],"around_goal_pivot_6":[[40.7108358,-74.0002248],"C-Town Supermarkets"],"around_goal_pivot_7":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_8":[[40.7117466,-73.9956636],"gallery"],"around_goal_pivot_9":[[40.712652,-73.9950155],"kindergarten"],"around_goal_pivot_10":[[40.7096733,-73.9961795],"three benches"]}} +{"rvs_sample_number":213,"content":"from helena collection go to the street and turn left. head down to the first corner and turn left again. go all the way down and turn right on west 17th street. the post office will be on the right, next to flywheel sports","rvs_path":"data\/geodata\/manhattan_samples_v12.gpkg","rvs_goal_point":[40.7411366,-73.9996094],"key":7556,"region":"Manhattan","rvs_start_point":[40.748233,-73.9902189],"landmarks":{"end_point":[[40.7411366,-73.9996094],"post office"],"start_point":[[40.748233,-73.9902189],"wigs shop"],"main_pivot":[[40.7473033895,-73.9933131749],"Flower District"],"main_pivot_2":[[40.7486425,-73.9911642],"FDNY Engine 1\/Ladder 24"],"main_pivot_3":[[40.7473033895,-73.9933131749],"Flower District"],"near_pivot":[[40.7412338,-73.9997622],"fitness centre"],"beyond_pivot":[[40.7412338,-73.9997622],"Flywheel Sports"],"around_goal_pivot_1":[[40.7416839,-74.0008402],"bank"],"around_goal_pivot_2":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_3":[[40.7418478,-74.0012421],"fast food restaurant"]}} +{"rvs_sample_number":498,"content":"Go over east one block to 5th Avenue, then go north on that for 6 and a half blocks until you reach the aritzia clothing store for women. It's a half block east of Rockefeller Plaza.","rvs_path":"data\/geodata\/manhattan_samples_v47.gpkg","rvs_goal_point":[40.7575576,-73.978169],"key":7557,"region":"Manhattan","rvs_start_point":[40.7549098,-73.9837692],"landmarks":{"end_point":[[40.7575576,-73.978169],"Aritzia"],"start_point":[[40.7549098,-73.9837692],"cafe"],"main_pivot":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_2":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_3":[[40.7540704,-73.983093],"William Earle Dodge"],"main_pivot_4":[[40.7542,-73.9822192],"Salmon Tower"],"main_pivot_5":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_6":[[40.7540704,-73.983093],"William Earle Dodge"],"main_pivot_7":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_8":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_9":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_10":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_11":[[40.7542,-73.9822192],"SUNY State College of Optometry"],"main_pivot_12":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_13":[[40.7546035,-73.983178],"W. R. Grace Building"],"main_pivot_14":[[40.7546551,-73.9839967],"Bryant Park"],"main_pivot_15":[[40.7579002,-73.9774293],"Saks Fifth Avenue"],"near_pivot":[[40.7579002,-73.9774293],"Saks Fifth Avenue"],"beyond_pivot":[[40.7579002,-73.9774293],"Saks Fifth Avenue"],"around_goal_pivot_1":[[40.7585968,-73.9768425],"cathedral"],"around_goal_pivot_2":[[40.7594241,-73.9790838],"theatre"],"around_goal_pivot_3":[[40.7578765,-73.9754066],"Lotte Hotels & Resorts"],"around_goal_pivot_4":[[40.7584683,-73.9780671],"three gardens"],"around_goal_pivot_5":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_6":[[40.7590344,-73.9793952],"viewpoint"],"around_goal_pivot_7":[[40.7587327,-73.9786373],"tree"],"around_goal_pivot_8":[[40.7560383,-73.980752],"post office"],"around_goal_pivot_9":[[40.7560243,-73.9766969],"atm"],"around_goal_pivot_10":[[40.7584977,-73.9781376],"2 gardens"]}} +{"rvs_sample_number":66,"content":"Meet me at the bicycle parking on the east side of Broadway. it's across the street from the Bank of America. The Best Buy and Adidas store are a block north.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7249873,-73.9970416],"key":7558,"region":"Manhattan","rvs_start_point":[40.7299756,-73.9931801],"landmarks":{"end_point":[[40.7249873,-73.9970416],"bicycle parking"],"start_point":[[40.7299756,-73.9931801],"alcohol shop"],"main_pivot":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_2":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_3":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_4":[[40.7295835455,-73.9934101758],"New York University"],"main_pivot_5":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_6":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_7":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_8":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_9":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_10":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_11":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_12":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_13":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_14":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_15":[[40.7249368,-73.9973944],"bank"],"near_pivot":[[40.7249368,-73.9973944],"bank"],"beyond_pivot":[[40.7239185,-73.9978216],"Converse"],"around_goal_pivot_1":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_2":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_3":[[40.7256079,-73.9964129],"Adidas"],"around_goal_pivot_4":[[40.7239688,-73.9982352],"Sephora"],"around_goal_pivot_5":[[40.7259182,-73.9962521],"2 bicycle parkings"],"around_goal_pivot_6":[[40.7238405,-73.9965689],"G-Star Raw"],"around_goal_pivot_7":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_8":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_9":[[40.7239185,-73.9978216],"Converse"],"around_goal_pivot_10":[[40.7248315,-73.9952195],"REI"]}} +{"rvs_sample_number":84,"content":"Let's stock up for the party tonight. Meet me at the alcohol shop. Right after we go there we can grab a bite to eat at the fast food restaurant that is literally one step away from the shop. ","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7730647,-73.9896598],"key":7559,"region":"Manhattan","rvs_start_point":[40.7608991,-73.986314],"landmarks":{"end_point":[[40.7730647,-73.9896598],"alcohol shop"],"start_point":[[40.7608991,-73.986314],"restaurant"],"main_pivot":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_2":[[40.7671477,-73.98277],"Central Park Place"],"main_pivot_3":[[40.7638942,-73.9843127],"Aro"],"main_pivot_4":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_5":[[40.7723643,-73.9878182],"The Gateway School"],"main_pivot_6":[[40.7685324,-73.9827663],"Masa"],"main_pivot_7":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_8":[[40.7635791,-73.9843134],"August Wilson Theatre"],"main_pivot_9":[[40.7607063,-73.986912],"Biltmore Tower"],"main_pivot_10":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_11":[[40.7690103,-73.982912],"Mandarin Oriental"],"main_pivot_12":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_13":[[40.7638942,-73.9843127],"Aro"],"main_pivot_14":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_15":[[40.7731209,-73.9896038],"fast food restaurant"],"near_pivot":[[40.7731209,-73.9896038],"fast food restaurant"],"beyond_pivot":[[40.7734610917,-73.9905708718],"school"],"around_goal_pivot_1":[[40.7715681,-73.9872212],"2 shelters"],"around_goal_pivot_2":[[40.7714687,-73.9876107],"three waste disposals"],"around_goal_pivot_3":[[40.7723048,-73.9875717],"music school"],"around_goal_pivot_4":[[40.771366,-73.9902725],"gallery"],"around_goal_pivot_5":[[40.7714576,-73.9875807],"2 waste disposals"],"around_goal_pivot_6":[[40.772094,-73.9906024],"bar"],"around_goal_pivot_7":[[40.7716047,-73.9873118],"two shelters"],"around_goal_pivot_8":[[40.7722353,-73.9883243],"driving school"],"around_goal_pivot_9":[[40.7718357,-73.9894755],"theatre"],"around_goal_pivot_10":[[40.7716335,-73.9887876],"community centre"]}} +{"rvs_sample_number":226,"content":"Go southeast quite a ways and you'll find me at a pizza restaurant on the north side of East 14th Street. It's a block east of the Metronome and a couple blocks north of a historic building.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7342212,-73.9889762],"key":7560,"region":"Manhattan","rvs_start_point":[40.7468774,-73.9970849],"landmarks":{"end_point":[[40.7342212,-73.9889762],"restaurant"],"start_point":[[40.7468774,-73.9970849],"bar"],"main_pivot":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_2":[[40.7435528,-73.9901189],"Nikola Tesla"],"main_pivot_3":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_4":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_5":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_6":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_7":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_8":[[40.743566,-73.9901372],"Cathedral of St. Sava"],"main_pivot_9":[[40.743566,-73.9901372],"Cathedral of St. Sava"],"main_pivot_10":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_11":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_12":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_13":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_14":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_15":[[40.7370148,-73.9902826],"park"],"near_pivot":[[40.7370148,-73.9902826],"park"],"around_goal_pivot_1":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_2":[[40.7319477,-73.9891462],"nightclub"],"around_goal_pivot_3":[[40.7321614,-73.9896186],"post office"],"around_goal_pivot_4":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_5":[[40.7320879,-73.990725],"church"],"around_goal_pivot_6":[[40.7318504,-73.9905257],"2 schools"],"around_goal_pivot_7":[[40.7322913,-73.9904924],"two schools"],"around_goal_pivot_8":[[40.7365586,-73.988794],"W Hotels"],"around_goal_pivot_9":[[40.7322911,-73.9891871],"historic building"],"around_goal_pivot_10":[[40.7340532,-73.9907254],"cinema"]}} +{"rvs_sample_number":73,"content":"Go southeast and meet me at the vacant shop on East 5th Street, west of the bar and on the same block. It is just north of the theatre.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7274745,-73.9898768],"key":7561,"region":"Manhattan","rvs_start_point":[40.7318091,-73.9948567],"landmarks":{"end_point":[[40.7274745,-73.9898768],"vacant shop"],"start_point":[[40.7318091,-73.9948567],"pharmacy"],"main_pivot":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_2":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_5":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_6":[[40.7299192,-73.9905513],"51 Astor Place"],"main_pivot_7":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_8":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_9":[[40.7312379402,-73.994098828],"New York University"],"main_pivot_10":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_11":[[40.7299192,-73.9905513],"51 Astor Place"],"main_pivot_12":[[40.7299192,-73.9905513],"51 Astor Place"],"main_pivot_13":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_14":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_15":[[40.726821,-73.9899976],"theatre"],"near_pivot":[[40.726821,-73.9899976],"theatre"],"beyond_pivot":[[40.727163,-73.9890131],"bar"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.7289394,-73.9879103],"library"],"around_goal_pivot_3":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_4":[[40.7277031,-73.992251],"museum"],"around_goal_pivot_5":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_6":[[40.726572,-73.9914542],"7-Eleven"],"around_goal_pivot_7":[[40.7290353,-73.9890506],"two vacant shops"],"around_goal_pivot_8":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_9":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_10":[[40.7265656,-73.9925905],"gallery"]}} +{"rvs_sample_number":70,"content":"Go to the bar, I'll meet you there later, don't worry. It's the one on the end of Saint Marks place on the east end of it right before the park. To the south of it is a convenience shop.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7266479,-73.9832781],"key":7562,"region":"Manhattan","rvs_start_point":[40.7359828,-73.9959009],"landmarks":{"end_point":[[40.7266479,-73.9832781],"bar"],"start_point":[[40.7359828,-73.9959009],"bicycle parking"],"main_pivot":[[40.7288511,-73.987701846],"Ottendorfer Library"],"main_pivot_2":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_5":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_6":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_7":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_8":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_9":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_10":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_11":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_12":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_13":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_14":[[40.7306044,-73.9907862],"NoHo Historic District"],"main_pivot_15":[[40.7262821,-73.9835462],"convenience shop"],"near_pivot":[[40.7262821,-73.9835462],"convenience shop"],"beyond_pivot":[[40.725505,-73.9837463],"restaurant"],"around_goal_pivot_1":[[40.7243544,-73.9820812],"2 shelters"],"around_goal_pivot_2":[[40.7272306,-73.9805648],"library"],"around_goal_pivot_3":[[40.7268975,-73.9813718],"historic memorial"],"around_goal_pivot_4":[[40.7291605,-73.9832648],"park"],"around_goal_pivot_5":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_6":[[40.7263491,-73.9851793],"synagogue"],"around_goal_pivot_7":[[40.7282615,-73.9817169],"7-Eleven"],"around_goal_pivot_8":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_9":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_10":[[40.7283837,-73.9850797],"hotel"]}} +{"rvs_sample_number":22,"content":"Let's get something to eat at Northfork restaurant on the south side of Christopher street. It is the one by the corner and Scotch & Soda is on my east side. ","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7330868,-74.0057386],"key":7563,"region":"Manhattan","rvs_start_point":[40.7219182,-73.9965137],"landmarks":{"end_point":[[40.7330868,-74.0057386],"restaurant"],"start_point":[[40.7219182,-73.9965137],"restaurant"],"main_pivot":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_2":[[40.7218063469,-73.9962314223],"Desalvio Playground"],"main_pivot_3":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_4":[[40.7218063469,-73.9962314223],"Desalvio Playground"],"main_pivot_5":[[40.7218063469,-73.9962314223],"Desalvio Playground"],"main_pivot_6":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_7":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_8":[[40.72288,-73.9987505],"SoHo"],"main_pivot_9":[[40.7218063469,-73.9962314223],"Desalvio Playground"],"main_pivot_10":[[40.7218063469,-73.9962314223],"Desalvio Playground"],"main_pivot_11":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_12":[[40.72288,-73.9987505],"SoHo"],"main_pivot_13":[[40.72288,-73.9987505],"SoHo"],"main_pivot_14":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_15":[[40.7337954,-74.0064644],"cafe"],"near_pivot":[[40.7337954,-74.0064644],"cafe"],"beyond_pivot":[[40.7335693,-74.0036592],"place_of_worship"],"around_goal_pivot_1":[[40.732626,-74.007698],"public building"],"around_goal_pivot_2":[[40.7320975,-74.0045321],"arts centre"],"around_goal_pivot_3":[[40.7332291,-74.0026244],"bank"],"around_goal_pivot_4":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_5":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_6":[[40.7340416,-74.0054536],"police station"],"around_goal_pivot_7":[[40.7332332,-74.0026154],"atm"],"around_goal_pivot_8":[[40.7333291,-74.0069753],"parking entrance"],"around_goal_pivot_9":[[40.7345383,-74.0060005],"parking lot"],"around_goal_pivot_10":[[40.7327442,-74.0040018],"optician shop"]}} +{"rvs_sample_number":43,"content":"Meet me at the bicycle parking lot that's 2 blocks plus to the west of you and down on West 19th St. There is an AT&T store on the corner of the same block and across the street from where I am. There are four parking areas adjacent to one another in the middle of the block on the south side. I am in the eastern most one.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7421718,-73.9988946],"key":7564,"region":"Manhattan","rvs_start_point":[40.7415110563,-73.9881732536],"landmarks":{"end_point":[[40.7421718,-73.9988946],"bicycle parking"],"start_point":[[40.7415110563,-73.9881732536],"fast food restaurant"],"main_pivot":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_2":[[40.7416932,-73.9882554],"Madison Square Fountain"],"main_pivot_3":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_4":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_5":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_6":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_7":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_8":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_9":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_11":[[40.7412464,-73.9881754],"Roscoe Conkling"],"main_pivot_12":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_13":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_14":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_15":[[40.7415589,-73.9987993],"post office"],"near_pivot":[[40.7415589,-73.9987993],"post office"],"beyond_pivot":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_1":[[40.7400959,-73.9977377],"museum"],"around_goal_pivot_2":[[40.7446533,-73.9993815],"hotel"],"around_goal_pivot_3":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_4":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_5":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_6":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_7":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_8":[[40.7399925,-73.9983707],"Barneys New York"],"around_goal_pivot_9":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_10":[[40.7419763,-73.9968226],"charging station"]}} +{"rvs_sample_number":60,"content":"Meet me at the cinema on 3rd Avenue Northeast of you. It's one block north of the CB2 furniture store on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7618761,-73.9660651],"key":7565,"region":"Manhattan","rvs_start_point":[40.7469948,-73.9740131],"landmarks":{"end_point":[[40.7618761,-73.9660651],"cinema"],"start_point":[[40.7469948,-73.9740131],"restaurant"],"main_pivot":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_2":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_3":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_4":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_5":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_6":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_7":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_8":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_9":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_10":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_11":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_12":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_13":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_14":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_15":[[40.7624729,-73.9656461],"cafe"],"near_pivot":[[40.7624729,-73.9656461],"cafe"],"beyond_pivot":[[40.7624729,-73.9656461],"cafe"],"around_goal_pivot_1":[[40.7607611942,-73.9644662641],"park"],"around_goal_pivot_2":[[40.7614327,-73.9668873],"The Home Depot"],"around_goal_pivot_3":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_4":[[40.7609576,-73.9672447],"bicycle rental"],"around_goal_pivot_5":[[40.760572,-73.9665084],"pub"],"around_goal_pivot_6":[[40.7609298,-73.9668323],"clock"],"around_goal_pivot_7":[[40.7628343,-73.9654219],"dentist's office"],"around_goal_pivot_8":[[40.7610576,-73.967541],"post box"],"around_goal_pivot_9":[[40.7624958,-73.9665862],"parking lot"],"around_goal_pivot_10":[[40.7610579,-73.9667133],"furniture shop"]}} +{"rvs_sample_number":2,"content":"Meet me at the pizza restaurant a block north of the Alexis Bittar clothes shop. It's on the same side of the street on Columbus Avenue.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7832034,-73.974793],"key":7566,"region":"Manhattan","rvs_start_point":[40.7735648,-73.9716198],"landmarks":{"end_point":[[40.7832034,-73.974793],"restaurant"],"start_point":[[40.7735648,-73.9716198],"drinking water"],"main_pivot":[[40.7747533,-73.974118],"Daniel Webster"],"main_pivot_2":[[40.7800677,-73.9735255],"American Museum of Natural History"],"main_pivot_3":[[40.7747533,-73.974118],"Daniel Webster"],"main_pivot_4":[[40.7808519,-73.9728275],"Equestrian Statue of Theodore Roosevelt"],"main_pivot_5":[[40.779432,-73.973814],"New-York Historical Society"],"main_pivot_6":[[40.7800677,-73.9735255],"American Museum of Natural History"],"main_pivot_7":[[40.7747552,-73.9736695],"The Lake"],"main_pivot_8":[[40.7747533,-73.974118],"Daniel Webster"],"main_pivot_9":[[40.779432,-73.973814],"New-York Historical Society"],"main_pivot_10":[[40.7747533,-73.974118],"Daniel Webster"],"main_pivot_11":[[40.779432,-73.973814],"New-York Historical Society"],"main_pivot_12":[[40.7808519,-73.9728275],"Equestrian Statue of Theodore Roosevelt"],"main_pivot_13":[[40.7808519,-73.9728275],"Equestrian Statue of Theodore Roosevelt"],"main_pivot_14":[[40.7800677,-73.9735255],"American Museum of Natural History"],"main_pivot_15":[[40.7807766333,-73.9728385095],"park"],"near_pivot":[[40.7807766333,-73.9728385095],"park"],"around_goal_pivot_1":[[40.7800677,-73.9735255],"museum"],"around_goal_pivot_2":[[40.7825341,-73.975305],"clothes shop"],"around_goal_pivot_3":[[40.7822168,-73.9736523],"dog park"]}} +{"rvs_sample_number":16,"content":"Meet me at the noddle restaurant on East Broadway. If you can find Eastfield Inn & Suites. It is right next to it. There is a bridge nearby.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7136795,-73.9930124],"key":7567,"region":"Manhattan","rvs_start_point":[40.7146435554,-74.0003676785],"landmarks":{"end_point":[[40.7136795,-73.9930124],"restaurant"],"start_point":[[40.7146435554,-74.0003676785],"garden"],"main_pivot":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_2":[[40.7145166,-73.9991931],"Church of the Transfiguration"],"main_pivot_3":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_4":[[40.7147564,-74.0005769],"Louis J. Lefkowitz State Office Building"],"main_pivot_5":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_6":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_7":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_8":[[40.714163508,-74.0004838787],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_9":[[40.7145166,-73.9991931],"Church of the Transfiguration"],"main_pivot_10":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_11":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_12":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_13":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_14":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_15":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"near_pivot":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"beyond_pivot":[[40.7135573,-73.9922768],"place_of_worship"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.714621,-73.9933657],"museum"],"around_goal_pivot_3":[[40.7136599771,-73.9939336974],"bridge"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_6":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_7":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_8":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_9":[[40.7153978,-73.9947308],"clock"],"around_goal_pivot_10":[[40.7140617,-73.9915244],"studio"]}} +{"rvs_sample_number":206,"content":"Meet me at the restaurant southwest of you on West 16th Street. AT&T and a camera shop are on the block north of me.","rvs_path":"data\/geodata\/manhattan_samples_v47.gpkg","rvs_goal_point":[40.7387142,-73.9956231],"key":7568,"region":"Manhattan","rvs_start_point":[40.7446682,-73.98756],"landmarks":{"end_point":[[40.7387142,-73.9956231],"restaurant"],"start_point":[[40.7446682,-73.98756],"cafe"],"main_pivot":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_2":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_3":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_4":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_5":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_6":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_7":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_8":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_10":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_11":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_12":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_13":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_14":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_15":[[40.7392974,-73.9951993],"AT&T"],"near_pivot":[[40.7392974,-73.9951993],"AT&T"],"beyond_pivot":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_3":[[40.74,-73.9925],"historic district"],"around_goal_pivot_4":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_5":[[40.7378732,-73.9925156],"Lululemon"],"around_goal_pivot_6":[[40.7401382,-73.9946367],"Marshalls"],"around_goal_pivot_7":[[40.737117,-73.9967401],"Urban Outfitters"],"around_goal_pivot_8":[[40.7396953,-73.9962371],"west elm"],"around_goal_pivot_9":[[40.7381122,-73.9922976],"Gap"],"around_goal_pivot_10":[[40.7372313,-73.9947831],"Rent the Runway"]}} +{"rvs_sample_number":330,"content":"Meet me at the beauty shop on Broadway Alley. A sushi restaurant is to the east and 69th Regiment Armory is to the west. The beauty shop is at the south end of the alley on the east side.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7410003,-73.9821309],"key":7569,"region":"Manhattan","rvs_start_point":[40.7532016,-73.9779874],"landmarks":{"end_point":[[40.7410003,-73.9821309],"beauty shop"],"start_point":[[40.7532016,-73.9779874],"bicycle rental"],"main_pivot":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_2":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_3":[[40.7413816,-73.9835458],"69th Regiment Armory"],"main_pivot_4":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_5":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_6":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_7":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_8":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_9":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_10":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_11":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_12":[[40.7413816,-73.9835458],"69th Regiment Armory"],"main_pivot_13":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_14":[[40.7523048745,-73.978399871],"One Grand Central Place"],"main_pivot_15":[[40.7417135,-73.9825386],"theatre"],"near_pivot":[[40.7417135,-73.9825386],"theatre"],"beyond_pivot":[[40.7406194,-73.9812508],"restaurant"],"around_goal_pivot_1":[[40.7398144,-73.9850793],"two fast food restaurants"],"around_goal_pivot_2":[[40.7396063,-73.983136],"post office"],"around_goal_pivot_3":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_4":[[40.7383463,-73.9824559],"clinic"],"around_goal_pivot_5":[[40.7387002,-73.9826486],"two bicycle parkings"],"around_goal_pivot_6":[[40.7422794,-73.9799678],"True Value"],"around_goal_pivot_7":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_8":[[40.7407863,-73.984875],"SpringHill Suites"],"around_goal_pivot_9":[[40.7422842,-73.9803953],"T-Mobile"],"around_goal_pivot_10":[[40.7420191,-73.9805597],"7-Eleven"]}} +{"rvs_sample_number":314,"content":"If you go east as the crow flies for a long time until you get to the Hotel Wolcott, you'll find me at the jewelry shop on the same block, but on the side that faces Broadway. \r\n","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7470108,-73.9882345],"key":7570,"region":"Manhattan","rvs_start_point":[40.7441692,-73.9716804],"landmarks":{"end_point":[[40.7470108,-73.9882345],"jewelry shop"],"start_point":[[40.7441692,-73.9716804],"restaurant"],"main_pivot":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_2":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_3":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_4":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_5":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_6":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_7":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_8":[[40.7432459232,-73.9737004539],"NYU Langone Medical Center"],"main_pivot_9":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_10":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_11":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_12":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_13":[[40.7436707,-73.9750686],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_14":[[40.7432459232,-73.9737004539],"NYU Langone Medical Center"],"main_pivot_15":[[40.7470496,-73.9875285],"Hyatt"],"near_pivot":[[40.7470496,-73.9875285],"Hyatt"],"around_goal_pivot_1":[[40.7482564558,-73.9878903918],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.748646,-73.9888224],"mall"],"around_goal_pivot_3":[[40.7483922,-73.9882386],"square"],"around_goal_pivot_4":[[40.7481017,-73.9861055],"post office"],"around_goal_pivot_5":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_6":[[40.7493062,-73.9883682],"atm"],"around_goal_pivot_9":[[40.7462925,-73.9905337],"Hyatt House"],"around_goal_pivot_10":[[40.749392,-73.9898746],"Victoria's Secret"]}} +{"rvs_sample_number":152,"content":"Head directly south down Broadway. You will travel about 12 blocks, and the destination - the cafe, is on your right just before the bank.","rvs_path":"data\/geodata\/manhattan_samples_v20.gpkg","rvs_goal_point":[40.771384,-73.9824717],"key":7571,"region":"Manhattan","rvs_start_point":[40.7820463,-73.9812734],"landmarks":{"end_point":[[40.771384,-73.9824717],"cafe"],"start_point":[[40.7820463,-73.9812734],"dry cleaning shop"],"main_pivot":[[40.7793418,-73.982159],"Bolton's"],"main_pivot_2":[[40.7747198559,-73.9819259404],"The Park Millennium"],"main_pivot_3":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_4":[[40.774148,-73.9824146],"Newsstand"],"main_pivot_5":[[40.7778959,-73.9825105],"McDonald's"],"main_pivot_6":[[40.7732974,-73.9825091],"Credit Suisse Information Grandstand"],"main_pivot_7":[[40.7777547,-73.9826132],"Starbucks"],"main_pivot_8":[[40.7812598,-73.9815522],"Lululemon"],"main_pivot_9":[[40.7785925,-73.9822755],"Trader Joe's"],"main_pivot_10":[[40.7719154,-73.9829381],"taxi stand"],"near_pivot":[[40.7719154,-73.9829381],"taxi stand"],"around_goal_pivot_1":[[40.7719758,-73.9832332],"theatre"],"around_goal_pivot_2":[[40.772191,-73.9824737],"waste basket"],"around_goal_pivot_4":[[40.7713527,-73.9842848],"2 bicycle parkings"],"around_goal_pivot_5":[[40.7705656,-73.9824419],"bank"],"around_goal_pivot_6":[[40.7720849,-73.9813978],"restaurant"],"around_goal_pivot_7":[[40.7710365,-73.9836062],"telephone"]}} +{"rvs_sample_number":139,"content":"We can meet at the T-Mobile on West 57th Street. It's many blocks southeast of you. There is a Baptist place of worship on the same block, and across the street is an arts centre. ","rvs_path":"data\/geodata\/manhattan_samples_v57.gpkg","rvs_goal_point":[40.7654723,-73.9794836],"key":7572,"region":"Manhattan","rvs_start_point":[40.7781629,-73.9823319],"landmarks":{"end_point":[[40.7654723,-73.9794836],"T-Mobile"],"start_point":[[40.7781629,-73.9823319],"car shop"],"main_pivot":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_2":[[40.773023,-73.9823991],"Lincoln Center for the Performing Arts"],"main_pivot_3":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_4":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_5":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_6":[[40.7685324,-73.9827663],"Masa"],"main_pivot_7":[[40.77731,-73.982318],"Sherman Square"],"main_pivot_8":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_9":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_10":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_11":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_12":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_13":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_14":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_15":[[40.7653376,-73.9799725],"arts centre"],"near_pivot":[[40.7653376,-73.9799725],"arts centre"],"beyond_pivot":[[40.7651127,-73.9786911],"place_of_worship"],"around_goal_pivot_1":[[40.7642457,-73.9793116],"theatre"],"around_goal_pivot_2":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_3":[[40.7652419,-73.9763071],"The Ritz-Carlton"],"around_goal_pivot_5":[[40.7674787,-73.9818292],"museum"],"around_goal_pivot_6":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_7":[[40.7633611,-73.9776464],"atm"],"around_goal_pivot_8":[[40.7672906,-73.9814579],"ice cream"],"around_goal_pivot_9":[[40.766461,-73.9815889],"Nordstrom"],"around_goal_pivot_10":[[40.7645995752,-73.9785918225],"Le M\u00e9ridien"]}} +{"rvs_sample_number":237,"content":"We are staying at that \"The standard\" hotel, it's the one on the north side of East 5th street, where it ends in the east villiage. There is a museum just to the east of it in the same block. To it's north is a Greek Christian church.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.727834,-73.9907398],"key":7573,"region":"Manhattan","rvs_start_point":[40.7214439,-73.9992568],"landmarks":{"end_point":[[40.727834,-73.9907398],"hotel"],"start_point":[[40.7214439,-73.9992568],"bicycle parking"],"main_pivot":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_2":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_3":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_4":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_5":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_6":[[40.7248962,-73.9953083],"Puck Building"],"main_pivot_7":[[40.72288,-73.9987505],"SoHo"],"main_pivot_8":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_9":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_10":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_11":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_12":[[40.7248962,-73.9953083],"Puck Building"],"main_pivot_13":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_14":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_15":[[40.7276024,-73.9899607],"museum"],"near_pivot":[[40.7276024,-73.9899607],"museum"],"beyond_pivot":[[40.7283157,-73.9899801],"place_of_worship"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.726309,-73.9881509],"2 benches"],"around_goal_pivot_3":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_4":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_5":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_6":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_7":[[40.7298359,-73.992872],"Lids"],"around_goal_pivot_8":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_9":[[40.7262424,-73.9880128],"two benches"],"around_goal_pivot_10":[[40.7272833,-73.9917095],"Crunch Fitness"]}} +{"rvs_sample_number":26,"content":"Meet me at the Noho women's clothing store on Bond Street which is a very short street (2 blocks long) and it's about 5 blocks north from you and 3 blocks west. There's a cinema 2 blocks east on the same street but it has turned into a different street at that point.","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7258619,-73.9928614],"key":7574,"region":"Manhattan","rvs_start_point":[40.7181095,-73.9896166],"landmarks":{"end_point":[[40.7258619,-73.9928614],"clothes shop"],"start_point":[[40.7181095,-73.9896166],"bakery shop"],"main_pivot":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_2":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_3":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_6":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_7":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_8":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_9":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_10":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_11":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_12":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_13":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_14":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_15":[[40.7255007,-73.9937026],"clinic"],"near_pivot":[[40.7255007,-73.9937026],"clinic"],"beyond_pivot":[[40.7258874,-73.9942403],"theatre"],"around_goal_pivot_1":[[40.7268488,-73.9925249],"fire station"],"around_goal_pivot_2":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_3":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_4":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_5":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_6":[[40.7258353,-73.9961321],"Best Buy"],"around_goal_pivot_7":[[40.725998,-73.99596],"Urban Outfitters"],"around_goal_pivot_8":[[40.7248315,-73.9952195],"REI"],"around_goal_pivot_9":[[40.7251667,-73.9949004],"Bank of America"],"around_goal_pivot_10":[[40.7280692,-73.9947451],"GameStop"]}} +{"rvs_sample_number":220,"content":"You can find me northeast of you on the east side of the park where east 72nd street begins. It's a recycling bin about a block north of the museum, and west of ralph lauren.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7724277,-73.9672378],"key":7575,"region":"Manhattan","rvs_start_point":[40.768984,-73.9826863],"landmarks":{"end_point":[[40.7724277,-73.9672378],"recycling"],"start_point":[[40.768984,-73.9826863],"sports shop"],"main_pivot":[[40.7727282,-73.9722858],"Victor Herbert"],"main_pivot_2":[[40.7683167,-73.9817309],"Columbus Circle"],"main_pivot_3":[[40.7727282,-73.9722858],"Victor Herbert"],"main_pivot_4":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_5":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_6":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_7":[[40.7719246,-73.9793097],"Holy Trinity Lutheran Church"],"main_pivot_8":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_9":[[40.7728773,-73.9718893],"Ludwig van Beethoven"],"main_pivot_10":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_11":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_12":[[40.7730089,-73.9766942],"Giuseppe Mazzini"],"main_pivot_13":[[40.7727282,-73.9722858],"Victor Herbert"],"main_pivot_14":[[40.7720549,-73.9773235],"Tavern on the Green"],"main_pivot_15":[[40.7716336,-73.9674367],"museum"],"near_pivot":[[40.7716336,-73.9674367],"museum"],"around_goal_pivot_1":[[40.7734687,-73.9639632],"museum"],"around_goal_pivot_2":[[40.7736398,-73.9674872],"water"],"around_goal_pivot_3":[[40.7722883,-73.9697205],"theatre"],"around_goal_pivot_4":[[40.7700521,-73.965721],"gallery"],"around_goal_pivot_5":[[40.7733779,-73.9644617],"Apple Store"],"around_goal_pivot_6":[[40.7702962,-73.9663107],"Prada"],"around_goal_pivot_7":[[40.7711887,-73.9642282],"bicycle rental"],"around_goal_pivot_8":[[40.773329,-73.9656246],"attraction"],"around_goal_pivot_9":[[40.7704866,-73.9665929],"telephone"],"around_goal_pivot_10":[[40.7716285,-73.9657301],"cafe"]}} +{"rvs_sample_number":379,"content":"Meet me on W. 35th St. There is a Macy's west of me. I'm at the second restaurant on the block from the west part. I'm on the north side of the street. There is a university building on my east-south. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7501946,-73.9863355],"key":7576,"region":"Manhattan","rvs_start_point":[40.7572096,-73.9796145],"landmarks":{"end_point":[[40.7501946,-73.9863355],"restaurant"],"start_point":[[40.7572096,-73.9796145],"jewelry shop"],"main_pivot":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_2":[[40.7581599,-73.9818933],"News Corp. Building"],"main_pivot_3":[[40.7581599,-73.9818933],"News Corp. Building"],"main_pivot_4":[[40.7565668,-73.9836275],"Belasco Theatre"],"main_pivot_5":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_6":[[40.7572106,-73.9821309],"1166 Avenue of the Americas"],"main_pivot_7":[[40.7559522,-73.9824888],"Algonquin Hotel"],"main_pivot_8":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_9":[[40.7505882283,-73.9879719274],"Macy's"],"main_pivot_10":[[40.7572106,-73.9821309],"1166 Avenue of the Americas"],"main_pivot_11":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_12":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_13":[[40.7551169,-73.98478],"Midtown"],"main_pivot_14":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_15":[[40.7504471908,-73.9874161248],"square"],"near_pivot":[[40.7504471908,-73.9874161248],"square"],"beyond_pivot":[[40.7490968,-73.9857462],"Zumiez"],"around_goal_pivot_1":[[40.7485381427,-73.9842818793],"university"],"around_goal_pivot_2":[[40.7505882283,-73.9879719274],"Macy's"],"around_goal_pivot_3":[[40.7484311,-73.9856903],"fourteen towers"],"around_goal_pivot_5":[[40.7484343,-73.9856963],"thirteen towers"],"around_goal_pivot_6":[[40.7487502,-73.9875963],"Curio Collection by Hilton"],"around_goal_pivot_7":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_8":[[40.7522346,-73.9879101],"church"],"around_goal_pivot_10":[[40.750134,-73.9880993],"Sunglass Hut"]}} +{"rvs_sample_number":18,"content":"Go straight south on the street you are on. Turn right on East 34th, walk past Duane Reade pharmacy and turn left on the next intersection. Meet me at the parking entrance on the same block with school. It is close to Lucky Cleaners.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.746057,-73.9801221],"key":7577,"region":"Manhattan","rvs_start_point":[40.7523493,-73.9724178],"landmarks":{"end_point":[[40.746057,-73.9801221],"parking entrance"],"start_point":[[40.7523493,-73.9724178],"bicycle parking"],"main_pivot":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_2":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_3":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_4":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_5":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_6":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_7":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_8":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_9":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_10":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_11":[[40.7502405,-73.9750368],"Socony-Mobil Building"],"main_pivot_12":[[40.7502405,-73.9750368],"Socony-Mobil Building"],"main_pivot_13":[[40.7502405,-73.9750368],"Socony-Mobil Building"],"main_pivot_14":[[40.7502405,-73.9750368],"Socony-Mobil Building"],"main_pivot_15":[[40.7462177,-73.9809816],"school"],"near_pivot":[[40.7462177,-73.9809816],"school"],"beyond_pivot":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_1":[[40.7459732,-73.9817628],"bank"],"around_goal_pivot_2":[[40.7453945,-73.9790862],"two restaurants"],"around_goal_pivot_3":[[40.7462165,-73.9789177],"pharmacy"],"around_goal_pivot_4":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_5":[[40.7457121,-73.9819483],"bicycle rental"],"around_goal_pivot_6":[[40.7471957,-73.9812647],"attraction"],"around_goal_pivot_7":[[40.7454511,-73.9792109],"fortune teller"],"around_goal_pivot_8":[[40.7446538,-73.9801757],"doctor's office"],"around_goal_pivot_9":[[40.7453834,-73.9796596],"car rental"],"around_goal_pivot_10":[[40.7453045,-73.9813962],"social facility"]}} +{"rvs_sample_number":52,"content":"Meet me at the restaurant on Albany street. It is the only restaurant on the block and you will see a church on the next block, northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7096953,-74.0140694],"key":7578,"region":"Manhattan","rvs_start_point":[40.7120615991,-74.0073789848],"landmarks":{"end_point":[[40.7096953,-74.0140694],"restaurant"],"start_point":[[40.7120615991,-74.0073789848],"garden"],"main_pivot":[[40.708666,-74.0107741],"Equitable Building"],"main_pivot_2":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_3":[[40.7103502,-74.009359],"Corbin Building"],"main_pivot_4":[[40.7092862,-74.0129064],"125 Greenwich Street"],"main_pivot_5":[[40.7112578801,-74.0089468339],"Saint Paul's Chapel"],"main_pivot_6":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_7":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_8":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_9":[[40.7087770353,-74.0103513551],"Marine Midland Building"],"main_pivot_10":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_11":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_12":[[40.7109899,-74.0100254],"Millenium Hilton"],"main_pivot_13":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_14":[[40.7109899,-74.0100254],"Millenium Hilton"],"main_pivot_15":[[40.7100218,-74.013147],"church"],"near_pivot":[[40.7100218,-74.013147],"church"],"beyond_pivot":[[40.7097281,-74.0151738],"park"],"around_goal_pivot_1":[[40.7118091,-74.0137054],"3 gardens"],"around_goal_pivot_2":[[40.7082938,-74.0123324],"church"],"around_goal_pivot_3":[[40.7103681,-74.0128545],"two benches"],"around_goal_pivot_4":[[40.7102699,-74.0127709],"historic memorial"],"around_goal_pivot_5":[[40.7112293,-74.0109068],"train station"],"around_goal_pivot_6":[[40.7113137,-74.0134871],"7 benches"],"around_goal_pivot_7":[[40.7114924,-74.0133795],"five benches"],"around_goal_pivot_8":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_9":[[40.7121643,-74.0150269],"pharmacy"],"around_goal_pivot_10":[[40.7083095,-74.013925],"Holiday Inn"]}} +{"rvs_sample_number":154,"content":"I'm sitting on a bench looking west at the water. You should head northwest. I'm north west of a museum and 2 fountains. You should pass the toilets on your way.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7063681,-74.0190218],"key":7579,"region":"Manhattan","rvs_start_point":[40.7022846,-74.0165224],"landmarks":{"end_point":[[40.7063681,-74.0190218],"bench"],"start_point":[[40.7022846,-74.0165224],"bench"],"main_pivot":[[40.7033103,-74.0170734],"Castle Clinton"],"main_pivot_2":[[40.7054843,-74.0177446],"Millennium Point"],"main_pivot_3":[[40.7057229,-74.0177051],"Skyscraper Museum"],"main_pivot_4":[[40.7057229,-74.0177051],"Skyscraper Museum"],"main_pivot_5":[[40.7033103,-74.0170734],"Castle Clinton"],"main_pivot_6":[[40.7054843,-74.0177446],"Millennium Point"],"main_pivot_7":[[40.7033103,-74.0170734],"Castle Clinton"],"main_pivot_8":[[40.7054843,-74.0177446],"Millennium Point"],"main_pivot_9":[[40.7054843,-74.0177446],"Millennium Point"],"main_pivot_10":[[40.7057229,-74.0177051],"Skyscraper Museum"],"main_pivot_11":[[40.7033103,-74.0170734],"Castle Clinton"],"main_pivot_12":[[40.7057229,-74.0177051],"Skyscraper Museum"],"main_pivot_13":[[40.7033103,-74.0170734],"Castle Clinton"],"main_pivot_14":[[40.7054843,-74.0177446],"Millennium Point"],"main_pivot_15":[[40.7059102,-74.0182242],"2 fountains"],"near_pivot":[[40.7059102,-74.0182242],"2 fountains"],"beyond_pivot":[[40.7068884,-74.0185311],"viewpoint"],"around_goal_pivot_1":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_2":[[40.7048588,-74.0176596],"3 benches"],"around_goal_pivot_3":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_8":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_9":[[40.7077128,-74.0175815],"5 benches"],"around_goal_pivot_10":[[40.7048289,-74.017931],"7 gardens"]}} +{"rvs_sample_number":356,"content":"Let's meet at that bank of America that has a good loan rate. It's right on East 4th street. Catty corner there is a City Bike. In the same block to the east is a Rite Aid Pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7262181,-73.9891844],"key":7580,"region":"Manhattan","rvs_start_point":[40.7152139594,-73.9993672147],"landmarks":{"end_point":[[40.7262181,-73.9891844],"bank"],"start_point":[[40.7152139594,-73.9993672147],"hotel"],"main_pivot":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_2":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_3":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_4":[[40.7146951,-73.9992196],"Church of the Transfiguration"],"main_pivot_5":[[40.7153887692,-73.9996587513],"Columbus Park"],"main_pivot_6":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_7":[[40.7205137,-73.9932198],"Bowery ballroom"],"main_pivot_8":[[40.7153887692,-73.9996587513],"Columbus Park"],"main_pivot_9":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.7153887692,-73.9996587513],"Columbus Park"],"main_pivot_12":[[40.7146951,-73.9992196],"Church of the Transfiguration"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.7146951,-73.9992196],"Church of the Transfiguration"],"main_pivot_15":[[40.7262807,-73.9897804],"bicycle rental"],"near_pivot":[[40.7262807,-73.9897804],"bicycle rental"],"beyond_pivot":[[40.725748,-73.9872695],"pharmacy"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_3":[[40.7282432,-73.9877201],"theatre"],"around_goal_pivot_4":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_5":[[40.7268739,-73.986116],"two restaurants"],"around_goal_pivot_6":[[40.7275046,-73.9897259],"museum"],"around_goal_pivot_7":[[40.7249291,-73.9920604],"bank"],"around_goal_pivot_8":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_9":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_10":[[40.726572,-73.9914542],"7-Eleven"]}} +{"rvs_sample_number":361,"content":"Let's meet up at the church on broome street It's the catholic church called san lorenzo ruiz on the north side of the street. There is an attraction on the block south of it.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7205549198,-73.9963035493],"key":7581,"region":"Manhattan","rvs_start_point":[40.7146071,-73.9924298],"landmarks":{"end_point":[[40.7205549198,-73.9963035493],"church"],"start_point":[[40.7146071,-73.9924298],"cafe"],"main_pivot":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_2":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_5":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_6":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_7":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_8":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_9":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_12":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_15":[[40.720047,-73.9966419],"attraction"],"near_pivot":[[40.720047,-73.9966419],"attraction"],"beyond_pivot":[[40.7215606,-73.9963288],"park"],"around_goal_pivot_1":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_2":[[40.7205408,-73.9975421],"historic building"],"around_goal_pivot_3":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_4":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_5":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_6":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_7":[[40.7226575,-73.9977783],"Aerie"],"around_goal_pivot_8":[[40.7220702,-73.9985865],"Bloomingdale's"],"around_goal_pivot_9":[[40.7181254,-73.9976025],"attraction"],"around_goal_pivot_10":[[40.7184993,-73.9940787],"language school"]}} +{"rvs_sample_number":370,"content":"Let's have lunch at the hooter on the north sideo f west 56th street. It's on the block north of the hotel and west of the arts centre.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7654347,-73.9813709],"key":7582,"region":"Manhattan","rvs_start_point":[40.7621602,-73.9901271],"landmarks":{"end_point":[[40.7654347,-73.9813709],"restaurant"],"start_point":[[40.7621602,-73.9901271],"restaurant"],"main_pivot":[[40.7638942,-73.9843127],"Aro"],"main_pivot_2":[[40.7632149737,-73.9898872515],"High School of Graphic Communication Arts"],"main_pivot_3":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_4":[[40.7662295,-73.9834623],"Hearst Tower"],"main_pivot_5":[[40.7632149737,-73.9898872515],"High School of Graphic Communication Arts"],"main_pivot_6":[[40.7619941,-73.9871347],"One Worldwide Plaza"],"main_pivot_7":[[40.7638942,-73.9843127],"Aro"],"main_pivot_8":[[40.7638942,-73.9843127],"Aro"],"main_pivot_9":[[40.7619941,-73.9871347],"One Worldwide Plaza"],"main_pivot_10":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_11":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_12":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_13":[[40.7644543848,-73.9838017555],"Studio 54"],"main_pivot_14":[[40.7617434,-73.9857789],"Saint Malachy Church"],"main_pivot_15":[[40.7650712,-73.9812887],"hotel"],"near_pivot":[[40.7650712,-73.9812887],"hotel"],"beyond_pivot":[[40.7650918,-73.9805946],"restaurant"],"around_goal_pivot_1":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_2":[[40.764854,-73.9803275],"arts centre"],"around_goal_pivot_3":[[40.7628158,-73.9817681],"Sheraton"],"around_goal_pivot_4":[[40.7660741,-73.9790188],"JW Marriott"],"around_goal_pivot_5":[[40.7672627,-73.9818612],"museum"],"around_goal_pivot_6":[[40.7673053,-73.9837866],"clinic"],"around_goal_pivot_7":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_8":[[40.7672906,-73.9814579],"ice cream"],"around_goal_pivot_9":[[40.7678151,-73.9828613],"Sephora"],"around_goal_pivot_10":[[40.7672133,-73.9835837],"European Wax Center"]}} +{"rvs_sample_number":442,"content":"Meet me at bicycle parking. Go west and slightly north until you reach East 16th Street. Go to the block with Avaaz in it. The meeting location is in that same block, all the way at the opposite end of Avaaz. So it\u2019s in the northwest corner. It\u2019s the bicycle parking that\u2019s right in the corner. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7371995,-73.9925292],"key":7583,"region":"Manhattan","rvs_start_point":[40.7309309658,-73.9759126059],"landmarks":{"end_point":[[40.7371995,-73.9925292],"bicycle parking"],"start_point":[[40.7309309658,-73.9759126059],"parking space"],"main_pivot":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_2":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_3":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_4":[[40.736405,-73.9884292],"W Hotels"],"main_pivot_5":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_6":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_7":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_8":[[40.736405,-73.9884292],"W Hotels"],"main_pivot_9":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_10":[[40.7344933,-73.9849316],"St. George's Church"],"main_pivot_11":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_12":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_13":[[40.736405,-73.9884292],"W Hotels"],"main_pivot_14":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_15":[[40.7373822,-73.9923352],"Anthropologie"],"near_pivot":[[40.7373822,-73.9923352],"Anthropologie"],"around_goal_pivot_1":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_2":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_3":[[40.7365818167,-73.9906788679],"park"],"around_goal_pivot_4":[[40.7391319,-73.9946826],"3 clinics"],"around_goal_pivot_5":[[40.7391005,-73.9946765],"2 clinics"],"around_goal_pivot_6":[[40.7391225,-73.9947326],"two clinics"],"around_goal_pivot_7":[[40.7385891,-73.9896994],"cinema"],"around_goal_pivot_8":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_9":[[40.735574,-73.9941308],"two universities"],"around_goal_pivot_10":[[40.735602,-73.9916228],"Staples"]}} +{"rvs_sample_number":77,"content":"Meet me just a few blocks northeast of your location. I'm at the restaurant on West 8th Street, middle of the block, east of See's Candies and northwest of the college.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7331823535,-73.9980183561],"key":7584,"region":"Manhattan","rvs_start_point":[40.7318932,-74.0011654],"landmarks":{"end_point":[[40.7331823535,-73.9980183561],"restaurant"],"start_point":[[40.7318932,-74.0011654],"bicycle parking"],"main_pivot":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_4":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_5":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_6":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_7":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_8":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_9":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_10":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_11":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_12":[[40.7324563,-74.000609],"St. Joseph's Church"],"main_pivot_13":[[40.731576,-74.0008568],"West Fourth Street Courts"],"main_pivot_14":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_15":[[40.7327109,-73.999944],"university"],"near_pivot":[[40.7327109,-73.999944],"university"],"beyond_pivot":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_1":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_2":[[40.7343962,-73.9992053],"library"],"around_goal_pivot_3":[[40.7311241,-73.9980065],"historic memorial"],"around_goal_pivot_4":[[40.7343582,-73.9993432],"2 benches"],"around_goal_pivot_5":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_6":[[40.7333521,-73.9992007],"See's Candies"],"around_goal_pivot_7":[[40.7339589,-74.0000309],"bar"],"around_goal_pivot_8":[[40.7343224,-74.0002781],"fire station"],"around_goal_pivot_10":[[40.7308424,-73.9984455],"toilets"]}} +{"rvs_sample_number":34,"content":"Let\u2019s meet at the fitness centre. Head southwest until you get to a block with both a book shop and a historic memorial. The fitness centre is in the block just north of this, on the north side of West 26th Street in the middle of the block between 2 restaurants and just barely above bicycle parking. ","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7443775,-73.9901207],"key":7585,"region":"Manhattan","rvs_start_point":[40.7498651,-73.9769986],"landmarks":{"end_point":[[40.7443775,-73.9901207],"fitness centre"],"start_point":[[40.7498651,-73.9769986],"fast food restaurant"],"main_pivot":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_2":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_3":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_4":[[40.7450253,-73.9856205],"Church of the Transfiguration"],"main_pivot_5":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_6":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_7":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_8":[[40.7450253,-73.9856205],"Church of the Transfiguration"],"main_pivot_9":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_10":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_11":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_12":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_13":[[40.7480524,-73.9783719],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_14":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_15":[[40.7435528,-73.9901189],"historic memorial"],"near_pivot":[[40.7435528,-73.9901189],"historic memorial"],"beyond_pivot":[[40.7446867,-73.9908292],"restaurant"],"around_goal_pivot_1":[[40.7435762,-73.9892435],"books shop"],"around_goal_pivot_2":[[40.7427538,-73.9889603],"historic memorial"],"around_goal_pivot_3":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_4":[[40.7422994,-73.9909359],"clinic"],"around_goal_pivot_5":[[40.7465182,-73.9883102],"two jewelry shops"],"around_goal_pivot_6":[[40.7437401,-73.9919511],"European Wax Center"],"around_goal_pivot_7":[[40.7425057,-73.9894157],"PetSmart"],"around_goal_pivot_8":[[40.7468623,-73.9913548],"DoubleTree"],"around_goal_pivot_9":[[40.7420892,-73.9913539],"The Home Depot"],"around_goal_pivot_10":[[40.7461776,-73.9906132],"Hyatt House"]}} +{"rvs_sample_number":229,"content":"If you go southwest, you'll pass by madewell in Soho, and you should keep going about 2 more blocks. I'll be on the west side of Mercer street, a block west of the dunkin' donuts, at the Oak & Wood clothes shop.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.72035,-74.0023196],"key":7586,"region":"Manhattan","rvs_start_point":[40.7332774,-73.9935627],"landmarks":{"end_point":[[40.72035,-74.0023196],"clothes shop"],"start_point":[[40.7332774,-73.9935627],"deli shop"],"main_pivot":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_2":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_3":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_4":[[40.7263113352,-73.9982236429],"New York University"],"main_pivot_5":[[40.7296795,-73.9965869],"Washington Square Park"],"main_pivot_6":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_7":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_8":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_9":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_10":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_11":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_12":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_13":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_14":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_15":[[40.7197797,-74.0021409],"fast food restaurant"],"near_pivot":[[40.7197797,-74.0021409],"fast food restaurant"],"beyond_pivot":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_1":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_2":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_3":[[40.721629,-73.9998023],"Madewell"],"around_goal_pivot_4":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_5":[[40.7213025,-74.004914],"two fast food restaurants"],"around_goal_pivot_6":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_7":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_8":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_9":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_10":[[40.7208098,-74.004187],"Planet Fitness"]}} +{"rvs_sample_number":51,"content":"I am waiting by the south side of Water street at PenFed Credit union bank. It is by the west corner and on the same block with 2 gardens. ","rvs_path":"data\/geodata\/manhattan_samples_v96.gpkg","rvs_goal_point":[40.7033473,-74.0097294],"key":7587,"region":"Manhattan","rvs_start_point":[40.7053939,-74.0190909],"landmarks":{"end_point":[[40.7033473,-74.0097294],"bank"],"start_point":[[40.7053939,-74.0190909],"bench"],"main_pivot":[[40.7051144,-74.0132487],"26 Broadway"],"main_pivot_2":[[40.705009,-74.0140855],"Bowling Green Building"],"main_pivot_3":[[40.7057316,-74.01896],"Museum of Jewish Heritage"],"main_pivot_4":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_5":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_6":[[40.7041246,-74.0130785],"2 Broadway"],"main_pivot_7":[[40.7047203,-74.0136775],"Bowling Green"],"main_pivot_8":[[40.7047203,-74.0136775],"Bowling Green"],"main_pivot_9":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_10":[[40.705009,-74.0140855],"Bowling Green Building"],"main_pivot_11":[[40.7041246,-74.0130785],"2 Broadway"],"main_pivot_12":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_13":[[40.7051144,-74.0132487],"26 Broadway"],"main_pivot_14":[[40.7047203,-74.0136775],"Bowling Green"],"main_pivot_15":[[40.7030817,-74.0086675],"2 gardens"],"near_pivot":[[40.7030817,-74.0086675],"2 gardens"],"beyond_pivot":[[40.7046071,-74.0091159],"cafe"],"around_goal_pivot_1":[[40.7033867,-74.0113536],"museum"],"around_goal_pivot_2":[[40.7037562,-74.0084749],"3 benches"],"around_goal_pivot_3":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_4":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_5":[[40.703748,-74.008459],"2 fountains"],"around_goal_pivot_6":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_7":[[40.7040673,-74.01052],"two fast food restaurants"],"around_goal_pivot_8":[[40.7037629,-74.0122621],"DoubleTree"],"around_goal_pivot_9":[[40.7031149,-74.0084781],"3 benches"],"around_goal_pivot_10":[[40.7032278,-74.0122031],"Hampton"]}} +{"rvs_sample_number":127,"content":"Meet me at the convenience shop on the east side Coenties Alley. You should probably know that this street is very short. For reference, if you look for the museum and the district, those are south west of where I am currently at. The shop is kind of tiny, but it's in the very south west corner of it's block. It's right next to a restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7039509,-74.0104369],"key":7588,"region":"Manhattan","rvs_start_point":[40.7193657,-74.0101335],"landmarks":{"end_point":[[40.7039509,-74.0104369],"convenience shop"],"start_point":[[40.7193657,-74.0101335],"bicycle parking"],"main_pivot":[[40.7119686717,-74.0120991716],"National September 11 Memorial & Museum"],"main_pivot_2":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_3":[[40.7063713,-74.0091958],"Museum of American Finance"],"main_pivot_4":[[40.7063713,-74.0091958],"Museum of American Finance"],"main_pivot_5":[[40.7123967,-74.0120064],"Performing Arts Center at the World Trade Center"],"main_pivot_6":[[40.7127698,-74.0114323],"Church Street Station Post Office"],"main_pivot_7":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_8":[[40.7068793,-74.0101041],"40 Wall Street"],"main_pivot_9":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_10":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_11":[[40.7072018,-74.0105797],"Federal Hall National Memorial"],"main_pivot_12":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_13":[[40.7053472,-74.0099236],"20 Exchange Place"],"main_pivot_14":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_15":[[40.7033867,-74.0113536],"museum"],"near_pivot":[[40.7033867,-74.0113536],"museum"],"beyond_pivot":[[40.7034359,-74.010973],"district"],"around_goal_pivot_1":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_2":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_3":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_4":[[40.7039493,-74.0122005],"DoubleTree"],"around_goal_pivot_5":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_6":[[40.7048979,-74.0127034],"Verizon Wireless"],"around_goal_pivot_7":[[40.7031452236,-74.0121645921],"Hampton"],"around_goal_pivot_8":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_9":[[40.7059955,-74.0111464],"Indochino"],"around_goal_pivot_10":[[40.7051991,-74.0076662],"hotel"]}} +{"rvs_sample_number":81,"content":"Let's go to the craft shop. It's on West 23rd street. Across the street is a hotel. Half block east is a Bicycle habitat. To the west, about a half block and across the street is a Cinema.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7447628,-73.996795],"key":7589,"region":"Manhattan","rvs_start_point":[40.7330342,-73.9863825],"landmarks":{"end_point":[[40.7447628,-73.996795],"craft shop"],"start_point":[[40.7330342,-73.9863825],"bicycle parking"],"main_pivot":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_2":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_3":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_4":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_5":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_6":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_7":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_8":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_9":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_10":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_11":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_12":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_13":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_14":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_15":[[40.7443742,-73.9968175],"hotel"],"near_pivot":[[40.7443742,-73.9968175],"hotel"],"beyond_pivot":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_1":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_2":[[40.746655,-73.9955868],"studio"],"around_goal_pivot_3":[[40.7461235,-73.9943645],"college"],"around_goal_pivot_4":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_5":[[40.7457538,-73.9947193],"Buy Buy Baby"],"around_goal_pivot_6":[[40.7444317,-73.9956514],"bicycle habitat"],"around_goal_pivot_7":[[40.7466555,-73.9972211],"7-Eleven"],"around_goal_pivot_8":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_9":[[40.7450411,-73.9952796],"Whole Foods Market"],"around_goal_pivot_10":[[40.7453993,-73.9944634],"Papyrus"]}} +{"rvs_sample_number":390,"content":"Meet me at the Chase ATM on the north side of East 79th Street. Southeast of the ATM is a library on the adjacent block across East 79th.","rvs_path":"data\/geodata\/manhattan_samples_v105.gpkg","rvs_goal_point":[40.7743561,-73.9569681],"key":7590,"region":"Manhattan","rvs_start_point":[40.7685703,-73.9634354],"landmarks":{"end_point":[[40.7743561,-73.9569681],"atm"],"start_point":[[40.7685703,-73.9634354],"bicycle parking"],"main_pivot":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_2":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_3":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_4":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_5":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_6":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_7":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_8":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_9":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_10":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_11":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_12":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_13":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_14":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_15":[[40.7737211426,-73.956402043],"library"],"near_pivot":[[40.7737211426,-73.956402043],"library"],"beyond_pivot":[[40.7737146862,-73.9563278561],"library"],"around_goal_pivot_1":[[40.7731071,-73.9603783],"hospital"],"around_goal_pivot_2":[[40.7722806,-73.9549444],"bakery shop"],"around_goal_pivot_3":[[40.7757636,-73.9584609],"historic building"],"around_goal_pivot_4":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_5":[[40.7731405,-73.9583584],"Fidelity"],"around_goal_pivot_6":[[40.7743094,-73.9591888],"Verizon Wireless"],"around_goal_pivot_7":[[40.774432,-73.959489],"FedEx Office"],"around_goal_pivot_8":[[40.7732118,-73.9542488],"charging station"],"around_goal_pivot_9":[[40.7735341,-73.9601007],"clock"],"around_goal_pivot_10":[[40.7750356,-73.958644],"clinic"]}} +{"rvs_sample_number":399,"content":"Meet me here at the small park on the north side of Water Street. It's southwest of you, and across the street to the south are two gardens and 3 gardens. A Hertz rental is about a block to the north. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7034567052,-74.0105482288],"key":7591,"region":"Manhattan","rvs_start_point":[40.7118604,-73.9967525],"landmarks":{"end_point":[[40.7034567052,-74.0105482288],"park"],"start_point":[[40.7118604,-73.9967525],"restaurant"],"main_pivot":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_2":[[40.7052611,-74.0083094],"New York Cocoa Exchange Building"],"main_pivot_3":[[40.7052611,-74.0083094],"New York Cocoa Exchange Building"],"main_pivot_4":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_5":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_6":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_7":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_8":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_9":[[40.7052611,-74.0083094],"New York Cocoa Exchange Building"],"main_pivot_10":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_11":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_12":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_13":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_14":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_15":[[40.7026941,-74.0099336],"two gardens"],"near_pivot":[[40.7026941,-74.0099336],"two gardens"],"beyond_pivot":[[40.7042693,-74.0104174],"district"],"around_goal_pivot_1":[[40.7014116,-74.0128461],"ferry terminal"],"around_goal_pivot_2":[[40.7031103,-74.0089445],"two gardens"],"around_goal_pivot_3":[[40.7040265,-74.0137472],"museum"],"around_goal_pivot_4":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_5":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_6":[[40.7025823,-74.0099171],"3 gardens"],"around_goal_pivot_7":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_8":[[40.7019877,-74.0132316],"five benches"],"around_goal_pivot_9":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_10":[[40.7048979,-74.0127034],"Verizon Wireless"]}} +{"rvs_sample_number":125,"content":"Meet me at the restaurant on West 42nd Street. It is on the same block as Ambassador Theatre and Across the street from the museum. If you divide the block into a west and east side, it is towards the middle of the west side.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7569552,-73.9887186],"key":7592,"region":"Manhattan","rvs_start_point":[40.7605289672,-73.9863938757],"landmarks":{"end_point":[[40.7569552,-73.9887186],"restaurant"],"start_point":[[40.7605289672,-73.9863938757],"hotel"],"main_pivot":[[40.7598619,-73.9885272],"St. Luke's Church"],"main_pivot_2":[[40.7571812,-73.9900333],"Port Authority Bus Terminal"],"main_pivot_3":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_4":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_5":[[40.7581922,-73.9882607],"St. James Theatre"],"main_pivot_6":[[40.7571812,-73.9900333],"Port Authority Bus Terminal"],"main_pivot_7":[[40.7604437,-73.9865237],"Samuel J. Friedman Theatre"],"main_pivot_8":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_9":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_10":[[40.7604437,-73.9865237],"Samuel J. Friedman Theatre"],"main_pivot_11":[[40.7603412919,-73.9861358937],"Longacre Theatre"],"main_pivot_12":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_13":[[40.7599025,-73.9865022],"The Hotel Edison NYC"],"main_pivot_14":[[40.7610436,-73.9859823],"Eugene O'Neill Theatre"],"main_pivot_15":[[40.7565067,-73.9884088],"museum"],"near_pivot":[[40.7565067,-73.9884088],"museum"],"beyond_pivot":[[40.7568353,-73.9877448],"theatre"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.758254,-73.9909049],"church"],"around_goal_pivot_3":[[40.7571812,-73.9900333],"bus station"],"around_goal_pivot_4":[[40.7589424,-73.9868945],"Mariott"],"around_goal_pivot_5":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_6":[[40.7595201,-73.9852179],"square"],"around_goal_pivot_7":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_8":[[40.7589841,-73.9908851],"playground"],"around_goal_pivot_9":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_10":[[40.7578457,-73.9916244],"post office"]}} +{"rvs_sample_number":218,"content":"Head east to 2nd Avenue and turn left onto it. Follow this street north all the way past an alcohol shop on the left. Your destination, the kitchen shop will soon be on the left. ","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7682931,-73.9589936],"key":7593,"region":"Manhattan","rvs_start_point":[40.7605829,-73.9647117],"landmarks":{"end_point":[[40.7682931,-73.9589936],"kitchen shop"],"start_point":[[40.7605829,-73.9647117],"carpet shop"],"main_pivot":[[40.7610807,-73.9642065],"Tramway Plaza"],"main_pivot_2":[[40.7610807,-73.9642065],"Tramway Plaza"],"main_pivot_3":[[40.7610807,-73.9642065],"Tramway Plaza"],"main_pivot_4":[[40.7628752,-73.9635325],"Church Of Our Lady Of Peace"],"main_pivot_5":[[40.7628752,-73.9635325],"Church Of Our Lady Of Peace"],"main_pivot_6":[[40.7660283,-73.9600655],"Talent Unlimited High School"],"main_pivot_7":[[40.7648969,-73.9614265],"Manhattan House"],"main_pivot_8":[[40.7628752,-73.9635325],"Church Of Our Lady Of Peace"],"main_pivot_9":[[40.7648969,-73.9614265],"Manhattan House"],"main_pivot_10":[[40.7660283,-73.9600655],"Talent Unlimited High School"],"main_pivot_11":[[40.7628752,-73.9635325],"Church Of Our Lady Of Peace"],"main_pivot_12":[[40.7610807,-73.9642065],"Tramway Plaza"],"main_pivot_13":[[40.7648969,-73.9614265],"Manhattan House"],"main_pivot_14":[[40.7648969,-73.9614265],"Manhattan House"],"main_pivot_15":[[40.7679226,-73.9599974],"post office"],"near_pivot":[[40.7679226,-73.9599974],"post office"],"around_goal_pivot_1":[[40.7693871,-73.9581615],"post office"],"around_goal_pivot_2":[[40.7693689,-73.960189],"dentist's office"],"around_goal_pivot_3":[[40.7691344,-73.958293],"bench"],"around_goal_pivot_4":[[40.7691874,-73.9583033],"convenience shop"],"around_goal_pivot_5":[[40.7672527,-73.9597082],"alcohol shop"],"around_goal_pivot_6":[[40.7672045,-73.9597625],"tobacco shop"]}} +{"rvs_sample_number":247,"content":"Meet me at the bicycle parking on Orchard Street. A restaurant is about a half block to the north east and Self Edge is a half block south. I'm on the southeast corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7215586,-73.9885999],"key":7594,"region":"Manhattan","rvs_start_point":[40.728018,-73.984755],"landmarks":{"end_point":[[40.7215586,-73.9885999],"bicycle parking"],"start_point":[[40.728018,-73.984755],"convenience shop"],"main_pivot":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_2":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_3":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_4":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_5":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_6":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_7":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_8":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_9":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_10":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_11":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_12":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_13":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_14":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_15":[[40.7209296,-73.988926],"Self Edge"],"near_pivot":[[40.7209296,-73.988926],"Self Edge"],"beyond_pivot":[[40.7220297,-73.9880695],"restaurant"],"around_goal_pivot_1":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_2":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_3":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_4":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_5":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7222152,-73.9870997],"ice cream"],"around_goal_pivot_8":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_9":[[40.7200058,-73.9902712],"graphic design"],"around_goal_pivot_10":[[40.7205504,-73.9905667],"social centre"]}} +{"rvs_sample_number":64,"content":"Meet me at this Italian restaurant, just a few blocks northwest of you, on the corner of Mulberry Street, and west of a Catholic church. To the north is Duane Reade pharmacy. ","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7204043,-73.9969996],"key":7595,"region":"Manhattan","rvs_start_point":[40.7181644,-73.9943341],"landmarks":{"end_point":[[40.7204043,-73.9969996],"restaurant"],"start_point":[[40.7181644,-73.9943341],"restaurant"],"main_pivot":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_2":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_3":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_4":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_5":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_6":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_7":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_8":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_9":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_10":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_11":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_12":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_13":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_14":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_15":[[40.7204346,-73.9963974],"church"],"near_pivot":[[40.7204346,-73.9963974],"church"],"beyond_pivot":[[40.721001,-73.9977059],"pub"],"around_goal_pivot_1":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_2":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_3":[[40.7213485,-74.0000613],"bank"],"around_goal_pivot_4":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_5":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_6":[[40.7214214,-73.9999993],"Topman"],"around_goal_pivot_7":[[40.721629,-73.9998023],"Madewell"],"around_goal_pivot_8":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_9":[[40.7226575,-73.9977783],"Aerie"],"around_goal_pivot_10":[[40.7221932,-73.9992705],"The North Face"]}} +{"rvs_sample_number":42,"content":"Move slightly northeast past Swatch watches. I am waiting at the bicycle parking directly opposite post box on Columbus Avenue. ","rvs_path":"data\/geodata\/manhattan_samples_v37.gpkg","rvs_goal_point":[40.7781409,-73.9781562],"key":7596,"region":"Manhattan","rvs_start_point":[40.7637976,-73.988618],"landmarks":{"end_point":[[40.7781409,-73.9781562],"bicycle parking"],"start_point":[[40.7637976,-73.988618],"bicycle parking"],"main_pivot":[[40.769533,-73.9847889],"Church of Saint Paul the Apostle"],"main_pivot_2":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_3":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_4":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_5":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_6":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_7":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_8":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_9":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_10":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_11":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_12":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_13":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_14":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_15":[[40.7782379,-73.9783345],"post box"],"near_pivot":[[40.7782379,-73.9783345],"post box"],"around_goal_pivot_1":[[40.7768334,-73.9812589],"church"],"around_goal_pivot_2":[[40.7792767,-73.9813026],"park"],"around_goal_pivot_3":[[40.7774249,-73.9792896],"Ricky's NYC"],"around_goal_pivot_4":[[40.7792751,-73.9776569],"European Wax Center"],"around_goal_pivot_5":[[40.7782936,-73.9816359],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.7780849,-73.9808553],"Trek"],"around_goal_pivot_7":[[40.7757714,-73.9797459],"Club Monaco"],"around_goal_pivot_8":[[40.7761721,-73.9777385],"La Quinta Inn"],"around_goal_pivot_9":[[40.7773452,-73.9790946],"Swatch"],"around_goal_pivot_10":[[40.7768489,-73.9791428],"bicycle rental"]}} +{"rvs_sample_number":326,"content":"Meet me a few blocks to your southwest at the restaurant on the west side of Chrystie Street, just south of an arts centre and on the same block. It's north of a clock.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7174554,-73.994467],"key":7597,"region":"Manhattan","rvs_start_point":[40.7207828,-73.9892483],"landmarks":{"end_point":[[40.7174554,-73.994467],"restaurant"],"start_point":[[40.7207828,-73.9892483],"clothes shop"],"main_pivot":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_6":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_7":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_8":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_9":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_10":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_11":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_14":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_15":[[40.7182065,-73.9944228],"arts centre"],"near_pivot":[[40.7182065,-73.9944228],"arts centre"],"around_goal_pivot_1":[[40.7187398,-73.9948652],"events venue"],"around_goal_pivot_2":[[40.7162426,-73.9961572],"historic neighbourhood"],"around_goal_pivot_3":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_4":[[40.7181254,-73.9976025],"attraction"],"around_goal_pivot_5":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_6":[[40.717912,-73.9979397],"2 gift shops"],"around_goal_pivot_7":[[40.7163866,-73.9955049],"dentist's office"],"around_goal_pivot_8":[[40.7184993,-73.9940787],"language school"],"around_goal_pivot_9":[[40.7147833,-73.994244],"parking space"],"around_goal_pivot_10":[[40.7153978,-73.9947308],"clock"]}} +{"rvs_sample_number":366,"content":"I am at the sushi restaurant on York Avenue. It is located a block south of dentist's office and a hotel is on the opposite block. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7676209,-73.9529255],"key":7598,"region":"Manhattan","rvs_start_point":[40.7629001,-73.9674939],"landmarks":{"end_point":[[40.7676209,-73.9529255],"restaurant"],"start_point":[[40.7629001,-73.9674939],"Cohen's Fashion Optical"],"main_pivot":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_2":[[40.7638031,-73.9561779],"Memorial Sloan Kettering Cancer Center"],"main_pivot_3":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_4":[[40.7602055,-73.9617532],"Queensboro Bridge"],"main_pivot_5":[[40.7602055,-73.9617532],"Queensboro Bridge"],"main_pivot_6":[[40.7602055,-73.9617532],"Queensboro Bridge"],"main_pivot_7":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_8":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_9":[[40.764199573,-73.955530575],"Rockefeller University"],"main_pivot_10":[[40.7606234,-73.959764],"Mount Vernon Hotel Museum"],"main_pivot_11":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_12":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_13":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_14":[[40.764199573,-73.955530575],"Rockefeller University"],"main_pivot_15":[[40.7683481,-73.9524186],"dentist's office"],"near_pivot":[[40.7683481,-73.9524186],"dentist's office"],"around_goal_pivot_1":[[40.7688694,-73.9502656],"park"],"around_goal_pivot_2":[[40.7666658,-73.9536752],"auction shop"],"around_goal_pivot_3":[[40.7601769501,-73.9566874348],"water"],"around_goal_pivot_4":[[40.7684488,-73.9544397],"hotel"],"around_goal_pivot_5":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_6":[[40.7700023,-73.9545945],"Ace Hardware"],"around_goal_pivot_7":[[40.769969,-73.9541729],"True Value"],"around_goal_pivot_8":[[40.7663115,-73.9543512],"social facility"],"around_goal_pivot_9":[[40.7659739,-73.9546698],"doctor's office"],"around_goal_pivot_10":[[40.7667619202,-73.9517435667],"parking lot"]}} +{"rvs_sample_number":152,"content":"Let's meet up at the tobacco shop on West 29th street. It's just about a block north of a pharmacy and to it's east is a Hampton hotel.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.747787,-73.9924818],"key":7599,"region":"Manhattan","rvs_start_point":[40.7445195,-73.9904827],"landmarks":{"end_point":[[40.747787,-73.9924818],"tobacco shop"],"start_point":[[40.7445195,-73.9904827],"bar"],"main_pivot":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_2":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_3":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_4":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_5":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_6":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_7":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_8":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_9":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_10":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_11":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_12":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_13":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_14":[[40.7440537195,-73.9900083357],"St. Sava Serbian Orthodox Church"],"main_pivot_15":[[40.7472659,-73.9931223],"pharmacy"],"near_pivot":[[40.7472659,-73.9931223],"pharmacy"],"beyond_pivot":[[40.7472659,-73.9931223],"pharmacy"],"around_goal_pivot_1":[[40.7487769,-73.9953514],"theatre"],"around_goal_pivot_2":[[40.7491768,-73.9900876],"mall"],"around_goal_pivot_3":[[40.7498823289,-73.9931709921],"attraction"],"around_goal_pivot_4":[[40.7472345,-73.993548],"college"],"around_goal_pivot_5":[[40.7466245,-73.9947839],"studio"],"around_goal_pivot_6":[[40.745842,-73.990901],"2 florist shops"],"around_goal_pivot_7":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_8":[[40.7452288,-73.9913662],"pharmacy"],"around_goal_pivot_9":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_10":[[40.7479257,-73.9901905],"Hampton"]}} +{"rvs_sample_number":86,"content":"We can meet for dinner at the restaurant on MacDougal Street. It's just across and slightly south of the theater by the university where I used to work. There's another restaurant north of it on the block, and many to the south.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7299964,-74.0003585],"key":7600,"region":"Manhattan","rvs_start_point":[40.7171074,-73.9991231],"landmarks":{"end_point":[[40.7299964,-74.0003585],"restaurant"],"start_point":[[40.7171074,-73.9991231],"butcher shop"],"main_pivot":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_2":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_3":[[40.7223305954,-74.0054973677],"Duarte Square"],"main_pivot_4":[[40.7291547,-74.0019556],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_5":[[40.7291547,-74.0019556],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_6":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_9":[[40.7223305954,-74.0054973677],"Duarte Square"],"main_pivot_10":[[40.7291547,-74.0019556],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_11":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_12":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_13":[[40.7288832,-74.001311],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_14":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_15":[[40.7301186,-74.0004952],"theatre"],"near_pivot":[[40.7301186,-74.0004952],"theatre"],"beyond_pivot":[[40.7306773,-73.9994085],"university"],"around_goal_pivot_1":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_2":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_3":[[40.7311138,-74.0015926],"cinema"],"around_goal_pivot_4":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_5":[[40.7312557,-73.9972221],"historic monument"],"around_goal_pivot_6":[[40.731889,-73.998611],"attraction"],"around_goal_pivot_7":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_8":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_9":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_10":[[40.7324508,-73.9988928],"hotel"]}} +{"rvs_sample_number":75,"content":"Meet me at the beauty shop southwest of you. Take 2nd Avenue southwest 15 blocks and then go west. It's the street right after the street where the New York Comedy Club is. If you see the library, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v21.gpkg","rvs_goal_point":[40.7379634,-73.9815063],"key":7601,"region":"Manhattan","rvs_start_point":[40.7462635,-73.972058],"landmarks":{"end_point":[[40.7379634,-73.9815063],"beauty shop"],"start_point":[[40.7462635,-73.972058],"bicycle parking"],"main_pivot":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_2":[[40.7468481,-73.9731846],"The Corinthian"],"main_pivot_3":[[40.7450679,-73.976191],"Estonian House"],"main_pivot_4":[[40.7468481,-73.9731846],"The Corinthian"],"main_pivot_5":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_6":[[40.7451041,-73.9754351],"St. Vartan Cathedral"],"main_pivot_7":[[40.7451041,-73.9754351],"St. Vartan Cathedral"],"main_pivot_8":[[40.7451041,-73.9754351],"St. Vartan Cathedral"],"main_pivot_9":[[40.7468481,-73.9731846],"The Corinthian"],"main_pivot_10":[[40.7468481,-73.9731846],"The Corinthian"],"main_pivot_11":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_12":[[40.7468481,-73.9731846],"The Corinthian"],"main_pivot_13":[[40.7435632,-73.9763112],"Kips Bay Tower North"],"main_pivot_14":[[40.7450679,-73.976191],"Estonian House"],"main_pivot_15":[[40.7381313,-73.9818616],"library"],"near_pivot":[[40.7381313,-73.9818616],"library"],"around_goal_pivot_1":[[40.7372857,-73.9818545],"church"],"around_goal_pivot_2":[[40.7386404129,-73.9821709546],"university"],"around_goal_pivot_3":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_4":[[40.7388641,-73.9808406],"theatre"],"around_goal_pivot_5":[[40.738436,-73.9832006],"restaurant"],"around_goal_pivot_6":[[40.7372724,-73.9810978],"school"],"around_goal_pivot_7":[[40.7390191,-73.9827675],"bar"],"around_goal_pivot_8":[[40.7368045,-73.982553],"police station"],"around_goal_pivot_9":[[40.7382853,-73.98331],"pub"],"around_goal_pivot_10":[[40.7383802,-73.9825391],"cafe"]}} +{"rvs_sample_number":162,"content":"Meet me at this wonderful Apple store, you won't believe what they have? It's at WEst 67th Street. I'm on the north side of it. Just to the west of it is Kaufman Music Center which is a theater. To it's east less than a block away is J. Jill Women's clothes.","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.775073035,-73.9826404858],"key":7602,"region":"Manhattan","rvs_start_point":[40.7824129,-73.9811518],"landmarks":{"end_point":[[40.775073035,-73.9826404858],"Apple Store"],"start_point":[[40.7824129,-73.9811518],"hotel"],"main_pivot":[[40.7791421,-73.9819001],"72nd Street Subway Station (IRT)"],"main_pivot_2":[[40.7796717,-73.9822704],"Rutgers Church"],"main_pivot_3":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_4":[[40.7812234,-73.9815287],"Astor Apartments"],"main_pivot_5":[[40.7803047,-73.9817807],"The Ansonia"],"main_pivot_6":[[40.7828035,-73.9813646],"West End Collegiate Church"],"main_pivot_7":[[40.7796717,-73.9822704],"Rutgers Church"],"main_pivot_8":[[40.7804903,-73.9811314],"Beacon Theater"],"main_pivot_9":[[40.7804903,-73.9811314],"Beacon Theater"],"main_pivot_10":[[40.7828035,-73.9813646],"West End Collegiate Church"],"main_pivot_11":[[40.7828035,-73.9813646],"West End Collegiate Church"],"main_pivot_12":[[40.7812234,-73.9815287],"Astor Apartments"],"main_pivot_13":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7752346,-73.9829549],"theatre"],"near_pivot":[[40.7752346,-73.9829549],"theatre"],"around_goal_pivot_1":[[40.77694,-73.9815071],"church"],"around_goal_pivot_2":[[40.7734011867,-73.9833248492],"arts centre"],"around_goal_pivot_3":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_4":[[40.7776837,-73.9820838],"two benches"],"around_goal_pivot_5":[[40.7776613,-73.982681],"ice cream"],"around_goal_pivot_6":[[40.7748111,-73.9809312],"post office"],"around_goal_pivot_7":[[40.7740839,-73.9814769],"Kiehl's"],"around_goal_pivot_8":[[40.7768271,-73.9817446],"CorePower Yoga"],"around_goal_pivot_9":[[40.7726156,-73.981905],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.77456,-73.981102],"J.Jill"]}} +{"rvs_sample_number":239,"content":"Meet me at the chicken fast food restaurant that is 2 blocks south and one block east of your current location. It's on the northeast corner of that block at the intersection of Madison Avenue.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7464484,-73.9841202],"key":7603,"region":"Manhattan","rvs_start_point":[40.7484279,-73.9856997],"landmarks":{"end_point":[[40.7464484,-73.9841202],"fast food restaurant"],"start_point":[[40.7484279,-73.9856997],"tower"],"main_pivot":[[40.7480291,-73.9859033],"Dunkin'"],"main_pivot_2":[[40.7490199,-73.9855074],"Lindt"],"main_pivot_3":[[40.7480167,-73.9851806],"Walgreens"],"main_pivot_4":[[40.7480554,-73.9859633],"Smashburger"],"main_pivot_5":[[40.7480291,-73.9859033],"Dunkin'"],"main_pivot_6":[[40.7490199,-73.9855074],"Lindt"],"main_pivot_7":[[40.7488892,-73.9851787],"Amazon Books"],"main_pivot_8":[[40.7474905,-73.9851225],"Bonchon Chicken"],"main_pivot_9":[[40.7484288,-73.9850334],"Chipotle"],"main_pivot_10":[[40.7480554,-73.9859633],"Smashburger"],"main_pivot_11":[[40.7480554,-73.9859633],"Smashburger"],"main_pivot_12":[[40.7481846,-73.985687],"Starbucks"],"main_pivot_13":[[40.7480291,-73.9859033],"Dunkin'"],"main_pivot_14":[[40.7480554,-73.9859633],"Smashburger"],"main_pivot_15":[[40.7466066,-73.9847473],"shelter"],"near_pivot":[[40.7466066,-73.9847473],"shelter"],"around_goal_pivot_1":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_2":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_3":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.7476595,-73.9849071],"bicycle rental"],"around_goal_pivot_5":[[40.7459046,-73.9828553],"theatre"],"around_goal_pivot_6":[[40.7472701,-73.98464],"parking lot"],"around_goal_pivot_7":[[40.7456786,-73.984287],"books shop"],"around_goal_pivot_8":[[40.7475279,-73.984163],"toy shop"],"around_goal_pivot_9":[[40.7453555,-73.9834775],"furniture shop"],"around_goal_pivot_10":[[40.7453113,-73.9845464],"hairdresser shop"]}} +{"rvs_sample_number":166,"content":"Meet me at a playground northeast of you by the Avenue C Service Road. A bicycle rental east of it and 6 parking spaces is northwest of it. Southeast of the playground is a kiosk shop.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7305182187,-73.9746906192],"key":7604,"region":"Manhattan","rvs_start_point":[40.7286956,-73.9787601],"landmarks":{"end_point":[[40.7305182187,-73.9746906192],"playground"],"start_point":[[40.7286956,-73.9787601],"cafe"],"main_pivot":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_2":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_3":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_4":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_5":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_6":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_7":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_8":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_9":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_10":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_11":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_12":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_13":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_14":[[40.7285623,-73.9783526],"Yu Suen Garden"],"main_pivot_15":[[40.7306062,-73.9739985],"bicycle rental"],"near_pivot":[[40.7306062,-73.9739985],"bicycle rental"],"around_goal_pivot_1":[[40.7310546,-73.9757891],"6 parking spaces"],"around_goal_pivot_2":[[40.7293869,-73.9777243],"bicycle rental"],"around_goal_pivot_3":[[40.731262,-73.9772239],"public bookcase"],"around_goal_pivot_4":[[40.731911,-73.977593],"fountain"],"around_goal_pivot_5":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_6":[[40.7287234,-73.9757363],"post box"],"around_goal_pivot_7":[[40.7281393,-73.9763207],"parking lot"],"around_goal_pivot_8":[[40.7287761,-73.9769353],"vacant shop"],"around_goal_pivot_9":[[40.7292023,-73.9736147],"kiosk shop"],"around_goal_pivot_10":[[40.73092,-73.9781723],"playground"]}} +{"rvs_sample_number":217,"content":"Meet me at restaurant on 29th one block south of Valley Bank. Walk along 5th Avenue, go past New York Public Library, Juicy Couture. It will be near 2 jewelry shops. If you see stripclub, you have gone too far. It will be one block north west of Little Church. ","rvs_path":"data\/geodata\/manhattan_samples_v17.gpkg","rvs_goal_point":[40.7459321,-73.9878023],"key":7605,"region":"Manhattan","rvs_start_point":[40.7577041,-73.9775447],"landmarks":{"end_point":[[40.7459321,-73.9878023],"restaurant"],"start_point":[[40.7577041,-73.9775447],"bank"],"main_pivot":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_2":[[40.7575576,-73.978169],"Aritzia"],"main_pivot_3":[[40.7574033,-73.978222],"Topman"],"main_pivot_4":[[40.746596,-73.9856791],"Throwback Fitness"],"main_pivot_5":[[40.7518138,-73.9823471],"Panera Bread"],"main_pivot_6":[[40.7483328,-73.9849564],"Juicy Couture"],"main_pivot_7":[[40.746559,-73.985699],"Bread & Butter"],"main_pivot_8":[[40.7531158,-73.9816942],"New York Public Library"],"main_pivot_9":[[40.746596,-73.9856791],"Throwback Fitness"],"main_pivot_10":[[40.7464309,-73.9883333],"2 jewelry shops"],"near_pivot":[[40.7464309,-73.9883333],"2 jewelry shops"],"around_goal_pivot_1":[[40.7460469,-73.9860629],"bank"],"around_goal_pivot_2":[[40.7451677,-73.9868308],"bicycle rental"],"around_goal_pivot_3":[[40.7448615,-73.9882503],"bar"],"around_goal_pivot_4":[[40.7453665,-73.9860535],"church"],"around_goal_pivot_5":[[40.7446132,-73.9876599],"stripclub"],"around_goal_pivot_6":[[40.7469066,-73.9885791],"post box"],"around_goal_pivot_7":[[40.7469237,-73.9865215],"parking entrance"]}} +{"rvs_sample_number":150,"content":"I'm northeast of you at the northwest corner of the block with that arts centre we went to on spring break. You'll see me at the bike parking on the south side of East 6th street at the opposite end of the block from all the shelters.","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.7252312,-73.9837495],"key":7606,"region":"Manhattan","rvs_start_point":[40.7165688,-73.9965396],"landmarks":{"end_point":[[40.7252312,-73.9837495],"bicycle parking"],"start_point":[[40.7165688,-73.9965396],"bank"],"main_pivot":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_2":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_3":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_4":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_5":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_6":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_7":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_8":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_9":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_10":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_11":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_12":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_15":[[40.7260589,-73.9832976],"park"],"near_pivot":[[40.7260589,-73.9832976],"park"],"beyond_pivot":[[40.7249615,-73.9830825],"arts_centre"],"around_goal_pivot_1":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_2":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_3":[[40.7243544,-73.9820812],"2 shelters"],"around_goal_pivot_4":[[40.7261391,-73.9853321],"synagogue"],"around_goal_pivot_5":[[40.7256153,-73.9869526],"pharmacy"],"around_goal_pivot_6":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_7":[[40.7243201,-73.982288],"shelter"],"around_goal_pivot_8":[[40.7239592,-73.9844334],"recycling"],"around_goal_pivot_10":[[40.7227178,-73.9828569],"bank"]}} +{"rvs_sample_number":40,"content":"Meet me at the parking entrance on the south side of West 45th Street. It's southwest of you, and Rockefeller Center is about halfway between us. The entrance is just north of a theatre, and there's a museum to the south on the next block. Also, a Catholic church is to the north. ","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7569755,-73.9835588],"key":7607,"region":"Manhattan","rvs_start_point":[40.76314,-73.976775],"landmarks":{"end_point":[[40.7569755,-73.9835588],"parking entrance"],"start_point":[[40.76314,-73.976775],"restaurant"],"main_pivot":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_2":[[40.7640496103,-73.9782269188],"Le Parker M\u00e9ridien"],"main_pivot_3":[[40.7605171,-73.9801887],"Time-Life Building"],"main_pivot_4":[[40.7640496103,-73.9782269188],"Le Parker M\u00e9ridien"],"main_pivot_5":[[40.7628768,-73.9780253],"Love"],"main_pivot_6":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_7":[[40.7616892,-73.9794385],"Calyon Building"],"main_pivot_8":[[40.7604891865,-73.9799981183],"Rockefeller Center"],"main_pivot_9":[[40.7590303,-73.981704],"McGraw-Hill Building"],"main_pivot_10":[[40.761932,-73.9783219],"53W53"],"main_pivot_11":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_12":[[40.7615204,-73.9789467],"CBS Building"],"main_pivot_13":[[40.7615204,-73.9789467],"CBS Building"],"main_pivot_14":[[40.7597315,-73.9798149],"Radio City Music Hall"],"main_pivot_15":[[40.7567523488,-73.9836508231],"theatre"],"near_pivot":[[40.7567523488,-73.9836508231],"theatre"],"beyond_pivot":[[40.7576102,-73.98447],"theatre"],"around_goal_pivot_1":[[40.7580461,-73.9835721],"church"],"around_goal_pivot_2":[[40.7547758,-73.9821173],"college"],"around_goal_pivot_3":[[40.7583918,-73.9855752],"Mariott"],"around_goal_pivot_4":[[40.7590503,-73.9849231],"ticket shop"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.758485,-73.9849497],"square"],"around_goal_pivot_7":[[40.7556796,-73.9822999],"Independent"],"around_goal_pivot_8":[[40.754349,-73.9834311],"four gardens"],"around_goal_pivot_9":[[40.756098,-73.9866768],"pharmacy"],"around_goal_pivot_10":[[40.7574361,-73.9865499],"ice cream"]}} +{"rvs_sample_number":254,"content":"Go east to the Bicycle parking. It's the one on Avenue C just north of the museum. There is a fitness center in that same block, south of the museum.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.726245,-73.9773606],"key":7608,"region":"Manhattan","rvs_start_point":[40.7258874,-73.9942403],"landmarks":{"end_point":[[40.726245,-73.9773606],"bicycle parking"],"start_point":[[40.7258874,-73.9942403],"theatre"],"main_pivot":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_2":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_3":[[40.727164,-73.980406],"Tompkins Square Library"],"main_pivot_4":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_5":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_6":[[40.726156004,-73.9946070786],"NoHo Historic District"],"main_pivot_7":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_8":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_9":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_10":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_11":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_12":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_13":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_14":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_15":[[40.7257313,-73.9778791],"museum"],"near_pivot":[[40.7257313,-73.9778791],"museum"],"beyond_pivot":[[40.7279064,-73.979493],"park"],"around_goal_pivot_1":[[40.727164,-73.980406],"library"],"around_goal_pivot_2":[[40.7258135,-73.9795215],"gallery"],"around_goal_pivot_3":[[40.7248218,-73.9779373],"police station"],"around_goal_pivot_4":[[40.7264758,-73.9806637],"social facility"],"around_goal_pivot_5":[[40.7284575,-73.978896],"e-cigarette shop"],"around_goal_pivot_6":[[40.7274585,-73.9792616],"2 bicycle parkings"],"around_goal_pivot_7":[[40.7283581,-73.9793654],"second hand shop"],"around_goal_pivot_8":[[40.724043,-73.9790778],"convenience shop"],"around_goal_pivot_9":[[40.7263182,-73.98096],"dog park"],"around_goal_pivot_10":[[40.7255676,-73.9783274],"fitness centre"]}} +{"rvs_sample_number":101,"content":"Head west and you'll find me at the bike parking on the west side of Mulberry street, just across from an old cathedral and one block north of a school","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7236945,-73.9956346],"key":7609,"region":"Manhattan","rvs_start_point":[40.7252711,-74.01148],"landmarks":{"end_point":[[40.7236945,-73.9956346],"bicycle parking"],"start_point":[[40.7252711,-74.01148],"bicycle parking"],"main_pivot":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_2":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_3":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_4":[[40.7250219571,-74.0026463725],"Vesuvio Playground"],"main_pivot_5":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_6":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_7":[[40.7250219571,-74.0026463725],"Vesuvio Playground"],"main_pivot_8":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_9":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_10":[[40.7250219571,-74.0026463725],"Vesuvio Playground"],"main_pivot_11":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_12":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_13":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_14":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_15":[[40.7236185001,-73.99546938],"cathedral"],"near_pivot":[[40.7236185001,-73.99546938],"cathedral"],"beyond_pivot":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_1":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_4":[[40.7242405,-73.9923327],"garden"],"around_goal_pivot_5":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_6":[[40.726185,-73.995877],"PetSmart"],"around_goal_pivot_7":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_8":[[40.7248196,-73.99707],"Ricky's NYC"],"around_goal_pivot_9":[[40.724535,-73.9985543],"Nespresso"],"around_goal_pivot_10":[[40.7235022,-73.998176],"Uniqlo"]}} +{"rvs_sample_number":61,"content":"Meet me at the restaurant on East 56th Street. It is on the block south of the block with Saks Off 5th. The restaurant is towards the middle of the block. It is due north of the synagogue.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7607198,-73.9703599],"key":7610,"region":"Manhattan","rvs_start_point":[40.7582953,-73.9626319],"landmarks":{"end_point":[[40.7607198,-73.9703599],"restaurant"],"start_point":[[40.7582953,-73.9626319],"bicycle parking"],"main_pivot":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_2":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_3":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_4":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_5":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_6":[[40.7590956,-73.9664369],"High School of Art and Design"],"main_pivot_7":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_8":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_9":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_10":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_11":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_12":[[40.758917,-73.9662322],"252 East 57th Street"],"main_pivot_13":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_14":[[40.7591016,-73.9671253],"919 Third Avenue"],"main_pivot_15":[[40.7613383,-73.9696773],"Saks Off 5th"],"near_pivot":[[40.7613383,-73.9696773],"Saks Off 5th"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7596136,-73.9702683],"synagogue"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7619109,-73.9709184],"atm"],"around_goal_pivot_5":[[40.7590651,-73.9703026],"post office"],"around_goal_pivot_6":[[40.7615638,-73.9688483],"Aerie"],"around_goal_pivot_7":[[40.7610894,-73.9730309],"The Walking Company"],"around_goal_pivot_8":[[40.7624232,-73.9682627],"Zara"],"around_goal_pivot_9":[[40.7611871,-73.9687888],"2 fast food restaurants"],"around_goal_pivot_10":[[40.759123,-73.9685869],"T-Mobile"]}} +{"rvs_sample_number":53,"content":"Meet me at the hairdresser shop located south of your location. Move past Chanin Building and 101 Park Avenue. The shop is on 3rd Avenue east of D'Agostino.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7465044,-73.9773138],"key":7611,"region":"Manhattan","rvs_start_point":[40.7526538679,-73.976820361],"landmarks":{"end_point":[[40.7465044,-73.9773138],"hairdresser shop"],"start_point":[[40.7526538679,-73.976820361],"Apple Store"],"main_pivot":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_2":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_3":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_4":[[40.7529402792,-73.976699172],"MetLife Building"],"main_pivot_5":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_6":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_7":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_8":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_9":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_10":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_11":[[40.7529402792,-73.976699172],"MetLife Building"],"main_pivot_12":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_13":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_14":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_15":[[40.7466075,-73.9777324],"D'Agostino"],"near_pivot":[[40.7466075,-73.9777324],"D'Agostino"],"beyond_pivot":[[40.7459913,-73.9781401],"pharmacy"],"around_goal_pivot_1":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_2":[[40.7459913,-73.9781401],"pharmacy"],"around_goal_pivot_3":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_4":[[40.7450946,-73.9770693],"Crunch Fitness"],"around_goal_pivot_5":[[40.7451776,-73.9772772],"Sola Salons"],"around_goal_pivot_6":[[40.7453303,-73.9781686],"pub"],"around_goal_pivot_7":[[40.7454992,-73.9785707],"dentist's office"],"around_goal_pivot_8":[[40.7473249,-73.9771517],"atm"],"around_goal_pivot_9":[[40.747343,-73.9767028],"hairdresser shop"],"around_goal_pivot_10":[[40.7473872,-73.9766627],"art shop"]}} +{"rvs_sample_number":288,"content":"Go southeast down to Lexington Avenue and we will meet up at the restaurant on the east side of the road just south of a synagogue and northwest of Barnes & Noble","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7591744,-73.9702294],"key":7612,"region":"Manhattan","rvs_start_point":[40.7673868,-73.9826675],"landmarks":{"end_point":[[40.7591744,-73.9702294],"restaurant"],"start_point":[[40.7673868,-73.9826675],"convenience shop"],"main_pivot":[[40.7620766,-73.9749171],"712 Fifth Avenue"],"main_pivot_2":[[40.7613038,-73.973829],"550 Madison Avenue"],"main_pivot_3":[[40.7620766,-73.9749171],"712 Fifth Avenue"],"main_pivot_4":[[40.7653026,-73.9822247],"Random House Tower"],"main_pivot_5":[[40.7636274,-73.9793456],"New York City Center"],"main_pivot_6":[[40.7636274,-73.9793456],"New York City Center"],"main_pivot_7":[[40.7638434,-73.9798564],"CitySpire Center"],"main_pivot_8":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_9":[[40.7664201,-73.9814245],"Central Park Tower"],"main_pivot_10":[[40.7653026,-73.9822247],"Random House Tower"],"main_pivot_11":[[40.7672627,-73.9818612],"Museum of Arts and Design"],"main_pivot_12":[[40.7675903,-73.982463],"Deutsche Bank Center"],"main_pivot_13":[[40.7628768,-73.9780253],"Love"],"main_pivot_14":[[40.7664201,-73.9814245],"Central Park Tower"],"main_pivot_15":[[40.7596136,-73.9702683],"synagogue"],"near_pivot":[[40.7596136,-73.9702683],"synagogue"],"around_goal_pivot_1":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_2":[[40.7567507343,-73.9712563261],"DoubleTree"],"around_goal_pivot_3":[[40.7575892,-73.9713601],"Paris Baguette"],"around_goal_pivot_4":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_5":[[40.7599982,-73.9696013],"AT&T"],"around_goal_pivot_6":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_7":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_8":[[40.7613383,-73.9696773],"Saks Off 5th"],"around_goal_pivot_9":[[40.7611929,-73.9688024],"2 fast food restaurants"],"around_goal_pivot_10":[[40.7573984,-73.9698932],"Courtyard"]}} +{"rvs_sample_number":49,"content":"Let's eat. Meet me at the eatery on the most northern part of West Broadway. It's on the corner, that is on the east side right where it crosses under another street then becomes a differently named street. This is the last business on that street.","rvs_path":"data\/geodata\/manhattan_samples_v41.gpkg","rvs_goal_point":[40.7266786,-73.999973],"key":7613,"region":"Manhattan","rvs_start_point":[40.7223364,-74.0006798],"landmarks":{"end_point":[[40.7266786,-73.999973],"restaurant"],"start_point":[[40.7223364,-74.0006798],"Kate Spade New York"],"main_pivot":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_2":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_3":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_4":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_5":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_6":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_7":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_8":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_9":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_10":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_11":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_12":[[40.7223793,-74.001671],"Gunther Building"],"main_pivot_13":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_14":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_15":[[40.7270464,-73.99969],"university"],"near_pivot":[[40.7270464,-73.99969],"university"],"beyond_pivot":[[40.7274205,-73.9997484],"restaurant"],"around_goal_pivot_1":[[40.7270944,-74.0010692],"church"],"around_goal_pivot_2":[[40.7284254,-73.9998816],"theatre"],"around_goal_pivot_3":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_4":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_5":[[40.7247023,-74.0009858],"Canada Goose"],"around_goal_pivot_6":[[40.7251889,-73.9994493],"Polo Ralph Lauren"],"around_goal_pivot_7":[[40.7241862,-74.0008978],"Chanel"],"around_goal_pivot_8":[[40.7255066,-74.0009132],"French Connection"],"around_goal_pivot_9":[[40.7241052,-74.0007373],"Diesel"],"around_goal_pivot_10":[[40.7247766,-73.9991042],"Tumi"]}} +{"rvs_sample_number":477,"content":"Go southeast and pass by Zeckendorf Towers. Go until you see Classic Stage Company on East 13th street. I'm just east of that on the next block. It's a vacant shop in the middle of the block on the south side of the street.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7320858,-73.9867689],"key":7614,"region":"Manhattan","rvs_start_point":[40.7361173,-73.990487],"landmarks":{"end_point":[[40.7320858,-73.9867689],"vacant shop"],"start_point":[[40.7361173,-73.990487],"drinking water"],"main_pivot":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_2":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_3":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_4":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_5":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_6":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_7":[[40.7327227,-73.9882473],"Classic Stage Company"],"main_pivot_8":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_9":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_10":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_11":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_12":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_13":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_14":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_15":[[40.7329338,-73.9867808],"fast food restaurant"],"near_pivot":[[40.7329338,-73.9867808],"fast food restaurant"],"beyond_pivot":[[40.731009,-73.9861217],"cinema"],"around_goal_pivot_1":[[40.7319477,-73.9891462],"nightclub"],"around_goal_pivot_2":[[40.7322383,-73.9890136],"historic building"],"around_goal_pivot_3":[[40.7338417,-73.9844638],"fountain"],"around_goal_pivot_4":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_5":[[40.7333888,-73.9868305],"pharmacy"],"around_goal_pivot_6":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_7":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_8":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_9":[[40.7334209,-73.987875],"Trader Joe's"],"around_goal_pivot_10":[[40.7327957,-73.989772],"Crunch Fitness"]}} +{"rvs_sample_number":366,"content":"Meet me at the parking lot near East 33rd street and on the same block with Subway fast food. The parking is almost in the middle of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7472701,-73.98464],"key":7615,"region":"Manhattan","rvs_start_point":[40.7414196,-73.9936388],"landmarks":{"end_point":[[40.7472701,-73.98464],"parking lot"],"start_point":[[40.7414196,-73.9936388],"bank"],"main_pivot":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_2":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_3":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_4":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_5":[[40.7408435,-73.991679],"Spero Building"],"main_pivot_6":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_7":[[40.7411124,-73.9936464],"Church of the Holy Communion"],"main_pivot_8":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_9":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_10":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_11":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_12":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_13":[[40.7408435,-73.991679],"Spero Building"],"main_pivot_14":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_15":[[40.7479226,-73.9851554],"attraction"],"near_pivot":[[40.7479226,-73.9851554],"attraction"],"beyond_pivot":[[40.7467357,-73.9839912],"fast_food"],"around_goal_pivot_1":[[40.7483917,-73.9874717],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_3":[[40.746164,-73.9833923],"two hotels"],"around_goal_pivot_4":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_5":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_6":[[40.7484343,-73.9856963],"fourteen towers"],"around_goal_pivot_7":[[40.7484273,-73.9856942],"thirteen towers"],"around_goal_pivot_8":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_9":[[40.7468614,-73.9876633],"Hyatt"],"around_goal_pivot_10":[[40.7494303,-73.9835837],"Ricky's NYC"]}} +{"rvs_sample_number":31,"content":"You can meet me at this beauty shop, almost directly south of you, on 3rd Avenue. It's on the block south of True Value hardware and Manuel Shoe Repair. West from here is the Repertorio Espanol theatre. ","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7417214,-73.9807959],"key":7616,"region":"Manhattan","rvs_start_point":[40.752869824,-73.981841075],"landmarks":{"end_point":[[40.7417214,-73.9807959],"beauty shop"],"start_point":[[40.752869824,-73.981841075],"fountain"],"main_pivot":[[40.7515641,-73.9793006],"Lefcourt Colonial Building"],"main_pivot_2":[[40.7515641,-73.9793006],"Lefcourt Colonial Building"],"main_pivot_3":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_4":[[40.7510835,-73.9781284],"101 Park Avenue"],"main_pivot_5":[[40.7521763,-73.9815506],"461 Fifth Avenue"],"main_pivot_6":[[40.7510835,-73.9781284],"101 Park Avenue"],"main_pivot_7":[[40.7515641,-73.9793006],"Lefcourt Colonial Building"],"main_pivot_8":[[40.7510835,-73.9781284],"101 Park Avenue"],"main_pivot_9":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_10":[[40.7521763,-73.9815506],"461 Fifth Avenue"],"main_pivot_11":[[40.7515641,-73.9793006],"Lefcourt Colonial Building"],"main_pivot_12":[[40.7510835,-73.9781284],"101 Park Avenue"],"main_pivot_13":[[40.7510835,-73.9781284],"101 Park Avenue"],"main_pivot_14":[[40.7492832,-73.9789916],"Church of Our Saviour"],"main_pivot_15":[[40.7421757,-73.9804623],"atm"],"near_pivot":[[40.7421757,-73.9804623],"atm"],"beyond_pivot":[[40.7410246,-73.9813006],"pub"],"around_goal_pivot_1":[[40.7417135,-73.9825386],"theatre"],"around_goal_pivot_2":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_3":[[40.7422794,-73.9799678],"True Value"],"around_goal_pivot_4":[[40.7433201,-73.9811915],"synagogue"],"around_goal_pivot_5":[[40.7416959,-73.9789909],"fire station"],"around_goal_pivot_6":[[40.7423832,-73.9821301],"printing shop"],"around_goal_pivot_7":[[40.7421521,-73.979634],"shoe repair shop"],"around_goal_pivot_8":[[40.7404636,-73.9817157],"tobacco shop"],"around_goal_pivot_9":[[40.7429129,-73.9799139],"convenience shop"],"around_goal_pivot_10":[[40.7427822,-73.9800162],"bathroom furnishing shop"]}} +{"rvs_sample_number":391,"content":"Move southwest and come to the playground at the west end of West 23rd Street. There is a drinking water\r\nto my west and an arts centre is down south of me.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7491466669,-74.0071366203],"key":7617,"region":"Manhattan","rvs_start_point":[40.7396921,-73.989534],"landmarks":{"end_point":[[40.7491466669,-74.0071366203],"playground"],"start_point":[[40.7396921,-73.989534],"post box"],"main_pivot":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_2":[[40.7443742,-73.9968175],"Hotel Chelsea"],"main_pivot_3":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_4":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_5":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_6":[[40.7443742,-73.9968175],"Hotel Chelsea"],"main_pivot_7":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_8":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_9":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_10":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_11":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_12":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_13":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_14":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_15":[[40.7492923,-74.00745],"drinking water"],"near_pivot":[[40.7492923,-74.00745],"drinking water"],"beyond_pivot":[[40.7496049,-74.0065939],"bicycle_parking"],"around_goal_pivot_1":[[40.7466614,-74.0051299],"church"],"around_goal_pivot_2":[[40.7492461,-74.0036477],"school"],"around_goal_pivot_3":[[40.747962368,-74.0048030745],"bridge"],"around_goal_pivot_4":[[40.7476133,-74.0045044],"pharmacy"],"around_goal_pivot_5":[[40.7510927,-74.0087035],"3 benches"],"around_goal_pivot_6":[[40.7482541,-74.0059322],"U-Haul"],"around_goal_pivot_7":[[40.7494423,-74.0059445],"museum"],"around_goal_pivot_8":[[40.7479898,-74.0044046],"pub"],"around_goal_pivot_9":[[40.7479169,-74.0072892],"arts centre"],"around_goal_pivot_10":[[40.7498209,-74.008695],"two gardens"]}} +{"rvs_sample_number":194,"content":"Let's get some kimchi at the Korean restaurant smack in the middle of Koreatown. It's on the north side of West 32nd Street, just a half block east of the diagonal street that you're on.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7477885,-73.9867366],"key":7618,"region":"Manhattan","rvs_start_point":[40.753907,-73.9867878],"landmarks":{"end_point":[[40.7477885,-73.9867366],"restaurant"],"start_point":[[40.753907,-73.9867878],"hairdresser shop"],"main_pivot":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_2":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_3":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_4":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_5":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_6":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_7":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_8":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_9":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_10":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_11":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_12":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_13":[[40.7506611,-73.987958],"Macy's"],"main_pivot_14":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_15":[[40.748341,-73.9880295],"Curio Collection by Hilton"],"near_pivot":[[40.748341,-73.9880295],"Curio Collection by Hilton"],"beyond_pivot":[[40.7483901856,-73.9862646127],"attraction"],"around_goal_pivot_1":[[40.7506611,-73.987958],"Macy's"],"around_goal_pivot_2":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_3":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_4":[[40.7493062,-73.9883682],"atm"],"around_goal_pivot_5":[[40.7497527,-73.9881986],"H&M"],"around_goal_pivot_6":[[40.74908,-73.9864875],"Timberland"],"around_goal_pivot_7":[[40.7504174,-73.9868834],"Courtyard"],"around_goal_pivot_9":[[40.7480531,-73.9841627],"WeWork"],"around_goal_pivot_10":[[40.7498559,-73.9883655],"Verizon Wireless"]}} +{"rvs_sample_number":101,"content":"Go northwest and meet me at the parking entrance on the south side of West 30th Street, just west of the bridge and east of a gas station.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7527522,-74.0028359],"key":7619,"region":"Manhattan","rvs_start_point":[40.745224,-73.9824341],"landmarks":{"end_point":[[40.7527522,-74.0028359],"parking entrance"],"start_point":[[40.745224,-73.9824341],"fast food restaurant"],"main_pivot":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_2":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_3":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_4":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_5":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_6":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_7":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_8":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_9":[[40.7506355949,-73.9951892567],"James A. Farley Building"],"main_pivot_10":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_11":[[40.7499916,-73.9938139],"Madison Square Garden"],"main_pivot_12":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_13":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_14":[[40.7506355949,-73.9951892567],"James A. Farley Building"],"main_pivot_15":[[40.7525049831,-74.002173786],"bridge"],"near_pivot":[[40.7525049831,-74.002173786],"bridge"],"around_goal_pivot_1":[[40.753069,-74.004207],"gas station"],"around_goal_pivot_2":[[40.752057,-74.0013553],"bank"],"around_goal_pivot_3":[[40.7526076,-73.9998818],"Whole Foods Market"],"around_goal_pivot_4":[[40.7539325,-73.9999528],"Uniqlo"],"around_goal_pivot_5":[[40.7540945,-74.0021403],"5 gardens"],"around_goal_pivot_6":[[40.7543953,-74.0015979],"two gardens"],"around_goal_pivot_7":[[40.7537966,-74.0021541],"viewpoint"],"around_goal_pivot_8":[[40.7513896,-74.0034331],"stripclub"],"around_goal_pivot_9":[[40.7506815,-74.0038103],"theatre"],"around_goal_pivot_10":[[40.7500931,-74.0028209],"nightclub"]}} +{"rvs_sample_number":160,"content":"Meet me at Subway. It's east of you on Lexington Avenue. It's right next to GNC to its south. It's on the block between the blocks where Cohen's Fashion Optical and Casper are.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7607398,-73.9694695],"key":7620,"region":"Manhattan","rvs_start_point":[40.7611297,-73.9839743],"landmarks":{"end_point":[[40.7607398,-73.9694695],"fast food restaurant"],"start_point":[[40.7611297,-73.9839743],"restaurant"],"main_pivot":[[40.7592252,-73.972781],"Lever House"],"main_pivot_2":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_3":[[40.7616488,-73.9804873],"Calyon Building"],"main_pivot_4":[[40.759438,-73.9763352],"Olympic Tower"],"main_pivot_5":[[40.7610544,-73.9814701],"Time-Life Building"],"main_pivot_6":[[40.7616488,-73.9804873],"Calyon Building"],"main_pivot_7":[[40.7586868,-73.9721939],"Seagram Building"],"main_pivot_8":[[40.759438,-73.9763352],"Olympic Tower"],"main_pivot_9":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_10":[[40.7600481,-73.9771377],"75 Rockefeller Plaza"],"main_pivot_11":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_12":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_13":[[40.7605821,-73.9759816],"Saint Thomas Episcopal Church"],"main_pivot_14":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_15":[[40.76086,-73.9693837],"GNC"],"near_pivot":[[40.76086,-73.9693837],"GNC"],"beyond_pivot":[[40.7611499,-73.9687742],"fast_food"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7596136,-73.9702683],"synagogue"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7598118,-73.969756],"fast food restaurant"],"around_goal_pivot_5":[[40.7598369,-73.9701317],"Cohen's Fashion Optical"],"around_goal_pivot_6":[[40.7612975,-73.9686773],"Casper"],"around_goal_pivot_7":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_8":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_9":[[40.7599982,-73.9696013],"AT&T"],"around_goal_pivot_10":[[40.7615638,-73.9688483],"Aerie"]}} +{"rvs_sample_number":198,"content":"I want to park our cars ok? Meet up at the Little Man Parking Parking lot, I love it's name. It's on West 29th street. It's just east of a Holiday Inn hotel. Across and up the block north is a roman Catholic church. on the corner west is a theater.","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7482605,-73.993645],"key":7621,"region":"Manhattan","rvs_start_point":[40.7433061,-73.9942688],"landmarks":{"end_point":[[40.7482605,-73.993645],"parking lot"],"start_point":[[40.7433061,-73.9942688],"fitness centre"],"main_pivot":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_2":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_3":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_4":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_5":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_6":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_7":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_8":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_9":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_10":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_11":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_12":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_13":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_14":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_15":[[40.7488586,-73.9930796],"church"],"near_pivot":[[40.7488586,-73.9930796],"church"],"beyond_pivot":[[40.7483822941,-73.994531152],"hotel"],"around_goal_pivot_1":[[40.7487769,-73.9953514],"theatre"],"around_goal_pivot_2":[[40.7498531,-73.9933212],"attraction"],"around_goal_pivot_3":[[40.7464682783,-73.9948976685],"studio"],"around_goal_pivot_4":[[40.7472345,-73.993548],"college"],"around_goal_pivot_5":[[40.7503235,-73.9918003],"four restaurants"],"around_goal_pivot_6":[[40.7487368,-73.9907787],"church"],"around_goal_pivot_7":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_8":[[40.7503146,-73.9917756],"3 restaurants"],"around_goal_pivot_9":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_10":[[40.7457538,-73.9947193],"Buy Buy Baby"]}} +{"rvs_sample_number":187,"content":"Meet me at the restaurant on Waverly Place. It's on the second block coming from the south end of Waverly. You'll see it on the southeast corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7340010824,-74.0013688357],"key":7622,"region":"Manhattan","rvs_start_point":[40.7281128,-74.0113584],"landmarks":{"end_point":[[40.7340010824,-74.0013688357],"restaurant"],"start_point":[[40.7281128,-74.0113584],"bicycle parking"],"main_pivot":[[40.7325783,-74.0071953],"Church of St. Luke in the Fields"],"main_pivot_2":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_3":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_4":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_5":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_6":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_7":[[40.7325783,-74.0071953],"Church of St. Luke in the Fields"],"main_pivot_8":[[40.7325783,-74.0071953],"Church of St. Luke in the Fields"],"main_pivot_9":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_10":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_11":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_12":[[40.732854,-74.0081589],"St. Veronica's Church"],"main_pivot_13":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_14":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_15":[[40.7336068,-74.0023951],"historic monument"],"near_pivot":[[40.7336068,-74.0023951],"historic monument"],"around_goal_pivot_1":[[40.7313348,-74.0017383],"cinema"],"around_goal_pivot_2":[[40.7321893,-74.0034001],"2 restaurants"],"around_goal_pivot_3":[[40.7327109,-73.999944],"university"],"around_goal_pivot_4":[[40.734526,-73.9993301],"library"],"around_goal_pivot_5":[[40.734217,-73.9995437],"2 gardens"],"around_goal_pivot_6":[[40.7355272,-73.9990147],"2 gardens"],"around_goal_pivot_7":[[40.7335093,-74.0030709],"historic monument"],"around_goal_pivot_8":[[40.7332291,-74.0026244],"bank"],"around_goal_pivot_9":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_10":[[40.7362526,-74.0010695],"four benches"]}} +{"rvs_sample_number":174,"content":"Move north and you will see me on Lexington Avenue, at the Indian restaurant on the northeast corner. Duane Reade is on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7425693,-73.9827218],"key":7623,"region":"Manhattan","rvs_start_point":[40.7284736,-73.9834305],"landmarks":{"end_point":[[40.7425693,-73.9827218],"restaurant"],"start_point":[[40.7284736,-73.9834305],"bar"],"main_pivot":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_2":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_3":[[40.739741,-73.9849295],"Gramercy Theatre"],"main_pivot_4":[[40.7345061,-73.9839104],"Rutherford Place"],"main_pivot_5":[[40.7409194,-73.9838772],"69th Regiment Armory"],"main_pivot_6":[[40.7398452,-73.9837088],"Madison Square Station New York Post Office"],"main_pivot_7":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_8":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_9":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_10":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_11":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_12":[[40.7379034,-73.9851607],"Gramercy Park"],"main_pivot_13":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_14":[[40.7409194,-73.9838772],"69th Regiment Armory"],"main_pivot_15":[[40.7428294,-73.9821376],"supermarket"],"near_pivot":[[40.7428294,-73.9821376],"supermarket"],"beyond_pivot":[[40.7431156,-73.9821535],"Citi Bike"],"around_goal_pivot_1":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_2":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_3":[[40.7419623,-73.9861752],"2 clinics"],"around_goal_pivot_4":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_5":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_6":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_7":[[40.7422842,-73.9803953],"T-Mobile"],"around_goal_pivot_8":[[40.7419447,-73.9861188],"three doctor's offices"],"around_goal_pivot_9":[[40.7420864,-73.9805205],"Verizon Wireless"],"around_goal_pivot_10":[[40.7420191,-73.9805597],"7-Eleven"]}} +{"rvs_sample_number":107,"content":"You can meet up with me at a fountain. It's on 5th Ave, on a street corner. You should see it directly across the street from the Sherry-Netherland hotel. The fountain is northeast of you, about 9 blocks away. ","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7640038,-73.9728381],"key":7624,"region":"Manhattan","rvs_start_point":[40.7583227,-73.9778894],"landmarks":{"end_point":[[40.7640038,-73.9728381],"fountain"],"start_point":[[40.7583227,-73.9778894],"Tiffany & Company"],"main_pivot":[[40.7580830447,-73.9773304406],"Saks Fifth Avenue"],"main_pivot_2":[[40.7580830447,-73.9773304406],"Saks Fifth Avenue"],"main_pivot_3":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_4":[[40.7622754,-73.9746766],"712 Fifth Avenue"],"main_pivot_5":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_6":[[40.7618081,-73.9750215],"Fifth Avenue Presbyterian Church"],"main_pivot_7":[[40.7604061,-73.9760448],"666 Fifth Avenue"],"main_pivot_8":[[40.7615922135,-73.9751815179],"The Peninsula New York"],"main_pivot_9":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_10":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_11":[[40.7615922135,-73.9751815179],"The Peninsula New York"],"main_pivot_12":[[40.7584788178,-73.9778249501],"British Empire Building"],"main_pivot_13":[[40.7615922135,-73.9751815179],"The Peninsula New York"],"main_pivot_14":[[40.7590028,-73.9770864],"Palazzo d'Italia"],"main_pivot_15":[[40.7642455636,-73.9727362287],"hotel"],"near_pivot":[[40.7642455636,-73.9727362287],"hotel"],"around_goal_pivot_1":[[40.7638113,-73.9741135],"cinema"],"around_goal_pivot_2":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_3":[[40.7637186,-73.9710492],"two clinics"],"around_goal_pivot_4":[[40.764688,-73.9725062],"fast food restaurant"],"around_goal_pivot_5":[[40.7631686,-73.9719879],"atm"],"around_goal_pivot_6":[[40.7631603,-73.9719916],"bank"],"around_goal_pivot_7":[[40.7635881,-73.9738596],"Apple Store"],"around_goal_pivot_8":[[40.7626496,-73.9728051],"Chanel"],"around_goal_pivot_9":[[40.7630564,-73.9735775],"Louis Vuitton"],"around_goal_pivot_10":[[40.7638481,-73.9714194],"Crate & Barrel"]}} +{"rvs_sample_number":433,"content":"I'm looking for a ring in a shop southeast of Central park, on Madison Ave. Can you meet me there? Just go southeast and it's just two block south and one east of General Motors. It's on the north corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v53.gpkg","rvs_goal_point":[40.7620406,-73.9723268],"key":7625,"region":"Manhattan","rvs_start_point":[40.7745302,-73.9802971],"landmarks":{"end_point":[[40.7620406,-73.9723268],"jewelry shop"],"start_point":[[40.7745302,-73.9802971],"restaurant"],"main_pivot":[[40.7741589,-73.9792391],"York Preparatory School"],"main_pivot_2":[[40.7657178,-73.9766971],"Trump Parc Condominium"],"main_pivot_3":[[40.7660454,-73.9760662],"Jos\u00e9 Mart\u00ed"],"main_pivot_4":[[40.7634939,-73.9729104],"General Motors Building"],"main_pivot_5":[[40.7660429,-73.9766301],"Jos\u00e9 de San Mart\u00edn"],"main_pivot_6":[[40.764556,-73.9738804],"The Plaza"],"main_pivot_7":[[40.7740361,-73.9789645],"Second Church of Christ, Scientist"],"main_pivot_8":[[40.7644509815,-73.9736308751],"Grand Army Plaza"],"main_pivot_9":[[40.7642753,-73.9728068],"Sherry Netherlands"],"main_pivot_10":[[40.7657178,-73.9766971],"Trump Parc Condominium"],"main_pivot_11":[[40.7657178,-73.9766971],"Trump Parc Condominium"],"main_pivot_12":[[40.7638113,-73.9741135],"Paris Theatre"],"main_pivot_13":[[40.7644509815,-73.9736308751],"Grand Army Plaza"],"main_pivot_14":[[40.7634939,-73.9729104],"General Motors Building"],"main_pivot_15":[[40.7621559,-73.971668],"hotel"],"near_pivot":[[40.7621559,-73.971668],"hotel"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.759787,-73.970695],"synagogue"],"around_goal_pivot_3":[[40.7637186,-73.9710492],"2 clinics"],"around_goal_pivot_4":[[40.7620474,-73.9748471],"church"],"around_goal_pivot_5":[[40.7638113,-73.9741135],"cinema"],"around_goal_pivot_6":[[40.7646147,-73.9731128],"three benches"],"around_goal_pivot_7":[[40.7626156,-73.9735108],"Tiffany & Company"],"around_goal_pivot_8":[[40.7612458,-73.9743323],"St. Regis"],"around_goal_pivot_9":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_10":[[40.7632609,-73.9709178],"pharmacy"]}} +{"rvs_sample_number":191,"content":"Let's go to the cool D'Agostino grocery market? It's just north of the chase bank To the west less than a block away and in the same block is a Catholic Church.","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.7718642,-73.950313],"key":7626,"region":"Manhattan","rvs_start_point":[40.7776538,-73.9695176],"landmarks":{"end_point":[[40.7718642,-73.950313],"D'Agostino"],"start_point":[[40.7776538,-73.9695176],"bench"],"main_pivot":[[40.776675,-73.9637652],"Payne Whitney House"],"main_pivot_2":[[40.7751845,-73.9582991],"Unitarian Church of All Souls"],"main_pivot_3":[[40.776198,-73.9614649],"The New York Society Library"],"main_pivot_4":[[40.7736892,-73.9562669],"Yorkville Library"],"main_pivot_5":[[40.7736892,-73.9562669],"Yorkville Library"],"main_pivot_6":[[40.7768124,-73.9636662],"Ukrainian Institute of America"],"main_pivot_7":[[40.7736892,-73.9562669],"Yorkville Library"],"main_pivot_8":[[40.7768124,-73.9636662],"Ukrainian Institute of America"],"main_pivot_9":[[40.776198,-73.9614649],"The New York Society Library"],"main_pivot_10":[[40.7736892,-73.9562669],"Yorkville Library"],"main_pivot_11":[[40.776675,-73.9637652],"Payne Whitney House"],"main_pivot_12":[[40.7768124,-73.9636662],"Ukrainian Institute of America"],"main_pivot_13":[[40.7736892,-73.9562669],"Yorkville Library"],"main_pivot_14":[[40.7736892,-73.9562669],"Yorkville Library"],"main_pivot_15":[[40.7716455,-73.9504787],"bank"],"near_pivot":[[40.7716455,-73.9504787],"bank"],"around_goal_pivot_1":[[40.7707659,-73.9514854],"library"],"around_goal_pivot_3":[[40.7699965,-73.9494403],"park"],"around_goal_pivot_4":[[40.7721394,-73.9518394],"church"],"around_goal_pivot_5":[[40.7720932,-73.9525972],"bank"],"around_goal_pivot_6":[[40.771128,-73.9533372],"fast food restaurant"],"around_goal_pivot_8":[[40.7725856,-73.9527862],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.7709018,-73.9535909],"post box"],"around_goal_pivot_10":[[40.7716694,-73.9529322],"cafe"]}} +{"rvs_sample_number":152,"content":"I am located northeast on Broadway, at the restaurant almost by the corner. AMC cinema is on its south side and also on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v54.gpkg","rvs_goal_point":[40.738929,-73.9897039],"key":7627,"region":"Manhattan","rvs_start_point":[40.732235,-74.0021598],"landmarks":{"end_point":[[40.738929,-73.9897039],"restaurant"],"start_point":[[40.732235,-74.0021598],"restaurant"],"main_pivot":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_2":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_3":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_4":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_5":[[40.7314898,-74.0006708],"West Fourth Street Courts"],"main_pivot_6":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_7":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_8":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_9":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_10":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_11":[[40.7314898,-74.0006708],"West Fourth Street Courts"],"main_pivot_12":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_13":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_14":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_15":[[40.7385891,-73.9896994],"cinema"],"near_pivot":[[40.7385891,-73.9896994],"cinema"],"beyond_pivot":[[40.7397055,-73.9897743],"university"],"around_goal_pivot_1":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_2":[[40.7389498,-73.9870536],"church"],"around_goal_pivot_3":[[40.7365586,-73.988794],"W Hotels"],"around_goal_pivot_4":[[40.7392696,-73.986775],"museum"],"around_goal_pivot_5":[[40.74,-73.9925],"historic district"],"around_goal_pivot_6":[[40.740401,-73.9895748],"bicycle repair station"],"around_goal_pivot_7":[[40.7402104,-73.9896949],"LoveSac"],"around_goal_pivot_8":[[40.7376133,-73.9900037],"fresh"],"around_goal_pivot_9":[[40.7371243,-73.9900663],"Petco"],"around_goal_pivot_10":[[40.7373803,-73.9899304],"Scotch & Soda"]}} +{"rvs_sample_number":136,"content":"It's off of FDR Drive right where the East River Park Amphitheater is. It is also across the street from Colrlears Hook Park but this is not the Citi Bike shop at Hook Park.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7114281,-73.9783934],"key":7628,"region":"Manhattan","rvs_start_point":[40.7147479,-73.9822115],"landmarks":{"end_point":[[40.7114281,-73.9783934],"bench"],"start_point":[[40.7147479,-73.9822115],"convenience shop"],"main_pivot":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_2":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_3":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_4":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_5":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_6":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_7":[[40.7121991,-73.9794815],"Citi Bike - Cherry Street @ Corlears Hook Park"],"main_pivot_8":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_9":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_10":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_11":[[40.7142132,-73.9811658],"Citi Bike - Grand Street \/ Henry Street"],"main_pivot_12":[[40.7121991,-73.9794815],"Citi Bike - Cherry Street @ Corlears Hook Park"],"main_pivot_13":[[40.7121991,-73.9794815],"Citi Bike - Cherry Street @ Corlears Hook Park"],"main_pivot_14":[[40.7121991,-73.9794815],"Citi Bike - Cherry Street @ Corlears Hook Park"],"main_pivot_15":[[40.7113578,-73.9781973],"theatre"],"near_pivot":[[40.7113578,-73.9781973],"theatre"],"around_goal_pivot_1":[[40.7121991,-73.9794815],"bicycle rental"],"around_goal_pivot_2":[[40.7101447,-73.9792429],"ferry terminal"],"around_goal_pivot_3":[[40.711673,-73.9799264],"drinking water"],"around_goal_pivot_4":[[40.712337,-73.9798716],"parking lot"],"around_goal_pivot_5":[[40.7109254,-73.9793312],"park"],"around_goal_pivot_6":[[40.7125729,-73.9792444],"playground"]}} +{"rvs_sample_number":219,"content":"Meet me at the hotel. Go north for a while - about 15 blocks - until you see Bryant Park. There is a library on the southeast side of it. South of that is West 40th Street. The hotel is on the south side of the street. It is southwest of the library, and has a bakery and Royce Chocolate next to it. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7528779,-73.9837787],"key":7629,"region":"Manhattan","rvs_start_point":[40.7405186,-73.9889698],"landmarks":{"end_point":[[40.7528779,-73.9837787],"hotel"],"start_point":[[40.7405186,-73.9889698],"bicycle parking"],"main_pivot":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_2":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_3":[[40.7405313,-73.9882824],"One Madison"],"main_pivot_4":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_5":[[40.7405313,-73.9882824],"One Madison"],"main_pivot_6":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_7":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_8":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_9":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_10":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_11":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_12":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_13":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_14":[[40.7499075,-73.9836957],"400 Fifth Avenue"],"main_pivot_15":[[40.752948,-73.9829827],"library"],"near_pivot":[[40.752948,-73.9829827],"library"],"beyond_pivot":[[40.7536111,-73.9841667],"building"],"around_goal_pivot_1":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_2":[[40.7543018,-73.9824604],"college"],"around_goal_pivot_3":[[40.7538091,-73.9844608],"two playgrounds"],"around_goal_pivot_4":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_5":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_6":[[40.7539364,-73.9843412],"three gardens"],"around_goal_pivot_7":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_8":[[40.7546279,-73.9845292],"Whole Foods Market"],"around_goal_pivot_9":[[40.7536883,-73.9804985],"COS"],"around_goal_pivot_10":[[40.7538513,-73.9854117],"Blink Fitness"]}} +{"rvs_sample_number":119,"content":"Meet me at the hotel on the block west of you. It's on East 5th Street more or less in the southwest corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.727834,-73.9907398],"key":7630,"region":"Manhattan","rvs_start_point":[40.7263224,-73.9864498],"landmarks":{"end_point":[[40.727834,-73.9907398],"hotel"],"start_point":[[40.7263224,-73.9864498],"restaurant"],"main_pivot":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_2":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_3":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_4":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_5":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_6":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_7":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_8":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_9":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_10":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_11":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_12":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_13":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_14":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_15":[[40.7277854,-73.9896764],"museum"],"near_pivot":[[40.7277854,-73.9896764],"museum"],"beyond_pivot":[[40.726821,-73.9899976],"theatre"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_3":[[40.7277031,-73.992251],"museum"],"around_goal_pivot_4":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_5":[[40.7262424,-73.9880128],"2 benches"],"around_goal_pivot_6":[[40.7288797,-73.9934374],"Foot Locker"],"around_goal_pivot_7":[[40.7298359,-73.992872],"Lids"],"around_goal_pivot_8":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_9":[[40.7299025,-73.9927642],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.726572,-73.9914542],"7-Eleven"]}} +{"rvs_sample_number":314,"content":"I am waiting by the bench in the same area and north of 5 benches. It is on the west side of white colored Broadway lane and west of GNC nutrition shop. ","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.7050347,-74.0135156],"key":7631,"region":"Manhattan","rvs_start_point":[40.7096762,-74.011915],"landmarks":{"end_point":[[40.7050347,-74.0135156],"bench"],"start_point":[[40.7096762,-74.011915],"fast food restaurant"],"main_pivot":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_2":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_3":[[40.7066766,-74.0137808],"Elizabeth H. Berger Plaza"],"main_pivot_4":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_5":[[40.7066766,-74.0137808],"Elizabeth H. Berger Plaza"],"main_pivot_6":[[40.7093124,-74.0118507],"Zuccotti Park"],"main_pivot_7":[[40.709915045,-74.011810768],"4 World Trade Center"],"main_pivot_8":[[40.7066766,-74.0137808],"Elizabeth H. Berger Plaza"],"main_pivot_9":[[40.7093124,-74.0118507],"Zuccotti Park"],"main_pivot_10":[[40.709915045,-74.011810768],"4 World Trade Center"],"main_pivot_11":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_12":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_13":[[40.709915045,-74.011810768],"4 World Trade Center"],"main_pivot_14":[[40.7066766,-74.0137808],"Elizabeth H. Berger Plaza"],"main_pivot_15":[[40.7047808,-74.0136889],"5 benches"],"near_pivot":[[40.7047808,-74.0136889],"5 benches"],"beyond_pivot":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_1":[[40.7069323699,-74.011553362],"stock exchange"],"around_goal_pivot_2":[[40.7066354,-74.014163],"4 benches"],"around_goal_pivot_3":[[40.7034105,-74.0164153],"historic fort"],"around_goal_pivot_4":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_5":[[40.7026492,-74.0138549],"fifteen benches"],"around_goal_pivot_6":[[40.7068623,-74.0137939],"three gardens"],"around_goal_pivot_7":[[40.7043193,-74.0102634],"2 restaurants"],"around_goal_pivot_8":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_9":[[40.704059,-74.011355],"WeWork"],"around_goal_pivot_10":[[40.706534,-74.0139535],"2 benches"]}} +{"rvs_sample_number":225,"content":"Head north on Madison Avenue. Probably 10 or so blocks from your location you'll meet me at the post box right next to the Dunkin (fast food restaurant).","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7502283,-73.9812985],"key":7632,"region":"Manhattan","rvs_start_point":[40.7415974,-73.9813869],"landmarks":{"end_point":[[40.7502283,-73.9812985],"post box"],"start_point":[[40.7415974,-73.9813869],"restaurant"],"main_pivot":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_2":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.7486192,-73.9821585],"Church of the Incarnation"],"main_pivot_5":[[40.7486192,-73.9821585],"Church of the Incarnation"],"main_pivot_6":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_7":[[40.7486192,-73.9821585],"Church of the Incarnation"],"main_pivot_8":[[40.7486192,-73.9821585],"Church of the Incarnation"],"main_pivot_9":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_10":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_11":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_12":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_13":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_14":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_15":[[40.7502038,-73.9813548],"fast food restaurant"],"near_pivot":[[40.7502038,-73.9813548],"fast food restaurant"],"beyond_pivot":[[40.7514749,-73.9804635],"fast_food"],"around_goal_pivot_1":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_2":[[40.750696,-73.982649],"Zales"],"around_goal_pivot_3":[[40.7509025,-73.9829081],"post box"],"around_goal_pivot_4":[[40.7495875,-73.9802333],"hotel"],"around_goal_pivot_5":[[40.7497929,-73.9802403],"doctor's office"],"around_goal_pivot_6":[[40.7497323,-73.980088],"events venue"],"around_goal_pivot_7":[[40.7510771,-73.9807748],"restaurant"],"around_goal_pivot_8":[[40.7512061,-73.9822721],"cannabis shop"]}} +{"rvs_sample_number":360,"content":"Meet me at the restaurant southwest of you, next to a historic ship on the second pier down south from the tunnel. A cafe is on my east.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7202788,-74.0159252],"key":7633,"region":"Manhattan","rvs_start_point":[40.7266613,-74.0088141],"landmarks":{"end_point":[[40.7202788,-74.0159252],"restaurant"],"start_point":[[40.7266613,-74.0088141],"bicycle parking"],"main_pivot":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_2":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_3":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_4":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_5":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_6":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_7":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_8":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_9":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_10":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_11":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_12":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_13":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_14":[[40.7204733,-74.0137378],"USCGC LILAC"],"main_pivot_15":[[40.7202786568,-74.0158367911],"historic ship"],"near_pivot":[[40.7202786568,-74.0158367911],"historic ship"],"beyond_pivot":[[40.7213521,-74.0162246],"lounger"],"around_goal_pivot_1":[[40.7204733,-74.0137378],"historic Ship"],"around_goal_pivot_2":[[40.7183398,-74.0143345],"school"],"around_goal_pivot_3":[[40.7201749,-74.013902],"recycling"],"around_goal_pivot_4":[[40.7202016,-74.0139829],"cafe"],"around_goal_pivot_5":[[40.7215227,-74.0134737],"boat rental"],"around_goal_pivot_6":[[40.7212219,-74.01415],"two gardens"],"around_goal_pivot_7":[[40.7214231,-74.0157889],"2 gardens"],"around_goal_pivot_8":[[40.717825,-74.0145245],"social facility"],"around_goal_pivot_9":[[40.7200582,-74.0126859],"toilets"],"around_goal_pivot_10":[[40.7181703,-74.0147269],"deli shop"]}} +{"rvs_sample_number":279,"content":"Meet me at the bicycle parking on the east side of Amsterdam Avenue. It is in the northwest corner of it's block at the intersection. On the same block is a Raymour & Flanigan furniture store. Also to the southwest is the Riverside Library on the adjacent block to the south.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7752743,-73.983936],"key":7634,"region":"Manhattan","rvs_start_point":[40.7738395,-73.9901139],"landmarks":{"end_point":[[40.7752743,-73.983936],"bicycle parking"],"start_point":[[40.7738395,-73.9901139],"bench"],"main_pivot":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_2":[[40.7735159431,-73.9852082685],"Lincoln Center for the Performing Arts"],"main_pivot_3":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_4":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_5":[[40.7735012,-73.984403],"Lincoln Center Theater"],"main_pivot_6":[[40.7742567,-73.9867878],"Fiorello H. LaGuardia High School"],"main_pivot_7":[[40.7735012,-73.984403],"Lincoln Center Theater"],"main_pivot_8":[[40.7739558,-73.9904044],"Collegiate School"],"main_pivot_9":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_10":[[40.7739558,-73.9904044],"Collegiate School"],"main_pivot_11":[[40.7735159431,-73.9852082685],"Lincoln Center for the Performing Arts"],"main_pivot_12":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_13":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_14":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_15":[[40.7743550281,-73.9849458469],"school"],"near_pivot":[[40.7743550281,-73.9849458469],"school"],"around_goal_pivot_1":[[40.7735159431,-73.9852082685],"arts centre"],"around_goal_pivot_2":[[40.77694,-73.9815071],"church"],"around_goal_pivot_3":[[40.7748111,-73.9809312],"post office"],"around_goal_pivot_4":[[40.7776613,-73.982681],"ice cream"],"around_goal_pivot_5":[[40.7740839,-73.9814769],"Kiehl's"],"around_goal_pivot_6":[[40.7743637,-73.9818822],"Banana Republic"],"around_goal_pivot_7":[[40.77456,-73.981102],"J.Jill"],"around_goal_pivot_8":[[40.7743106,-73.98082],"Starbucks"],"around_goal_pivot_9":[[40.7768271,-73.9817446],"CorePower Yoga"],"around_goal_pivot_10":[[40.7742826,-73.982523],"Raymour & Flanigan"]}} +{"rvs_sample_number":366,"content":"Go northeast and meet me at the bicycle parking on the south side of East Broadway, northwest from a place of worship and west of a cafe. It's the western one of two on the block.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7144766,-73.9842256],"key":7635,"region":"Manhattan","rvs_start_point":[40.7100655,-73.9961425],"landmarks":{"end_point":[[40.7144766,-73.9842256],"bicycle parking"],"start_point":[[40.7100655,-73.9961425],"drinking water"],"main_pivot":[[40.7100877631,-73.9966041435],"Alfred E. Smith Houses"],"main_pivot_2":[[40.7100877631,-73.9966041435],"Alfred E. Smith Houses"],"main_pivot_3":[[40.7108699802,-73.9923937878],"Manhattan Bridge"],"main_pivot_4":[[40.7107956,-73.9915787],"One Manhattan Square - Tower"],"main_pivot_5":[[40.7100877631,-73.9966041435],"Alfred E. Smith Houses"],"main_pivot_6":[[40.7108699802,-73.9923937878],"Manhattan Bridge"],"main_pivot_7":[[40.7100877631,-73.9966041435],"Alfred E. Smith Houses"],"main_pivot_8":[[40.7100877631,-73.9966041435],"Alfred E. Smith Houses"],"main_pivot_9":[[40.7107956,-73.9915787],"One Manhattan Square - Tower"],"main_pivot_10":[[40.7100877631,-73.9966041435],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7108699802,-73.9923937878],"Manhattan Bridge"],"main_pivot_12":[[40.7107956,-73.9915787],"One Manhattan Square - Tower"],"main_pivot_13":[[40.7108699802,-73.9923937878],"Manhattan Bridge"],"main_pivot_14":[[40.7108699802,-73.9923937878],"Manhattan Bridge"],"main_pivot_15":[[40.7138964,-73.9833242],"church"],"near_pivot":[[40.7138964,-73.9833242],"church"],"beyond_pivot":[[40.7138964,-73.9833242],"place_of_worship"],"around_goal_pivot_1":[[40.7155777,-73.985033],"church"],"around_goal_pivot_2":[[40.7168374462,-73.9835122882],"bridge"],"around_goal_pivot_3":[[40.7130575,-73.987203],"hospital"],"around_goal_pivot_4":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_5":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_6":[[40.7144862,-73.9821342],"cafe"],"around_goal_pivot_7":[[40.716419,-73.9865745],"kindergarten"],"around_goal_pivot_8":[[40.7149749,-73.9827649],"2 restaurants"],"around_goal_pivot_9":[[40.7165272,-73.9836131],"fire station"],"around_goal_pivot_10":[[40.7163634,-73.9837197],"police station"]}} +{"rvs_sample_number":121,"content":"Let\u2019s meet at bicycle parking just a few blocks away. Just head five blocks north and it\u2019s in that block, in the southwest corner where West 19th Street meets a major avenue. ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.742898,-74.0000633],"key":7636,"region":"Manhattan","rvs_start_point":[40.7387505,-73.9997914],"landmarks":{"end_point":[[40.742898,-74.0000633],"bicycle parking"],"start_point":[[40.7387505,-73.9997914],"bicycle parking"],"main_pivot":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_2":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_3":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_4":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_5":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_6":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_7":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_8":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_9":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_12":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_13":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_14":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_15":[[40.7433672,-74.0001245],"pharmacy"],"near_pivot":[[40.7433672,-74.0001245],"pharmacy"],"beyond_pivot":[[40.7434448,-73.9995835],"restaurant"],"around_goal_pivot_1":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_2":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_3":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_4":[[40.7419763,-73.9968226],"charging station"],"around_goal_pivot_5":[[40.7454382,-73.9999306],"hostel"],"around_goal_pivot_6":[[40.7424158,-73.997102],"language school"],"around_goal_pivot_7":[[40.7422914,-74.0034322],"nightclub"],"around_goal_pivot_8":[[40.7430222,-74.0031899],"clinic"],"around_goal_pivot_9":[[40.7426863,-73.9983835],"police station"],"around_goal_pivot_10":[[40.7433045,-74.0034925],"telephone"]}} +{"rvs_sample_number":388,"content":"I'm northeast of you about 7 blocks on the east end of West 43rd street at the bike parking caddy-corner from an attraction on the west side of Grand Central Terminal.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7532016,-73.9779874],"key":7637,"region":"Manhattan","rvs_start_point":[40.7494303,-73.9835837],"landmarks":{"end_point":[[40.7532016,-73.9779874],"bicycle rental"],"start_point":[[40.7494303,-73.9835837],"Ricky's NYC"],"main_pivot":[[40.7522837,-73.9794821],"One Grand Central Place"],"main_pivot_2":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_3":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_4":[[40.7498897,-73.9837132],"400 Fifth Avenue"],"main_pivot_5":[[40.7488969089,-73.9838092428],"CUNY Graduate School and University Center"],"main_pivot_6":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_7":[[40.7486192,-73.9821585],"Church of the Incarnation"],"main_pivot_8":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_9":[[40.7522837,-73.9794821],"One Grand Central Place"],"main_pivot_10":[[40.7488969089,-73.9838092428],"CUNY Graduate School and University Center"],"main_pivot_11":[[40.7498897,-73.9837132],"400 Fifth Avenue"],"main_pivot_12":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_13":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_14":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_15":[[40.7530083397,-73.9778209673],"attraction"],"near_pivot":[[40.7530083397,-73.9778209673],"attraction"],"around_goal_pivot_1":[[40.7534277,-73.981373],"3 gardens"],"around_goal_pivot_2":[[40.7535493,-73.981387],"4 gardens"],"around_goal_pivot_3":[[40.7531158,-73.9816942],"library"],"around_goal_pivot_4":[[40.7522317195,-73.9767448412],"Grand Hyatt"],"around_goal_pivot_5":[[40.7513168,-73.9763761],"pharmacy"],"around_goal_pivot_6":[[40.75338,-73.9812221],"4 gardens"],"around_goal_pivot_7":[[40.7528179,-73.9799233],"Sephora"],"around_goal_pivot_8":[[40.753448,-73.9813356],"4 gardens"],"around_goal_pivot_9":[[40.7542617,-73.9800487],"Urban Outfitters"],"around_goal_pivot_10":[[40.7551816,-73.9798997],"Five Below"]}} +{"rvs_sample_number":188,"content":"Let\u2019s meet at the bar for some drinks. Go southwest to Christopher Street. It\u2019s on the block southwest of the library in Jefferson Market Garden. It\u2019s in the north side of the block in the middle of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7339589,-74.0000309],"key":7638,"region":"Manhattan","rvs_start_point":[40.7378706,-73.9879693],"landmarks":{"end_point":[[40.7339589,-74.0000309],"bar"],"start_point":[[40.7378706,-73.9879693],"bicycle parking"],"main_pivot":[[40.7322057,-73.9963192],"New York University"],"main_pivot_2":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_3":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_4":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_5":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_6":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_7":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_8":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_9":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_10":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_11":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_12":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_13":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_14":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_15":[[40.7343962,-73.9992053],"library"],"near_pivot":[[40.7343962,-73.9992053],"library"],"beyond_pivot":[[40.7326177755,-74.0004966677],"place_of_worship"],"around_goal_pivot_1":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_2":[[40.7363224,-74.0008634],"2 gardens"],"around_goal_pivot_3":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_4":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_5":[[40.73307,-73.9986004],"Goodwill"],"around_goal_pivot_6":[[40.7343178,-74.0019239],"charging station"],"around_goal_pivot_7":[[40.7362951,-74.0011567],"two gardens"],"around_goal_pivot_8":[[40.7326626,-73.998635],"hotel"],"around_goal_pivot_9":[[40.7332332,-74.0026154],"atm"],"around_goal_pivot_10":[[40.7321207,-74.0016291],"post office"]}} +{"rvs_sample_number":22,"content":"Let's head out to the water's edge, east of you to the waste basket. It's past the eastern end of East 20 St. Service road in a park. To the south there is another waste basket and to the north is a park.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7324354,-73.973815],"key":7639,"region":"Manhattan","rvs_start_point":[40.7409361,-73.981374],"landmarks":{"end_point":[[40.7324354,-73.973815],"waste basket"],"start_point":[[40.7409361,-73.981374],"pub"],"main_pivot":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_2":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_3":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_4":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_5":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_6":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_7":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_8":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_9":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_10":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_11":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_12":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_13":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_14":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_15":[[40.7328028117,-73.9740825082],"park"],"near_pivot":[[40.7328028117,-73.9740825082],"park"],"beyond_pivot":[[40.7316912,-73.9736313],"waste_basket"],"around_goal_pivot_1":[[40.7333542,-73.9740484],"picnic site"],"around_goal_pivot_2":[[40.7317073,-73.9759295],"3 gardens"],"around_goal_pivot_3":[[40.7310664,-73.9758471],"8 parking spaces"],"around_goal_pivot_4":[[40.7341247,-73.9742402],"recycling"],"around_goal_pivot_5":[[40.7312143,-73.9742468],"shelter"],"around_goal_pivot_6":[[40.7313389,-73.9742074],"post box"],"around_goal_pivot_10":[[40.73138,-73.9755157],"8 parking spaces"]}} +{"rvs_sample_number":285,"content":"Move southeast past Daniel restaurant and see me at the kitchen shop on East 65th street. It is by the corner and a school is on the next block. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7661765,-73.9656472],"key":7640,"region":"Manhattan","rvs_start_point":[40.7686118,-73.971004],"landmarks":{"end_point":[[40.7661765,-73.9656472],"kitchen shop"],"start_point":[[40.7686118,-73.971004],"drinking water"],"main_pivot":[[40.7667776,-73.9675711],"Daniel"],"main_pivot_2":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_3":[[40.7667776,-73.9675711],"Daniel"],"main_pivot_4":[[40.7667776,-73.9675711],"Daniel"],"main_pivot_5":[[40.7683660976,-73.9711352429],"Central Park Zoo"],"main_pivot_6":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_7":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_8":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_9":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_10":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_11":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_12":[[40.7683660976,-73.9711352429],"Central Park Zoo"],"main_pivot_13":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_14":[[40.7683660976,-73.9711352429],"Central Park Zoo"],"main_pivot_15":[[40.7658333,-73.965],"school"],"near_pivot":[[40.7658333,-73.965],"school"],"around_goal_pivot_1":[[40.766913,-73.9635556],"synagogue"],"around_goal_pivot_2":[[40.7681899,-73.9678474],"2 jewelry shops"],"around_goal_pivot_4":[[40.764233,-73.963647],"hospital"],"around_goal_pivot_5":[[40.7657309,-73.9670558],"church"],"around_goal_pivot_6":[[40.7666748,-73.9680427],"hotel"],"around_goal_pivot_7":[[40.7668051,-73.9630029],"clinic"],"around_goal_pivot_9":[[40.7643867,-73.9631097],"Affinia Hotels"],"around_goal_pivot_10":[[40.7667068,-73.9625796],"Unleashed"]}} +{"rvs_sample_number":119,"content":"I'm at a parking space at 20th Street Loop it's right at the outer edge I'm next to building 21 which is connected to 19 and they look like two + signs stuck together. Alomst directly south of me is a fountain and two gardens. Best way to get there is to head north about 22 blocks then go east until you get to the loop. A block before you head east you'll see an Ace Hardware on one side and TD bank on the other. Again when you get to the loop you'll want to take it about a third of the way and that's where I'm at.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.732872986,-73.9777893868],"key":7641,"region":"Manhattan","rvs_start_point":[40.7203299,-73.9901284],"landmarks":{"end_point":[[40.732872986,-73.9777893868],"parking space"],"start_point":[[40.7203299,-73.9901284],"laundry shop"],"main_pivot":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_2":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_3":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_4":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_5":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_8":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_9":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_10":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_11":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_14":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_15":[[40.7320604,-73.9777586],"fountain"],"near_pivot":[[40.7320604,-73.9777586],"fountain"],"beyond_pivot":[[40.7321587,-73.9776817],"garden"],"around_goal_pivot_1":[[40.7346328,-73.9804101],"bank"],"around_goal_pivot_2":[[40.7333076,-73.9807749],"pharmacy"],"around_goal_pivot_3":[[40.7302308,-73.9777184],"seven parking spaces"],"around_goal_pivot_4":[[40.7304042,-73.9787351],"3 gardens"],"around_goal_pivot_5":[[40.7331857,-73.9808607],"Trek"],"around_goal_pivot_6":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_7":[[40.731262,-73.9772239],"public bookcase"],"around_goal_pivot_8":[[40.7330335,-73.981082],"bicycle parking"],"around_goal_pivot_9":[[40.7311482,-73.9789087],"three parking spaces"],"around_goal_pivot_10":[[40.7329499,-73.9810431],"vacant shop"]}} +{"rvs_sample_number":209,"content":"We can meet at T-Mobile on 3rd Avenue, next to a Bank of America atm. It is north and a little west of you, and south of an ice cream shop. ","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7422842,-73.9803953],"key":7642,"region":"Manhattan","rvs_start_point":[40.7332777999,-73.9779940112],"landmarks":{"end_point":[[40.7422842,-73.9803953],"T-Mobile"],"start_point":[[40.7332777999,-73.9779940112],"parking space"],"main_pivot":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_2":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_3":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_4":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_5":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_6":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_7":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_8":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_9":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_10":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_11":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_12":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_13":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_14":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_15":[[40.7421757,-73.9804623],"atm"],"near_pivot":[[40.7421757,-73.9804623],"atm"],"beyond_pivot":[[40.7433741,-73.980076],"ice_cream"],"around_goal_pivot_1":[[40.7437611746,-73.9799550835],"library"],"around_goal_pivot_2":[[40.7417135,-73.9825386],"theatre"],"around_goal_pivot_3":[[40.7441534,-73.9795427],"atm"],"around_goal_pivot_4":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_5":[[40.7427456,-73.9769046],"bank"],"around_goal_pivot_6":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_7":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_8":[[40.7426278,-73.9769796],"Sherwin-Williams"],"around_goal_pivot_9":[[40.7445973,-73.9799777],"3 dentist's offices"],"around_goal_pivot_10":[[40.7432244,-73.9772502],"H&R Block"]}} +{"rvs_sample_number":322,"content":"head southwest and meet me at the bike parking just south of the curve of chatham street. It's on the block northeast of the block with a baptist church.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7137558,-73.9973054],"key":7643,"region":"Manhattan","rvs_start_point":[40.7186335,-73.9893328],"landmarks":{"end_point":[[40.7137558,-73.9973054],"bicycle parking"],"start_point":[[40.7186335,-73.9893328],"nightclub"],"main_pivot":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_2":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_3":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_4":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_5":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_8":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_9":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_10":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_11":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_12":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_13":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_14":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_15":[[40.7131122,-73.997541],"church"],"near_pivot":[[40.7131122,-73.997541],"church"],"around_goal_pivot_1":[[40.7140035,-74.0003396],"courthouse"],"around_goal_pivot_2":[[40.7142627814,-73.994266409],"bridge"],"around_goal_pivot_3":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_4":[[40.7145147,-73.9999686],"4 benches"],"around_goal_pivot_5":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_6":[[40.7143217,-74.0002118],"four bicycle parkings"],"around_goal_pivot_7":[[40.7146323,-73.9980567],"two hairdresser shops"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7143373,-74.0002438],"3 bicycle parkings"],"around_goal_pivot_10":[[40.7156683,-73.9983254],"Mott Optical Group"]}} +{"rvs_sample_number":433,"content":"I am at the Blazing Saddles bicycle rental, just past where West 44th Street ends near the river. There is a drinking water and a boat rental on the same pier to my west.","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7633184,-74.000519],"key":7644,"region":"Manhattan","rvs_start_point":[40.7682772,-73.9907941],"landmarks":{"end_point":[[40.7633184,-74.000519],"bicycle rental"],"start_point":[[40.7682772,-73.9907941],"bicycle parking"],"main_pivot":[[40.7676934662,-73.9948054436],"DeWitt Clinton Park"],"main_pivot_2":[[40.7642607,-73.9994356],"Lockheed A-12"],"main_pivot_3":[[40.7642607,-73.9994356],"Lockheed A-12"],"main_pivot_4":[[40.7676934662,-73.9948054436],"DeWitt Clinton Park"],"main_pivot_5":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_6":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_7":[[40.764394,-73.9993064],"Intrepid Museum"],"main_pivot_8":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_9":[[40.7676934662,-73.9948054436],"DeWitt Clinton Park"],"main_pivot_10":[[40.7648527,-73.9993419],"USS Growler"],"main_pivot_11":[[40.7648527,-73.9993419],"USS Growler"],"main_pivot_12":[[40.7648527,-73.9993419],"USS Growler"],"main_pivot_13":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_14":[[40.7648527,-73.9993419],"USS Growler"],"main_pivot_15":[[40.762824,-74.0013485],"attraction"],"near_pivot":[[40.762824,-74.0013485],"attraction"],"beyond_pivot":[[40.7637516,-74.0011331],"drinking_water"],"around_goal_pivot_2":[[40.7615013,-73.9990197],"Life Time"],"around_goal_pivot_3":[[40.7623773,-73.997556],"pub"],"around_goal_pivot_4":[[40.7640644,-74.0016347],"boat rental"],"around_goal_pivot_5":[[40.7642838,-73.998222],"car wash"],"around_goal_pivot_6":[[40.7637702,-73.9976207],"nightclub"],"around_goal_pivot_8":[[40.76303,-73.997263],"stripclub"],"around_goal_pivot_10":[[40.7627274,-74.0014192],"parking entrance"]}} +{"rvs_sample_number":279,"content":"Go northeast past the Rockefeller Foundation and New York Public Library. Take a right onto East 41st Street about a block north of the library, and you'll find me at the second bike parking.","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7526075,-73.9807282],"key":7645,"region":"Manhattan","rvs_start_point":[40.7443406859,-73.994737013],"landmarks":{"end_point":[[40.7526075,-73.9807282],"bicycle parking"],"start_point":[[40.7443406859,-73.994737013],"parking lot"],"main_pivot":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_2":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_3":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_4":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_5":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_6":[[40.7489422,-73.9861526],"Empire State Building"],"main_pivot_7":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_8":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_9":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_10":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_11":[[40.7489422,-73.9861526],"Empire State Building"],"main_pivot_12":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_13":[[40.7501745,-73.988051],"Macy's"],"main_pivot_14":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_15":[[40.7530728109,-73.9817256597],"library"],"near_pivot":[[40.7530728109,-73.9817256597],"library"],"beyond_pivot":[[40.7521537,-73.9795773],"hotel"],"around_goal_pivot_1":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_2":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_3":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_4":[[40.752461,-73.9789227],"RadioShack"],"around_goal_pivot_5":[[40.7528427,-73.9777226],"7 vending machines"],"around_goal_pivot_6":[[40.7536883,-73.9804985],"COS"],"around_goal_pivot_7":[[40.7542617,-73.9800487],"Urban Outfitters"],"around_goal_pivot_8":[[40.7525762,-73.979134],"Cohen's Fashion Optical"],"around_goal_pivot_9":[[40.7551816,-73.9798997],"Five Below"],"around_goal_pivot_10":[[40.7528901,-73.9818928],"3 fountains"]}} +{"rvs_sample_number":256,"content":"I'm at a fish restaurant southwest of you, if you'd like to meet. It's on East 43rd Street, on the same block as Hampton Inn. On the block south of here is the Lyceum Kennedy school. ","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7513492,-73.973221],"key":7646,"region":"Manhattan","rvs_start_point":[40.7571563,-73.9666235],"landmarks":{"end_point":[[40.7513492,-73.973221],"restaurant"],"start_point":[[40.7571563,-73.9666235],"alcohol shop"],"main_pivot":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_2":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_3":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_4":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_5":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_6":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_7":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_8":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_9":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_10":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_11":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_12":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_13":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_14":[[40.7511637,-73.9705365],"Beaux Arts"],"main_pivot_15":[[40.7517655,-73.9725631],"EVEN Hotels"],"near_pivot":[[40.7517655,-73.9725631],"EVEN Hotels"],"around_goal_pivot_1":[[40.7519519,-73.974202],"church"],"around_goal_pivot_2":[[40.7502765507,-73.9736719885],"Westin"],"around_goal_pivot_3":[[40.7511003,-73.9721829],"Hampton"],"around_goal_pivot_4":[[40.7526326293,-73.9725805197],"Wyndham"],"around_goal_pivot_5":[[40.7526054,-73.9733371],"two fast food restaurants"],"around_goal_pivot_6":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_7":[[40.7516934,-73.9742955],"two fast food restaurants"],"around_goal_pivot_8":[[40.7526442,-73.9726484],"pub"],"around_goal_pivot_9":[[40.7507616,-73.9726498],"school"],"around_goal_pivot_10":[[40.7522687196,-73.9735430097],"parking lot"]}} +{"rvs_sample_number":223,"content":"Meet me at the pub on West 55th Street. There seems be two next to each other. Please meet me at the one more towards the east. There is a hotel to the south east.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7628723,-73.9775236],"key":7647,"region":"Manhattan","rvs_start_point":[40.7609658,-73.994264],"landmarks":{"end_point":[[40.7628723,-73.9775236],"pub"],"start_point":[[40.7609658,-73.994264],"restaurant"],"main_pivot":[[40.7592871,-73.9889117],"Al Hirschfeld Theatre"],"main_pivot_2":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_3":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_4":[[40.761932,-73.9783219],"53W53"],"main_pivot_5":[[40.7588793,-73.9879745],"John Golden Theatre"],"main_pivot_6":[[40.7610847363,-73.9814469077],"Rockefeller Center"],"main_pivot_7":[[40.7592389,-73.9868367],"Imperial Theater"],"main_pivot_8":[[40.7586824117,-73.9855420554],"New York Marriott Marquis"],"main_pivot_9":[[40.7597609,-73.9888472],"St. Luke's Church"],"main_pivot_10":[[40.7591191554,-73.9865496074],"Richard Rodgers Theatre"],"main_pivot_11":[[40.7586824117,-73.9855420554],"New York Marriott Marquis"],"main_pivot_12":[[40.7592198,-73.9844165],"20 Times Square"],"main_pivot_13":[[40.7583957,-73.9850285],"Bertelsmann Building"],"main_pivot_14":[[40.7620363888,-73.9794444513],"Hilton New York Midtown"],"main_pivot_15":[[40.7624042,-73.9783827],"hotel"],"near_pivot":[[40.7624042,-73.9783827],"hotel"],"beyond_pivot":[[40.761715262,-73.977198292],"museum"],"around_goal_pivot_1":[[40.7636274,-73.9793456],"theatre"],"around_goal_pivot_2":[[40.7646805,-73.9799185],"arts centre"],"around_goal_pivot_3":[[40.7624249,-73.9808353],"Sheraton"],"around_goal_pivot_4":[[40.7625717,-73.9740478],"Tiffany & Company"],"around_goal_pivot_5":[[40.7648721,-73.976175],"The Ritz-Carlton"],"around_goal_pivot_6":[[40.7610847363,-73.9814469077],"attraction"],"around_goal_pivot_7":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_8":[[40.7642381,-73.9775292],"pharmacy"],"around_goal_pivot_9":[[40.7624997,-73.9745885],"Abercrombie & Fitch"],"around_goal_pivot_10":[[40.7608348,-73.9752495],"Coach"]}} +{"rvs_sample_number":275,"content":"Meet me at the pub on the east side of 9th Avenue. It is on the same block as the La Quinta Inn & Suites. The pub is pretty much in the middle of all the shops and restaurants on the east side of 9th Avenue. ","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7561041,-73.9940676],"key":7648,"region":"Manhattan","rvs_start_point":[40.7498831,-73.9953154],"landmarks":{"end_point":[[40.7561041,-73.9940676],"pub"],"start_point":[[40.7498831,-73.9953154],"bicycle parking"],"main_pivot":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_2":[[40.7531346,-73.995327],"West Side Jewish Center"],"main_pivot_3":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_4":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_5":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_6":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_7":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_8":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_9":[[40.7531346,-73.995327],"West Side Jewish Center"],"main_pivot_10":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_11":[[40.7526394,-73.9941495],"The New Yorker"],"main_pivot_12":[[40.7505364,-73.995675],"Touro College"],"main_pivot_13":[[40.7531288,-73.9961373],"B&H Photo Video"],"main_pivot_14":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_15":[[40.7566367,-73.9933178],"DoubleTree"],"near_pivot":[[40.7566367,-73.9933178],"DoubleTree"],"beyond_pivot":[[40.7567953,-73.9935819],"bar"],"around_goal_pivot_1":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_2":[[40.754671,-73.9912575],"two fast food restaurants"],"around_goal_pivot_3":[[40.7574996,-73.9922731],"post office"],"around_goal_pivot_4":[[40.7559243,-73.9910204],"bank"],"around_goal_pivot_5":[[40.7542128,-73.9940536],"two hotels"],"around_goal_pivot_6":[[40.7545953,-73.9936678],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.755449,-73.993153],"La Quinta Inn & Suites"],"around_goal_pivot_9":[[40.7560408,-73.9919002],"Independent"]}} +{"rvs_sample_number":329,"content":"I am at a delicious Indian restaurant northwest of you. You can head three blocks west from your location and then north on that avenue. The restaurant is on West 56th St., just to the east. If you get to the 712 Fifth Avenue building you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7631982,-73.9771075],"key":7649,"region":"Manhattan","rvs_start_point":[40.7529532,-73.9776453],"landmarks":{"end_point":[[40.7631982,-73.9771075],"restaurant"],"start_point":[[40.7529532,-73.9776453],"atm"],"main_pivot":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_2":[[40.7618738,-73.9749733],"Fifth Avenue Presbyterian Church"],"main_pivot_3":[[40.7625717,-73.9740478],"Tiffany & Company"],"main_pivot_4":[[40.7561821,-73.9771636],"Equator LLC \/ The Timber Group"],"main_pivot_5":[[40.7606612,-73.9758772],"Saint Thomas Episcopal Church"],"main_pivot_6":[[40.7533925,-73.9773562],"MetLife Building"],"main_pivot_7":[[40.7606612,-73.9758772],"Saint Thomas Episcopal Church"],"main_pivot_8":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_9":[[40.762549,-73.9752999],"712 Fifth Avenue"],"main_pivot_10":[[40.7622947,-73.9742497],"Trump Tower"],"main_pivot_11":[[40.7604651,-73.9750745],"Paley Park"],"main_pivot_12":[[40.7604651,-73.9750745],"Paley Park"],"main_pivot_13":[[40.7604061,-73.9760448],"666 Fifth Avenue"],"main_pivot_14":[[40.7558526,-73.9769019],"383 Madison Avenue"],"main_pivot_15":[[40.762523,-73.9778039],"hotel"],"near_pivot":[[40.762523,-73.9778039],"hotel"],"beyond_pivot":[[40.7640264,-73.9782442],"hotel"],"around_goal_pivot_1":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_2":[[40.7641105,-73.978992],"theatre"],"around_goal_pivot_3":[[40.7625717,-73.9740478],"Tiffany & Company"],"around_goal_pivot_4":[[40.7648721,-73.976175],"The Ritz-Carlton"],"around_goal_pivot_5":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_6":[[40.7642381,-73.9775292],"pharmacy"],"around_goal_pivot_7":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_8":[[40.7629,-73.9743016],"Bulgari"],"around_goal_pivot_9":[[40.7630564,-73.9735775],"Louis Vuitton"],"around_goal_pivot_10":[[40.7620617,-73.9743838],"Dolce & Gabbana"]}} +{"rvs_sample_number":119,"content":"Go northeast and you'll find me at the laundry shop on the west side of 2nd avenue. It's on the block north and west of the block with the park.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7396787,-73.9798282],"key":7650,"region":"Manhattan","rvs_start_point":[40.7288797,-73.9934374],"landmarks":{"end_point":[[40.7396787,-73.9798282],"laundry shop"],"start_point":[[40.7288797,-73.9934374],"Foot Locker"],"main_pivot":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_2":[[40.7295906,-73.9934042],"New York University"],"main_pivot_3":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_4":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_7":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_8":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_9":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_10":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_11":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_12":[[40.7292688,-73.9873613],"East Village"],"main_pivot_13":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_14":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_15":[[40.7396022,-73.9786872],"park"],"near_pivot":[[40.7396022,-73.9786872],"park"],"around_goal_pivot_1":[[40.7379875,-73.981966],"library"],"around_goal_pivot_2":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_3":[[40.7383463,-73.9824559],"clinic"],"around_goal_pivot_4":[[40.7413178,-73.9781491],"Target"],"around_goal_pivot_5":[[40.7422842,-73.9803953],"T-Mobile"],"around_goal_pivot_6":[[40.7422794,-73.9799678],"True Value"],"around_goal_pivot_7":[[40.7420191,-73.9805597],"7-Eleven"],"around_goal_pivot_8":[[40.7420864,-73.9805205],"Verizon Wireless"],"around_goal_pivot_9":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_10":[[40.7395776,-73.9831267],"hostel"]}} +{"rvs_sample_number":21,"content":"You can come see me at the hairdresser shop south of Pell street and directly north of historic memorial. It is the shop close to the street. ","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.7147901,-73.998127],"key":7651,"region":"Manhattan","rvs_start_point":[40.7046071,-74.0091159],"landmarks":{"end_point":[[40.7147901,-73.998127],"hairdresser shop"],"start_point":[[40.7046071,-74.0091159],"cafe"],"main_pivot":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_2":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_3":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_4":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_5":[[40.7047686,-74.0098385],"1 William Street"],"main_pivot_6":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_7":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_8":[[40.7142689,-73.9969766],"Confucius Plaza"],"main_pivot_9":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_10":[[40.7052611,-74.0083094],"New York Cocoa Exchange Building"],"main_pivot_11":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_12":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_13":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_14":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_15":[[40.7145399,-73.9989049],"church"],"near_pivot":[[40.7145399,-73.9989049],"church"],"beyond_pivot":[[40.7146601663,-73.99892192],"place_of_worship"],"around_goal_pivot_1":[[40.716776,-73.997172],"two jewelry shops"],"around_goal_pivot_2":[[40.7130265,-73.9979511],"church"],"around_goal_pivot_3":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_4":[[40.7167737,-73.9969651],"two jewelry shops"],"around_goal_pivot_5":[[40.714512,-73.9999913],"5 benches"],"around_goal_pivot_6":[[40.7140025074,-73.9975021324],"historic neighbourhood"],"around_goal_pivot_7":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_8":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_9":[[40.7128157,-73.9984923],"grave yard"],"around_goal_pivot_10":[[40.715726,-73.9990159],"Cricket Wireless"]}} +{"rvs_sample_number":61,"content":"Meet me at the cafe, which happens to be a Starbucks. It is on West 57th Street, on the south side of the street. On the same block and just a couple of stores to the west is an art centre. Also for reference, to the west on the adjacent block is a clinic called the New York Cardiac Diagnostics Center if you get lost.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7649496,-73.979109],"key":7652,"region":"Manhattan","rvs_start_point":[40.7542769679,-73.9839360428],"landmarks":{"end_point":[[40.7649496,-73.979109],"cafe"],"start_point":[[40.7542769679,-73.9839360428],"garden"],"main_pivot":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_2":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_3":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_4":[[40.7630368,-73.9798333],"Ziegfeld Ballroom"],"main_pivot_5":[[40.7605171,-73.9801887],"Time-Life Building"],"main_pivot_6":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_7":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_8":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_9":[[40.7604891865,-73.9799981183],"Rockefeller Center"],"main_pivot_10":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_11":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_12":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_13":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_14":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_15":[[40.765136,-73.9794975],"arts centre"],"near_pivot":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_1":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_2":[[40.7652419,-73.9763071],"The Ritz-Carlton"],"around_goal_pivot_3":[[40.7659359599,-73.9786916087],"JW Marriott"],"around_goal_pivot_4":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_5":[[40.766461,-73.9815889],"Nordstrom"],"around_goal_pivot_6":[[40.7660586,-73.9821107],"GNC"],"around_goal_pivot_7":[[40.7626217,-73.9778188],"KPMG"],"around_goal_pivot_8":[[40.7666354,-73.9803552],"fire station"],"around_goal_pivot_9":[[40.7654985,-73.9806503],"clinic"],"around_goal_pivot_10":[[40.7636398,-73.97986],"money transfer"]}} +{"rvs_sample_number":158,"content":"Meet me at the garden in South, Southwest direction from you. The garden is off of Batter Place. Just a short walk from the garden is 2 fountains to the North and there is a bar to the Southeast. Where I am is several paces from the road and to the west of it.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.705518778,-74.0184389317],"key":7653,"region":"Manhattan","rvs_start_point":[40.7143813,-74.008477],"landmarks":{"end_point":[[40.705518778,-74.0184389317],"garden"],"start_point":[[40.7143813,-74.008477],"bicycle parking"],"main_pivot":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_2":[[40.7095897895,-74.0116612776],"Zuccotti Park"],"main_pivot_3":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_4":[[40.7075985,-74.0138824],"Greenwich Club Residences"],"main_pivot_5":[[40.7061529,-74.0142405],"Cunard Building"],"main_pivot_6":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_7":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_8":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_9":[[40.7076559738,-74.012875035],"Empire Building"],"main_pivot_10":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_11":[[40.7079856,-74.0126573],"Trinity Churchyard"],"main_pivot_12":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_13":[[40.7076559738,-74.012875035],"Empire Building"],"main_pivot_14":[[40.7082747,-74.0124465],"Trinity Church"],"main_pivot_15":[[40.7059516,-74.0181399],"2 fountains"],"near_pivot":[[40.7059516,-74.0181399],"2 fountains"],"beyond_pivot":[[40.706097,-74.0189412],"bench"],"around_goal_pivot_1":[[40.7037392,-74.0167987],"historic fort"],"around_goal_pivot_2":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_3":[[40.7068499,-74.0188294],"four benches"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_6":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_7":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_8":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_9":[[40.706714,-74.0143382],"parking lot"],"around_goal_pivot_10":[[40.7042451,-74.0172983],"two gardens"]}} +{"rvs_sample_number":104,"content":"Meet me at the restaurant west of you at the intersection of Christopher Street and another big street. A charging station is northwest of it. To the northeast of the restaurant are 2 gardens.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7338722,-73.9997969],"key":7654,"region":"Manhattan","rvs_start_point":[40.7344329,-73.9861108],"landmarks":{"end_point":[[40.7338722,-73.9997969],"restaurant"],"start_point":[[40.7344329,-73.9861108],"beauty shop"],"main_pivot":[[40.7322057,-73.9963192],"New York University"],"main_pivot_2":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_3":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_4":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_5":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_6":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_7":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_8":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_9":[[40.7340585449,-73.9855950544],"Friends Seminary"],"main_pivot_10":[[40.7354527386,-73.9900008107],"Union Square Park"],"main_pivot_11":[[40.7340585449,-73.9855950544],"Friends Seminary"],"main_pivot_12":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_13":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_14":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_15":[[40.7342618,-73.9993514],"2 gardens"],"near_pivot":[[40.7342618,-73.9993514],"2 gardens"],"beyond_pivot":[[40.7326177755,-74.0004966677],"place_of_worship"],"around_goal_pivot_1":[[40.7353829,-73.9986641],"2 gardens"],"around_goal_pivot_2":[[40.7362717,-74.0010017],"2 gardens"],"around_goal_pivot_3":[[40.7362239,-74.001099],"four benches"],"around_goal_pivot_4":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_5":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_6":[[40.7323795,-74.0002248],"CVS Pharmacy"],"around_goal_pivot_7":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_8":[[40.73307,-73.9986004],"Goodwill"],"around_goal_pivot_9":[[40.7343178,-74.0019239],"charging station"],"around_goal_pivot_10":[[40.7326626,-73.998635],"hotel"]}} +{"rvs_sample_number":345,"content":"I really love this fountain. It's spray makes a little rain bow, You won't believe it, meet me here and look. It's on the north of the spot where wall street ends right near the water on it's south end. Across the street and west is a Citibank.","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7044529085,-74.0061778688],"key":7655,"region":"Manhattan","rvs_start_point":[40.7101885,-74.0136078],"landmarks":{"end_point":[[40.7044529085,-74.0061778688],"fountain"],"start_point":[[40.7101885,-74.0136078],"bench"],"main_pivot":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_2":[[40.7081570769,-74.0108637154],"Equitable Building"],"main_pivot_3":[[40.7080506893,-74.0109062088],"American Surety Building"],"main_pivot_4":[[40.7089139309,-74.0109759708],"Zuccotti Park"],"main_pivot_5":[[40.710141,-74.0133982],"St. Nicholas Greek Orthodox Church"],"main_pivot_6":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_7":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_8":[[40.7067138,-74.0087045],"60 Wall Street"],"main_pivot_9":[[40.7065348,-74.0082143],"70 Pine Street"],"main_pivot_10":[[40.7089139309,-74.0109759708],"Zuccotti Park"],"main_pivot_11":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_12":[[40.7070798,-74.0093195],"40 Wall Street"],"main_pivot_13":[[40.7065348,-74.0082143],"70 Pine Street"],"main_pivot_14":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_15":[[40.7045004,-74.0068649],"bank"],"near_pivot":[[40.7045004,-74.0068649],"bank"],"around_goal_pivot_1":[[40.7030375,-74.0086005],"2 gardens"],"around_goal_pivot_2":[[40.7054881,-74.0033658],"historic maritime"],"around_goal_pivot_3":[[40.7031515,-74.0089314],"2 gardens"],"around_goal_pivot_4":[[40.7054037,-74.0034897],"historic ship"],"around_goal_pivot_5":[[40.7046154,-74.0078508],"pharmacy"],"around_goal_pivot_6":[[40.7052408,-74.0070108],"Verizon Wireless"],"around_goal_pivot_7":[[40.7057586,-74.0051334],"AC Hotel"],"around_goal_pivot_8":[[40.7065801,-74.0070845],"2 restaurants"],"around_goal_pivot_9":[[40.7053791,-74.0067932],"FedEx Office"],"around_goal_pivot_10":[[40.703091,-74.008532],"three benches"]}} +{"rvs_sample_number":165,"content":"Let's park our cars at that cool parking space on the Avenue C Loop at it's most central spot. To the east is a gazebo shelter. 6 parking spaces are just to the north.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7310537214,-73.9758245846],"key":7656,"region":"Manhattan","rvs_start_point":[40.7409061,-73.9859442],"landmarks":{"end_point":[[40.7310537214,-73.9758245846],"parking space"],"start_point":[[40.7409061,-73.9859442],"bicycle parking"],"main_pivot":[[40.7394371,-73.9849504],"122 East 23rd Street"],"main_pivot_2":[[40.7387513,-73.9825966],"School of Visual Arts"],"main_pivot_3":[[40.7394371,-73.9849504],"122 East 23rd Street"],"main_pivot_4":[[40.7393369,-73.9839705],"Madison Square Station New York Post Office"],"main_pivot_5":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_6":[[40.7398095,-73.9850921],"Gramercy Theatre"],"main_pivot_7":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_8":[[40.7393369,-73.9839705],"Madison Square Station New York Post Office"],"main_pivot_9":[[40.7387513,-73.9825966],"School of Visual Arts"],"main_pivot_10":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_11":[[40.7381313,-73.9818616],"Epiphany Library"],"main_pivot_12":[[40.7387513,-73.9825966],"School of Visual Arts"],"main_pivot_13":[[40.7387513,-73.9825966],"School of Visual Arts"],"main_pivot_14":[[40.7381313,-73.9818616],"Epiphany Library"],"main_pivot_15":[[40.7313008,-73.975622],"6 parking spaces"],"near_pivot":[[40.7313008,-73.975622],"6 parking spaces"],"around_goal_pivot_1":[[40.7304637,-73.9788754],"4 gardens"],"around_goal_pivot_2":[[40.7307169,-73.9779259],"6 parking spaces"],"around_goal_pivot_3":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_4":[[40.7319594,-73.9775425],"fountain"],"around_goal_pivot_5":[[40.7318979,-73.9788029],"cafe"],"around_goal_pivot_6":[[40.731262,-73.9772239],"public bookcase"],"around_goal_pivot_7":[[40.7291333,-73.9781125],"pharmacy"],"around_goal_pivot_8":[[40.7303589,-73.978629],"2 gardens"],"around_goal_pivot_9":[[40.7292279,-73.9780148],"restaurant"],"around_goal_pivot_10":[[40.7312025,-73.9742713],"shelter"]}} +{"rvs_sample_number":260,"content":"Go west on East 16th street and meet me at the Citi Bike bicycle rental near Anthropologie on the corner, and just north of the Eddie Bauer.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7372619,-73.9923897],"key":7657,"region":"Manhattan","rvs_start_point":[40.7344754,-73.9883127],"landmarks":{"end_point":[[40.7372619,-73.9923897],"bicycle rental"],"start_point":[[40.7344754,-73.9883127],"bicycle parking"],"main_pivot":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_2":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_3":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_4":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_5":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_6":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_7":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_8":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_9":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_10":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_11":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_12":[[40.7346337,-73.9884412],"Zeckendorf Towers"],"main_pivot_13":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_14":[[40.735688,-73.9899972],"Marquis de Lafayette"],"main_pivot_15":[[40.7378239,-73.9925432],"bank"],"near_pivot":[[40.7378239,-73.9925432],"bank"],"beyond_pivot":[[40.7381211,-73.992316],"Gap"],"around_goal_pivot_1":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_2":[[40.7369682,-73.9934843],"veterinary"],"around_goal_pivot_3":[[40.7384411,-73.992124],"Athleta"],"around_goal_pivot_4":[[40.7380555,-73.9918937],"Zara"],"around_goal_pivot_5":[[40.7381211,-73.992316],"Gap"],"around_goal_pivot_6":[[40.7369197,-73.9932304],"Eddie Bauer"],"around_goal_pivot_7":[[40.7381656,-73.9918174],"UNTUCKit"],"around_goal_pivot_8":[[40.7367832,-73.9907486],"2 vacant shops"],"around_goal_pivot_9":[[40.7382945,-73.9917014],"Banana Republic"],"around_goal_pivot_10":[[40.7373549,-73.9911748],"cafe"]}} +{"rvs_sample_number":175,"content":"Meet me at the bench on the pier. It is between the lounger and park. It is north west of the historic ship and miniature golf.","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7213218,-74.0149972],"key":7658,"region":"Manhattan","rvs_start_point":[40.7275031,-74.0056123],"landmarks":{"end_point":[[40.7213218,-74.0149972],"bench"],"start_point":[[40.7275031,-74.0056123],"bicycle parking"],"main_pivot":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_2":[[40.7205898,-74.0141516],"USCGC LILAC"],"main_pivot_3":[[40.7238085,-74.007445],"Holland Plaza Building"],"main_pivot_4":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_5":[[40.7205898,-74.0141516],"USCGC LILAC"],"main_pivot_6":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_7":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_8":[[40.7238085,-74.007445],"Holland Plaza Building"],"main_pivot_9":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_10":[[40.7238085,-74.007445],"Holland Plaza Building"],"main_pivot_11":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_12":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_13":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_14":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_15":[[40.7209473179,-74.0132239607],"park"],"near_pivot":[[40.7209473179,-74.0132239607],"park"],"beyond_pivot":[[40.7213521,-74.0162246],"lounger"],"around_goal_pivot_1":[[40.7202673,-74.0158069],"historic ship"],"around_goal_pivot_2":[[40.7205898,-74.0141516],"historic Ship"],"around_goal_pivot_3":[[40.7205499,-74.0162378],"viewpoint"],"around_goal_pivot_4":[[40.7200582,-74.0126859],"toilets"],"around_goal_pivot_5":[[40.7201749,-74.013902],"recycling"],"around_goal_pivot_6":[[40.7202016,-74.0139829],"cafe"],"around_goal_pivot_7":[[40.7215227,-74.0134737],"boat rental"],"around_goal_pivot_8":[[40.721481,-74.0127166],"outdoor shop"],"around_goal_pivot_9":[[40.720447,-74.0144705],"miniature golf"],"around_goal_pivot_10":[[40.7197886,-74.0128351],"pitch"]}} +{"rvs_sample_number":342,"content":"Go a couple of blocks east to 3rd avenue. Then go north about 8 blocks until you reach a bicycle parking place on the east side of the ave. It's a block north of a pharmacy. There is a different bike parking place on another ave to the east though, I am NOT at that one.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7658973,-73.9633085],"key":7659,"region":"Manhattan","rvs_start_point":[40.7621639,-73.9702443],"landmarks":{"end_point":[[40.7658973,-73.9633085],"bicycle parking"],"start_point":[[40.7621639,-73.9702443],"bicycle parking"],"main_pivot":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_2":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_3":[[40.7623059,-73.9705287],"Harold Pratt House and Peterson Hall"],"main_pivot_4":[[40.7624016,-73.9708778],"Four Seasons Hotel"],"main_pivot_5":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_6":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_7":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_8":[[40.7623059,-73.9705287],"Harold Pratt House and Peterson Hall"],"main_pivot_9":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_10":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_11":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_12":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_13":[[40.7624016,-73.9708778],"Four Seasons Hotel"],"main_pivot_14":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_15":[[40.7653369,-73.9635523],"pharmacy"],"near_pivot":[[40.7653369,-73.9635523],"pharmacy"],"beyond_pivot":[[40.7653944,-73.9607485],"bicycle_parking"],"around_goal_pivot_1":[[40.7668281,-73.9633563],"synagogue"],"around_goal_pivot_2":[[40.7644625,-73.965899],"historic building"],"around_goal_pivot_3":[[40.7646512,-73.964601],"atm"],"around_goal_pivot_4":[[40.7674684,-73.9634094],"4 bicycle parkings"],"around_goal_pivot_5":[[40.7652014,-73.9661944],"Verizon Wireless"],"around_goal_pivot_7":[[40.7667959,-73.9629836],"Janie & Jack"],"around_goal_pivot_8":[[40.7665604,-73.9652388],"Benjamin Moore"],"around_goal_pivot_10":[[40.7643867,-73.9631097],"Affinia Hotels"]}} +{"rvs_sample_number":40,"content":"I need a lift. Can you pick me up a the bicycle repair station on the south side of East 68th Street? It is on the same block as a cosmetics shop and a synagogue. Look for the repair shop in the middle of the block, close to the street.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7674441,-73.9634208],"key":7660,"region":"Manhattan","rvs_start_point":[40.7672083,-73.9814833],"landmarks":{"end_point":[[40.7674441,-73.9634208],"bicycle repair station"],"start_point":[[40.7672083,-73.9814833],"clothes shop"],"main_pivot":[[40.7688397,-73.9779313],"Umpire Rock"],"main_pivot_2":[[40.7682038,-73.9809835],"USS Maine Monument"],"main_pivot_3":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_4":[[40.7701927,-73.9742046],"Sheep Meadow"],"main_pivot_5":[[40.7699607,-73.9710098],"Balto"],"main_pivot_6":[[40.7699059,-73.9727725],"Christopher Columbus"],"main_pivot_7":[[40.7667831,-73.9811604],"Central Park Tower"],"main_pivot_8":[[40.7669341,-73.9810667],"220 Central Park South"],"main_pivot_9":[[40.7677426,-73.9655156],"Millan House"],"main_pivot_10":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_11":[[40.7699059,-73.9727725],"Christopher Columbus"],"main_pivot_12":[[40.7701927,-73.9742046],"Sheep Meadow"],"main_pivot_13":[[40.770193,-73.9725659],"Robert Burns"],"main_pivot_14":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_15":[[40.7671641,-73.9633951],"synagogue"],"near_pivot":[[40.7671641,-73.9633951],"synagogue"],"beyond_pivot":[[40.767172,-73.9627357],"cosmetics"],"around_goal_pivot_1":[[40.7684821,-73.9626421],"college"],"around_goal_pivot_2":[[40.7680637,-73.9603435],"post office"],"around_goal_pivot_3":[[40.7696636,-73.9642463],"museum"],"around_goal_pivot_4":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_5":[[40.7653369,-73.9635523],"pharmacy"],"around_goal_pivot_6":[[40.7650853,-73.9637151],"atm"],"around_goal_pivot_7":[[40.7665604,-73.9652388],"Benjamin Moore"],"around_goal_pivot_8":[[40.7682151,-73.9619453],"FedEx Office"],"around_goal_pivot_9":[[40.7653878,-73.9656772],"Kiehl's"],"around_goal_pivot_10":[[40.7655804,-73.9633446],"Lululemon"]}} +{"rvs_sample_number":3,"content":"Just head up northwest of where you are to the bicycle rental on the nearest block of Gansevoort Street, it's the most eastern block of that shorter street. To the east of the bike rental is a mobil Gas Station.To it's northeast is a church.","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7394748,-74.0050375],"key":7661,"region":"Manhattan","rvs_start_point":[40.7315215,-73.9887471],"landmarks":{"end_point":[[40.7394748,-74.0050375],"bicycle rental"],"start_point":[[40.7315215,-73.9887471],"cinema"],"main_pivot":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_2":[[40.7356268,-73.9970782],"The New School"],"main_pivot_3":[[40.7388318,-74.0025793],"Jackson Square Park"],"main_pivot_4":[[40.7347083,-73.9953897],"First Presbyterian Church"],"main_pivot_5":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_6":[[40.7347083,-73.9953897],"First Presbyterian Church"],"main_pivot_7":[[40.7347083,-73.9953897],"First Presbyterian Church"],"main_pivot_8":[[40.7343016,-73.9945529],"Salmagundi club"],"main_pivot_9":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_10":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_11":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_12":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_13":[[40.7346729,-73.9944031],"Benjamin N. Cardozo School of Law"],"main_pivot_14":[[40.7343016,-73.9945529],"Salmagundi club"],"main_pivot_15":[[40.7399323,-74.0042611],"church"],"near_pivot":[[40.7399323,-74.0042611],"church"],"around_goal_pivot_1":[[40.7396116827,-74.0081478004],"bridge"],"around_goal_pivot_2":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_3":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_4":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_5":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_6":[[40.7399977,-74.0025703],"pharmacy"],"around_goal_pivot_7":[[40.7409651,-74.0058878],"Lululemon"],"around_goal_pivot_8":[[40.7399802,-74.0032528],"two bicycle parkings"],"around_goal_pivot_9":[[40.7411861,-74.0054573],"Apple Store"],"around_goal_pivot_10":[[40.7418051,-74.0049865],"Anthropologie"]}} +{"rvs_sample_number":158,"content":"If you go northeast all the way to the shore you'll find me just north of the end point on the east end of east 20th street service road at the bench just north of the park. If you get to the bench near the recycling, you've gone too far north.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7330753,-73.9739078],"key":7662,"region":"Manhattan","rvs_start_point":[40.7292263,-73.9869976],"landmarks":{"end_point":[[40.7330753,-73.9739078],"bench"],"start_point":[[40.7292263,-73.9869976],"supermarket"],"main_pivot":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_2":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_3":[[40.7292688,-73.9873613],"East Village"],"main_pivot_4":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_5":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_6":[[40.7292688,-73.9873613],"East Village"],"main_pivot_7":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_8":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_9":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_10":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_11":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_12":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_13":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_14":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_15":[[40.7327655541,-73.9740730333],"park"],"near_pivot":[[40.7327655541,-73.9740730333],"park"],"beyond_pivot":[[40.7338716,-73.9742277],"bench"],"around_goal_pivot_1":[[40.7314983,-73.9765236],"four gardens"],"around_goal_pivot_2":[[40.7311534,-73.9757798],"5 parking spaces"],"around_goal_pivot_3":[[40.7333121,-73.9765874],"2 gardens"],"around_goal_pivot_4":[[40.731039,-73.9758693],"eight parking spaces"],"around_goal_pivot_5":[[40.73515,-73.9745164],"gas station"],"around_goal_pivot_6":[[40.7314548,-73.9762056],"four gardens"],"around_goal_pivot_7":[[40.7313395,-73.9755724],"8 parking spaces"],"around_goal_pivot_8":[[40.731215,-73.974257],"shelter"],"around_goal_pivot_9":[[40.731986,-73.9728621],"ferry terminal"],"around_goal_pivot_10":[[40.7341247,-73.9742402],"recycling"]}} +{"rvs_sample_number":193,"content":"Meet me at the Starbucks Cafe off West 63rd Street. Go four blocks west until you get to 810 Seventh Avenue building and then go north on the next road. You'll pass a broadway theater and Park Central Hotel. The road will come to a circle but just do a half loop and keep going north on that same road about another 4 blocks until you get to 36rd and it's right there on the southwest corner of the intersection.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.771384,-73.9824717],"key":7663,"region":"Manhattan","rvs_start_point":[40.7588664,-73.9746439],"landmarks":{"end_point":[[40.771384,-73.9824717],"cafe"],"start_point":[[40.7588664,-73.9746439],"bag shop"],"main_pivot":[[40.7685324,-73.9827663],"Masa"],"main_pivot_2":[[40.7604466,-73.9779693],"Rockefeller Center"],"main_pivot_3":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_4":[[40.7645958,-73.981642],"Park Central Hotel"],"main_pivot_5":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_6":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_7":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_8":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_9":[[40.7591902,-73.9750933],"Look Building"],"main_pivot_10":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_11":[[40.7594616,-73.9752861],"Austrian Cultural Forum"],"main_pivot_12":[[40.7626679,-73.9827828],"810 Seventh Avenue"],"main_pivot_13":[[40.7599182,-73.9764069],"666 Fifth Avenue"],"main_pivot_14":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_15":[[40.7718430018,-73.9830051218],"arts centre"],"near_pivot":[[40.7718430018,-73.9830051218],"arts centre"],"beyond_pivot":[[40.771942208,-73.9832561384],"theatre"],"around_goal_pivot_1":[[40.772057,-73.9796234],"church"],"around_goal_pivot_2":[[40.7698481,-73.9845588],"historic building"],"around_goal_pivot_3":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_4":[[40.7734488,-73.9835741],"cinema"],"around_goal_pivot_5":[[40.7695673,-73.9833752],"post office"],"around_goal_pivot_6":[[40.7703284,-73.9800659],"2 benches"],"around_goal_pivot_7":[[40.7697814,-73.9818199],"bank"],"around_goal_pivot_8":[[40.7688194,-73.982397],"Vineyard Vines"],"around_goal_pivot_9":[[40.7700674,-73.9817956],"west elm"],"around_goal_pivot_10":[[40.7702508,-73.9818092],"Best Buy"]}} +{"rvs_sample_number":335,"content":"Let's look at the tulips in the garden! It's directly south of you, where Greenwich Avenue meets the long street to your west. It's on the south side of that X-shaped intersection.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7363301566,-74.0011500123],"key":7664,"region":"Manhattan","rvs_start_point":[40.7385347,-74.0014028],"landmarks":{"end_point":[[40.7363301566,-74.0011500123],"garden"],"start_point":[[40.7385347,-74.0014028],"fitness centre"],"main_pivot":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_2":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_3":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_4":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_5":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_6":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_7":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_8":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_9":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_10":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_11":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_12":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_13":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_14":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_15":[[40.7360361,-74.0016519],"nightclub"],"near_pivot":[[40.7360361,-74.0016519],"nightclub"],"around_goal_pivot_1":[[40.7347216,-73.9992543],"library"],"around_goal_pivot_2":[[40.7353583,-74.0038569],"attraction"],"around_goal_pivot_3":[[40.7353228,-74.0016851],"two parks"],"around_goal_pivot_4":[[40.7343811,-74.0027295],"nightclub"],"around_goal_pivot_5":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_6":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_7":[[40.7381843,-73.9996882],"atm"],"around_goal_pivot_8":[[40.7345477,-74.0004382],"fire station"],"around_goal_pivot_9":[[40.7354275,-73.9991058],"2 gardens"],"around_goal_pivot_10":[[40.7368031195,-73.9986178979],"university"]}} +{"rvs_sample_number":397,"content":"Let's have coffee, meet me at the Coffee Bean and Tea Leaf on West 79th street, where it ends right at the park where the museum is. A couple of blocks to the north is Flying Tiger copenhagen, and two restaurants is northwest over a block.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7818389,-73.9757879],"key":7665,"region":"Manhattan","rvs_start_point":[40.7696156,-73.9805789],"landmarks":{"end_point":[[40.7818389,-73.9757879],"The Coffee Bean & Tea Leaf"],"start_point":[[40.7696156,-73.9805789],"bench"],"main_pivot":[[40.7714025,-73.9818924],"1 Lincoln Plaza"],"main_pivot_2":[[40.7720849,-73.9813978],"Atlantic Grill"],"main_pivot_3":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_4":[[40.7721134729,-73.982398637],"Dante Park"],"main_pivot_5":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_6":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_7":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_8":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_9":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_10":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_11":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_12":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_13":[[40.7712039147,-73.9824258891],"The Empire Hotel"],"main_pivot_14":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_15":[[40.781025,-73.9757786],"museum"],"near_pivot":[[40.781025,-73.9757786],"museum"],"around_goal_pivot_1":[[40.7832478,-73.974763],"Flying Tiger Copenhagen"],"around_goal_pivot_2":[[40.7837373,-73.9773778],"two restaurants"],"around_goal_pivot_3":[[40.7825373,-73.979079],"bicycle rental"],"around_goal_pivot_4":[[40.7835777,-73.9782156],"hotel"],"around_goal_pivot_5":[[40.7795716,-73.9776088],"bar"],"around_goal_pivot_6":[[40.7799233,-73.9771952],"atm"],"around_goal_pivot_7":[[40.7800709,-73.9780394],"synagogue"],"around_goal_pivot_8":[[40.77997,-73.9770774],"recycling"],"around_goal_pivot_9":[[40.7804409,-73.9770386],"marketplace"],"around_goal_pivot_10":[[40.7826339,-73.9788346],"telephone"]}} +{"rvs_sample_number":328,"content":"Meet me at the Chinese restaurant on Monroe Street. You'll see it one block past the bridge on the southwest corner of the block. Monroe Market is almost a block to the west of me.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7117283,-73.9940837],"key":7666,"region":"Manhattan","rvs_start_point":[40.7142457,-73.9812959],"landmarks":{"end_point":[[40.7117283,-73.9940837],"restaurant"],"start_point":[[40.7142457,-73.9812959],"bicycle rental"],"main_pivot":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_2":[[40.7139652,-73.9843702],"Henry Street Settlement"],"main_pivot_3":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_4":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_5":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_6":[[40.7139652,-73.9843702],"Henry Street Settlement"],"main_pivot_7":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_8":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_9":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_10":[[40.7139652,-73.9843702],"Henry Street Settlement"],"main_pivot_11":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_12":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_13":[[40.7139652,-73.9843702],"Henry Street Settlement"],"main_pivot_14":[[40.7138964,-73.9833242],"St. Augustine's Church"],"main_pivot_15":[[40.7117762023,-73.9928939677],"bridge"],"near_pivot":[[40.7117762023,-73.9928939677],"bridge"],"around_goal_pivot_1":[[40.7131078,-73.9946055],"church"],"around_goal_pivot_2":[[40.713198,-73.996204],"library"],"around_goal_pivot_3":[[40.7132456,-73.9927982],"Fairfield Inn & Suites"],"around_goal_pivot_4":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_5":[[40.7136358,-73.9935335],"ice cream"],"around_goal_pivot_6":[[40.7109997,-73.9973462],"toilets"],"around_goal_pivot_7":[[40.7096595,-73.9961426],"3 benches"],"around_goal_pivot_8":[[40.711586,-73.9961061],"marketplace"],"around_goal_pivot_9":[[40.713519,-73.9944128],"fountain"],"around_goal_pivot_10":[[40.7142896,-73.9950956],"parking space"]}} +{"rvs_sample_number":213,"content":"Meet me at the jewelry shop on West 37th Street. The is a fire station to the south east and a fast food restaurant to the north west.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7537052,-73.9914123],"key":7667,"region":"Manhattan","rvs_start_point":[40.7540497658,-74.0020796146],"landmarks":{"end_point":[[40.7537052,-73.9914123],"jewelry shop"],"start_point":[[40.7540497658,-74.0020796146],"garden"],"main_pivot":[[40.7544132,-74.000985],"30 Hudson Yards"],"main_pivot_2":[[40.7536422,-73.9972903],"St. Michael's Church"],"main_pivot_3":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_4":[[40.7548776,-74.0016804],"55 Hudson Yards"],"main_pivot_5":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_6":[[40.754323,-74.002203],"35 Hudson Yards"],"main_pivot_7":[[40.754323,-74.002203],"35 Hudson Yards"],"main_pivot_8":[[40.7536422,-73.9972903],"St. Michael's Church"],"main_pivot_9":[[40.7555229,-74.0010359],"3 Hudson Boulevard"],"main_pivot_10":[[40.7536422,-73.9972903],"St. Michael's Church"],"main_pivot_11":[[40.754323,-74.002203],"35 Hudson Yards"],"main_pivot_12":[[40.7536422,-73.9972903],"St. Michael's Church"],"main_pivot_13":[[40.7548776,-74.0016804],"55 Hudson Yards"],"main_pivot_14":[[40.754323,-74.002203],"35 Hudson Yards"],"main_pivot_15":[[40.7541018,-73.9917722],"fast food restaurant"],"near_pivot":[[40.7541018,-73.9917722],"fast food restaurant"],"beyond_pivot":[[40.7532546327,-73.9903135304],"fire_station"],"around_goal_pivot_1":[[40.7529477,-73.9893092],"two bicycle parkings"],"around_goal_pivot_2":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_3":[[40.7514764,-73.9900847],"Macy's"],"around_goal_pivot_4":[[40.7524154,-73.9944494],"cinema"],"around_goal_pivot_5":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_6":[[40.7544144,-73.9937985],"two hotels"],"around_goal_pivot_7":[[40.751841,-73.9939691],"clinic"],"around_goal_pivot_8":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_9":[[40.7516464,-73.9903829],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.7518028,-73.9921114],"7-Eleven"]}} +{"rvs_sample_number":214,"content":"Meet me at a post box west of you on the corner of Columbus Avenue. It is between Club Monaco and Kiehl's. West of this post box is an AMC Cinema.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7748221,-73.9808503],"key":7668,"region":"Manhattan","rvs_start_point":[40.7775785,-73.9692408],"landmarks":{"end_point":[[40.7748221,-73.9808503],"post box"],"start_point":[[40.7775785,-73.9692408],"bench"],"main_pivot":[[40.7763945,-73.9760195],"The Dakota"],"main_pivot_2":[[40.7749034,-73.9771078],"Congregation Sherith Israel"],"main_pivot_3":[[40.7763945,-73.9760195],"The Dakota"],"main_pivot_4":[[40.7749034,-73.9771078],"Congregation Sherith Israel"],"main_pivot_5":[[40.7756687,-73.9765507],"The Majestic"],"main_pivot_6":[[40.7749034,-73.9771078],"Congregation Sherith Israel"],"main_pivot_7":[[40.7756687,-73.9765507],"The Majestic"],"main_pivot_8":[[40.7749034,-73.9771078],"Congregation Sherith Israel"],"main_pivot_9":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_10":[[40.777032,-73.975557],"The Langham"],"main_pivot_11":[[40.777032,-73.975557],"The Langham"],"main_pivot_12":[[40.7763945,-73.9760195],"The Dakota"],"main_pivot_13":[[40.7749034,-73.9771078],"Congregation Sherith Israel"],"main_pivot_14":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_15":[[40.7750135,-73.9817481],"cinema"],"near_pivot":[[40.7750135,-73.9817481],"cinema"],"beyond_pivot":[[40.7740839,-73.9814769],"Kiehl's"],"around_goal_pivot_1":[[40.7749034,-73.9771078],"historic building"],"around_goal_pivot_2":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_3":[[40.7755857,-73.9835661],"post office"],"around_goal_pivot_4":[[40.7768158,-73.9824507],"pharmacy"],"around_goal_pivot_5":[[40.7745681,-73.9825746],"Pottery Barn"],"around_goal_pivot_6":[[40.7742826,-73.982523],"Raymour & Flanigan"],"around_goal_pivot_7":[[40.774907245,-73.9824666704],"Apple Store"],"around_goal_pivot_8":[[40.7726156,-73.981905],"Bed Bath & Beyond"],"around_goal_pivot_9":[[40.7757714,-73.9797459],"Club Monaco"],"around_goal_pivot_10":[[40.7743637,-73.9818822],"Banana Republic"]}} +{"rvs_sample_number":463,"content":"Meet me at the Italian Restaurant on 6th Avenue. It's several blocks west of where you are at and a few blocks before the river. There is a school on the north part of the block. There is a bar called The Bitter End about 3 1\/2 blocks to the east of the restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7289641,-74.0022949],"key":7669,"region":"Manhattan","rvs_start_point":[40.726527,-73.9885264],"landmarks":{"end_point":[[40.7289641,-74.0022949],"restaurant"],"start_point":[[40.726527,-73.9885264],"toy shop"],"main_pivot":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_2":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_3":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_4":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_5":[[40.7268980375,-73.9965951001],"NoHo Historic District"],"main_pivot_6":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_7":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_8":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_9":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_10":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_11":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_12":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_13":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_14":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_15":[[40.7294297,-74.001936],"school"],"near_pivot":[[40.7294297,-74.001936],"school"],"around_goal_pivot_1":[[40.7298505,-74.0051507],"library"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_3":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_4":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_5":[[40.7284684,-73.99882],"museum"],"around_goal_pivot_6":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_7":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_8":[[40.7287623,-74.0055412],"HSBC"],"around_goal_pivot_9":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_10":[[40.7304709,-74.0007447],"charging station"]}} +{"rvs_sample_number":181,"content":"Meet me at the post office on East Broadway. It's way south of you, just east of the Fairfield Inn & Suites and south of the bar.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7140388,-73.9918477],"key":7670,"region":"Manhattan","rvs_start_point":[40.7244713,-73.997691],"landmarks":{"end_point":[[40.7140388,-73.9918477],"post office"],"start_point":[[40.7244713,-73.997691],"bicycle parking"],"main_pivot":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_2":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_3":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_4":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_5":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_6":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_7":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_8":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_9":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_10":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_11":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_12":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_13":[[40.7235439,-73.9955025],"Saint Patrick's Old Cathedral"],"main_pivot_14":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_15":[[40.7145211,-73.9916621],"bar"],"near_pivot":[[40.7145211,-73.9916621],"bar"],"beyond_pivot":[[40.7136232,-73.9906476],"place_of_worship"],"around_goal_pivot_1":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_2":[[40.7148373,-73.9935563],"museum"],"around_goal_pivot_3":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_4":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_5":[[40.7140667,-73.9929391],"bicycle rental"],"around_goal_pivot_6":[[40.713636,-73.9936267],"hotel"],"around_goal_pivot_7":[[40.7136358,-73.9935335],"ice cream"],"around_goal_pivot_8":[[40.7152784,-73.9927893],"fire station"],"around_goal_pivot_9":[[40.7147395,-73.9908755],"bar"],"around_goal_pivot_10":[[40.7129199,-73.9910655],"five pitches"]}} +{"rvs_sample_number":385,"content":"Meet me at the bicycle parking on Lexington Avenue. It is across the street from the block with Chase bank.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7632176,-73.967342],"key":7671,"region":"Manhattan","rvs_start_point":[40.752706,-73.972782],"landmarks":{"end_point":[[40.7632176,-73.967342],"bicycle parking"],"start_point":[[40.752706,-73.972782],"restaurant"],"main_pivot":[[40.7608878,-73.9694109],"Hotel 57"],"main_pivot_2":[[40.7608878,-73.9694109],"Hotel 57"],"main_pivot_3":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_4":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_5":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_6":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_7":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_8":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_9":[[40.7583164,-73.969157],"Citigroup Center"],"main_pivot_10":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_11":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_12":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_13":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_14":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_15":[[40.7630737,-73.9680022],"bank"],"near_pivot":[[40.7630737,-73.9680022],"bank"],"beyond_pivot":[[40.7642257,-73.9666358],"Citi Bike"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7643498,-73.9665276],"historic building"],"around_goal_pivot_3":[[40.7611929,-73.9688024],"two fast food restaurants"],"around_goal_pivot_4":[[40.7655528,-73.9671847],"church"],"around_goal_pivot_5":[[40.7618761,-73.9660651],"cinema"],"around_goal_pivot_6":[[40.7616711,-73.9662275],"Clarks"],"around_goal_pivot_7":[[40.7621956,-73.9683817],"Banana Republic"],"around_goal_pivot_8":[[40.7610062,-73.9688416],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.7624232,-73.9682627],"Zara"],"around_goal_pivot_10":[[40.7630331,-73.9657532],"GNC"]}} +{"rvs_sample_number":52,"content":"Let\u2019s do some shopping at the clothes shop on 5th Avenue. There is a bicycle rental right across the street from it. In the block with the clothes shop, the shop is almost in the northeast corner, but kind of towards the middle of the street. The block above it has two jewelry shops. ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.745132,-73.9872129],"key":7672,"region":"Manhattan","rvs_start_point":[40.7317897,-73.9900368],"landmarks":{"end_point":[[40.745132,-73.9872129],"clothes shop"],"start_point":[[40.7317897,-73.9900368],"bar"],"main_pivot":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_2":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_3":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_4":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_5":[[40.7351488,-73.9898535],"Zeckendorf Towers"],"main_pivot_6":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_7":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_8":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_9":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_10":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_11":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_12":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_13":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_14":[[40.7428146228,-73.9884582616],"Madison Square Park"],"main_pivot_15":[[40.7451677,-73.9868308],"bicycle rental"],"near_pivot":[[40.7451677,-73.9868308],"bicycle rental"],"beyond_pivot":[[40.7452902,-73.986109],"place_of_worship"],"around_goal_pivot_1":[[40.7428146228,-73.9884582616],"park"],"around_goal_pivot_2":[[40.7465182,-73.9883102],"two jewelry shops"],"around_goal_pivot_3":[[40.7438377,-73.9896617],"cathedral"],"around_goal_pivot_4":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_5":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_6":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_7":[[40.747367,-73.9856317],"pharmacy"],"around_goal_pivot_8":[[40.7429649,-73.9892949],"NYC Health & Nutrition"],"around_goal_pivot_9":[[40.7468614,-73.9876633],"Hyatt"],"around_goal_pivot_10":[[40.7438954,-73.9850741],"WeWork"]}} +{"rvs_sample_number":361,"content":"Just head up northwest of where you are. I'm at the herbalist shop waiting for you on Lafayette street. It's about a block north of the community center. There is a bank in the next block north.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7180462,-74.0006904],"key":7673,"region":"Manhattan","rvs_start_point":[40.7119043,-73.9944565],"landmarks":{"end_point":[[40.7180462,-74.0006904],"herbalist shop"],"start_point":[[40.7119043,-73.9944565],"art shop"],"main_pivot":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_2":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_3":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_4":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_5":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_6":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_7":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_8":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_9":[[40.7131078,-73.9946055],"First Chinese Presbyterian Church"],"main_pivot_10":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_11":[[40.7142376805,-73.9942525548],"Manhattan Bridge"],"main_pivot_12":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_13":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_14":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_15":[[40.7173727,-74.0012731],"community centre"],"near_pivot":[[40.7173727,-74.0012731],"community centre"],"beyond_pivot":[[40.7183637,-73.9998598],"bank"],"around_goal_pivot_1":[[40.7176318,-73.9987688],"church"],"around_goal_pivot_2":[[40.7172427,-73.9983648],"three jewelry shops"],"around_goal_pivot_3":[[40.7196861,-73.9980679],"historic building"],"around_goal_pivot_4":[[40.7171502,-73.9982139],"three jewelry shops"],"around_goal_pivot_5":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_6":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_7":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_8":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_9":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_10":[[40.7192378,-74.0013784],"Verizon Wireless"]}} +{"rvs_sample_number":276,"content":"I am having breakfast at a diner restaurant to your north. It is just east of the same avenue that you're on, but way up on East 45th Street. There is an EVEN hotel adjacent to the restaurant to the south.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.7522777,-73.9723289],"key":7674,"region":"Manhattan","rvs_start_point":[40.7382853,-73.98331],"landmarks":{"end_point":[[40.7522777,-73.9723289],"restaurant"],"start_point":[[40.7382853,-73.98331],"pub"],"main_pivot":[[40.7387559,-73.9825933],"School of Visual Arts"],"main_pivot_2":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_3":[[40.7387559,-73.9825933],"School of Visual Arts"],"main_pivot_4":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_5":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_6":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_7":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_8":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_9":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_10":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_11":[[40.7394175,-73.983272],"Madison Square Station New York Post Office"],"main_pivot_12":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_13":[[40.7387559,-73.9825933],"School of Visual Arts"],"main_pivot_14":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_15":[[40.7520069,-73.9723886],"EVEN Hotels"],"near_pivot":[[40.7520069,-73.9723886],"EVEN Hotels"],"beyond_pivot":[[40.7516726,-73.9710941],"restaurant"],"around_goal_pivot_1":[[40.753593,-73.97354],"two restaurants"],"around_goal_pivot_2":[[40.7537872,-73.9733504],"library"],"around_goal_pivot_3":[[40.7521079,-73.9757187],"Grand Hyatt"],"around_goal_pivot_4":[[40.7500841,-73.9743036],"Westin"],"around_goal_pivot_5":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_6":[[40.753177,-73.9749926],"post office"],"around_goal_pivot_7":[[40.7527835,-73.9748802],"Bath & Body Works"],"around_goal_pivot_8":[[40.7525288,-73.9750326],"AT&T"],"around_goal_pivot_9":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_10":[[40.7530121,-73.9734869],"True Value"]}} +{"rvs_sample_number":254,"content":"I am at the shoe repair shop on 2nd Avenue. There is a church to the southwest and a hotel on the south side. ","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7633731,-73.9625788],"key":7675,"region":"Manhattan","rvs_start_point":[40.759542,-73.977345],"landmarks":{"end_point":[[40.7633731,-73.9625788],"shoe repair shop"],"start_point":[[40.759542,-73.977345],"photo shop"],"main_pivot":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_2":[[40.7594738,-73.9757655],"Olympic Tower"],"main_pivot_3":[[40.7611173,-73.9733855],"550 Madison Avenue"],"main_pivot_4":[[40.7607932,-73.9725635],"Friar's Club"],"main_pivot_5":[[40.7599182,-73.9764069],"666 Fifth Avenue"],"main_pivot_6":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_7":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_8":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_9":[[40.7611173,-73.9733855],"550 Madison Avenue"],"main_pivot_10":[[40.7594738,-73.9757655],"Olympic Tower"],"main_pivot_11":[[40.7591902,-73.9750933],"Look Building"],"main_pivot_12":[[40.7596136,-73.9702683],"Central Synagogue"],"main_pivot_13":[[40.7591452,-73.9769769],"International Building"],"main_pivot_14":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_15":[[40.7628752,-73.9635325],"church"],"near_pivot":[[40.7628752,-73.9635325],"church"],"beyond_pivot":[[40.7643051,-73.9617527],"bicycle_parking"],"around_goal_pivot_1":[[40.7648521,-73.959696],"library"],"around_goal_pivot_2":[[40.7610807,-73.9642065],"park"],"around_goal_pivot_3":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_4":[[40.7623572,-73.9597584],"7-Eleven"],"around_goal_pivot_5":[[40.7643867,-73.9631097],"Affinia Hotels"],"around_goal_pivot_6":[[40.7657837,-73.963705],"DavidsTea"],"around_goal_pivot_7":[[40.7655804,-73.9633446],"Lululemon"],"around_goal_pivot_8":[[40.7613802,-73.9607757],"bicycle rental"],"around_goal_pivot_9":[[40.7622166,-73.9629219],"hotel"],"around_goal_pivot_10":[[40.7622981,-73.9602545],"clinic"]}} +{"rvs_sample_number":111,"content":"Let's have a chat at the garden on the south side of Jane street. It is the first garden from the west side and I can see a park by the corner on my northwest. ","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7378919913,-74.0076485238],"key":7676,"region":"Manhattan","rvs_start_point":[40.7331642112,-74.0111763065],"landmarks":{"end_point":[[40.7378919913,-74.0076485238],"garden"],"start_point":[[40.7331642112,-74.0111763065],"shelter"],"main_pivot":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_2":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_3":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_4":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_5":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_6":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_7":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_8":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_9":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_10":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_11":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_12":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_13":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_14":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_15":[[40.7382139,-74.0082544],"park"],"near_pivot":[[40.7382139,-74.0082544],"park"],"beyond_pivot":[[40.7374679,-74.005571],"park"],"around_goal_pivot_1":[[40.739445,-74.0084766],"museum"],"around_goal_pivot_2":[[40.7394351,-74.00816],"bridge"],"around_goal_pivot_3":[[40.7362948,-74.009527],"school"],"around_goal_pivot_4":[[40.7399261,-74.0068272],"Arhaus"],"around_goal_pivot_5":[[40.7395756,-74.0078407],"Warby Parker"],"around_goal_pivot_6":[[40.7371928,-74.0066439],"D'Agostino"],"around_goal_pivot_7":[[40.7402479,-74.0061221],"Sephora"],"around_goal_pivot_8":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_9":[[40.7395076,-74.0075791],"Madewell"],"around_goal_pivot_10":[[40.7354108,-74.008465],"post box"]}} +{"rvs_sample_number":236,"content":"Meet me at the hostel on Broome Street. Go past the historic building, Grotta Azzurra, and church. It is on the next block same side as the church. The hostel is towards the middle of the block.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.720129,-73.9955742],"key":7677,"region":"Manhattan","rvs_start_point":[40.7228135,-74.0003307],"landmarks":{"end_point":[[40.720129,-73.9955742],"hostel"],"start_point":[[40.7228135,-74.0003307],"UGG"],"main_pivot":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_2":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_3":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_4":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_5":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_6":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_7":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_8":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_9":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_10":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_11":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_12":[[40.7205893,-73.9976552],"240 Centre Street"],"main_pivot_13":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_14":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_15":[[40.7204023,-73.9963177],"church"],"near_pivot":[[40.7204023,-73.9963177],"church"],"beyond_pivot":[[40.7210061,-73.9947024],"restaurant"],"around_goal_pivot_1":[[40.7203599,-73.9934533],"nightclub"],"around_goal_pivot_2":[[40.7205893,-73.9976552],"historic building"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_5":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_8":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_9":[[40.7181254,-73.9976025],"attraction"],"around_goal_pivot_10":[[40.7197599,-73.9981915],"community centre"]}} +{"rvs_sample_number":174,"content":"Meet me at the restaurant on Bond Street. It is on the west side of the block. It is east of Robbins and Appleton Building.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7265892,-73.9937322],"key":7678,"region":"Manhattan","rvs_start_point":[40.7309359,-74.0027002],"landmarks":{"end_point":[[40.7265892,-73.9937322],"restaurant"],"start_point":[[40.7309359,-74.0027002],"cannabis shop"],"main_pivot":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_2":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_3":[[40.7310049,-74.0030253],"Murray's Cheese"],"main_pivot_4":[[40.7310049,-74.0030253],"Murray's Cheese"],"main_pivot_5":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_6":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_7":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_8":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_9":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_10":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_11":[[40.7280872529,-73.9988097504],"New York University"],"main_pivot_12":[[40.7283941,-73.9997973],"Mill House No.1"],"main_pivot_13":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_14":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_15":[[40.726918,-73.9926651],"fire station"],"near_pivot":[[40.726918,-73.9926651],"fire station"],"beyond_pivot":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_1":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_2":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_3":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_4":[[40.7286590958,-73.9945467703],"church"],"around_goal_pivot_5":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_7":[[40.7249291,-73.9920604],"bank"],"around_goal_pivot_8":[[40.7248315,-73.9952195],"REI"],"around_goal_pivot_9":[[40.7288797,-73.9934374],"Foot Locker"],"around_goal_pivot_10":[[40.726185,-73.995877],"PetSmart"]}} +{"rvs_sample_number":77,"content":"Meet me at the garden west of you on Battery Park City Greenway facing the shore. A cinema is on my northeast. 5 gardens are nearby to the north.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7137479881,-74.0170444089],"key":7679,"region":"Manhattan","rvs_start_point":[40.7131338,-74.0031453],"landmarks":{"end_point":[[40.7137479881,-74.0170444089],"garden"],"start_point":[[40.7131338,-74.0031453],"bench"],"main_pivot":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_2":[[40.7121645,-74.0095552],"Saint Peter's Church"],"main_pivot_3":[[40.7127281,-74.0060152],"New York"],"main_pivot_4":[[40.7117269,-74.0064643],"Potter Building"],"main_pivot_5":[[40.7140541,-74.0149723],"200 Vesey Street"],"main_pivot_6":[[40.7130385,-74.0052971],"Tweed Courthouse"],"main_pivot_7":[[40.7118130824,-74.0061195706],"New York Times Building"],"main_pivot_8":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_9":[[40.7120645,-74.0092531],"Barclay Tower"],"main_pivot_10":[[40.7118130824,-74.0061195706],"New York Times Building"],"main_pivot_11":[[40.7121645,-74.0095552],"Saint Peter's Church"],"main_pivot_12":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_13":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_14":[[40.7148487,-74.0162954],"Irish Hunger Memorial"],"main_pivot_15":[[40.7140127,-74.0170695],"5 gardens"],"near_pivot":[[40.7140127,-74.0170695],"5 gardens"],"beyond_pivot":[[40.7145719,-74.0171487],"cafe"],"around_goal_pivot_1":[[40.7157749,-74.0156954],"library"],"around_goal_pivot_2":[[40.7131380082,-74.0126928015],"attraction"],"around_goal_pivot_3":[[40.7150016,-74.0177709],"ferry terminal"],"around_goal_pivot_4":[[40.714742,-74.015169],"cinema"],"around_goal_pivot_5":[[40.7121643,-74.0150269],"pharmacy"],"around_goal_pivot_6":[[40.7149558,-74.015694],"hotel"],"around_goal_pivot_7":[[40.715191,-74.0167787],"viewpoint"],"around_goal_pivot_8":[[40.7134634,-74.0141733],"2 gardens"],"around_goal_pivot_9":[[40.7153081,-74.0170252],"fountain"],"around_goal_pivot_10":[[40.7149555,-74.0153365],"bar"]}} +{"rvs_sample_number":327,"content":"On the north side of Reade Street, southwest of you, there's a bicycle parking where we can meet. A train station is southeast of it, and a Japanese restaurant on a small triangular block is northwest of it. ","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7158033,-74.0081836],"key":7680,"region":"Manhattan","rvs_start_point":[40.7180569,-74.0001443],"landmarks":{"end_point":[[40.7158033,-74.0081836],"bicycle parking"],"start_point":[[40.7180569,-74.0001443],"bicycle parking"],"main_pivot":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_2":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_3":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_4":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_5":[[40.7145728,-74.0065661],"Broadway-Chambers Building"],"main_pivot_6":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_7":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_8":[[40.7145728,-74.0065661],"Broadway-Chambers Building"],"main_pivot_9":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_10":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_11":[[40.7145728,-74.0065661],"Broadway-Chambers Building"],"main_pivot_12":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_13":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_14":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_15":[[40.7149785,-74.0077375],"train station"],"near_pivot":[[40.7149785,-74.0077375],"train station"],"beyond_pivot":[[40.7167151,-74.0089922],"restaurant"],"around_goal_pivot_1":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_2":[[40.7174214,-74.006814],"university"],"around_goal_pivot_3":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_4":[[40.7143426,-74.0069047],"Philly Pretzel Factory"],"around_goal_pivot_5":[[40.7145279,-74.0112651],"Target"],"around_goal_pivot_6":[[40.715448,-74.0115504],"Barnes & Noble"],"around_goal_pivot_7":[[40.7142106,-74.006028],"Modell's Sporting Goods"],"around_goal_pivot_8":[[40.7142374,-74.0109381],"charging station"],"around_goal_pivot_9":[[40.7174626,-74.0056679],"attraction"],"around_goal_pivot_10":[[40.7173245,-74.0076397],"courthouse"]}} +{"rvs_sample_number":188,"content":"I will be at the Bank of america's atm on West 42nd street, with an hotel on the opposite block. Head south to get there. ","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7553098,-73.9848042],"key":7681,"region":"Manhattan","rvs_start_point":[40.7579702,-73.9838946],"landmarks":{"end_point":[[40.7553098,-73.9848042],"atm"],"start_point":[[40.7579702,-73.9838946],"cafe"],"main_pivot":[[40.7567811,-73.9824412],"1166 Avenue of the Americas"],"main_pivot_2":[[40.7581362,-73.9842436],"Lyceum Theatre"],"main_pivot_3":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_4":[[40.7576648,-73.9831076],"Onassis High School"],"main_pivot_5":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_6":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_7":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_8":[[40.7565365324,-73.9836495653],"Belasco Theatre"],"main_pivot_9":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_10":[[40.7567811,-73.9824412],"1166 Avenue of the Americas"],"main_pivot_11":[[40.7581362,-73.9842436],"Lyceum Theatre"],"main_pivot_12":[[40.7576648,-73.9831076],"Onassis High School"],"main_pivot_13":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_14":[[40.7567811,-73.9824412],"1166 Avenue of the Americas"],"main_pivot_15":[[40.7546551,-73.9839967],"attraction"],"near_pivot":[[40.7546551,-73.9839967],"attraction"],"beyond_pivot":[[40.7553505,-73.9856944],"hotel"],"around_goal_pivot_1":[[40.7543035,-73.9834644],"6 gardens"],"around_goal_pivot_2":[[40.7537250613,-73.9824231608],"library"],"around_goal_pivot_3":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_4":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_5":[[40.7538612,-73.9844535],"2 playgrounds"],"around_goal_pivot_6":[[40.754349,-73.9834311],"4 gardens"],"around_goal_pivot_7":[[40.7539857,-73.9844038],"three gardens"],"around_goal_pivot_8":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_9":[[40.7585627,-73.9848987],"square"],"around_goal_pivot_10":[[40.7556796,-73.9822999],"Independent"]}} +{"rvs_sample_number":479,"content":"Head north past the xUSA Shaolin Temple and Peretz Square. I'm at the bar on the west side of 1st avenue about a block and a half past the square.","rvs_path":"data\/geodata\/manhattan_samples_v47.gpkg","rvs_goal_point":[40.7243345,-73.9880064],"key":7682,"region":"Manhattan","rvs_start_point":[40.7138445,-73.9909289],"landmarks":{"end_point":[[40.7243345,-73.9880064],"bar"],"start_point":[[40.7138445,-73.9909289],"books shop"],"main_pivot":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_2":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_3":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_4":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_5":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_8":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_9":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_10":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_11":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_14":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_15":[[40.7249657,-73.9874477],"Ace Hardware"],"near_pivot":[[40.7249657,-73.9874477],"Ace Hardware"],"beyond_pivot":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_3":[[40.7262181,-73.9891844],"bank"],"around_goal_pivot_4":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_6":[[40.7255591,-73.9877133],"two schools"],"around_goal_pivot_7":[[40.7262819,-73.9880844],"two benches"],"around_goal_pivot_8":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_9":[[40.7247825,-73.9902794],"post box"],"around_goal_pivot_10":[[40.7258516,-73.9895704],"3 bicycle parkings"]}} +{"rvs_sample_number":392,"content":"Let's get our fortunes read at the fortune teller! It is located on the westside of 2nd Avenue and is in the southeast corner of it's block next to a dentist. It is on the same block as the Sola Salons, a European Wax Center, and a Subway fast food shop.","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7443733,-73.9765349],"key":7683,"region":"Manhattan","rvs_start_point":[40.7573925,-73.9683619],"landmarks":{"end_point":[[40.7443733,-73.9765349],"fortune teller"],"start_point":[[40.7573925,-73.9683619],"parking entrance"],"main_pivot":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_2":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_3":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_4":[[40.7453042,-73.9752877],"St. Vartan Cathedral"],"main_pivot_5":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_6":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_7":[[40.7453042,-73.9752877],"St. Vartan Cathedral"],"main_pivot_8":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_9":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_10":[[40.7453042,-73.9752877],"St. Vartan Cathedral"],"main_pivot_11":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_12":[[40.7505851,-73.9708227],"Beaux Arts"],"main_pivot_13":[[40.7505851,-73.9708227],"Beaux Arts"],"main_pivot_14":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_15":[[40.7436514,-73.9769285],"cafe"],"near_pivot":[[40.7436514,-73.9769285],"cafe"],"beyond_pivot":[[40.7451676,-73.978292],"fast_food"],"around_goal_pivot_1":[[40.7452838,-73.9757505],"2 restaurants"],"around_goal_pivot_2":[[40.7438243,-73.9797488],"library"],"around_goal_pivot_3":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_4":[[40.7441534,-73.9795427],"atm"],"around_goal_pivot_5":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_6":[[40.7448641,-73.9789977],"7-Eleven"],"around_goal_pivot_7":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_8":[[40.7451776,-73.9772772],"Sola Salons"],"around_goal_pivot_9":[[40.7444411,-73.9793743],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.7445787,-73.9799908],"three dentist's offices"]}} +{"rvs_sample_number":11,"content":"Meet me at the garden near the water, far to your southwest. It's west of the Battery Park Underpass. There is a viewpoint on a pier to my northwest, and a historic fort directly to my east.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7038017139,-74.0174693359],"key":7684,"region":"Manhattan","rvs_start_point":[40.70932,-74.008734],"landmarks":{"end_point":[[40.7038017139,-74.0174693359],"garden"],"start_point":[[40.70932,-74.008734],"restaurant"],"main_pivot":[[40.7089244,-74.0089175],"Federal Reserve Bank of New York"],"main_pivot_2":[[40.7078096,-74.0118885],"Trinity Church"],"main_pivot_3":[[40.7072684,-74.0122489],"65 Broadway"],"main_pivot_4":[[40.7055078242,-74.0137294981],"Cunard Building"],"main_pivot_5":[[40.7073923,-74.0112489],"New York Stock Exchange"],"main_pivot_6":[[40.7051227,-74.0140021],"Bowling Green Building"],"main_pivot_7":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_8":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_9":[[40.7087026,-74.0093923],"The Liberty Tower"],"main_pivot_10":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_11":[[40.7073923,-74.0112489],"New York Stock Exchange"],"main_pivot_12":[[40.7088866,-74.0102433],"Marine Midland Building"],"main_pivot_13":[[40.7082115,-74.0092429],"28 Liberty"],"main_pivot_14":[[40.7090406,-74.0082973],"John Street Church"],"main_pivot_15":[[40.7037156,-74.0166171],"historic fort"],"near_pivot":[[40.7037156,-74.0166171],"historic fort"],"around_goal_pivot_1":[[40.7048219,-74.0144286],"bank"],"around_goal_pivot_2":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_3":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_4":[[40.7047931,-74.0179304],"6 gardens"],"around_goal_pivot_5":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.7050769,-74.0163386],"four benches"],"around_goal_pivot_8":[[40.705479,-74.0191161],"6 benches"],"around_goal_pivot_9":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_10":[[40.7041104,-74.014448],"bus station"]}} +{"rvs_sample_number":322,"content":"Head southeast to meet me at T-Mobile on the west side of Market Street. A church is on my north side and there is a library on my northwest.\r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7125475,-73.9945363],"key":7685,"region":"Manhattan","rvs_start_point":[40.7145981,-73.9977855],"landmarks":{"end_point":[[40.7125475,-73.9945363],"T-Mobile"],"start_point":[[40.7145981,-73.9977855],"restaurant"],"main_pivot":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_2":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_3":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_4":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_5":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_6":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_7":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_8":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_9":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_10":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_11":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_12":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_13":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_14":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_15":[[40.7131078,-73.9946055],"church"],"near_pivot":[[40.7131078,-73.9946055],"church"],"beyond_pivot":[[40.7129046,-73.9974647],"place_of_worship"],"around_goal_pivot_1":[[40.7131122,-73.997541],"church"],"around_goal_pivot_2":[[40.7134416,-73.996239],"library"],"around_goal_pivot_3":[[40.7147006,-73.993628],"museum"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_6":[[40.7132313,-73.992974],"Fairfield Inn & Suites"],"around_goal_pivot_7":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_8":[[40.7110793,-73.9973672],"toilets"],"around_goal_pivot_9":[[40.713519,-73.9944128],"fountain"],"around_goal_pivot_10":[[40.714304,-73.9922826],"social facility"]}} +{"rvs_sample_number":74,"content":"I am at the parking entrance on East 34th Street. There is Sola Salons on its east side and Bed Bath & Beyond on its south side. ","rvs_path":"data\/geodata\/manhattan_samples_v37.gpkg","rvs_goal_point":[40.7454211,-73.9785899],"key":7686,"region":"Manhattan","rvs_start_point":[40.7498689,-73.9873935],"landmarks":{"end_point":[[40.7454211,-73.9785899],"parking entrance"],"start_point":[[40.7498689,-73.9873935],"disused:clothes shop"],"main_pivot":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_2":[[40.7501745,-73.988051],"Macy's"],"main_pivot_3":[[40.7489422,-73.9861526],"Empire State Building"],"main_pivot_4":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_5":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_6":[[40.7501745,-73.988051],"Macy's"],"main_pivot_7":[[40.7501745,-73.988051],"Macy's"],"main_pivot_8":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_9":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_10":[[40.7489422,-73.9861526],"Empire State Building"],"main_pivot_11":[[40.7467442,-73.9809804],"3 Park Avenue"],"main_pivot_12":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_13":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_14":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_15":[[40.7462165,-73.9789177],"pharmacy"],"near_pivot":[[40.7462165,-73.9789177],"pharmacy"],"around_goal_pivot_1":[[40.7438243,-73.9797488],"library"],"around_goal_pivot_2":[[40.7462177,-73.9809816],"school"],"around_goal_pivot_3":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_4":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_5":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_6":[[40.7444411,-73.9793743],"Bed Bath & Beyond"],"around_goal_pivot_7":[[40.7440283,-73.9790589],"Trader Joe's"],"around_goal_pivot_8":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_9":[[40.7445787,-73.9799908],"3 dentist's offices"],"around_goal_pivot_10":[[40.7451776,-73.9772772],"Sola Salons"]}} +{"rvs_sample_number":202,"content":"Head southwest on 3rd avenue, and go past Barnes & Noble. Go two more blocks, and take a left. You'll find me at the concrete bench at the green park about midway through the first block and near two benches.","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7563621,-73.9693124],"key":7687,"region":"Manhattan","rvs_start_point":[40.771073,-73.9593705],"landmarks":{"end_point":[[40.7563621,-73.9693124],"bench"],"start_point":[[40.771073,-73.9593705],"pub"],"main_pivot":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_2":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_3":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_4":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_5":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_6":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_7":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_8":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_9":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_10":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_11":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_12":[[40.7592516,-73.9655388],"252 East 57th Street"],"main_pivot_13":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_14":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_15":[[40.7562101,-73.9692226],"2 benches"],"near_pivot":[[40.7562101,-73.9692226],"2 benches"],"around_goal_pivot_1":[[40.7555818,-73.9727139],"Marriott"],"around_goal_pivot_2":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_3":[[40.7565698,-73.9708293],"DoubleTree"],"around_goal_pivot_4":[[40.7573984,-73.9698932],"Courtyard"],"around_goal_pivot_5":[[40.7570279,-73.9666871],"Casa de Montecristo"],"around_goal_pivot_6":[[40.7559859,-73.9725033],"W Hotels"],"around_goal_pivot_7":[[40.7559068,-73.9704102],"GNC"],"around_goal_pivot_8":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_9":[[40.7564657,-73.9675993],"Petco"],"around_goal_pivot_10":[[40.7575892,-73.9713601],"Paris Baguette"]}} +{"rvs_sample_number":275,"content":"Come to the drinking water on Washington square south which is north of a baptist church. Historic monument is northeast of here. ","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7307881,-73.9984803],"key":7688,"region":"Manhattan","rvs_start_point":[40.7400479,-73.9893474],"landmarks":{"end_point":[[40.7307881,-73.9984803],"drinking water"],"start_point":[[40.7400479,-73.9893474],"restaurant"],"main_pivot":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_2":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_3":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_4":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_5":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_6":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_7":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_8":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_9":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_10":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_11":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_12":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_13":[[40.7370363707,-73.990360155],"Union Square Park"],"main_pivot_14":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_15":[[40.7302607,-73.9982099],"church"],"near_pivot":[[40.7302607,-73.9982099],"church"],"around_goal_pivot_1":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_2":[[40.7298058,-73.9973048],"library"],"around_goal_pivot_3":[[40.7312367,-74.0015037],"cinema"],"around_goal_pivot_4":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_5":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_6":[[40.7311746442,-73.9970565574],"historic monument"],"around_goal_pivot_8":[[40.731889,-73.998611],"attraction"],"around_goal_pivot_9":[[40.7329503,-73.9997821],"pharmacy"],"around_goal_pivot_10":[[40.728362,-73.999283],"two bars"]}} +{"rvs_sample_number":289,"content":"Travel up North to East 4th Stree. I parked my bike next to a bank, a block from a police station and two blocks after the cemetery that you will see on your left.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7260628,-73.9889419],"key":7689,"region":"Manhattan","rvs_start_point":[40.7172974,-73.9973429],"landmarks":{"end_point":[[40.7260628,-73.9889419],"bicycle parking"],"start_point":[[40.7172974,-73.9973429],"restaurant"],"main_pivot":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_2":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_3":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_4":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_5":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_6":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_7":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_8":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_9":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_10":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_11":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_12":[[40.7205137,-73.9932198],"Bowery ballroom"],"main_pivot_13":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_14":[[40.7205137,-73.9932198],"Bowery ballroom"],"main_pivot_15":[[40.7262181,-73.9891844],"bank"],"near_pivot":[[40.7262181,-73.9891844],"bank"],"beyond_pivot":[[40.7269556,-73.9890976],"pub"],"around_goal_pivot_1":[[40.7253183,-73.9898502],"church"],"around_goal_pivot_2":[[40.7270447,-73.9893526],"cafe"],"around_goal_pivot_3":[[40.7264635,-73.9879847],"police station"],"around_goal_pivot_4":[[40.7269556,-73.9890976],"pub"],"around_goal_pivot_5":[[40.7266804,-73.9903556],"musical instrument shop"],"around_goal_pivot_6":[[40.7270308,-73.989042],"alcohol shop"],"around_goal_pivot_7":[[40.7267681,-73.9905209],"art shop"],"around_goal_pivot_8":[[40.7258789,-73.9902971],"gift shop"],"around_goal_pivot_9":[[40.7258141,-73.9899306],"laundry shop"],"around_goal_pivot_10":[[40.7271434,-73.9891432],"toy shop"]}} +{"rvs_sample_number":231,"content":"Let's meet at the cafe just west of you on the corner where west 66th street ends near the riverside. It's the one just north of the avery cafe and across from the playground where there is bike parking.","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7766224,-73.9890983],"key":7690,"region":"Manhattan","rvs_start_point":[40.7781629,-73.9823319],"landmarks":{"end_point":[[40.7766224,-73.9890983],"cafe"],"start_point":[[40.7781629,-73.9823319],"car shop"],"main_pivot":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_2":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_3":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_4":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_5":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_6":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_7":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_8":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_9":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_10":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_11":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_12":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_13":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_14":[[40.7767919,-73.9856941],"Lincoln Towers"],"main_pivot_15":[[40.7771577,-73.9895112],"bicycle parking"],"near_pivot":[[40.7771577,-73.9895112],"bicycle parking"],"around_goal_pivot_1":[[40.7754753,-73.9862553],"school"],"around_goal_pivot_2":[[40.7757422,-73.9897532],"cafe"],"around_goal_pivot_3":[[40.7787018,-73.989383],"bench"],"around_goal_pivot_4":[[40.7748297,-73.98784],"bicycle shop"],"around_goal_pivot_5":[[40.7781642,-73.9878316],"supermarket"],"around_goal_pivot_6":[[40.7773624,-73.9881894],"alcohol shop"],"around_goal_pivot_7":[[40.7752815,-73.9880334],"deli shop"],"around_goal_pivot_8":[[40.7746011,-73.9888378],"playground"],"around_goal_pivot_9":[[40.7742023,-73.9897693],"garden"]}} +{"rvs_sample_number":170,"content":"Meet me at the church on 9th Avenue. If you see the Citi Bike rental, you went too far. On the way there you will pass by a school and garden.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7492777806,-73.9987918875],"key":7691,"region":"Manhattan","rvs_start_point":[40.7457199,-74.0054281],"landmarks":{"end_point":[[40.7492777806,-73.9987918875],"church"],"start_point":[[40.7457199,-74.0054281],"restaurant"],"main_pivot":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_2":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_3":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_4":[[40.7461437917,-74.0059333665],"The High Line"],"main_pivot_5":[[40.74528,-74.00472],"General Theological Seminary"],"main_pivot_6":[[40.74528,-74.00472],"General Theological Seminary"],"main_pivot_7":[[40.7461437917,-74.0059333665],"The High Line"],"main_pivot_8":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_9":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_10":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_11":[[40.7461437917,-74.0059333665],"The High Line"],"main_pivot_12":[[40.7461437917,-74.0059333665],"The High Line"],"main_pivot_13":[[40.7468475,-74.0012722],"London Terrace"],"main_pivot_14":[[40.74528,-74.00472],"General Theological Seminary"],"main_pivot_15":[[40.7493938277,-73.998862419],"church"],"near_pivot":[[40.7493938277,-73.998862419],"church"],"around_goal_pivot_1":[[40.7500514,-73.9982911],"bicycle rental"],"around_goal_pivot_2":[[40.7486051,-73.9999924],"school"],"around_goal_pivot_3":[[40.7481727,-73.9996349],"garden"]}} +{"rvs_sample_number":59,"content":"Meet me at the garden southwest of you on the west side of Battery Park Underpass. A park is right next to me on my south. A historic fort is to my north.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7021220905,-74.0163484881],"key":7692,"region":"Manhattan","rvs_start_point":[40.7083109,-74.0068467],"landmarks":{"end_point":[[40.7021220905,-74.0163484881],"garden"],"start_point":[[40.7083109,-74.0068467],"fast food restaurant"],"main_pivot":[[40.7015789,-74.0150116],"Battery Gardens"],"main_pivot_2":[[40.7053472,-74.0099236],"20 Exchange Place"],"main_pivot_3":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_4":[[40.7077103,-74.0084696],"28 Liberty"],"main_pivot_5":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_6":[[40.7063713,-74.0091958],"Museum of American Finance"],"main_pivot_7":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_8":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_9":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_10":[[40.7079596081,-74.0081127222],"Federal Reserve Bank of New York"],"main_pivot_11":[[40.7015789,-74.0150116],"Battery Gardens"],"main_pivot_12":[[40.7023019,-74.0125932],"1 New York Plaza"],"main_pivot_13":[[40.7086818,-74.0077786],"Home Insurance Plaza"],"main_pivot_14":[[40.7027349,-74.0137866],"17 State Street"],"main_pivot_15":[[40.7021152279,-74.0163474288],"park"],"near_pivot":[[40.7021152279,-74.0163474288],"park"],"beyond_pivot":[[40.7031820755,-74.0167946212],"fort"],"around_goal_pivot_1":[[40.703193393,-74.0166545745],"historic fort"],"around_goal_pivot_2":[[40.701485,-74.0132488],"atm"],"around_goal_pivot_3":[[40.7018673,-74.013935],"bicycle rental"],"around_goal_pivot_4":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_5":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_6":[[40.7028805,-74.0136668],"19 benches"],"around_goal_pivot_7":[[40.7011673,-74.0154497],"2 benches"],"around_goal_pivot_8":[[40.7041104,-74.014448],"bus station"],"around_goal_pivot_9":[[40.7038427,-74.0147156],"waste basket"],"around_goal_pivot_10":[[40.7013333,-74.0155323],"3 gardens"]}} +{"rvs_sample_number":36,"content":"Head out east, it's slightly south, I'm at the social center and the University. It's on rivington Street across the street from the Jewish temple from Poland.","rvs_path":"data\/geodata\/manhattan_samples_v42.gpkg","rvs_goal_point":[40.7205504,-73.9905667],"key":7693,"region":"Manhattan","rvs_start_point":[40.7231344,-74.0081065],"landmarks":{"end_point":[[40.7205504,-73.9905667],"social centre"],"start_point":[[40.7231344,-74.0081065],"bicycle parking"],"main_pivot":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_2":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_3":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_4":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_5":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_6":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_7":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_8":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_9":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_10":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_11":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_12":[[40.7238085,-74.007445],"Holland Plaza Building"],"main_pivot_13":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_14":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_15":[[40.7209931,-73.9911118],"VapeNY"],"near_pivot":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_1":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_2":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_3":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_4":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_5":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_6":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_7":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_8":[[40.7209116,-73.994033],"Nudie Jeans Co."],"around_goal_pivot_9":[[40.7215346,-73.9874059],"amenity|ice cream"],"around_goal_pivot_10":[[40.719392,-73.9888436],"two restaurants"]}} +{"rvs_sample_number":37,"content":"Head south for one block then go west past the New York Theatre Workshop and the Crunch Fitness. Continue past the museum then turn north on Lafayette Street. The pub north of you next to a bar.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7290966,-73.9917737],"key":7694,"region":"Manhattan","rvs_start_point":[40.7267456,-73.9892029],"landmarks":{"end_point":[[40.7290966,-73.9917737],"pub"],"start_point":[[40.7267456,-73.9892029],"bicycle parking"],"main_pivot":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_2":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_3":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_4":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_5":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_6":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_7":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_8":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_9":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_10":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_11":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_12":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_13":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_14":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_15":[[40.7291974,-73.9916255],"bar"],"near_pivot":[[40.7291974,-73.9916255],"bar"],"beyond_pivot":[[40.7297054,-73.9913425],"bank"],"around_goal_pivot_1":[[40.727039,-73.9923628],"fire station"],"around_goal_pivot_2":[[40.7276121,-73.9924367],"museum"],"around_goal_pivot_3":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_5":[[40.7287594,-73.9941328],"church"],"around_goal_pivot_6":[[40.7280692,-73.9947451],"GameStop"],"around_goal_pivot_7":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_8":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_9":[[40.7299025,-73.9927642],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.7304151,-73.9910411],"Kmart"]}} +{"rvs_sample_number":213,"content":"I'm at a McDonald's on 7th Avenue if you want to meet here. It's many blocks to your west, on the same block as a large Christian church. There is also a theatre and a school on the block to the south. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7587753,-73.98472],"key":7695,"region":"Manhattan","rvs_start_point":[40.7568296,-73.9655795],"landmarks":{"end_point":[[40.7587753,-73.98472],"fast food restaurant"],"start_point":[[40.7568296,-73.9655795],"bicycle parking"],"main_pivot":[[40.7595477,-73.9766735],"650 Fifth Avenue"],"main_pivot_2":[[40.7567872,-73.9682007],"Permanent Mission of the Republic of Zambia to the United Nations"],"main_pivot_3":[[40.7594241,-73.9790838],"Radio City Music Hall"],"main_pivot_4":[[40.7581599,-73.9818933],"News Corp. Building"],"main_pivot_5":[[40.7587051,-73.9785783],"Prometheus"],"main_pivot_6":[[40.7587051,-73.9785783],"Prometheus"],"main_pivot_7":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_8":[[40.7567872,-73.9682007],"Permanent Mission of the Republic of Zambia to the United Nations"],"main_pivot_9":[[40.7594616,-73.9752861],"Austrian Cultural Forum"],"main_pivot_10":[[40.7587265,-73.9788656],"GE Building"],"main_pivot_11":[[40.7587947,-73.9780467],"British Empire Building"],"main_pivot_12":[[40.7581311,-73.9721317],"Seagram Building"],"main_pivot_13":[[40.7589289,-73.974023],"CBS Studio Building"],"main_pivot_14":[[40.7581311,-73.9721317],"Seagram Building"],"main_pivot_15":[[40.7585926,-73.9833745],"church"],"near_pivot":[[40.7585926,-73.9833745],"church"],"beyond_pivot":[[40.7581362,-73.9842436],"theatre"],"around_goal_pivot_1":[[40.7576648,-73.9831076],"school"],"around_goal_pivot_2":[[40.7602864,-73.9849526],"Crowne Plaza"],"around_goal_pivot_3":[[40.7613984,-73.9843167],"pharmacy"],"around_goal_pivot_5":[[40.7567398,-73.9830661],"atm"],"around_goal_pivot_6":[[40.7574361,-73.9865499],"ice cream"],"around_goal_pivot_7":[[40.7609402,-73.9865561],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7575069,-73.9819001],"T-Mobile"],"around_goal_pivot_9":[[40.7568751,-73.9858307],"Sephora"],"around_goal_pivot_10":[[40.7608722,-73.9831033],"Godiva Chocolatier"]}} +{"rvs_sample_number":343,"content":"Meet me at the restaurant on Spring street. There is a pharmacy in the same block. It\u2019s in the northeast corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7219182,-73.9965137],"key":7696,"region":"Manhattan","rvs_start_point":[40.721481,-74.0127166],"landmarks":{"end_point":[[40.7219182,-73.9965137],"restaurant"],"start_point":[[40.721481,-74.0127166],"outdoor shop"],"main_pivot":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_2":[[40.7216161223,-74.0067768122],"Saint John's Park"],"main_pivot_3":[[40.7216161223,-74.0067768122],"Saint John's Park"],"main_pivot_4":[[40.7216161223,-74.0067768122],"Saint John's Park"],"main_pivot_5":[[40.7216161223,-74.0067768122],"Saint John's Park"],"main_pivot_6":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_7":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_8":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_9":[[40.7218386292,-74.0057172331],"Albert Capsouto Park"],"main_pivot_10":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_11":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_12":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_13":[[40.7218386292,-74.0057172331],"Albert Capsouto Park"],"main_pivot_14":[[40.7216161223,-74.0067768122],"Saint John's Park"],"main_pivot_15":[[40.7221136,-73.9969825],"pharmacy"],"near_pivot":[[40.7221136,-73.9969825],"pharmacy"],"beyond_pivot":[[40.7207012,-73.9962926],"place_of_worship"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7205893,-73.9976552],"historic building"],"around_goal_pivot_3":[[40.722124,-73.995174],"park"],"around_goal_pivot_4":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_5":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_6":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_7":[[40.7217951,-73.9988153],"Bloomingdale's"],"around_goal_pivot_8":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_9":[[40.7221114,-73.9997761],"Levi's"],"around_goal_pivot_10":[[40.723331,-73.998366],"Steve Madden"]}} +{"rvs_sample_number":26,"content":"Head northeast and let's meet up at the clinic on 3rd Avenue, just southeast of the synagogue and southwest of The Vitamin Shoppe.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7668051,-73.9630029],"key":7697,"region":"Manhattan","rvs_start_point":[40.75805,-73.9693959],"landmarks":{"end_point":[[40.7668051,-73.9630029],"clinic"],"start_point":[[40.75805,-73.9693959],"fast food restaurant"],"main_pivot":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_2":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_3":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_4":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_5":[[40.7590262,-73.9681084],"919 Third Avenue"],"main_pivot_6":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_7":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_8":[[40.7590262,-73.9681084],"919 Third Avenue"],"main_pivot_9":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_10":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_11":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_12":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_13":[[40.763405,-73.9654614],"Trump Plaza Apartments"],"main_pivot_14":[[40.7590262,-73.9681084],"919 Third Avenue"],"main_pivot_15":[[40.7669819873,-73.9632428627],"synagogue"],"near_pivot":[[40.7669819873,-73.9632428627],"synagogue"],"beyond_pivot":[[40.7673434,-73.9637839],"college"],"around_goal_pivot_1":[[40.7684056,-73.9624614],"college"],"around_goal_pivot_2":[[40.7680637,-73.9603435],"post office"],"around_goal_pivot_3":[[40.7664681,-73.9652594],"fast food restaurant"],"around_goal_pivot_4":[[40.7680469,-73.9615702],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.7662965,-73.9653359],"2 bicycle parkings"],"around_goal_pivot_10":[[40.7653878,-73.9656772],"Kiehl's"]}} +{"rvs_sample_number":359,"content":"I'm sitting on a park bench listening to Jethro Tull. Come meet me! It's in the middle of the park. There are parking lots to my north and east.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.777471,-73.9686884],"key":7698,"region":"Manhattan","rvs_start_point":[40.7812666,-73.9809033],"landmarks":{"end_point":[[40.777471,-73.9686884],"bench"],"start_point":[[40.7812666,-73.9809033],"pharmacy"],"main_pivot":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_2":[[40.7814522133,-73.9814512733],"Astor Apartments"],"main_pivot_3":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_4":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_5":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_6":[[40.7814522133,-73.9814512733],"Astor Apartments"],"main_pivot_7":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_8":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_9":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_10":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_11":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_12":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_13":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_14":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_15":[[40.7776149,-73.9676549],"parking lot"],"near_pivot":[[40.7776149,-73.9676549],"parking lot"],"around_goal_pivot_1":[[40.7792472,-73.9688532],"historic castle"],"around_goal_pivot_2":[[40.7798691,-73.9696485],"historic memorial"],"around_goal_pivot_3":[[40.7796598,-73.9700851],"garden"],"around_goal_pivot_4":[[40.7790525,-73.9696899],"three benches"],"around_goal_pivot_5":[[40.7794109,-73.969074],"peak"],"around_goal_pivot_6":[[40.7748877,-73.9691038],"boat rental"],"around_goal_pivot_7":[[40.7768912,-73.9708883],"shelter"],"around_goal_pivot_8":[[40.7766267,-73.9680352],"two benches"],"around_goal_pivot_9":[[40.7756271,-73.9686444],"restaurant"],"around_goal_pivot_10":[[40.7785052,-73.96815],"parking lot"]}} +{"rvs_sample_number":122,"content":"Let's go to bicycle parking near the place of worship. They're both on the south side of West 14th Street. Going from the east, it's the third bicycle parking. There are two more after that. ","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7398742,-74.0030002],"key":7699,"region":"Manhattan","rvs_start_point":[40.7257537,-73.9937529],"landmarks":{"end_point":[[40.7398742,-74.0030002],"bicycle parking"],"start_point":[[40.7257537,-73.9937529],"gallery"],"main_pivot":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_4":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_5":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_6":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_7":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_8":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_9":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_10":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_11":[[40.7287755133,-73.9949909155],"NoHo Historic District"],"main_pivot_12":[[40.7288183955,-73.9950780401],"New York University"],"main_pivot_13":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_14":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_15":[[40.7389995,-74.0026797],"park"],"near_pivot":[[40.7389995,-74.0026797],"park"],"beyond_pivot":[[40.7402461634,-74.0040638636],"place_of_worship"],"around_goal_pivot_1":[[40.7379446,-74.0012429],"community centre"],"around_goal_pivot_2":[[40.7392542,-74.0009285],"historic church"],"around_goal_pivot_3":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_4":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_5":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_6":[[40.741435,-74.0015697],"pharmacy"],"around_goal_pivot_7":[[40.7411861,-74.0054573],"Apple Store"],"around_goal_pivot_8":[[40.741307,-74.0057665],"Hugo Boss"],"around_goal_pivot_9":[[40.7402479,-74.0061221],"Sephora"],"around_goal_pivot_10":[[40.7418051,-74.0049865],"Anthropologie"]}} +{"rvs_sample_number":26,"content":"Meet me at the bicycle parking on West 56th Street which is directly south of a European Wax Center. You'll need to go north one block and then head west and you'll pass Lyceum Theater and then go past that intersection but go north on the next one after that. Just before you get to the bicycle parking (which is on the southwest corner of West 56th and this road) you'll see two restaurants off to your east on the block before you get there.","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.7660449,-73.9835491],"key":7700,"region":"Manhattan","rvs_start_point":[40.7527835,-73.9748802],"landmarks":{"end_point":[[40.7660449,-73.9835491],"bicycle parking"],"start_point":[[40.7527835,-73.9748802],"Bath & Body Works"],"main_pivot":[[40.7554108,-73.9792728],"Fred F. French Building"],"main_pivot_2":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_3":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_4":[[40.7577223,-73.9847443],"Lyceum Theatre"],"main_pivot_5":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_6":[[40.7653026,-73.9822247],"Random House Tower"],"main_pivot_7":[[40.7539278,-73.97574],"Helmsley Building"],"main_pivot_8":[[40.7577223,-73.9847443],"Lyceum Theatre"],"main_pivot_9":[[40.7575785,-73.9838256],"Onassis High School"],"main_pivot_10":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_11":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_12":[[40.7554108,-73.9792728],"Fred F. French Building"],"main_pivot_13":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_14":[[40.7575785,-73.9838256],"Onassis High School"],"main_pivot_15":[[40.7653274,-73.9833108],"two restaurants"],"near_pivot":[[40.7653274,-73.9833108],"two restaurants"],"around_goal_pivot_1":[[40.7672627,-73.9818612],"museum"],"around_goal_pivot_2":[[40.7685685,-73.9824278],"nightclub"],"around_goal_pivot_3":[[40.7684026,-73.9828296],"mall"],"around_goal_pivot_4":[[40.7674909,-73.9814421],"LensCrafters"],"around_goal_pivot_5":[[40.7671416,-73.9827823],"Paris Baguette"],"around_goal_pivot_6":[[40.766461,-73.9815889],"Nordstrom"],"around_goal_pivot_7":[[40.7672133,-73.9835837],"European Wax Center"],"around_goal_pivot_8":[[40.7643419,-73.9826989],"Residence Inn"],"around_goal_pivot_9":[[40.7678151,-73.9828613],"Sephora"],"around_goal_pivot_10":[[40.7683962,-73.9826745],"Whole Foods Market"]}} +{"rvs_sample_number":187,"content":"Almost due north several blocks, let's meet up at the bakery shop on Park Avenue, just north of where the ave. divides around the large Terminal for transportation. It's on the east side of the northbound lane of the avenue, less than a block from the wide turn on it. There is a Grand Hyatt south of it, but set far away from the Avenue.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7524852,-73.9768268],"key":7701,"region":"Manhattan","rvs_start_point":[40.7427456,-73.9769046],"landmarks":{"end_point":[[40.7524852,-73.9768268],"bakery shop"],"start_point":[[40.7427456,-73.9769046],"bank"],"main_pivot":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_2":[[40.750762,-73.9772128],"101 Park Avenue"],"main_pivot_3":[[40.7517850003,-73.9772434274],"Pershing Square Building"],"main_pivot_4":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_5":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_6":[[40.750762,-73.9772128],"101 Park Avenue"],"main_pivot_7":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_8":[[40.750762,-73.9772128],"101 Park Avenue"],"main_pivot_9":[[40.7423792219,-73.9764022625],"Kips Bay Tower South"],"main_pivot_10":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_11":[[40.7423792219,-73.9764022625],"Kips Bay Tower South"],"main_pivot_12":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_13":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_14":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_15":[[40.7518902645,-73.9767372456],"Grand Hyatt"],"near_pivot":[[40.7518902645,-73.9767372456],"Grand Hyatt"],"beyond_pivot":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_1":[[40.7529497,-73.9776379],"seven atms"],"around_goal_pivot_2":[[40.7529563,-73.9776537],"six atms"],"around_goal_pivot_3":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_4":[[40.7525288,-73.9750326],"AT&T"],"around_goal_pivot_5":[[40.752154,-73.978267],"Charles Schwab"],"around_goal_pivot_6":[[40.7511476,-73.9765152],"Verizon"],"around_goal_pivot_7":[[40.7516901,-73.9777589],"bus station"],"around_goal_pivot_8":[[40.7528389,-73.9777142],"7 vending machines"],"around_goal_pivot_9":[[40.7529532,-73.9776453],"5 atms"],"around_goal_pivot_10":[[40.7517179,-73.9782337],"drinking water"]}} +{"rvs_sample_number":476,"content":"Come see me at Soho furniture shop on Broadway, on the next block south of Starbucks. They are on the same side of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v54.gpkg","rvs_goal_point":[40.7206089,-74.0010787],"key":7702,"region":"Manhattan","rvs_start_point":[40.7327936,-74.0040298],"landmarks":{"end_point":[[40.7206089,-74.0010787],"furniture shop"],"start_point":[[40.7327936,-74.0040298],"restaurant"],"main_pivot":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_2":[[40.7310049,-74.0030253],"Murray's Cheese"],"main_pivot_3":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_4":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_5":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_6":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_7":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_8":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_9":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_10":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_11":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_12":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_13":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_14":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_15":[[40.7212663,-74.0005133],"cafe"],"near_pivot":[[40.7212663,-74.0005133],"cafe"],"beyond_pivot":[[40.7194362,-74.0015699],"bank"],"around_goal_pivot_1":[[40.719811,-73.9983397],"historic building"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_4":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_5":[[40.7233032,-74.0009234],"Burton"],"around_goal_pivot_6":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_7":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_8":[[40.7221654,-73.9993719],"Bloomingdale's"],"around_goal_pivot_9":[[40.721651,-74.0001884],"TJ Maxx"],"around_goal_pivot_10":[[40.7208098,-74.004187],"Planet Fitness"]}} +{"rvs_sample_number":48,"content":"Meet me at the Art Shop on the westside of 8th Avenue. It is on the same block as a school, but in the south east corner of the block and one building north of the restaurant in that same corner. For reference, there is also a Duane Reade pharmacy on the adjacent block to the south which is also on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7419044,-74.0012093],"key":7703,"region":"Manhattan","rvs_start_point":[40.7275742,-73.993705],"landmarks":{"end_point":[[40.7419044,-74.0012093],"art shop"],"start_point":[[40.7275742,-73.993705],"restaurant"],"main_pivot":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_2":[[40.734526,-73.9993301],"Jefferson Market Library"],"main_pivot_3":[[40.7326168,-74.0004947],"St. Joseph's Church"],"main_pivot_4":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_5":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_6":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_7":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_8":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_9":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_10":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_11":[[40.7288183955,-73.9950780401],"New York University"],"main_pivot_12":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_13":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_14":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_15":[[40.741435,-74.0015697],"pharmacy"],"near_pivot":[[40.741435,-74.0015697],"pharmacy"],"beyond_pivot":[[40.7424139,-74.0025156],"school"],"around_goal_pivot_1":[[40.7437958,-74.0017594],"church"],"around_goal_pivot_2":[[40.7392542,-74.0009285],"historic church"],"around_goal_pivot_3":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_4":[[40.7434956,-73.9995423],"two restaurants"],"around_goal_pivot_5":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_6":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_7":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_8":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_9":[[40.7432235,-73.9990189],"hostel"],"around_goal_pivot_10":[[40.7396591,-74.0028554],"museum"]}} +{"rvs_sample_number":75,"content":"Come see me at the drinking water on pier 25. It is the same pier with the historic ships and viewpoint. Pretty much just walk straight west from where you are until you reach the waterfront. You might need to go south just a bit but you should see the pier easily from there. The drinking water you want is the second one on the pier, next to the Sweet Love Snack Bar. ","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7202176,-74.0137326],"key":7704,"region":"Manhattan","rvs_start_point":[40.7212764,-73.9966594],"landmarks":{"end_point":[[40.7202176,-74.0137326],"drinking water"],"start_point":[[40.7212764,-73.9966594],"bicycle parking"],"main_pivot":[[40.7196753,-74.0066489],"FDNY Ladder 8"],"main_pivot_2":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_3":[[40.7215606,-73.9963288],"Desalvio Playground"],"main_pivot_4":[[40.7196753,-74.0066489],"FDNY Ladder 8"],"main_pivot_5":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_6":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_7":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_8":[[40.7207012,-73.9962926],"San Lorenzo Ruiz Chapel"],"main_pivot_9":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_10":[[40.7204609,-74.0115888],"388 Greenwich Street"],"main_pivot_11":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_12":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_13":[[40.7207012,-73.9962926],"San Lorenzo Ruiz Chapel"],"main_pivot_14":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_15":[[40.7204733,-74.0137378],"historic Ship"],"near_pivot":[[40.7204733,-74.0137378],"historic Ship"],"around_goal_pivot_1":[[40.7214553,-74.0156717],"two gardens"],"around_goal_pivot_2":[[40.7202539,-74.0158032],"historic ship"],"around_goal_pivot_3":[[40.7182809,-74.0138697],"school"],"around_goal_pivot_4":[[40.7201333,-74.0116191],"university"],"around_goal_pivot_5":[[40.7205499,-74.0162378],"viewpoint"],"around_goal_pivot_6":[[40.7192848,-74.0105991],"pharmacy"],"around_goal_pivot_7":[[40.7215227,-74.0134737],"boat rental"],"around_goal_pivot_8":[[40.7205805,-74.0103625],"fountain"],"around_goal_pivot_9":[[40.717825,-74.0145245],"social facility"],"around_goal_pivot_10":[[40.7186927,-74.0113061],"parking lot"]}} +{"rvs_sample_number":86,"content":"Let's get some cash at TD bank. It is on the southwest corner of West 68th Street and the long diagonal street.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7754885,-73.9824748],"key":7705,"region":"Manhattan","rvs_start_point":[40.7717125,-73.9865159],"landmarks":{"end_point":[[40.7754885,-73.9824748],"bank"],"start_point":[[40.7717125,-73.9865159],"post box"],"main_pivot":[[40.7736999392,-73.9854243918],"Fiorello H. LaGuardia High School"],"main_pivot_2":[[40.7757782677,-73.9843615558],"Lincoln Towers"],"main_pivot_3":[[40.7757782677,-73.9843615558],"Lincoln Towers"],"main_pivot_4":[[40.7736999392,-73.9854243918],"Fiorello H. LaGuardia High School"],"main_pivot_5":[[40.7723298,-73.986009],"Damrosch Park"],"main_pivot_6":[[40.7723506,-73.986059],"Lincoln Center for the Performing Arts"],"main_pivot_7":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_8":[[40.7757782677,-73.9843615558],"Lincoln Towers"],"main_pivot_9":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_10":[[40.7723506,-73.986059],"Lincoln Center for the Performing Arts"],"main_pivot_11":[[40.7723298,-73.986009],"Damrosch Park"],"main_pivot_12":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_13":[[40.7736999392,-73.9854243918],"Fiorello H. LaGuardia High School"],"main_pivot_14":[[40.7723506,-73.986059],"Lincoln Center for the Performing Arts"],"main_pivot_15":[[40.7753365,-73.9827839],"arts centre"],"near_pivot":[[40.7753365,-73.9827839],"arts centre"],"beyond_pivot":[[40.7750135,-73.9817481],"cinema"],"around_goal_pivot_1":[[40.774257,-73.984582],"library"],"around_goal_pivot_2":[[40.77694,-73.9815071],"church"],"around_goal_pivot_3":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_4":[[40.7777513,-73.9821086],"4 benches"],"around_goal_pivot_5":[[40.7748111,-73.9809312],"post office"],"around_goal_pivot_6":[[40.7777244,-73.9820556],"three benches"],"around_goal_pivot_7":[[40.7776613,-73.982681],"ice cream"],"around_goal_pivot_8":[[40.7772295,-73.981801],"LensCrafters"],"around_goal_pivot_9":[[40.7743106,-73.98082],"Starbucks"],"around_goal_pivot_10":[[40.7771398,-73.9829559],"Rite Aid"]}} +{"rvs_sample_number":304,"content":"You will see me at the bicycle parking very close to CityMD clinic on the south side of West 14th street. This parking is the seventh from the east side of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7364102,-73.9947671],"key":7706,"region":"Manhattan","rvs_start_point":[40.7391381,-73.9957765],"landmarks":{"end_point":[[40.7364102,-73.9947671],"bicycle parking"],"start_point":[[40.7391381,-73.9957765],"restaurant"],"main_pivot":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_4":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_5":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_6":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_7":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_8":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_9":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_10":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_11":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_12":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_13":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_14":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_15":[[40.736274,-73.994694],"clinic"],"near_pivot":[[40.736274,-73.994694],"clinic"],"beyond_pivot":[[40.7362336,-73.9937306],"bank"],"around_goal_pivot_1":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_2":[[40.7352566,-73.991609],"park"],"around_goal_pivot_3":[[40.7359607,-73.9959654],"cinema"],"around_goal_pivot_4":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_5":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_6":[[40.735247,-73.9922811],"GameStop"],"around_goal_pivot_7":[[40.7381122,-73.9922976],"Gap"],"around_goal_pivot_8":[[40.735602,-73.9916228],"Staples"],"around_goal_pivot_9":[[40.737117,-73.9967401],"Urban Outfitters"],"around_goal_pivot_10":[[40.7373822,-73.9923352],"Anthropologie"]}} +{"rvs_sample_number":264,"content":"I'm now at the bicycle parking on Armsterdam Avenue. Head north onto that avenue until you see a post box and then a charging station by Tesla. The destination is at the start of the next block but on the other side of the street than the charging station. If you reach SoulCycle, you have gone too far.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7812574,-73.9796004],"key":7707,"region":"Manhattan","rvs_start_point":[40.7772756,-73.9787911],"landmarks":{"end_point":[[40.7812574,-73.9796004],"bicycle parking"],"start_point":[[40.7772756,-73.9787911],"bicycle parking"],"main_pivot":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_2":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_3":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_4":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_5":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_6":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_7":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_8":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_9":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_10":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_11":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_12":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_13":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7817731,-73.9796013],"SoulCycle"],"near_pivot":[[40.7817731,-73.9796013],"SoulCycle"],"beyond_pivot":[[40.7821373,-73.9797864],"fire_station"],"around_goal_pivot_1":[[40.7814474,-73.9806703],"car rental"],"around_goal_pivot_2":[[40.7807979,-73.9803851],"charging station"],"around_goal_pivot_3":[[40.7825373,-73.979079],"bicycle rental"],"around_goal_pivot_4":[[40.7822863,-73.9787291],"fast food restaurant"],"around_goal_pivot_5":[[40.7803315879,-73.9783355784],"synagogue"],"around_goal_pivot_6":[[40.7809547,-73.9808772],"bar"],"around_goal_pivot_7":[[40.7816214,-73.9805321],"bank"],"around_goal_pivot_8":[[40.7821373,-73.9797864],"fire station"],"around_goal_pivot_9":[[40.7800192,-73.9804773],"post box"],"around_goal_pivot_10":[[40.7820137,-73.9799658],"parking lot"]}} +{"rvs_sample_number":375,"content":"I'm at the Lebanese restaurant just south of East 13th Street, and about two blocks to your east. There is a small square shaped park on the block south of me, and a Catholic church just northeast of me.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7303084,-73.9830915],"key":7708,"region":"Manhattan","rvs_start_point":[40.7278854,-73.9902848],"landmarks":{"end_point":[[40.7303084,-73.9830915],"restaurant"],"start_point":[[40.7278854,-73.9902848],"clothes shop"],"main_pivot":[[40.7282197,-73.9897515],"St. George's Church"],"main_pivot_2":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_3":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_4":[[40.7292688,-73.9873613],"East Village"],"main_pivot_5":[[40.7282197,-73.9897515],"St. George's Church"],"main_pivot_6":[[40.7292688,-73.9873613],"East Village"],"main_pivot_7":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_8":[[40.7277854,-73.9896764],"The Ukrainian Museum"],"main_pivot_9":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_10":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_11":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_12":[[40.7292688,-73.9873613],"East Village"],"main_pivot_13":[[40.7282197,-73.9897515],"St. George's Church"],"main_pivot_14":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_15":[[40.7297456,-73.9831216],"park"],"near_pivot":[[40.7297456,-73.9831216],"park"],"beyond_pivot":[[40.7306702,-73.9824721],"place_of_worship"],"around_goal_pivot_1":[[40.73092,-73.9798884],"four parking spaces"],"around_goal_pivot_2":[[40.7307629,-73.986301],"cinema"],"around_goal_pivot_3":[[40.7279496,-73.9827799],"church"],"around_goal_pivot_4":[[40.731866,-73.982422],"pharmacy"],"around_goal_pivot_5":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_6":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_7":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_8":[[40.7311161,-73.9824625],"T-Mobile"],"around_goal_pivot_9":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_10":[[40.730959,-73.9798091],"five parking spaces"]}} +{"rvs_sample_number":268,"content":"Head north and meet me at the fast food restaurant right next to the pharmacy. It's on 6th Avenue, west of the camera shop and south of The Container Store. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7395596,-73.9954916],"key":7709,"region":"Manhattan","rvs_start_point":[40.7290966,-73.9917737],"landmarks":{"end_point":[[40.7395596,-73.9954916],"fast food restaurant"],"start_point":[[40.7290966,-73.9917737],"pub"],"main_pivot":[[40.7364467465,-73.9907556553],"Union Square Park"],"main_pivot_2":[[40.7354813,-73.9916567],"Lincoln Building"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7354813,-73.9916567],"Lincoln Building"],"main_pivot_5":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_6":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_7":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_8":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_9":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_10":[[40.7346227942,-73.9897906875],"Zeckendorf Towers"],"main_pivot_11":[[40.7354813,-73.9916567],"Lincoln Building"],"main_pivot_12":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_13":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_14":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_15":[[40.7396267,-73.9954353],"pharmacy"],"near_pivot":[[40.7396267,-73.9954353],"pharmacy"],"beyond_pivot":[[40.7402954,-73.9949738],"The Container Store"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_3":[[40.74,-73.9925],"historic district"],"around_goal_pivot_4":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_5":[[40.7399925,-73.9983707],"Barneys New York"],"around_goal_pivot_6":[[40.7401164,-73.9945019],"TJ Maxx"],"around_goal_pivot_7":[[40.740998,-73.9944619],"Staples"],"around_goal_pivot_8":[[40.7370058,-73.9963766],"Foot Locker"],"around_goal_pivot_9":[[40.7418779,-73.9938343],"Trader Joe's"]}} +{"rvs_sample_number":50,"content":"Meet me at the pharmacy. Start by doing straight west until you see Reebok and an Australian restaurant. The pharmacy is in that block, in the northeast corner of the block. It is on the corner of West 38th Street and another street. ","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.750937,-73.9830168],"key":7710,"region":"Manhattan","rvs_start_point":[40.7507176,-73.9738666],"landmarks":{"end_point":[[40.750937,-73.9830168],"pharmacy"],"start_point":[[40.7507176,-73.9738666],"bank"],"main_pivot":[[40.7518036,-73.9785778],"One Grand Central Place"],"main_pivot_2":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_3":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_4":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_5":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_6":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_7":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_8":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_9":[[40.7516143,-73.9760795],"Grand Hyatt New York"],"main_pivot_10":[[40.7502007,-73.9735064],"Daily News Building"],"main_pivot_11":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_12":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_13":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_14":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_15":[[40.750751,-73.9832148],"Reebok"],"near_pivot":[[40.750751,-73.9832148],"Reebok"],"beyond_pivot":[[40.7512973,-73.9838618],"restaurant"],"around_goal_pivot_1":[[40.7531573,-73.9817189],"5 fountains"],"around_goal_pivot_2":[[40.7486192,-73.9821585],"church"],"around_goal_pivot_3":[[40.752949,-73.9840106],"college"],"around_goal_pivot_4":[[40.7533213,-73.9815338],"2 gardens"],"around_goal_pivot_5":[[40.7531347,-73.9816747],"4 fountains"],"around_goal_pivot_6":[[40.7531485,-73.9817107],"3 fountains"],"around_goal_pivot_7":[[40.7489220915,-73.9838687978],"university"],"around_goal_pivot_8":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_9":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_10":[[40.7486712,-73.9846521],"pharmacy"]}} +{"rvs_sample_number":220,"content":"From your current location, go south on until you see a Starbucks on your left. From the Starbucks, turn left immediately onto Delancey Street. Keep going straight until you see the a tennis center on your left. We will meet right past the Southeast corner of the tennis center next to the water where the waste basket is.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7147938,-73.9751548],"key":7711,"region":"Manhattan","rvs_start_point":[40.7207828,-73.9892483],"landmarks":{"end_point":[[40.7147938,-73.9751548],"waste basket"],"start_point":[[40.7207828,-73.9892483],"clothes shop"],"main_pivot":[[40.7153403,-73.9765699],"Baruch Houses"],"main_pivot_2":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_3":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7153403,-73.9765699],"Baruch Houses"],"main_pivot_6":[[40.7194279,-73.9859634],"Lower East Side Preparatory High School"],"main_pivot_7":[[40.7153403,-73.9765699],"Baruch Houses"],"main_pivot_8":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_9":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_10":[[40.7194279,-73.9859634],"Lower East Side Preparatory High School"],"main_pivot_11":[[40.7153403,-73.9765699],"Baruch Houses"],"main_pivot_12":[[40.7194279,-73.9859634],"Lower East Side Preparatory High School"],"main_pivot_13":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_14":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_15":[[40.7163476338,-73.9806059177],"bridge"],"near_pivot":[[40.7163476338,-73.9806059177],"bridge"],"beyond_pivot":[[40.7158378,-73.9752132],"drinking_water"]}} +{"rvs_sample_number":46,"content":"I'm pretty far south of you near the end of West street. There is a pharmacy on the same block as the garden I'm in, but it's just to the west of me. I'm facing battery place where it runs east and west.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7051255664,-74.0160138606],"key":7712,"region":"Manhattan","rvs_start_point":[40.7212047418,-74.012707211],"landmarks":{"end_point":[[40.7051255664,-74.0160138606],"garden"],"start_point":[[40.7212047418,-74.012707211],"garden"],"main_pivot":[[40.7104854,-74.0143552],"Liberty Park"],"main_pivot_2":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_3":[[40.7134835,-74.0143705],"200 Vesey Street"],"main_pivot_4":[[40.711667,-74.0149107],"225 Liberty Street"],"main_pivot_5":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_6":[[40.7098589,-74.014527],"90 West Street"],"main_pivot_7":[[40.7178352,-74.0133366],"Stuyvesant High School"],"main_pivot_8":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_9":[[40.7128447,-74.0139053],"National September 11 Memorial & Museum"],"main_pivot_10":[[40.712874,-74.0137117],"One World Trade Center"],"main_pivot_11":[[40.7108841592,-74.014720133],"Liberty Street Bridge"],"main_pivot_12":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_13":[[40.7108841592,-74.014720133],"Liberty Street Bridge"],"main_pivot_14":[[40.7061511,-74.0158891],"The Downtown Club"],"main_pivot_15":[[40.70522,-74.0162734],"pharmacy"],"near_pivot":[[40.70522,-74.0162734],"pharmacy"],"beyond_pivot":[[40.7044022,-74.015873],"toilets"],"around_goal_pivot_1":[[40.7037317011,-74.0166587089],"historic fort"],"around_goal_pivot_2":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_3":[[40.7048979,-74.0127034],"Verizon Wireless"],"around_goal_pivot_4":[[40.706609,-74.0142207],"three benches"],"around_goal_pivot_5":[[40.7058734,-74.0182096],"3 fountains"],"around_goal_pivot_6":[[40.7048441,-74.0178403],"three benches"],"around_goal_pivot_7":[[40.705691,-74.018412],"two benches"],"around_goal_pivot_8":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_9":[[40.702724,-74.01619],"2 gardens"],"around_goal_pivot_10":[[40.7048133,-74.0137205],"eight benches"]}} +{"rvs_sample_number":103,"content":"Move north past the museum onto west 56th street. I am at the parking entrance east of an hotel. The Ritz-Carlton is also located north of the entrance. ","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7635416,-73.9771928],"key":7713,"region":"Manhattan","rvs_start_point":[40.7546713,-73.9745591],"landmarks":{"end_point":[[40.7635416,-73.9771928],"parking entrance"],"start_point":[[40.7546713,-73.9745591],"cafe"],"main_pivot":[[40.7592037,-73.9721766],"399 Park Avenue"],"main_pivot_2":[[40.7552243,-73.9748945],"277 Park Avenue"],"main_pivot_3":[[40.7618738,-73.9749733],"Fifth Avenue Presbyterian Church"],"main_pivot_4":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_5":[[40.7590792,-73.9728753],"Racquet and Tennis Club"],"main_pivot_6":[[40.7592037,-73.9721766],"399 Park Avenue"],"main_pivot_7":[[40.7613038,-73.973829],"550 Madison Avenue"],"main_pivot_8":[[40.7613038,-73.973829],"550 Madison Avenue"],"main_pivot_9":[[40.7618738,-73.9749733],"Fifth Avenue Presbyterian Church"],"main_pivot_10":[[40.7616619,-73.9751308],"The Peninsula New York"],"main_pivot_11":[[40.7625717,-73.9740478],"Tiffany & Company"],"main_pivot_12":[[40.762549,-73.9752999],"712 Fifth Avenue"],"main_pivot_13":[[40.7597033,-73.972432],"Lever House"],"main_pivot_14":[[40.7618738,-73.9749733],"Fifth Avenue Presbyterian Church"],"main_pivot_15":[[40.764248,-73.9778711],"hotel"],"near_pivot":[[40.764248,-73.9778711],"hotel"],"beyond_pivot":[[40.7640264,-73.9782442],"hotel"],"around_goal_pivot_1":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_2":[[40.7625717,-73.9740478],"Tiffany & Company"],"around_goal_pivot_3":[[40.7657929,-73.9783532],"JW Marriott"],"around_goal_pivot_4":[[40.7648721,-73.976175],"The Ritz-Carlton"],"around_goal_pivot_5":[[40.761619,-73.9769666],"museum"],"around_goal_pivot_6":[[40.7657828,-73.9755385],"water"],"around_goal_pivot_7":[[40.761965,-73.9786125],"bank"],"around_goal_pivot_8":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_9":[[40.7635881,-73.9738596],"Apple Store"],"around_goal_pivot_10":[[40.7620617,-73.9743838],"Dolce & Gabbana"]}} +{"rvs_sample_number":353,"content":"Meet me at the newsagent shop on 8th Avenue. It is across the street from the block with a theatre. There is a restaurant to the southwest.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7644929975,-73.9846706324],"key":7714,"region":"Manhattan","rvs_start_point":[40.7756899,-73.9803082],"landmarks":{"end_point":[[40.7644929975,-73.9846706324],"newsagent shop"],"start_point":[[40.7756899,-73.9803082],"bakery shop"],"main_pivot":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_2":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_3":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_4":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_5":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_6":[[40.7715835,-73.9823779],"Dante Park"],"main_pivot_7":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_8":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_9":[[40.7671477,-73.98277],"Central Park Place"],"main_pivot_10":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_11":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_12":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_13":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_14":[[40.767401,-73.9821813],"Museum of Arts and Design"],"main_pivot_15":[[40.7644543848,-73.9838017555],"theatre"],"near_pivot":[[40.7644543848,-73.9838017555],"theatre"],"beyond_pivot":[[40.7643561,-73.9854472],"restaurant"],"around_goal_pivot_1":[[40.7628469,-73.9845965],"church"],"around_goal_pivot_2":[[40.7663399,-73.9826892],"TJ Maxx"],"around_goal_pivot_3":[[40.7668594,-73.9836203],"Sur La Table"],"around_goal_pivot_4":[[40.7635383,-73.9854142],"Hampton"],"around_goal_pivot_5":[[40.7663007,-73.9836656],"FedEx Office"],"around_goal_pivot_6":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_7":[[40.7643419,-73.9826989],"Residence Inn"],"around_goal_pivot_8":[[40.7660586,-73.9821107],"GNC"],"around_goal_pivot_9":[[40.766407,-73.9825371],"AT&T"],"around_goal_pivot_10":[[40.7645358,-73.9831616],"Hilton Garden Inn"]}} +{"rvs_sample_number":324,"content":"Meet me at a bench west of you on the waterfront near Battery Place. A museum is nearby to the north of this bench. Millennium Point is to the east of the bench.","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7053939,-74.0190909],"key":7715,"region":"Manhattan","rvs_start_point":[40.7057076,-74.0123841],"landmarks":{"end_point":[[40.7053939,-74.0190909],"bench"],"start_point":[[40.7057076,-74.0123841],"restaurant"],"main_pivot":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_2":[[40.7054286142,-74.0137933303],"Cunard Building"],"main_pivot_3":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_4":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_5":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_6":[[40.7050453173,-74.0133783778],"Bowling Green"],"main_pivot_7":[[40.7054122381,-74.0173976356],"Millennium Point"],"main_pivot_8":[[40.7054286142,-74.0137933303],"Cunard Building"],"main_pivot_9":[[40.7051144,-74.0132487],"26 Broadway"],"main_pivot_10":[[40.7054122381,-74.0173976356],"Millennium Point"],"main_pivot_11":[[40.7050453173,-74.0133783778],"Bowling Green"],"main_pivot_12":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_13":[[40.7054286142,-74.0137933303],"Cunard Building"],"main_pivot_14":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_15":[[40.7057316,-74.01896],"museum"],"near_pivot":[[40.7057316,-74.01896],"museum"],"beyond_pivot":[[40.7057813,-74.0182422],"bench"],"around_goal_pivot_1":[[40.7037406,-74.0167612],"historic fort"],"around_goal_pivot_2":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_3":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.7053468,-74.0173971],"6 benches"],"around_goal_pivot_6":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_7":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_8":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_9":[[40.7075705,-74.0182638],"five benches"],"around_goal_pivot_10":[[40.704447,-74.0174174],"bar"]}} +{"rvs_sample_number":431,"content":"Move southeast and let's meet at the bicycle parking near Sephora on Broadway street. Free people clothes is in the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7239361,-73.9981456],"key":7716,"region":"Manhattan","rvs_start_point":[40.7332046,-74.0033643],"landmarks":{"end_point":[[40.7239361,-73.9981456],"bicycle parking"],"start_point":[[40.7332046,-74.0033643],"pub"],"main_pivot":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_2":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_3":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_4":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_5":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_6":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_7":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_8":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_9":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_10":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_11":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_12":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_13":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_14":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_15":[[40.7239688,-73.9982352],"Sephora"],"near_pivot":[[40.7239688,-73.9982352],"Sephora"],"beyond_pivot":[[40.7234319,-73.9993293],"Free People"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7258629,-73.9962983],"two bicycle parkings"],"around_goal_pivot_4":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_5":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7239761,-74.0004723],"COS"],"around_goal_pivot_8":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_9":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_10":[[40.7221932,-73.9992705],"The North Face"]}} +{"rvs_sample_number":196,"content":"Meet me on the south of you at New York Public Library on the north side of East Broadway, to the north of a hospital and southeast of a shelter.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v89.gpkg","rvs_goal_point":[40.714454089,-73.9885280733],"key":7717,"region":"Manhattan","rvs_start_point":[40.7288885,-73.9880788],"landmarks":{"end_point":[[40.714454089,-73.9885280733],"library"],"start_point":[[40.7288885,-73.9880788],"beauty shop"],"main_pivot":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_2":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_3":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_4":[[40.7292688,-73.9873613],"East Village"],"main_pivot_5":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_6":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_7":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_8":[[40.7292688,-73.9873613],"East Village"],"main_pivot_9":[[40.7288511,-73.987701846],"Ottendorfer Library"],"main_pivot_10":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_11":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_12":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_13":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_14":[[40.7292688,-73.9873613],"East Village"],"main_pivot_15":[[40.7137046,-73.9879511],"gallery"],"near_pivot":[[40.7137046,-73.9879511],"gallery"],"around_goal_pivot_1":[[40.713649,-73.9903234],"church"],"around_goal_pivot_2":[[40.713386281,-73.9884484372],"hospital"],"around_goal_pivot_3":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_4":[[40.7158089,-73.987045],"bank"],"around_goal_pivot_5":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_6":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_7":[[40.7153696,-73.9892524],"marketplace"],"around_goal_pivot_8":[[40.7154201,-73.9890921],"shelter"],"around_goal_pivot_9":[[40.7164243,-73.9877507],"social facility"],"around_goal_pivot_10":[[40.7140617,-73.9915244],"studio"]}} +{"rvs_sample_number":217,"content":"Let's do laundry together on East 73rd street. A hotel is on the opposite side of the laundry shop. Move northeast to get there. ","rvs_path":"data\/geodata\/manhattan_samples_v53.gpkg","rvs_goal_point":[40.768149,-73.9550287],"key":7718,"region":"Manhattan","rvs_start_point":[40.7631572,-73.9699958],"landmarks":{"end_point":[[40.768149,-73.9550287],"laundry shop"],"start_point":[[40.7631572,-73.9699958],"bank"],"main_pivot":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_2":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_3":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_4":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_5":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_6":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_7":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_8":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_9":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_10":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_11":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_12":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_13":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_14":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_15":[[40.768343,-73.9549291],"hotel"],"near_pivot":[[40.768343,-73.9549291],"hotel"],"around_goal_pivot_1":[[40.7696511,-73.9559873],"church"],"around_goal_pivot_2":[[40.7666658,-73.9536752],"auction shop"],"around_goal_pivot_3":[[40.7688866,-73.958037],"pharmacy"],"around_goal_pivot_4":[[40.7693871,-73.9581615],"post office"],"around_goal_pivot_5":[[40.769969,-73.9541729],"True Value"],"around_goal_pivot_6":[[40.770047,-73.9547045],"Ace Hardware"],"around_goal_pivot_7":[[40.7697624,-73.954314],"pub"],"around_goal_pivot_8":[[40.7669291,-73.9543022],"social facility"],"around_goal_pivot_9":[[40.7683481,-73.9524186],"dentist's office"],"around_goal_pivot_10":[[40.7663381,-73.9550989],"doctor's office"]}} +{"rvs_sample_number":488,"content":"Come to east 12th street and will rent a bike from there. Pass Astro Place. After you pass Grace church turn east and it will be on the south side of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7322327,-73.9888996],"key":7719,"region":"Manhattan","rvs_start_point":[40.7229575789,-73.9965168332],"landmarks":{"end_point":[[40.7322327,-73.9888996],"bicycle rental"],"start_point":[[40.7229575789,-73.9965168332],"fire station"],"main_pivot":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_2":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_7":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_8":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_9":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_10":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_11":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_12":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_15":[[40.7321037,-73.9900031],"post office"],"near_pivot":[[40.7321037,-73.9900031],"post office"],"beyond_pivot":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_1":[[40.7330556,-73.9883333],"theatre"],"around_goal_pivot_2":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_5":[[40.7342629,-73.9901627],"Nordstrom Rack"],"around_goal_pivot_6":[[40.7318504,-73.9905257],"2 schools"],"around_goal_pivot_8":[[40.7346281,-73.9897516],"FedEx Office"]}} +{"rvs_sample_number":203,"content":"You can meet me to the west of where the south curve in Battery Place intersects another street. I'm in a small walled rectangle garden by a footpath. It's the second rectangle garden from the water along this side of the path. There are three benches not far, to the northeast, and a taxi stand a little farther from the benches. ","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7048324187,-74.0182578445],"key":7720,"region":"Manhattan","rvs_start_point":[40.7157479,-74.0070397],"landmarks":{"end_point":[[40.7048324187,-74.0182578445],"garden"],"start_point":[[40.7157479,-74.0070397],"restaurant"],"main_pivot":[[40.71126,-74.0108856],"World Trade Center Transportation Hub - Oculus"],"main_pivot_2":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_3":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_4":[[40.7082747,-74.0124465],"Trinity Church"],"main_pivot_5":[[40.7082747,-74.0124465],"Trinity Church"],"main_pivot_6":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_7":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_8":[[40.7067323543,-74.0137653039],"Elizabeth H. Berger Plaza"],"main_pivot_9":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_10":[[40.71126,-74.0108856],"World Trade Center Transportation Hub - Oculus"],"main_pivot_11":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_12":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_13":[[40.7143292,-74.007379],"Tower 270"],"main_pivot_14":[[40.710922,-74.0110891],"3 World Trade Center"],"main_pivot_15":[[40.7049648,-74.0177283],"3 benches"],"near_pivot":[[40.7049648,-74.0177283],"3 benches"],"around_goal_pivot_1":[[40.7037392,-74.0167987],"historic fort"],"around_goal_pivot_2":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_3":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_4":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_5":[[40.7058734,-74.0182096],"3 fountains"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.7068884,-74.0185311],"viewpoint"],"around_goal_pivot_8":[[40.7064662,-74.0189866],"3 gardens"],"around_goal_pivot_9":[[40.70522,-74.0171599],"taxi stand"],"around_goal_pivot_10":[[40.7070309,-74.0188234],"five benches"]}} +{"rvs_sample_number":210,"content":"Meet me at the shoes shop on West 34th Street just opposite (but a little west) of Macy's on that block. Go 7 blocks north to West 34th and then 2 and a half blocks west. There is a Foot Locker on the same block on the same side of the street just west of the shoe store.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7500459,-73.9888897],"key":7721,"region":"Manhattan","rvs_start_point":[40.743585,-73.9861061],"landmarks":{"end_point":[[40.7500459,-73.9888897],"shoes shop"],"start_point":[[40.743585,-73.9861061],"bicycle parking"],"main_pivot":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_2":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_3":[[40.7432549,-73.9860625],"New York Life Building"],"main_pivot_4":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_5":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_6":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_7":[[40.7432549,-73.9860625],"New York Life Building"],"main_pivot_8":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_9":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_10":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_11":[[40.745133,-73.9885747],"The Nomad"],"main_pivot_12":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_13":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_14":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_15":[[40.7501528,-73.9882626],"Macy's"],"near_pivot":[[40.7501528,-73.9882626],"Macy's"],"beyond_pivot":[[40.7504317,-73.9897503],"Foot Locker"],"around_goal_pivot_1":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.7484833,-73.9864855],"attraction"],"around_goal_pivot_3":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_4":[[40.7507414,-73.9914996],"post office"],"around_goal_pivot_5":[[40.7503324,-73.9918249],"4 restaurants"],"around_goal_pivot_6":[[40.7506446,-73.9903127],"Forever 21"],"around_goal_pivot_7":[[40.7503752,-73.9859565],"Hyatt Place"],"around_goal_pivot_8":[[40.7493309,-73.9861281],"Superdry"],"around_goal_pivot_9":[[40.7488868,-73.9918363],"Paris Baguette"],"around_goal_pivot_10":[[40.74908,-73.9864875],"Timberland"]}} +{"rvs_sample_number":171,"content":"Meet me at the clothes shop. Head south to Bowery. The clothes shop is two blocks past the block where the New York Marble Cemetery is. It's on the northwest corner of the block that Liz Christy Garden is on.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7246472,-73.9920919],"key":7722,"region":"Manhattan","rvs_start_point":[40.7361617,-73.9890388],"landmarks":{"end_point":[[40.7246472,-73.9920919],"clothes shop"],"start_point":[[40.7361617,-73.9890388],"fast food restaurant"],"main_pivot":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_2":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_3":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_4":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_5":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_6":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_7":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_8":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_9":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_10":[[40.7279762001,-73.9914456777],"NoHo Historic District"],"main_pivot_11":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_12":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_13":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_14":[[40.7345863,-73.9899797],"Union Square Park"],"main_pivot_15":[[40.724241,-73.9921517],"attraction"],"near_pivot":[[40.724241,-73.9921517],"attraction"],"beyond_pivot":[[40.7244607,-73.9909251],"restaurant"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.7237818,-73.9929941],"bank"],"around_goal_pivot_3":[[40.7258619,-73.9928614],"A.P.C."],"around_goal_pivot_4":[[40.72381,-73.9923841],"Whole Foods Market"],"around_goal_pivot_5":[[40.7250288,-73.9906966],"bicycle rental"],"around_goal_pivot_6":[[40.7247825,-73.9902794],"post box"],"around_goal_pivot_7":[[40.7232424,-73.9922544],"hotel"],"around_goal_pivot_8":[[40.7254212,-73.9932418],"theatre"],"around_goal_pivot_9":[[40.7254855,-73.9928802],"social facility"],"around_goal_pivot_10":[[40.725448,-73.992374],"cafe"]}} +{"rvs_sample_number":305,"content":"Let\u2019s meet for lunch at the restaurant. Head slightly south and east until you get to Essex Street. If you look to your east you\u2019ll see a gallery. The restaurant is in that same block, near the southeast corner. Not the one right in the corner, but the one right above that. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7193451,-73.9850545],"key":7723,"region":"Manhattan","rvs_start_point":[40.724249,-74.0000938],"landmarks":{"end_point":[[40.7193451,-73.9850545],"restaurant"],"start_point":[[40.724249,-74.0000938],"bicycle parking"],"main_pivot":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_2":[[40.72288,-73.9987505],"SoHo"],"main_pivot_3":[[40.72288,-73.9987505],"SoHo"],"main_pivot_4":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_5":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_6":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_7":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_8":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_9":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_10":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_11":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_12":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_13":[[40.72288,-73.9987505],"SoHo"],"main_pivot_14":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_15":[[40.7200219,-73.9847106],"gallery"],"near_pivot":[[40.7200219,-73.9847106],"gallery"],"beyond_pivot":[[40.7200219,-73.9847106],"gallery"],"around_goal_pivot_1":[[40.7190935,-73.9826385],"church"],"around_goal_pivot_2":[[40.717416,-73.9841222],"bridge"],"around_goal_pivot_3":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_4":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_5":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_6":[[40.7183643,-73.9861353],"Holiday Inn"],"around_goal_pivot_7":[[40.7180717,-73.9858599],"Boost Mobile"],"around_goal_pivot_8":[[40.7182305,-73.9863577],"Verizon Wireless"],"around_goal_pivot_9":[[40.7180447,-73.9857457],"Cricket Wireless"],"around_goal_pivot_10":[[40.7219266,-73.9845187],"FedEx Office"]}} +{"rvs_sample_number":122,"content":"Meet me at the bar on Avenue C. It's about 10 1\/2 blocks southwest of you when you get on Avenue C by the river. It's two blocks past Lilly's Shakes & Crepes and on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v20.gpkg","rvs_goal_point":[40.7236831,-73.9789326],"key":7724,"region":"Manhattan","rvs_start_point":[40.7304514,-73.9726034],"landmarks":{"end_point":[[40.7236831,-73.9789326],"bar"],"start_point":[[40.7304514,-73.9726034],"bench"],"main_pivot":[[40.7248962,-73.9780558],"Lilly's Shakes & Crepes"],"main_pivot_2":[[40.7264416,-73.9773591],"Little Tigers Martial Arts"],"main_pivot_3":[[40.7287272,-73.9757728],"Stuyvesant Town"],"main_pivot_4":[[40.7245614,-73.97859],"Associated Supermarket"],"main_pivot_5":[[40.725843,-73.9777868],"World of Wines"],"main_pivot_6":[[40.7266581,-73.9772142],"Yankee Deli"],"main_pivot_7":[[40.7254543,-73.9780492],"Esperanto"],"main_pivot_8":[[40.7256206,-73.9779005],"Studio 151"],"main_pivot_9":[[40.7268065,-73.9770815],"Neighborhood Deli"],"main_pivot_10":[[40.7236542,-73.9789806],"restaurant"],"near_pivot":[[40.7236542,-73.9789806],"restaurant"],"around_goal_pivot_1":[[40.7248962,-73.9780558],"fast food restaurant"],"around_goal_pivot_2":[[40.7223865,-73.9787555],"school"],"around_goal_pivot_3":[[40.7225383,-73.979784],"music venue"],"around_goal_pivot_4":[[40.7249988,-73.9783929],"bar"],"around_goal_pivot_5":[[40.7248218,-73.9779373],"police station"],"around_goal_pivot_6":[[40.7229921,-73.9799547],"bicycle rental"],"around_goal_pivot_7":[[40.7234146,-73.9771083],"pharmacy"]}} +{"rvs_sample_number":161,"content":"Meet me at a CityMD Clinic south of you on the south side of Fulton Street. It is between a Dunkin' fast food and 195 Broadway. A block west of this clinic is Urban Outfitters.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7103743,-74.0082481],"key":7725,"region":"Manhattan","rvs_start_point":[40.7159879,-74.0073387],"landmarks":{"end_point":[[40.7103743,-74.0082481],"clinic"],"start_point":[[40.7159879,-74.0073387],"hotel"],"main_pivot":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_2":[[40.7118727,-74.0094127],"New York County Lawyers Association"],"main_pivot_3":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_4":[[40.7108891,-74.0092501],"195 Broadway"],"main_pivot_5":[[40.7111336,-74.0099109],"Millenium Hilton"],"main_pivot_6":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_7":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_8":[[40.7118727,-74.0094127],"New York County Lawyers Association"],"main_pivot_9":[[40.7111336,-74.0099109],"Millenium Hilton"],"main_pivot_10":[[40.7119937,-74.0089911],"Transportation Building"],"main_pivot_11":[[40.7111336,-74.0099109],"Millenium Hilton"],"main_pivot_12":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_13":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_14":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_15":[[40.7102691,-74.0075338],"pharmacy"],"near_pivot":[[40.7102691,-74.0075338],"pharmacy"],"beyond_pivot":[[40.7100207,-74.0075741],"fast_food"],"around_goal_pivot_1":[[40.7127127,-74.0098717],"post office"],"around_goal_pivot_2":[[40.7111336,-74.0099109],"Hilton"],"around_goal_pivot_3":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_4":[[40.7104325,-74.0055085],"hospital"],"around_goal_pivot_5":[[40.7117038,-74.0085747],"AT&T"],"around_goal_pivot_6":[[40.7087265,-74.0106877],"two bicycle parkings"],"around_goal_pivot_7":[[40.7110329,-74.0069365],"Thompson Hotels"],"around_goal_pivot_8":[[40.7092151,-74.0091484],"Holiday Inn"],"around_goal_pivot_9":[[40.7101898,-74.0099011],"Aldo"],"around_goal_pivot_10":[[40.7101192,-74.0095283],"Urban Outfitters"]}} +{"rvs_sample_number":145,"content":"Let's eat at that restaurant on Grand street. It's the one that is less than 3 blocks from where grand ends at it's most eastern spot. It's a little west of the jewish place of worship and it's also east of the arts center.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7149914,-73.9828256],"key":7726,"region":"Manhattan","rvs_start_point":[40.7213485,-74.0000613],"landmarks":{"end_point":[[40.7149914,-73.9828256],"restaurant"],"start_point":[[40.7213485,-74.0000613],"bank"],"main_pivot":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_2":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_3":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_4":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_5":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_6":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_7":[[40.7156323449,-73.9852202757],"St. Mary's Church"],"main_pivot_8":[[40.7156323449,-73.9852202757],"St. Mary's Church"],"main_pivot_9":[[40.7197034,-73.9981392],"240 Centre Street"],"main_pivot_10":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_11":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_12":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_13":[[40.7156323449,-73.9852202757],"St. Mary's Church"],"main_pivot_14":[[40.7156323449,-73.9852202757],"St. Mary's Church"],"main_pivot_15":[[40.715245,-73.9837408],"arts centre"],"near_pivot":[[40.715245,-73.9837408],"arts centre"],"beyond_pivot":[[40.7144349,-73.9819116],"place_of_worship"],"around_goal_pivot_1":[[40.7142072,-73.9844089],"community centre"],"around_goal_pivot_2":[[40.7164928968,-73.9823719341],"bridge"],"around_goal_pivot_3":[[40.7152837,-73.9839824],"give box"],"around_goal_pivot_4":[[40.7165272,-73.9836131],"fire station"],"around_goal_pivot_5":[[40.7163634,-73.9837197],"police station"],"around_goal_pivot_6":[[40.714324,-73.9815597],"pharmacy"],"around_goal_pivot_7":[[40.7143362,-73.9816938],"fast food restaurant"],"around_goal_pivot_8":[[40.7138971,-73.9806102],"supermarket"],"around_goal_pivot_9":[[40.7141409,-73.9801825],"clothes shop"],"around_goal_pivot_10":[[40.7139378,-73.9803505],"bicycle shop"]}} +{"rvs_sample_number":121,"content":"I'm just a couple blocks east of you. Come meet me at the playground on the south side of East Broadway, just northwest of the episcopal church and west of a cafe.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7143625281,-73.984219854],"key":7727,"region":"Manhattan","rvs_start_point":[40.7142951,-73.9892936],"landmarks":{"end_point":[[40.7143625281,-73.984219854],"playground"],"start_point":[[40.7142951,-73.9892936],"bench"],"main_pivot":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_2":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_3":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_4":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_5":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_6":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_7":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_8":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_9":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_10":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_11":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_12":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_13":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_14":[[40.7143377,-73.9886158],"Seward Park Library"],"main_pivot_15":[[40.7138964,-73.9833242],"church"],"near_pivot":[[40.7138964,-73.9833242],"church"],"around_goal_pivot_1":[[40.7155777,-73.985033],"church"],"around_goal_pivot_2":[[40.715245,-73.9837408],"arts centre"],"around_goal_pivot_3":[[40.713452,-73.9877837],"hospital"],"around_goal_pivot_4":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_5":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_6":[[40.7152837,-73.9839824],"give box"],"around_goal_pivot_7":[[40.7165272,-73.9836131],"fire station"],"around_goal_pivot_8":[[40.7152783,-73.9838931],"theatre"],"around_goal_pivot_9":[[40.7163634,-73.9837197],"police station"],"around_goal_pivot_10":[[40.7144862,-73.9821342],"cafe"]}} +{"rvs_sample_number":115,"content":"Meet me on the northwest of you at the bridge over a pond on Central Park South, to the southeast of a theme park and west of a zoo.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v76.gpkg","rvs_goal_point":[40.7669276184,-73.9738311429],"key":7728,"region":"Manhattan","rvs_start_point":[40.7644729,-73.9667197],"landmarks":{"end_point":[[40.7669276184,-73.9738311429],"bridge"],"start_point":[[40.7644729,-73.9667197],"bureau de change"],"main_pivot":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_2":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_3":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_4":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_5":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_6":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_7":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_8":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_9":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_10":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_11":[[40.7643498,-73.9665276],"Barbizon 63"],"main_pivot_12":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_13":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_14":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_15":[[40.7668679176,-73.9721317868],"zoo"],"near_pivot":[[40.7668679176,-73.9721317868],"zoo"],"beyond_pivot":[[40.7676917,-73.9744677],"theme_park"],"around_goal_pivot_1":[[40.7646256,-73.9732822],"2 benches"],"around_goal_pivot_2":[[40.7660092,-73.9764336],"two benches"],"around_goal_pivot_3":[[40.7646448,-73.9730913],"two benches"],"around_goal_pivot_4":[[40.7653286,-73.9757612],"The Ritz-Carlton"],"around_goal_pivot_5":[[40.7676917,-73.9744677],"theme park"],"around_goal_pivot_6":[[40.7649898,-73.972849],"park"],"around_goal_pivot_7":[[40.7681147,-73.9711748],"clock"],"around_goal_pivot_8":[[40.7654692,-73.975581],"viewpoint"],"around_goal_pivot_9":[[40.7684208,-73.9709936],"zoo"],"around_goal_pivot_10":[[40.768013,-73.9709581],"school"]}} +{"rvs_sample_number":360,"content":"We can meet at the furniture shop southwest of you, on Canal Street. Fanelli Cafe is about halfway between us. Bank of America is to the southeast, and a Duane Reade pharmacy is to the south. WeWork is also south of it. ","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7199536,-74.0023558],"key":7729,"region":"Manhattan","rvs_start_point":[40.7292561,-73.9940928],"landmarks":{"end_point":[[40.7199536,-74.0023558],"furniture shop"],"start_point":[[40.7292561,-73.9940928],"bicycle parking"],"main_pivot":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_2":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_3":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_4":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_5":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_6":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_7":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_8":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_9":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_10":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_11":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_12":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_13":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_14":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_15":[[40.7193544,-74.0021843],"pharmacy"],"near_pivot":[[40.7193544,-74.0021843],"pharmacy"],"beyond_pivot":[[40.7194362,-74.0015699],"bank"],"around_goal_pivot_1":[[40.7174668,-74.0012316],"historic building"],"around_goal_pivot_2":[[40.7213661,-74.0049907],"2 fast food restaurants"],"around_goal_pivot_3":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_4":[[40.721629,-73.9998023],"Madewell"],"around_goal_pivot_5":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_6":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_7":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_8":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_9":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_10":[[40.7189373,-74.0020369],"WeWork"]}} +{"rvs_sample_number":6,"content":"Can we please meet at the restaurant on East 13th Street? It's very near a Starbucks, and less than a half block west of a catholic church.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7309012,-73.9833892],"key":7730,"region":"Manhattan","rvs_start_point":[40.7287612,-73.9897021],"landmarks":{"end_point":[[40.7309012,-73.9833892],"restaurant"],"start_point":[[40.7287612,-73.9897021],"pub"],"main_pivot":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_2":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_3":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_4":[[40.7283085,-73.987673],"Orpheum Theatre"],"main_pivot_5":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_6":[[40.7283085,-73.987673],"Orpheum Theatre"],"main_pivot_7":[[40.7286547,-73.989944],"41 Cooper Square"],"main_pivot_8":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_9":[[40.7292688,-73.9873613],"East Village"],"main_pivot_10":[[40.7286547,-73.989944],"41 Cooper Square"],"main_pivot_11":[[40.7292688,-73.9873613],"East Village"],"main_pivot_12":[[40.7283085,-73.987673],"Orpheum Theatre"],"main_pivot_13":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_14":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_15":[[40.7308318,-73.983183],"cafe"],"near_pivot":[[40.7308318,-73.983183],"cafe"],"beyond_pivot":[[40.7306702,-73.9824721],"place_of_worship"],"around_goal_pivot_1":[[40.731009,-73.9861217],"cinema"],"around_goal_pivot_2":[[40.7334512,-73.9835531],"fountain"],"around_goal_pivot_3":[[40.728654,-73.984852],"theatre"],"around_goal_pivot_4":[[40.731866,-73.982422],"pharmacy"],"around_goal_pivot_5":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_6":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_7":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_8":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_9":[[40.7309972,-73.979841],"2 parking spaces"],"around_goal_pivot_10":[[40.7295992,-73.9848031],"Buffalo Exchange"]}} +{"rvs_sample_number":201,"content":"I'm at the bicycle parking way down on Saint James Place just before the bridge. It's on the south side of the street and just before it changes names. There is a park across the street that is triangular shaped. The parking is the one closest to the bridge.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7110907,-74.0002886],"key":7731,"region":"Manhattan","rvs_start_point":[40.7213923,-73.995125],"landmarks":{"end_point":[[40.7110907,-74.0002886],"bicycle parking"],"start_point":[[40.7213923,-73.995125],"restaurant"],"main_pivot":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_2":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_3":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_4":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_5":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_6":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_7":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_8":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_9":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_10":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_11":[[40.7204023,-73.9963177],"San Lorenzo Ruiz Chapel"],"main_pivot_12":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_13":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_14":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_15":[[40.7116486,-73.9999893],"park"],"near_pivot":[[40.7116486,-73.9999893],"park"],"around_goal_pivot_1":[[40.7131084,-74.0012053],"prison"],"around_goal_pivot_2":[[40.7130265,-73.9979511],"church"],"around_goal_pivot_3":[[40.7167700932,-73.9977356128],"historic neighbourhood"],"around_goal_pivot_4":[[40.7092068,-74.0005538],"attraction"],"around_goal_pivot_5":[[40.7128157,-73.9984923],"grave yard"],"around_goal_pivot_6":[[40.7093275,-74.0016375],"dog park"],"around_goal_pivot_7":[[40.7090015,-74.0020582],"Hampton"],"around_goal_pivot_8":[[40.7110694,-73.9974327],"toilets"],"around_goal_pivot_9":[[40.7120721,-73.9979191],"pharmacy"],"around_goal_pivot_10":[[40.7120638,-73.9980534],"confectionery shop"]}} +{"rvs_sample_number":403,"content":"I am at the bicycle parking area on Cherry St., just to the east of the Manhattan Bridge and a block up from the waterfront. There is a recycling center to the northeast of my location.","rvs_path":"data\/geodata\/manhattan_samples_v41.gpkg","rvs_goal_point":[40.7109942,-73.9909391],"key":7732,"region":"Manhattan","rvs_start_point":[40.7202153,-74.0027318],"landmarks":{"end_point":[[40.7109942,-73.9909391],"bicycle parking"],"start_point":[[40.7202153,-74.0027318],"electronics shop"],"main_pivot":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_2":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_5":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_6":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_9":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_10":[[40.7106448954,-73.9922695546],"Manhattan Bridge"],"main_pivot_11":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_12":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_13":[[40.7106448954,-73.9922695546],"Manhattan Bridge"],"main_pivot_14":[[40.7106448954,-73.9922695546],"Manhattan Bridge"],"main_pivot_15":[[40.7116319,-73.9922353],"park"],"near_pivot":[[40.7116319,-73.9922353],"park"],"beyond_pivot":[[40.7100665,-73.9904883],"bicycle_parking"],"around_goal_pivot_1":[[40.7134348,-73.9906217],"church"],"around_goal_pivot_2":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_3":[[40.713402,-73.9912954],"gallery"],"around_goal_pivot_4":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_5":[[40.7123546,-73.9926814],"hotel"],"around_goal_pivot_6":[[40.7118964,-73.9902464],"recycling"],"around_goal_pivot_7":[[40.7129063,-73.9902499],"cafe"],"around_goal_pivot_8":[[40.7100025,-73.9937026],"drinking water"],"around_goal_pivot_9":[[40.7135774,-73.9899295],"waste basket"],"around_goal_pivot_10":[[40.7128554,-73.9899168],"hairdresser shop"]}} +{"rvs_sample_number":174,"content":"Head northeast past Trump tower and come see me at the restaurant on 1st avenue which is near a hotel, on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v76.gpkg","rvs_goal_point":[40.7535386,-73.9661058],"key":7733,"region":"Manhattan","rvs_start_point":[40.7511092,-73.9715209],"landmarks":{"end_point":[[40.7535386,-73.9661058],"restaurant"],"start_point":[[40.7511092,-73.9715209],"restaurant"],"main_pivot":[[40.7529829,-73.967606],"100 United Nations Plaza Tower"],"main_pivot_2":[[40.7529829,-73.967606],"100 United Nations Plaza Tower"],"main_pivot_3":[[40.7527144,-73.9682431],"Japan Society"],"main_pivot_4":[[40.7527823,-73.9677058],"Trump World Tower"],"main_pivot_5":[[40.7522707,-73.9668895],"United Nations"],"main_pivot_6":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_7":[[40.7531792,-73.9700081],"One Dag Hammarskjold Plaza"],"main_pivot_8":[[40.7527823,-73.9677058],"Trump World Tower"],"main_pivot_9":[[40.7529829,-73.967606],"100 United Nations Plaza Tower"],"main_pivot_10":[[40.7522707,-73.9668895],"United Nations"],"main_pivot_11":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_12":[[40.7527144,-73.9682431],"Japan Society"],"main_pivot_13":[[40.750781,-73.9706795],"Beaux Arts"],"main_pivot_14":[[40.7533142,-73.9702717],"Permanent Mission of France to the United Nations"],"main_pivot_15":[[40.7533591,-73.9663207],"hotel"],"near_pivot":[[40.7533591,-73.9663207],"hotel"],"around_goal_pivot_1":[[40.7519909319,-73.9644707474],"water"],"around_goal_pivot_2":[[40.7517309,-73.9660224],"3 gardens"],"around_goal_pivot_3":[[40.7516145,-73.9659579],"2 gardens"],"around_goal_pivot_4":[[40.7533015,-73.9689535],"car rental"],"around_goal_pivot_5":[[40.7550508,-73.9686538],"cafe"],"around_goal_pivot_6":[[40.7532128,-73.9687333],"charging station"],"around_goal_pivot_7":[[40.7528277,-73.9697076],"marketplace"],"around_goal_pivot_8":[[40.7537955,-73.9695461],"pharmacy"],"around_goal_pivot_9":[[40.7551017,-73.9659718],"school"],"around_goal_pivot_10":[[40.7528497,-73.9685632],"church"]}} +{"rvs_sample_number":272,"content":"Let s meet at the theatre near two vacant shops on Saint Mark's Place. A fast food restaurant is also located on the same block, east side. ","rvs_path":"data\/geodata\/manhattan_samples_v57.gpkg","rvs_goal_point":[40.729044,-73.9892596],"key":7734,"region":"Manhattan","rvs_start_point":[40.7362114,-73.9966243],"landmarks":{"end_point":[[40.729044,-73.9892596],"theatre"],"start_point":[[40.7362114,-73.9966243],"hotel"],"main_pivot":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_2":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_3":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_4":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_5":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_6":[[40.7345833,-73.9932072],"Strip House"],"main_pivot_7":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_8":[[40.7345833,-73.9932072],"Strip House"],"main_pivot_9":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_10":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_11":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_12":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_13":[[40.7348816,-73.9938778],"Benjamin N. Cardozo School of Law"],"main_pivot_14":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_15":[[40.7290214,-73.9890041],"two vacant shops"],"near_pivot":[[40.7290214,-73.9890041],"two vacant shops"],"beyond_pivot":[[40.7287607,-73.9883895],"fast_food"],"around_goal_pivot_1":[[40.7286441,-73.9862139],"two clothes shops"],"around_goal_pivot_2":[[40.731708,-73.989317],"nightclub"],"around_goal_pivot_3":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_4":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_5":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_6":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_7":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_8":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_9":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_10":[[40.7272833,-73.9917095],"Crunch Fitness"]}} +{"rvs_sample_number":348,"content":"When you finish your martini come meet me at the REI bicycle parking just south of East Houston Street. There is a CVS pharmacy a block to my northeast.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7247974,-73.9951169],"key":7735,"region":"Manhattan","rvs_start_point":[40.7315711,-74.0068211],"landmarks":{"end_point":[[40.7247974,-73.9951169],"bicycle parking"],"start_point":[[40.7315711,-74.0068211],"bar"],"main_pivot":[[40.7259942,-73.997591],"New York University"],"main_pivot_2":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_3":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_4":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_5":[[40.7269444,-73.9988889],"University Village"],"main_pivot_6":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_7":[[40.7322989,-74.0067884],"Church of St. Luke in the Fields"],"main_pivot_8":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_9":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_10":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_11":[[40.7322989,-74.0067884],"Church of St. Luke in the Fields"],"main_pivot_12":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_13":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_14":[[40.7271971,-74.0009946],"St. Anthony of Padua Church"],"main_pivot_15":[[40.7250466,-73.9944794],"pharmacy"],"near_pivot":[[40.7250466,-73.9944794],"pharmacy"],"beyond_pivot":[[40.7237654,-73.9954042],"place_of_worship"],"around_goal_pivot_1":[[40.723749168,-73.9953410227],"cathedral"],"around_goal_pivot_2":[[40.7271383,-73.9956087],"two clothes shops"],"around_goal_pivot_3":[[40.7224127,-73.9947608],"park"],"around_goal_pivot_4":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_5":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_6":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_7":[[40.7242405,-73.9923327],"garden"],"around_goal_pivot_8":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_9":[[40.7238405,-73.9965689],"G-Star Raw"],"around_goal_pivot_10":[[40.7239185,-73.9978216],"Converse"]}} +{"rvs_sample_number":375,"content":"Meet me at the hotel on the east side of Allen Street. The hotel is sort of towards the south west corner. There is a Citi Bike to the north between where Allen Street splits. Also to the east about two blocks over is a Pharmacy. ","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7194926,-73.9899366],"key":7736,"region":"Manhattan","rvs_start_point":[40.7155671,-74.0073336],"landmarks":{"end_point":[[40.7194926,-73.9899366],"hotel"],"start_point":[[40.7155671,-74.0073336],"bicycle parking"],"main_pivot":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_2":[[40.7201274,-73.9980968],"240 Centre Street"],"main_pivot_3":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_4":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_5":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_6":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_7":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_8":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_9":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_10":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_11":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_12":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_13":[[40.7164519,-74.0062292],"33 Thomas Street"],"main_pivot_14":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_15":[[40.7187837,-73.9900266],"museum"],"near_pivot":[[40.7187837,-73.9900266],"museum"],"beyond_pivot":[[40.7203508,-73.9898809],"Citi Bike"],"around_goal_pivot_1":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_2":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_3":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_4":[[40.721046,-73.9891227],"two clothes shops"],"around_goal_pivot_5":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_6":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_7":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_8":[[40.7172511,-73.9894777],"three schools"],"around_goal_pivot_9":[[40.718144,-73.991184],"ice cream"],"around_goal_pivot_10":[[40.720009,-73.991158],"community centre"]}} +{"rvs_sample_number":325,"content":"Meet me at the clock a bit south of you. You can follow the roadway you're on south to East 25th Street, and then head inland one block. There is a bicycle rental catty-corner from me.","rvs_path":"data\/geodata\/manhattan_samples_v54.gpkg","rvs_goal_point":[40.7380015,-73.9779099],"key":7737,"region":"Manhattan","rvs_start_point":[40.7499901,-73.9664218],"landmarks":{"end_point":[[40.7380015,-73.9779099],"clock"],"start_point":[[40.7499901,-73.9664218],"bench"],"main_pivot":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_2":[[40.7508783,-73.9675707],"Sphere Within Sphere"],"main_pivot_3":[[40.7495304,-73.9694631],"Ralph Bunche Park"],"main_pivot_4":[[40.7436044,-73.9734453],"NYU Langone Medical Center"],"main_pivot_5":[[40.7506595,-73.9676307],"Non-Violence"],"main_pivot_6":[[40.7495304,-73.9694631],"Ralph Bunche Park"],"main_pivot_7":[[40.7506595,-73.9676307],"Non-Violence"],"main_pivot_8":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_9":[[40.7461395,-73.9722785],"The Corinthian"],"main_pivot_10":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_11":[[40.7501688877,-73.967271374],"United Nations Headquarters"],"main_pivot_12":[[40.7461395,-73.9722785],"The Corinthian"],"main_pivot_13":[[40.7414672,-73.9749887],"NYC Office of Chief Medical Examiner"],"main_pivot_14":[[40.7506595,-73.9676307],"Non-Violence"],"main_pivot_15":[[40.7381544,-73.9773716],"bicycle rental"],"near_pivot":[[40.7381544,-73.9773716],"bicycle rental"],"beyond_pivot":[[40.7373978,-73.9785127],"animal_boarding"],"around_goal_pivot_1":[[40.7368952,-73.9790601],"clinic"],"around_goal_pivot_2":[[40.7365989,-73.9784422],"post box"],"around_goal_pivot_3":[[40.7396191,-73.9768086],"picnic site"],"around_goal_pivot_4":[[40.7358496479,-73.978855769],"shelter"],"around_goal_pivot_5":[[40.7362253,-73.976099],"three benches"],"around_goal_pivot_6":[[40.7388641,-73.9808406],"theatre"],"around_goal_pivot_7":[[40.7377291,-73.9812724],"pub"],"around_goal_pivot_8":[[40.7356274,-73.977657],"fountain"],"around_goal_pivot_9":[[40.7384292,-73.9809801],"parking entrance"],"around_goal_pivot_10":[[40.7388916,-73.9809117],"shoes shop"]}} +{"rvs_sample_number":193,"content":"Can we meet at the bicycle parking on John Street. It's the one about 2 and a half blocks before the southeast terminus of the street, on the western side of the street. Across the block to it's east is a pharmacy. To the north on the same street though is a Subway restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.707043,-74.005272],"key":7738,"region":"Manhattan","rvs_start_point":[40.7151291,-73.9936369],"landmarks":{"end_point":[[40.707043,-74.005272],"bicycle parking"],"start_point":[[40.7151291,-73.9936369],"restaurant"],"main_pivot":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_2":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_3":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_4":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_5":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_6":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_7":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_8":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_9":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_10":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_11":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_12":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_13":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_14":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_15":[[40.7074625,-74.0044193],"pharmacy"],"near_pivot":[[40.7074625,-74.0044193],"pharmacy"],"beyond_pivot":[[40.7076803,-74.005917],"fast_food"],"around_goal_pivot_1":[[40.7070753,-74.0085238],"church"],"around_goal_pivot_2":[[40.7057505,-74.0029056],"attraction"],"around_goal_pivot_3":[[40.7076302,-74.0078311],"3 benches"],"around_goal_pivot_4":[[40.7067515,-74.003117],"cinema"],"around_goal_pivot_5":[[40.706628,-74.0036758],"museum"],"around_goal_pivot_6":[[40.7074576,-74.0064548],"Four Points by Sheraton"],"around_goal_pivot_7":[[40.7052408,-74.0070108],"Verizon Wireless"],"around_goal_pivot_8":[[40.7067138,-74.0087045],"Radisson"],"around_goal_pivot_9":[[40.7076017,-74.0078097],"2 benches"],"around_goal_pivot_10":[[40.7049204,-74.0063212],"WeWork"]}} +{"rvs_sample_number":281,"content":"You will see me at the bicycle parking on West 14th street. It is on the same block with a bank and a cinema is down south. ","rvs_path":"data\/geodata\/manhattan_samples_v45.gpkg","rvs_goal_point":[40.7366845,-73.9950007],"key":7739,"region":"Manhattan","rvs_start_point":[40.7335106,-74.0040897],"landmarks":{"end_point":[[40.7366845,-73.9950007],"bicycle parking"],"start_point":[[40.7335106,-74.0040897],"pet shop"],"main_pivot":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_4":[[40.7345357,-74.00163],"Julius"],"main_pivot_5":[[40.7345357,-74.00163],"Julius"],"main_pivot_6":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_7":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_8":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_9":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_10":[[40.7345357,-74.00163],"Julius"],"main_pivot_11":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_12":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_13":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_14":[[40.7345357,-74.00163],"Julius"],"main_pivot_15":[[40.736274,-73.994694],"clinic"],"near_pivot":[[40.736274,-73.994694],"clinic"],"beyond_pivot":[[40.7362336,-73.9937306],"bank"],"around_goal_pivot_1":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_2":[[40.7359607,-73.9959654],"cinema"],"around_goal_pivot_3":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_4":[[40.7353624,-73.9924866],"Footaction"],"around_goal_pivot_5":[[40.7393625,-73.9951483],"Mattress Firm"],"around_goal_pivot_6":[[40.7355295,-73.9979172],"Ricky's NYC"],"around_goal_pivot_7":[[40.7381122,-73.9922976],"Gap"],"around_goal_pivot_8":[[40.7370704,-73.9926128],"Free People"],"around_goal_pivot_10":[[40.7391005,-73.9946765],"3 clinics"]}} +{"rvs_sample_number":329,"content":"I'm at a bicycle parking on the west side of LaGuardia Place. I am about a half block north of a major two-way street.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7274686,-73.9995707],"key":7740,"region":"Manhattan","rvs_start_point":[40.7148458,-73.9979052],"landmarks":{"end_point":[[40.7274686,-73.9995707],"bicycle parking"],"start_point":[[40.7148458,-73.9979052],"massage shop"],"main_pivot":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_2":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_3":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_4":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_5":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_6":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_7":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_8":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_9":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_10":[[40.7243646,-73.9957444],"Puck Building"],"main_pivot_11":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_12":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_13":[[40.7247449,-73.9963385],"Gina Keatley, CDN"],"main_pivot_14":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_15":[[40.7263545899,-73.9983099302],"university"],"near_pivot":[[40.7263545899,-73.9983099302],"university"],"beyond_pivot":[[40.7283337,-73.9992168],"bar"],"around_goal_pivot_1":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_2":[[40.7271971,-74.0009946],"church"],"around_goal_pivot_3":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_5":[[40.7284254,-73.9998816],"theatre"],"around_goal_pivot_6":[[40.7249122,-73.9986434],"hotel"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_8":[[40.725039,-73.9991532],"Apple Store"],"around_goal_pivot_9":[[40.7253976,-73.9991821],"Warby Parker"],"around_goal_pivot_10":[[40.7257613,-73.9999163],"Adidas"]}} +{"rvs_sample_number":384,"content":"Let's meet for drinks at the bar just off Essex Street. The bar is sort of in the northeast corner of the block, close to the playground. For reference, there is a pharmacy to the west on the adjacent block and a bunch of benches and library to the southeast across the street.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7153863,-73.990065],"key":7741,"region":"Manhattan","rvs_start_point":[40.7114474,-73.995116],"landmarks":{"end_point":[[40.7153863,-73.990065],"bar"],"start_point":[[40.7114474,-73.995116],"bicycle parking"],"main_pivot":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_2":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_3":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_4":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_5":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_6":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_7":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_8":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_9":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_10":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_11":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_12":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_13":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_14":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_15":[[40.7149507,-73.989484],"2 benches"],"near_pivot":[[40.7149507,-73.989484],"2 benches"],"beyond_pivot":[[40.7157393,-73.9907209],"pharmacy"],"around_goal_pivot_1":[[40.7145534,-73.9886486],"library"],"around_goal_pivot_2":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_3":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7172511,-73.9894777],"3 schools"],"around_goal_pivot_6":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_7":[[40.7144829,-73.9888158],"three benches"],"around_goal_pivot_8":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_9":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_10":[[40.7147307,-73.9930413],"Howard Johnson"]}} +{"rvs_sample_number":151,"content":"Meet me at a museum south of you on the the west side of Bowery. To the southeast of it is a hotel and to its south is a hostel which are all on the same street. West of this museum is John Fluevog and a school. ","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7230882,-73.9933858],"key":7742,"region":"Manhattan","rvs_start_point":[40.7376133,-73.9900037],"landmarks":{"end_point":[[40.7230882,-73.9933858],"museum"],"start_point":[[40.7376133,-73.9900037],"fresh"],"main_pivot":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_2":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_3":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_4":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_7":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_8":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_9":[[40.7370148,-73.9902826],"Union Square Park"],"main_pivot_10":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_11":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_12":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_13":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_14":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_15":[[40.7224954,-73.9928637],"hotel"],"near_pivot":[[40.7224954,-73.9928637],"hotel"],"beyond_pivot":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_1":[[40.7236185,-73.9948834],"cathedral"],"around_goal_pivot_2":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_5":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_6":[[40.7249291,-73.9920604],"bank"],"around_goal_pivot_7":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_8":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_9":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_10":[[40.7251667,-73.9949004],"Bank of America"]}} +{"rvs_sample_number":348,"content":"Meet me at the bicycle parking on West 66th Street. It is on the north side of the street. It is across the street from the block with the museum.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7733784,-73.9808431],"key":7743,"region":"Manhattan","rvs_start_point":[40.7750401,-73.9628361],"landmarks":{"end_point":[[40.7733784,-73.9808431],"bicycle parking"],"start_point":[[40.7750401,-73.9628361],"clothes shop"],"main_pivot":[[40.7728755376,-73.9755846],"Sheep Meadow"],"main_pivot_2":[[40.7728773,-73.9718893],"Ludwig van Beethoven"],"main_pivot_3":[[40.7728773,-73.9718893],"Ludwig van Beethoven"],"main_pivot_4":[[40.7730089,-73.9766942],"Giuseppe Mazzini"],"main_pivot_5":[[40.7738056,-73.9669932],"Conservatory Water"],"main_pivot_6":[[40.7730089,-73.9766942],"Giuseppe Mazzini"],"main_pivot_7":[[40.7734309,-73.9781927],"Second Church of Christ, Scientist"],"main_pivot_8":[[40.7727282,-73.9722858],"Victor Herbert"],"main_pivot_9":[[40.7738056,-73.9669932],"Conservatory Water"],"main_pivot_10":[[40.7727282,-73.9722858],"Victor Herbert"],"main_pivot_11":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_12":[[40.7725104,-73.9725158],"Eagles and Prey"],"main_pivot_13":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_14":[[40.7738056,-73.9669932],"Conservatory Water"],"main_pivot_15":[[40.7732296,-73.9815958],"museum"],"near_pivot":[[40.7732296,-73.9815958],"museum"],"beyond_pivot":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_1":[[40.7714121,-73.9824319],"hotel"],"around_goal_pivot_2":[[40.7748111,-73.9809312],"post office"],"around_goal_pivot_3":[[40.7708542,-73.9815378],"two benches"],"around_goal_pivot_4":[[40.7742826,-73.982523],"Raymour & Flanigan"],"around_goal_pivot_5":[[40.77456,-73.981102],"J.Jill"],"around_goal_pivot_6":[[40.7718313,-73.9826765],"2 benches"],"around_goal_pivot_7":[[40.7743637,-73.9818822],"Banana Republic"],"around_goal_pivot_8":[[40.7748877,-73.9824677],"Apple Store"],"around_goal_pivot_9":[[40.7745681,-73.9825746],"Pottery Barn"],"around_goal_pivot_10":[[40.7726156,-73.981905],"Bed Bath & Beyond"]}} +{"rvs_sample_number":165,"content":"Let's get pizza at that restaurant on Bleeker Street. It's less than a block east of two restaurants, but it's on the other side of the street as those. It's on the same block as the university. Citibank is a block and a half to the east.","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7287649,-74.0000832],"key":7744,"region":"Manhattan","rvs_start_point":[40.7340693,-74.0027914],"landmarks":{"end_point":[[40.7287649,-74.0000832],"restaurant"],"start_point":[[40.7340693,-74.0027914],"vacant shop"],"main_pivot":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_2":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_3":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_4":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_5":[[40.7339799,-74.0022501],"Stonewalll Inn State Historic Site"],"main_pivot_6":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_7":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_8":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_9":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_10":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_11":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_12":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_13":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_14":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_15":[[40.7288064,-74.0006959],"2 restaurants"],"near_pivot":[[40.7288064,-74.0006959],"2 restaurants"],"beyond_pivot":[[40.7293569021,-73.9990357211],"university"],"around_goal_pivot_1":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_3":[[40.7312119,-74.0018271],"cinema"],"around_goal_pivot_4":[[40.7285369,-73.9987401],"bank"],"around_goal_pivot_5":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_6":[[40.7290602,-73.9970702],"2 bicycle parkings"],"around_goal_pivot_7":[[40.730657,-74.0025546],"Verizon Wireless"],"around_goal_pivot_8":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_9":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_10":[[40.7302407,-74.0022099],"fountain"]}} +{"rvs_sample_number":11,"content":"Meet me at the clothes shop southwest of your location. Head south from your location and walk through Washington Square Park until you exit through the south end. Continue south through Thompson Street. Head south for four blocks. Your destination is on the corner of the next block just ahead of you. It is one block west of French Connection clothes shop.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7259694,-74.00157],"key":7745,"region":"Manhattan","rvs_start_point":[40.7393472,-73.9914179],"landmarks":{"end_point":[[40.7259694,-74.00157],"clothes shop"],"start_point":[[40.7393472,-73.9914179],"art shop"],"main_pivot":[[40.7343016,-73.9945529],"Salmagundi club"],"main_pivot_2":[[40.7350017,-73.9941667],"Benjamin N. Cardozo School of Law"],"main_pivot_3":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_4":[[40.7350017,-73.9941667],"Benjamin N. Cardozo School of Law"],"main_pivot_5":[[40.7350017,-73.9941667],"Benjamin N. Cardozo School of Law"],"main_pivot_6":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_7":[[40.7344344507,-73.9949779799],"First Presbyterian Church"],"main_pivot_8":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_9":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_10":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_11":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_12":[[40.7312557,-73.9972221],"Washington Square Arch"],"main_pivot_13":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_14":[[40.7336436,-73.995553],"Church of the Ascension"],"main_pivot_15":[[40.7255066,-74.0009132],"French Connection"],"near_pivot":[[40.7255066,-74.0009132],"French Connection"],"beyond_pivot":[[40.7247731,-74.0021428],"Arc'teryx"],"around_goal_pivot_1":[[40.7270944,-74.0010692],"church"],"around_goal_pivot_2":[[40.7258163,-73.9998513],"The North Face"],"around_goal_pivot_3":[[40.7247023,-74.0009858],"Canada Goose"],"around_goal_pivot_4":[[40.7247731,-74.0021428],"Arc'teryx"],"around_goal_pivot_5":[[40.7250817,-74.0016921],"DKNY"],"around_goal_pivot_6":[[40.7257613,-73.9999163],"Adidas"],"around_goal_pivot_7":[[40.7252534,-74.0003358],"Barbour"],"around_goal_pivot_8":[[40.7253566,-74.0002776],"Cole Haan"],"around_goal_pivot_9":[[40.7249099,-74.001547],"bicycle rental"],"around_goal_pivot_10":[[40.7270371,-74.0020466],"fast food restaurant"]}} +{"rvs_sample_number":103,"content":"Beside a historic building you'll find a jewelry shop where I am, It's on Madison Avenue. A max Mara is over a block north of it. A historic memorial is more than a block west\/north.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7682387,-73.9678084],"key":7746,"region":"Manhattan","rvs_start_point":[40.7566345,-73.9807599],"landmarks":{"end_point":[[40.7682387,-73.9678084],"jewelry shop"],"start_point":[[40.7566345,-73.9807599],"fast food restaurant"],"main_pivot":[[40.7638113,-73.9741135],"Paris Theatre"],"main_pivot_2":[[40.7604061,-73.9760448],"666 Fifth Avenue"],"main_pivot_3":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_4":[[40.7606612,-73.9758772],"Saint Thomas Episcopal Church"],"main_pivot_5":[[40.7622754,-73.9746766],"712 Fifth Avenue"],"main_pivot_6":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_7":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_8":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_9":[[40.764507,-73.9726379],"Sherry Netherlands"],"main_pivot_10":[[40.7644230099,-73.973033261],"Grand Army Plaza"],"main_pivot_11":[[40.7614209,-73.9753062],"The Peninsula New York"],"main_pivot_12":[[40.7638113,-73.9741135],"Paris Theatre"],"main_pivot_13":[[40.7572818,-73.9772738],"Tower 49"],"main_pivot_14":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_15":[[40.7682070792,-73.9678217089],"historic building"],"near_pivot":[[40.7682070792,-73.9678217089],"historic building"],"beyond_pivot":[[40.7692531,-73.9670957],"Max Mara"],"around_goal_pivot_1":[[40.7693306,-73.969557],"historic memorial"],"around_goal_pivot_2":[[40.7685027,-73.9654282],"college"],"around_goal_pivot_3":[[40.7658538,-73.9673496],"church"],"around_goal_pivot_5":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_6":[[40.7700521,-73.965721],"gallery"],"around_goal_pivot_7":[[40.7667652,-73.968355],"hotel"],"around_goal_pivot_8":[[40.7664681,-73.9652594],"fast food restaurant"],"around_goal_pivot_9":[[40.7667793,-73.9688985],"Chanel"],"around_goal_pivot_10":[[40.7692531,-73.9670957],"Max Mara"]}} +{"rvs_sample_number":310,"content":"Meet me at the burger restaurant on Warren Street. It is is in the middle of the block. There is a Verizon Wireless store on the same block.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7151708,-74.0104716],"key":7747,"region":"Manhattan","rvs_start_point":[40.7128226,-73.9976445],"landmarks":{"end_point":[[40.7151708,-74.0104716],"restaurant"],"start_point":[[40.7128226,-73.9976445],"bicycle parking"],"main_pivot":[[40.7131102,-74.0056613],"Tweed Courthouse"],"main_pivot_2":[[40.7141136,-74.0029404],"Foley Square"],"main_pivot_3":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_4":[[40.7141136,-74.0029404],"Foley Square"],"main_pivot_5":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_6":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_7":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_8":[[40.7140385,-74.0023024],"Thurgood Marshall United States Courthouse"],"main_pivot_9":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_10":[[40.7129295,-74.0059706],"New York City Hall"],"main_pivot_11":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_12":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_13":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_14":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_15":[[40.715043,-74.011071],"Verizon Wireless"],"near_pivot":[[40.715043,-74.011071],"Verizon Wireless"],"beyond_pivot":[[40.7151427,-74.0115565],"bank"],"around_goal_pivot_1":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_2":[[40.7125734,-74.0095884],"church"],"around_goal_pivot_3":[[40.7153667,-74.0123162],"four gardens"],"around_goal_pivot_4":[[40.7131287,-74.0126689],"attraction"],"around_goal_pivot_5":[[40.717247,-74.0118527],"university"],"around_goal_pivot_6":[[40.7154099,-74.0121548],"three gardens"],"around_goal_pivot_7":[[40.7142638925,-74.0083240108],"train station"],"around_goal_pivot_8":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_9":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_10":[[40.7146944,-74.0083481],"7-Eleven"]}} +{"rvs_sample_number":111,"content":"That spanish restaurant that you mentioned before? Is it that one on West 19th street? I'm sitting here now, meet me here ok? A language school is to the east, and There is a charging station very near that. To the north, less than a block or so up is a dry cleaning shop.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7426481,-73.9995427],"key":7748,"region":"Manhattan","rvs_start_point":[40.7453942,-73.9912033],"landmarks":{"end_point":[[40.7426481,-73.9995427],"restaurant"],"start_point":[[40.7453942,-73.9912033],"restaurant"],"main_pivot":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_2":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_3":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_4":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_5":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_6":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_7":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_8":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_9":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_10":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_11":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_12":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_13":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_14":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_15":[[40.7433672,-74.0001245],"pharmacy"],"near_pivot":[[40.7433672,-74.0001245],"pharmacy"],"beyond_pivot":[[40.7430281,-74.0004115],"cafe"],"around_goal_pivot_1":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_2":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_3":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_4":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_5":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.7419763,-73.9968226],"charging station"],"around_goal_pivot_7":[[40.741316,-73.9968899],"fire station"],"around_goal_pivot_8":[[40.7424158,-73.997102],"language school"],"around_goal_pivot_9":[[40.7449755,-73.9984441],"laundry shop"],"around_goal_pivot_10":[[40.7435916,-73.9994692],"dry cleaning shop"]}} +{"rvs_sample_number":27,"content":"Meet me at the theatre west of you on Broadway. A cafe is east of it. Southwest of the theatre is a church.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7637743,-73.9828196],"key":7749,"region":"Manhattan","rvs_start_point":[40.7631836,-73.9654968],"landmarks":{"end_point":[[40.7637743,-73.9828196],"theatre"],"start_point":[[40.7631836,-73.9654968],"bicycle parking"],"main_pivot":[[40.7648721,-73.976175],"The Ritz-Carlton"],"main_pivot_2":[[40.7638997,-73.974321],"Paris Theatre"],"main_pivot_3":[[40.764204,-73.9751931],"Solow Building"],"main_pivot_4":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_5":[[40.7638997,-73.974321],"Paris Theatre"],"main_pivot_6":[[40.7650339,-73.9793005],"Russian Tea Room"],"main_pivot_7":[[40.7653717,-73.9766412],"Trump Parc East"],"main_pivot_8":[[40.7641414,-73.9744792],"The Plaza"],"main_pivot_9":[[40.7646409,-73.9775776],"111 West 57th Street"],"main_pivot_10":[[40.7638025989,-73.9792173633],"Avenue of the Americas Plaza"],"main_pivot_11":[[40.764507,-73.9726379],"Sherry Netherlands"],"main_pivot_12":[[40.7638025989,-73.9792173633],"Avenue of the Americas Plaza"],"main_pivot_13":[[40.764204,-73.9751931],"Solow Building"],"main_pivot_14":[[40.7638997,-73.974321],"Paris Theatre"],"main_pivot_15":[[40.7636783,-73.9823708],"cafe"],"near_pivot":[[40.7636783,-73.9823708],"cafe"],"around_goal_pivot_1":[[40.7626946,-73.9840721],"church"],"around_goal_pivot_2":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_3":[[40.765136,-73.9794975],"arts centre"],"around_goal_pivot_4":[[40.7628112603,-73.9817571241],"Sheraton"],"around_goal_pivot_5":[[40.7650644,-73.9838591],"attraction"],"around_goal_pivot_6":[[40.7653013,-73.9832463],"three restaurants"],"around_goal_pivot_7":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_8":[[40.7663468,-73.9824049],"Gap"],"around_goal_pivot_9":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_10":[[40.7634312,-73.9855135],"T-Mobile"]}} +{"rvs_sample_number":11,"content":"I just stopped to drink from a water fountain on W 21st St. It's about 7-8 blocks north of you and one block past a theater. On your way you should pass the Maritime Hotel.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7445339,-74.0010114],"key":7750,"region":"Manhattan","rvs_start_point":[40.7404759,-74.0051279],"landmarks":{"end_point":[[40.7445339,-74.0010114],"drinking water"],"start_point":[[40.7404759,-74.0051279],"bicycle parking"],"main_pivot":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_2":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_3":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_4":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_5":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_6":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_7":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_8":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_9":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_10":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_11":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_12":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_13":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_14":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_15":[[40.7439485,-74.001512],"theatre"],"near_pivot":[[40.7439485,-74.001512],"theatre"],"beyond_pivot":[[40.7446533,-73.9993815],"hotel"],"around_goal_pivot_1":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_2":[[40.7434956,-73.9995423],"2 restaurants"],"around_goal_pivot_3":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_4":[[40.7428808,-73.9999788],"AT&T"],"around_goal_pivot_5":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_6":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_7":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_8":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_9":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.7459665,-74.0014362],"pub"]}} +{"rvs_sample_number":270,"content":"Meet me at the vacant shop on Columbus Avenue. It is on the same block as the bar. It is right next to it, on the south side of the bar. ","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7783693,-73.9783191],"key":7751,"region":"Manhattan","rvs_start_point":[40.7798220159,-73.9885781498],"landmarks":{"end_point":[[40.7783693,-73.9783191],"vacant shop"],"start_point":[[40.7798220159,-73.9885781498],"cafe"],"main_pivot":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_2":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_3":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_4":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_5":[[40.7798557,-73.9822832],"The Ansonia"],"main_pivot_6":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_7":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_8":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_9":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_10":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_11":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_12":[[40.7798557,-73.9822832],"The Ansonia"],"main_pivot_13":[[40.7798557,-73.9822832],"The Ansonia"],"main_pivot_14":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_15":[[40.7785090298,-73.9782626289],"bar"],"near_pivot":[[40.7785090298,-73.9782626289],"bar"],"beyond_pivot":[[40.778979,-73.9778964],"fast_food"],"around_goal_pivot_1":[[40.7773869,-73.9811321],"church"],"around_goal_pivot_2":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_3":[[40.7792767,-73.9813026],"park"],"around_goal_pivot_4":[[40.7763883,-73.9775784],"La Quinta Inn"],"around_goal_pivot_5":[[40.7780849,-73.9808553],"Trek"],"around_goal_pivot_6":[[40.7774249,-73.9792896],"Ricky's NYC"],"around_goal_pivot_7":[[40.7773452,-73.9790946],"Swatch"],"around_goal_pivot_8":[[40.7792751,-73.9776569],"European Wax Center"],"around_goal_pivot_9":[[40.7782936,-73.9816359],"The Vitamin Shoppe"],"around_goal_pivot_10":[[40.7768489,-73.9791428],"bicycle rental"]}} +{"rvs_sample_number":350,"content":"I am right here on Bryant Park, at the garden southeast of 1095 Avenue of the Americas and northeast of 2 gardens. It is close to the drinking water.","rvs_path":"data\/geodata\/manhattan_samples_v99.gpkg","rvs_goal_point":[40.7539002997,-73.9830669413],"key":7752,"region":"Manhattan","rvs_start_point":[40.7557297,-73.9867751],"landmarks":{"end_point":[[40.7539002997,-73.9830669413],"garden"],"start_point":[[40.7557297,-73.9867751],"restaurant"],"main_pivot":[[40.7563067,-73.9869904],"3 Times Square"],"main_pivot_2":[[40.7551893,-73.9852924],"Bush Tower"],"main_pivot_3":[[40.7551893,-73.9852924],"Bush Tower"],"main_pivot_4":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_5":[[40.7561287,-73.98658],"Times Square Ball"],"main_pivot_6":[[40.7548055,-73.9843915],"1095 Avenue Of The Americas"],"main_pivot_7":[[40.7556002,-73.9855693],"Bank of America Tower"],"main_pivot_8":[[40.7558962,-73.9849328],"Stephen Sondheim Theatre"],"main_pivot_9":[[40.7563067,-73.9869904],"3 Times Square"],"main_pivot_10":[[40.7556002,-73.9855693],"Bank of America Tower"],"main_pivot_11":[[40.7558962,-73.9849328],"Stephen Sondheim Theatre"],"main_pivot_12":[[40.7551169,-73.98478],"Midtown"],"main_pivot_13":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_14":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_15":[[40.7535295607,-73.9825558346],"library"],"near_pivot":[[40.7535295607,-73.9825558346],"library"],"beyond_pivot":[[40.7543018,-73.9824604],"college"],"around_goal_pivot_1":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_2":[[40.752949,-73.9840106],"college"],"around_goal_pivot_3":[[40.7538543,-73.984441],"2 playgrounds"],"around_goal_pivot_4":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_5":[[40.7558357589,-73.9822495652],"three hotels"],"around_goal_pivot_6":[[40.7551534525,-73.9825406789],"Independent"],"around_goal_pivot_7":[[40.7542617,-73.9800487],"Urban Outfitters"],"around_goal_pivot_8":[[40.7544852,-73.9814677],"Allen Edmonds"],"around_goal_pivot_9":[[40.7528852,-73.9819038],"5 fountains"],"around_goal_pivot_10":[[40.7535383,-73.9805923],"H&M"]}} +{"rvs_sample_number":173,"content":"Meet me at the clothes shop on Delancey Street. It is almost at the exact same spot as the night club.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7203946,-73.9934628],"key":7753,"region":"Manhattan","rvs_start_point":[40.731547149,-73.9956775529],"landmarks":{"end_point":[[40.7203946,-73.9934628],"clothes shop"],"start_point":[[40.731547149,-73.9956775529],"university"],"main_pivot":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_2":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_3":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_4":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_5":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_6":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_7":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_8":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_9":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_10":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_11":[[40.72233508,-73.99302824],"New Museum of Contemporary Art"],"main_pivot_12":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_13":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_14":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_15":[[40.7203599,-73.9934533],"nightclub"],"near_pivot":[[40.7203599,-73.9934533],"nightclub"],"beyond_pivot":[[40.7202125,-73.9924811],"drinking_water"],"around_goal_pivot_1":[[40.7206819,-73.9962077],"church"],"around_goal_pivot_2":[[40.7188712,-73.9948129],"events venue"],"around_goal_pivot_3":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_4":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_5":[[40.720047,-73.9966419],"attraction"],"around_goal_pivot_6":[[40.7200058,-73.9902712],"graphic design"],"around_goal_pivot_7":[[40.7199261,-73.9956745],"fire station"],"around_goal_pivot_8":[[40.7184993,-73.9940787],"language school"],"around_goal_pivot_9":[[40.7182065,-73.9944228],"arts centre"],"around_goal_pivot_10":[[40.7195856,-73.9908359],"bus station"]}} +{"rvs_sample_number":111,"content":"Meet me at the bakery shop west of you. Walk southeast onto 5th Avenue for seven blocks. Then turn west at the intersection and walk three blocks. The bakery shop is the end of the third block.","rvs_path":"data\/geodata\/manhattan_samples_v22.gpkg","rvs_goal_point":[40.7407741,-74.0015032],"key":7754,"region":"Manhattan","rvs_start_point":[40.7419122,-73.9895625],"landmarks":{"end_point":[[40.7407741,-74.0015032],"bakery shop"],"start_point":[[40.7419122,-73.9895625],"Marimekko"],"main_pivot":[[40.7417794749,-73.9888907219],"Madison Square Park"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7414145,-73.9944008],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_4":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_5":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_6":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_7":[[40.7417794749,-73.9888907219],"Madison Square Park"],"main_pivot_8":[[40.7417794749,-73.9888907219],"Madison Square Park"],"main_pivot_9":[[40.7414145,-73.9944008],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_11":[[40.7417794749,-73.9888907219],"Madison Square Park"],"main_pivot_12":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_13":[[40.7417794749,-73.9888907219],"Madison Square Park"],"main_pivot_14":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_15":[[40.741435,-74.0015697],"pharmacy"],"near_pivot":[[40.741435,-74.0015697],"pharmacy"],"around_goal_pivot_1":[[40.7395147,-74.0007382],"historic church"],"around_goal_pivot_2":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_3":[[40.7399977,-74.0025703],"pharmacy"],"around_goal_pivot_4":[[40.7416901,-74.0008357],"atm"],"around_goal_pivot_5":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_6":[[40.741776,-74.0014975],"bicycle rental"],"around_goal_pivot_7":[[40.7408507,-74.0033241],"cafe"],"around_goal_pivot_8":[[40.7394377,-74.0021913],"bar"],"around_goal_pivot_9":[[40.7414435,-74.0027591],"theatre"],"around_goal_pivot_10":[[40.7398545,-74.0022945],"post box"]}} +{"rvs_sample_number":71,"content":"I scream, we all scream for Ice Cream, let's get some at the gelato place on Carmine street. It's on the northeastern most block of it before it turns southeast and becomes a different street entirely. A cheese shop it northwest of it. A university is to the east.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7304669,-74.0024371],"key":7755,"region":"Manhattan","rvs_start_point":[40.7266002,-73.9864759],"landmarks":{"end_point":[[40.7304669,-74.0024371],"ice cream"],"start_point":[[40.7266002,-73.9864759],"bicycle parking"],"main_pivot":[[40.7275745,-73.9923603],"Merchant's House Museum"],"main_pivot_2":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_3":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_4":[[40.7275007,-73.9877746],"Middle Collegiate Church"],"main_pivot_5":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_6":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_7":[[40.7301236,-73.9986035],"Judson Memorial Church"],"main_pivot_8":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_9":[[40.7301236,-73.9986035],"Judson Memorial Church"],"main_pivot_10":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_11":[[40.7301236,-73.9986035],"Judson Memorial Church"],"main_pivot_12":[[40.7301236,-73.9986035],"Judson Memorial Church"],"main_pivot_13":[[40.7310651,-74.00125],"West Fourth Street Courts"],"main_pivot_14":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_15":[[40.7304557242,-74.0013384629],"university"],"near_pivot":[[40.7304557242,-74.0013384629],"university"],"beyond_pivot":[[40.7310049,-74.0030253],"cheese"],"around_goal_pivot_2":[[40.7298505,-74.0051507],"library"],"around_goal_pivot_4":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_5":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_6":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_7":[[40.7290064,-74.001093],"bank"],"around_goal_pivot_8":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_9":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_10":[[40.7323795,-74.0002248],"CVS Pharmacy"]}} +{"rvs_sample_number":147,"content":"Travel northeast and come meet me at the bicycle parking on the east side of 2nd Avenue, just north of a bank and west of a clinic. It's on the northwest corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7738742,-73.9545116],"key":7756,"region":"Manhattan","rvs_start_point":[40.7641688,-73.9648374],"landmarks":{"end_point":[[40.7738742,-73.9545116],"bicycle parking"],"start_point":[[40.7641688,-73.9648374],"bicycle parking"],"main_pivot":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_2":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_3":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_4":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_5":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_6":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_7":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_8":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_9":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_10":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_11":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_12":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_13":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_14":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_15":[[40.7731083,-73.954973],"bank"],"near_pivot":[[40.7731083,-73.954973],"bank"],"around_goal_pivot_1":[[40.773471,-73.9564247],"library"],"around_goal_pivot_4":[[40.7722806,-73.9549444],"bakery shop"],"around_goal_pivot_6":[[40.7722471,-73.952094],"church"],"around_goal_pivot_7":[[40.7725856,-73.9527862],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.7739526,-73.9577773],"Ricky's NYC"],"around_goal_pivot_9":[[40.7735939,-73.9520108],"clinic"],"around_goal_pivot_10":[[40.77171,-73.9528893],"ice cream"]}} +{"rvs_sample_number":140,"content":"Meet me at the bench off of Peter Minuit Plaza. It is kind of a short street that makes a loop in the shape of a triangle. There is a statue a few steps to my north east from where I am sitting. For reference, there is a park a few paces and across the street to the north west. Also there is a Retro Fitness due east of the bench.","rvs_path":"data\/geodata\/manhattan_samples_v77.gpkg","rvs_goal_point":[40.7020899,-74.0135143],"key":7757,"region":"Manhattan","rvs_start_point":[40.7061142,-74.0176028],"landmarks":{"end_point":[[40.7020899,-74.0135143],"bench"],"start_point":[[40.7061142,-74.0176028],"bicycle parking"],"main_pivot":[[40.7057229,-74.0177051],"Skyscraper Museum"],"main_pivot_2":[[40.7048766,-74.0147589],"International Mercantile Marine Company Building"],"main_pivot_3":[[40.7051269391,-74.0145949488],"Bowling Green Building"],"main_pivot_4":[[40.7061952,-74.0181911],"Museum of Jewish Heritage"],"main_pivot_5":[[40.705964484,-74.0176651817],"Millennium Point"],"main_pivot_6":[[40.705964484,-74.0176651817],"Millennium Point"],"main_pivot_7":[[40.7061952,-74.0181911],"Museum of Jewish Heritage"],"main_pivot_8":[[40.7048766,-74.0147589],"International Mercantile Marine Company Building"],"main_pivot_9":[[40.7051269391,-74.0145949488],"Bowling Green Building"],"main_pivot_10":[[40.7048151,-74.0139002],"Bowling Green"],"main_pivot_11":[[40.7061952,-74.0181911],"Museum of Jewish Heritage"],"main_pivot_12":[[40.7051269391,-74.0145949488],"Bowling Green Building"],"main_pivot_13":[[40.7048151,-74.0139002],"Bowling Green"],"main_pivot_14":[[40.7051269391,-74.0145949488],"Bowling Green Building"],"main_pivot_15":[[40.702394125,-74.0139305325],"park"],"near_pivot":[[40.702394125,-74.0139305325],"park"],"around_goal_pivot_1":[[40.7015429,-74.0159004],"three benches"],"around_goal_pivot_2":[[40.7037398,-74.0167355],"historic fort"],"around_goal_pivot_3":[[40.7034359,-74.010973],"historic district"],"around_goal_pivot_4":[[40.703693,-74.0129763],"post office"],"around_goal_pivot_5":[[40.7039219,-74.0130056],"pharmacy"],"around_goal_pivot_6":[[40.704059,-74.011355],"WeWork"],"around_goal_pivot_7":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_8":[[40.7039589,-74.012454],"DoubleTree"],"around_goal_pivot_9":[[40.7028753,-74.012329],"Hampton"],"around_goal_pivot_10":[[40.7008035,-74.0116105],"ferry terminal"]}} +{"rvs_sample_number":64,"content":"Let's meet at the bench off of FDR Drive. The bench is just on the shoreline, a little south of the jetty for the Ferry. There is a bicycle rental to the south, southwest, but there are several roads in between as this is a major highway system that is next to the bench. ","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7313994,-73.9734772],"key":7758,"region":"Manhattan","rvs_start_point":[40.7344385085,-73.9904488457],"landmarks":{"end_point":[[40.7313994,-73.9734772],"bench"],"start_point":[[40.7344385085,-73.9904488457],"bank"],"main_pivot":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_2":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_3":[[40.7345258,-73.9897791],"Zeckendorf Towers"],"main_pivot_4":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_5":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_6":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_7":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_8":[[40.7345258,-73.9897791],"Zeckendorf Towers"],"main_pivot_9":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_10":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_11":[[40.7345258,-73.9897791],"Zeckendorf Towers"],"main_pivot_12":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_13":[[40.7345657,-73.9900419],"Union Square Park"],"main_pivot_14":[[40.7310123391,-73.9822225227],"Immaculate Conception Church"],"main_pivot_15":[[40.7306062,-73.9739985],"bicycle rental"],"near_pivot":[[40.7306062,-73.9739985],"bicycle rental"],"around_goal_pivot_1":[[40.7314371,-73.9754206],"5 parking spaces"],"around_goal_pivot_2":[[40.7331426,-73.9757388],"bicycle rental"],"around_goal_pivot_3":[[40.7302828848,-73.9739299103],"parking lot"],"around_goal_pivot_4":[[40.7292023,-73.9736147],"kiosk shop"],"around_goal_pivot_5":[[40.7293823,-73.974004],"pitch"],"around_goal_pivot_6":[[40.7315145,-73.976857],"two gardens"],"around_goal_pivot_8":[[40.7311534,-73.9757798],"5 parking spaces"],"around_goal_pivot_10":[[40.7309892,-73.9751077],"two gardens"]}} +{"rvs_sample_number":145,"content":"You will see me at the bar north of Independent on West 44th street. They are on the opposite blocks. ","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7560836841,-73.9824340293],"key":7759,"region":"Manhattan","rvs_start_point":[40.7551017,-73.9659718],"landmarks":{"end_point":[[40.7560836841,-73.9824340293],"bar"],"start_point":[[40.7551017,-73.9659718],"school"],"main_pivot":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_2":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_3":[[40.7556345,-73.9746907],"277 Park Avenue"],"main_pivot_4":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_5":[[40.7561131,-73.9693057],"Greenacre Park"],"main_pivot_6":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_7":[[40.7561233,-73.9770245],"Equator LLC \/ The Timber Group"],"main_pivot_8":[[40.7550625,-73.9750911],"245 Park Avenue"],"main_pivot_9":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_10":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_11":[[40.7563209,-73.9742803],"299 Park Avenue"],"main_pivot_12":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_13":[[40.7555982,-73.9762781],"383 Madison Avenue"],"main_pivot_14":[[40.7561131,-73.9693057],"Greenacre Park"],"main_pivot_15":[[40.7556114,-73.9821375],"Independent"],"near_pivot":[[40.7556114,-73.9821375],"Independent"],"beyond_pivot":[[40.7554679,-73.9831832],"post_office"],"around_goal_pivot_1":[[40.7580461,-73.9835721],"church"],"around_goal_pivot_2":[[40.7539846,-73.9840908],"six fountains"],"around_goal_pivot_3":[[40.7539457,-73.9827865],"3 gardens"],"around_goal_pivot_4":[[40.7536392,-73.9818442],"library"],"around_goal_pivot_6":[[40.7546747,-73.9818757],"college"],"around_goal_pivot_7":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_8":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_9":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_10":[[40.7546279,-73.9845292],"Whole Foods Market"]}} +{"rvs_sample_number":139,"content":"I'm parking my bike at the east end of East Broadway, south of the bridge. The parking space is on the north side of the road. ","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7145591,-73.9849758],"key":7760,"region":"Manhattan","rvs_start_point":[40.7257681,-73.9843732],"landmarks":{"end_point":[[40.7145591,-73.9849758],"bicycle parking"],"start_point":[[40.7257681,-73.9843732],"bar"],"main_pivot":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_2":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_3":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_4":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_5":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_6":[[40.7194898,-73.9818754],"Hamilton Fish Park"],"main_pivot_7":[[40.7194898,-73.9818754],"Hamilton Fish Park"],"main_pivot_8":[[40.7194898,-73.9818754],"Hamilton Fish Park"],"main_pivot_9":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_10":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_11":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_12":[[40.7191045,-73.9822432],"Church of Our Lady of Sorrows"],"main_pivot_13":[[40.7194898,-73.9818754],"Hamilton Fish Park"],"main_pivot_14":[[40.7237375,-73.9838446],"Church of the Most Holy Redeemer"],"main_pivot_15":[[40.7141917,-73.9846668],"community centre"],"near_pivot":[[40.7141917,-73.9846668],"community centre"],"beyond_pivot":[[40.7146409504,-73.9857052904],"parking"],"around_goal_pivot_1":[[40.7143055,-73.9884177],"library"],"around_goal_pivot_2":[[40.7171492127,-73.9832441309],"bridge"],"around_goal_pivot_3":[[40.7133061,-73.9872386],"hospital"],"around_goal_pivot_4":[[40.715245,-73.9837408],"arts centre"],"around_goal_pivot_5":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_6":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_7":[[40.7137046,-73.9879511],"gallery"],"around_goal_pivot_8":[[40.7152783,-73.9838931],"theatre"],"around_goal_pivot_9":[[40.7152837,-73.9839824],"give box"],"around_goal_pivot_10":[[40.7144862,-73.9821342],"cafe"]}} +{"rvs_sample_number":226,"content":"Meet me at the bicycle rental south of you, on the block where Suffolk Street begins. It's to the southeast of a museum, and a couple blocks north of the Holiday Inn. ","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7206644,-73.9851798],"key":7761,"region":"Manhattan","rvs_start_point":[40.7317071,-73.9810863],"landmarks":{"end_point":[[40.7206644,-73.9851798],"bicycle rental"],"start_point":[[40.7317071,-73.9810863],"garden"],"main_pivot":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_2":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_3":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_4":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_5":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_6":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_7":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_8":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_9":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_10":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_11":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_12":[[40.7239332,-73.9843093],"Church of the Most Holy Redeemer"],"main_pivot_13":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_14":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_15":[[40.7211589,-73.9857222],"museum"],"near_pivot":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_2":[[40.7221035,-73.9867932],"nightclub"],"around_goal_pivot_3":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_4":[[40.7221506,-73.9834658],"pharmacy"],"around_goal_pivot_5":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_6":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_7":[[40.7182305,-73.9863577],"Verizon Wireless"],"around_goal_pivot_8":[[40.7180717,-73.9858599],"Boost Mobile"],"around_goal_pivot_9":[[40.7183643,-73.9861353],"Holiday Inn"],"around_goal_pivot_10":[[40.7180447,-73.9857457],"Cricket Wireless"]}} +{"rvs_sample_number":290,"content":"Meet me at the post office on the north side of Canal Street. It is in the west corner of it's block. Diagonally through the intersection is 2 fast food restaurants to the west. There is a cafe to the northeast on the adjacent block to the northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7214724,-74.0043782],"key":7762,"region":"Manhattan","rvs_start_point":[40.7142895,-73.9892718],"landmarks":{"end_point":[[40.7214724,-74.0043782],"post office"],"start_point":[[40.7142895,-73.9892718],"bench"],"main_pivot":[[40.7145204467,-73.9886435918],"Seward Park Library"],"main_pivot_2":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_3":[[40.7145204467,-73.9886435918],"Seward Park Library"],"main_pivot_4":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_5":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_6":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_9":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_10":[[40.7145204467,-73.9886435918],"Seward Park Library"],"main_pivot_11":[[40.7148155325,-73.9934845712],"Museum at Eldridge Street"],"main_pivot_12":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_13":[[40.7148155325,-73.9934845712],"Museum at Eldridge Street"],"main_pivot_14":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_15":[[40.7213508,-74.0049468],"2 fast food restaurants"],"near_pivot":[[40.7213508,-74.0049468],"2 fast food restaurants"],"beyond_pivot":[[40.7224336,-74.0034695],"cafe"],"around_goal_pivot_1":[[40.7196659,-74.0065529],"fire station"],"around_goal_pivot_2":[[40.7226058,-74.005459],"historic memorial"],"around_goal_pivot_3":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_4":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_5":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_6":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_7":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_8":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_9":[[40.7209715,-74.0054283],"Hilton Garden Inn"],"around_goal_pivot_10":[[40.7202887,-74.001354],"G-Star Raw"]}} +{"rvs_sample_number":86,"content":"Head southeast and meet me at a parking entrance on the north side of West 43rd Street, just to the west of a theatre and on the same block as it. It's east of 3 Times Square.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7563246,-73.985323],"key":7763,"region":"Manhattan","rvs_start_point":[40.7620698,-73.9901894],"landmarks":{"end_point":[[40.7563246,-73.985323],"parking entrance"],"start_point":[[40.7620698,-73.9901894],"fast food restaurant"],"main_pivot":[[40.7573319,-73.9862132],"1501 Broadway"],"main_pivot_2":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_3":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_4":[[40.7602867,-73.9869495],"Samuel J. Friedman Theatre"],"main_pivot_5":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_6":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_7":[[40.7580237,-73.9856867],"Duffy Square"],"main_pivot_8":[[40.7599185,-73.9860743],"Morgan Stanley Building"],"main_pivot_9":[[40.7599185,-73.9860743],"Morgan Stanley Building"],"main_pivot_10":[[40.7579629,-73.985335],"Bertelsmann Building"],"main_pivot_11":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_12":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_13":[[40.7602808,-73.9861799],"Longacre Theatre"],"main_pivot_14":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_15":[[40.7580237,-73.9856867],"attraction"],"near_pivot":[[40.7580237,-73.9856867],"attraction"],"beyond_pivot":[[40.7560233,-73.9845629],"theatre"],"around_goal_pivot_1":[[40.7538574,-73.9844671],"2 playgrounds"],"around_goal_pivot_2":[[40.7539846,-73.9840908],"6 fountains"],"around_goal_pivot_3":[[40.7582128,-73.9839676],"church"],"around_goal_pivot_4":[[40.7584128,-73.9855641],"Mariott"],"around_goal_pivot_5":[[40.7580237,-73.9856867],"square"],"around_goal_pivot_6":[[40.7539924,-73.9840962],"6 fountains"],"around_goal_pivot_7":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_8":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_9":[[40.7576126,-73.9869881],"Guitar Center"],"around_goal_pivot_10":[[40.7573131,-73.9863236],"Levi's"]}} +{"rvs_sample_number":238,"content":"I'm about 8 blocks south of you, at a clothes shop on 6th Avenue. A large Christian church is to the southeast, and a TJ Maxx is to the northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7390507,-73.9958355],"key":7764,"region":"Manhattan","rvs_start_point":[40.7443827,-73.9914762],"landmarks":{"end_point":[[40.7390507,-73.9958355],"clothes shop"],"start_point":[[40.7443827,-73.9914762],"supermarket"],"main_pivot":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_2":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_3":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_4":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_5":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_6":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_7":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_8":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_11":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_12":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_13":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_14":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_15":[[40.738305,-73.9952559],"church"],"near_pivot":[[40.738305,-73.9952559],"church"],"beyond_pivot":[[40.7380924,-73.9954904],"place_of_worship"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_3":[[40.7372064,-73.9971718],"ice cream"],"around_goal_pivot_4":[[40.737117,-73.9967401],"Urban Outfitters"],"around_goal_pivot_5":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_6":[[40.7401164,-73.9945019],"TJ Maxx"],"around_goal_pivot_7":[[40.7370058,-73.9963766],"Foot Locker"],"around_goal_pivot_8":[[40.7393636,-73.9925642],"Muji"],"around_goal_pivot_9":[[40.7366319,-73.9946211],"Guitar Center"],"around_goal_pivot_10":[[40.7366568,-73.995605],"Party City"]}} +{"rvs_sample_number":9,"content":"I am at the clothes shop by the south corner on Madison avenue. A museum and a waste basket are on this block. ","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7706419,-73.9664711],"key":7765,"region":"Manhattan","rvs_start_point":[40.7613514,-73.969063],"landmarks":{"end_point":[[40.7706419,-73.9664711],"clothes shop"],"start_point":[[40.7613514,-73.969063],"cafe"],"main_pivot":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_2":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_3":[[40.7690515,-73.9658322],"Henry P. Davison House"],"main_pivot_4":[[40.7682045472,-73.9651820095],"Millan House"],"main_pivot_5":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_6":[[40.7667776,-73.9675711],"Daniel"],"main_pivot_7":[[40.7682045472,-73.9651820095],"Millan House"],"main_pivot_8":[[40.7667776,-73.9675711],"Daniel"],"main_pivot_9":[[40.7690515,-73.9658322],"Henry P. Davison House"],"main_pivot_10":[[40.7684347,-73.9662495],"Council on Foreign Relations"],"main_pivot_11":[[40.7621047,-73.9681178],"Bloomberg Tower"],"main_pivot_12":[[40.7638666,-73.9693994],"Christ Church"],"main_pivot_13":[[40.7667776,-73.9675711],"Daniel"],"main_pivot_14":[[40.7638666,-73.9693994],"Christ Church"],"main_pivot_15":[[40.771125,-73.9668826],"museum"],"near_pivot":[[40.771125,-73.9668826],"museum"],"beyond_pivot":[[40.7711543,-73.9678434],"waste_basket"],"around_goal_pivot_1":[[40.7697719,-73.9645069],"museum"],"around_goal_pivot_2":[[40.7685027,-73.9654282],"college"],"around_goal_pivot_3":[[40.772478,-73.9647432],"church"],"around_goal_pivot_4":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_5":[[40.7681572,-73.9677032],"historic building"],"around_goal_pivot_6":[[40.7692531,-73.9670957],"Max Mara"],"around_goal_pivot_7":[[40.7696792,-73.9671782],"Dolce & Gabbana"],"around_goal_pivot_8":[[40.7683837,-73.967686],"Kate Spade New York"],"around_goal_pivot_9":[[40.7696159,-73.9672168],"Jil Sander"],"around_goal_pivot_10":[[40.7697219,-73.9667034],"telephone"]}} +{"rvs_sample_number":272,"content":"Meet me at the bench southeast of your location. South east from your location then head south onto William Street. Keep heading south and stay on this street. Your destination is on the same block as two fountains, on the other side of the block. It is directly north of three gardens and southwest of Duane Reade pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7039365,-74.0085692],"key":7766,"region":"Manhattan","rvs_start_point":[40.7096624,-74.0122014],"landmarks":{"end_point":[[40.7039365,-74.0085692],"bench"],"start_point":[[40.7096624,-74.0122014],"shoes shop"],"main_pivot":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_2":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_3":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_4":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_5":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_6":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_7":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_8":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_9":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_10":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_11":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_12":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_13":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_14":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_15":[[40.7037706,-74.0084478],"2 fountains"],"near_pivot":[[40.7037706,-74.0084478],"2 fountains"],"around_goal_pivot_1":[[40.7046154,-74.0078508],"pharmacy"],"around_goal_pivot_2":[[40.704892,-74.0085955],"kindergarten"],"around_goal_pivot_3":[[40.7051747,-74.0092807],"post office"],"around_goal_pivot_4":[[40.7031149,-74.0084781],"three benches"],"around_goal_pivot_5":[[40.7049006,-74.00727],"atm"],"around_goal_pivot_6":[[40.7030565,-74.0084971],"three gardens"],"around_goal_pivot_7":[[40.7051991,-74.0076662],"ANdAZ"],"around_goal_pivot_8":[[40.7037597,-74.0104253],"Insomnia Cookies"],"around_goal_pivot_9":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_10":[[40.7047177,-74.0092603],"bicycle rental"]}} +{"rvs_sample_number":362,"content":"Meet me at Nolita cafe in the middle of the block east of Elizabeth street. Nudie Jeans co. is on the same block.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7209019,-73.9946997],"key":7767,"region":"Manhattan","rvs_start_point":[40.7141066,-74.0092265],"landmarks":{"end_point":[[40.7209019,-73.9946997],"cafe"],"start_point":[[40.7141066,-74.0092265],"restaurant"],"main_pivot":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_2":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_3":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_4":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_5":[[40.7201274,-73.9980968],"240 Centre Street"],"main_pivot_6":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_7":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_8":[[40.7196453,-73.9984811],"Odd Fellows Hall"],"main_pivot_9":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_10":[[40.7201274,-73.9980968],"240 Centre Street"],"main_pivot_11":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_12":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_13":[[40.7201274,-73.9980968],"240 Centre Street"],"main_pivot_14":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_15":[[40.7209116,-73.994033],"Nudie Jeans Co."],"near_pivot":[[40.7209116,-73.994033],"Nudie Jeans Co."],"beyond_pivot":[[40.7211233,-73.9939604],"clothes"],"around_goal_pivot_1":[[40.7206819,-73.9962077],"church"],"around_goal_pivot_2":[[40.723459,-73.9953429],"cathedral"],"around_goal_pivot_3":[[40.7191019,-73.9954691],"events venue"],"around_goal_pivot_4":[[40.7201274,-73.9980968],"historic building"],"around_goal_pivot_5":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_6":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_7":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_8":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_9":[[40.720047,-73.9966419],"attraction"],"around_goal_pivot_10":[[40.7233312,-73.9931915],"gallery"]}} +{"rvs_sample_number":463,"content":"Let's get lunch at the cafe. It's the one on the corner of West 49th Street. It's a block south of the church and north of Lexus. It's a block east of the water.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.765046,-73.994881],"key":7768,"region":"Manhattan","rvs_start_point":[40.7668594,-73.9836203],"landmarks":{"end_point":[[40.765046,-73.994881],"cafe"],"start_point":[[40.7668594,-73.9836203],"Sur La Table"],"main_pivot":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_2":[[40.7670485,-73.9832533],"Central Park Place"],"main_pivot_3":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_4":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_5":[[40.7679447,-73.9854089],"Hudson Hotel"],"main_pivot_6":[[40.7670485,-73.9832533],"Central Park Place"],"main_pivot_7":[[40.7670462,-73.9906426],"NSA FAIRVIEW data surveillance hub"],"main_pivot_8":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_9":[[40.7679447,-73.9854089],"Hudson Hotel"],"main_pivot_10":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_11":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_12":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_13":[[40.7650497,-73.991317],"Columbus Library"],"main_pivot_14":[[40.7679447,-73.9854089],"Hudson Hotel"],"main_pivot_15":[[40.7653481,-73.9942833],"church"],"near_pivot":[[40.7653481,-73.9942833],"church"],"beyond_pivot":[[40.7649863,-73.9960398],"events_venue"],"around_goal_pivot_1":[[40.7650497,-73.991317],"library"],"around_goal_pivot_2":[[40.7627903,-73.9953362],"The Salvation Army"],"around_goal_pivot_3":[[40.7642575,-73.995533],"Lexus"],"around_goal_pivot_4":[[40.7642429,-73.9961274],"Toyota"],"around_goal_pivot_5":[[40.7639869,-73.9943635],"Holiday Inn Express"],"around_goal_pivot_6":[[40.7665754,-73.9946974],"Bentley"],"around_goal_pivot_7":[[40.7670277,-73.9940376],"theatre"],"around_goal_pivot_8":[[40.7631922,-73.9963261],"pub"],"around_goal_pivot_9":[[40.7642838,-73.998222],"car wash"],"around_goal_pivot_10":[[40.7663889,-73.9933333],"arts centre"]}} +{"rvs_sample_number":419,"content":"Meet me at the alcohol shop to your north on 1st Avenue. A museum is southwest of the shop. South of the alcohol shop is an attraction. ","rvs_path":"data\/geodata\/manhattan_samples_v53.gpkg","rvs_goal_point":[40.7277981,-73.9849322],"key":7769,"region":"Manhattan","rvs_start_point":[40.7171212,-73.9967759],"landmarks":{"end_point":[[40.7277981,-73.9849322],"alcohol shop"],"start_point":[[40.7171212,-73.9967759],"supermarket"],"main_pivot":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_2":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_3":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_4":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_5":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_6":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_7":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_8":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_9":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_15":[[40.7276111,-73.9858672],"museum"],"near_pivot":[[40.7276111,-73.9858672],"museum"],"beyond_pivot":[[40.7277372247,-73.9825888889],"place_of_worship"],"around_goal_pivot_1":[[40.7280658,-73.987295],"theatre"],"around_goal_pivot_2":[[40.7288916,-73.9876546],"library"],"around_goal_pivot_3":[[40.7266496,-73.9821846],"fountain"],"around_goal_pivot_4":[[40.7260635,-73.9831423],"historic monument"],"around_goal_pivot_5":[[40.7256153,-73.9869526],"pharmacy"],"around_goal_pivot_6":[[40.7282615,-73.9817169],"7-Eleven"],"around_goal_pivot_7":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_8":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_9":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_10":[[40.7264893,-73.9847678],"attraction"]}} +{"rvs_sample_number":132,"content":"Head southwest and meet me at the recycling on Pine Street, right on the northwest corner of the block, northeast from the church and south of One Liberty Plaza.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7082263,-74.0112256],"key":7770,"region":"Manhattan","rvs_start_point":[40.7173097,-74.0007245],"landmarks":{"end_point":[[40.7082263,-74.0112256],"recycling"],"start_point":[[40.7173097,-74.0007245],"clinic"],"main_pivot":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_2":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_3":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_4":[[40.7167486,-74.0006945],"Manhattan Detention Complex"],"main_pivot_5":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_6":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_7":[[40.7127281,-74.0060152],"New York"],"main_pivot_8":[[40.7127281,-74.0060152],"New York"],"main_pivot_9":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_10":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_11":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_12":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_13":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_14":[[40.7127281,-74.0060152],"New York"],"main_pivot_15":[[40.7079206,-74.011798],"church"],"near_pivot":[[40.7079206,-74.011798],"church"],"around_goal_pivot_1":[[40.7092105,-74.0134238],"W Hotels"],"around_goal_pivot_2":[[40.7069033,-74.0128963],"four benches"],"around_goal_pivot_3":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_4":[[40.7073118,-74.0122309],"post office"],"around_goal_pivot_5":[[40.7092102489,-74.0125123608],"Courtyard"],"around_goal_pivot_6":[[40.709345187,-74.0140460502],"Marriott"],"around_goal_pivot_7":[[40.7069588,-74.013023],"three benches"],"around_goal_pivot_8":[[40.7103034,-74.0134844],"3 benches"],"around_goal_pivot_9":[[40.7101898,-74.0099011],"Aldo"],"around_goal_pivot_10":[[40.7082719,-74.0136192],"Fairfield Inn & Suites"]}} +{"rvs_sample_number":272,"content":"Meet me at the Chase Bank on the north side of 72nd Street. It is in the southeast corner of it's block. Across the street to the southwest is a Ricky's NYC cosmetics shop. There is also a bicycle parking to the west, which is also on the same block as the Ricky's.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7776752,-73.978887],"key":7771,"region":"Manhattan","rvs_start_point":[40.7626427,-73.9897868],"landmarks":{"end_point":[[40.7776752,-73.978887],"bank"],"start_point":[[40.7626427,-73.9897868],"restaurant"],"main_pivot":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_2":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_3":[[40.769533,-73.9847889],"Church of Saint Paul the Apostle"],"main_pivot_4":[[40.7722218313,-73.9824300254],"Dante Park"],"main_pivot_5":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_6":[[40.7681466743,-73.9852617253],"Hudson Hotel"],"main_pivot_7":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_8":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_9":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_10":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_11":[[40.7733695,-73.9815312],"Manhattan New York Temple"],"main_pivot_12":[[40.7726862,-73.9823877],"Lincoln Center for the Performing Arts"],"main_pivot_13":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_14":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_15":[[40.7774249,-73.9792896],"Ricky's NYC"],"near_pivot":[[40.7774249,-73.9792896],"Ricky's NYC"],"beyond_pivot":[[40.7777753,-73.9798489],"bicycle_parking"],"around_goal_pivot_1":[[40.7768334,-73.9812589],"church"],"around_goal_pivot_2":[[40.7777244,-73.9820556],"four benches"],"around_goal_pivot_3":[[40.7776837,-73.9820838],"2 benches"],"around_goal_pivot_4":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_5":[[40.7793781,-73.9771006],"pharmacy"],"around_goal_pivot_6":[[40.7761721,-73.9777385],"La Quinta Inn"],"around_goal_pivot_7":[[40.7780849,-73.9808553],"Trek"],"around_goal_pivot_8":[[40.7782936,-73.9816359],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.7792751,-73.9776569],"European Wax Center"],"around_goal_pivot_10":[[40.7771268,-73.981816],"T-Mobile"]}} +{"rvs_sample_number":264,"content":"Meet me at a fire station southeast of you on East 40th Street. A pub is southeast of it. Orangetheory Fitness is west of the fire station.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7486641892,-73.9740041426],"key":7772,"region":"Manhattan","rvs_start_point":[40.7553036,-73.9869647],"landmarks":{"end_point":[[40.7486641892,-73.9740041426],"fire station"],"start_point":[[40.7553036,-73.9869647],"restaurant"],"main_pivot":[[40.7553207,-73.9863599],"The Knickerbocker Hotel"],"main_pivot_2":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_3":[[40.7553207,-73.9863599],"The Knickerbocker Hotel"],"main_pivot_4":[[40.752948,-73.9829827],"New York Public Library"],"main_pivot_5":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_6":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_7":[[40.753458996,-73.9845202524],"Bryant Park"],"main_pivot_8":[[40.7532191,-73.9837314],"Johann Wolfgang von Goethe"],"main_pivot_9":[[40.7532191,-73.9837314],"Johann Wolfgang von Goethe"],"main_pivot_10":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_11":[[40.7515563,-73.979282],"Lefcourt Colonial Building"],"main_pivot_12":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_13":[[40.7532191,-73.9837314],"Johann Wolfgang von Goethe"],"main_pivot_14":[[40.7528577,-73.983616],"American Standard Building"],"main_pivot_15":[[40.7482371,-73.9735992],"pub"],"near_pivot":[[40.7482371,-73.9735992],"pub"],"around_goal_pivot_1":[[40.7499046,-73.9739269],"Westin"],"around_goal_pivot_2":[[40.7486007,-73.9759238],"2 bicycle parkings"],"around_goal_pivot_3":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_4":[[40.7477238,-73.9734385],"pharmacy"],"around_goal_pivot_5":[[40.7489027,-73.9754015],"Orangetheory Fitness"],"around_goal_pivot_6":[[40.7494009,-73.9756955],"Blink Fitness"],"around_goal_pivot_7":[[40.7484684,-73.9763928],"D'Agostino"],"around_goal_pivot_8":[[40.7495001,-73.9718919],"Westgate Resorts"],"around_goal_pivot_9":[[40.7509231,-73.9723141],"Hampton"],"around_goal_pivot_10":[[40.7505246,-73.9743574],"Gap"]}} +{"rvs_sample_number":227,"content":"I am getting my taco fix at the Taco Bell fast food restaurant on the southwest side of Fulton Street. It's about two blocks before that becomes a pedestrian only street. There is a TD bank a block southeast of me.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7084401,-74.0050411],"key":7773,"region":"Manhattan","rvs_start_point":[40.7203906414,-74.0109130041],"landmarks":{"end_point":[[40.7084401,-74.0050411],"fast food restaurant"],"start_point":[[40.7203906414,-74.0109130041],"garden"],"main_pivot":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_2":[[40.7127614,-74.0119169],"Performing Arts Center at the World Trade Center"],"main_pivot_3":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_4":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_5":[[40.7135585,-74.0117399],"7 World Trade Center"],"main_pivot_6":[[40.7127614,-74.0119169],"Performing Arts Center at the World Trade Center"],"main_pivot_7":[[40.7103197,-74.0077565],"Bennett Building"],"main_pivot_8":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_9":[[40.7119937,-74.0089911],"Transportation Building"],"main_pivot_10":[[40.7119937,-74.0089911],"Transportation Building"],"main_pivot_11":[[40.71656,-74.0110026],"Washington Market Park"],"main_pivot_12":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_13":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_14":[[40.7108891,-74.0092501],"195 Broadway"],"main_pivot_15":[[40.7078587,-74.0045474],"bank"],"near_pivot":[[40.7078587,-74.0045474],"bank"],"beyond_pivot":[[40.7074615,-74.0056835],"post_office"],"around_goal_pivot_1":[[40.7092162,-74.0081191],"church"],"around_goal_pivot_2":[[40.7076302,-74.0078311],"three benches"],"around_goal_pivot_3":[[40.7098526865,-74.004906758],"hospital"],"around_goal_pivot_4":[[40.7067515,-74.003117],"cinema"],"around_goal_pivot_5":[[40.7063581,-74.0032467],"historic maritime"],"around_goal_pivot_6":[[40.7073955,-74.0038561],"historic memorial"],"around_goal_pivot_7":[[40.706628,-74.0036758],"museum"],"around_goal_pivot_8":[[40.7092928,-74.0016781],"dog park"],"around_goal_pivot_9":[[40.7071821,-74.0071475],"bank"],"around_goal_pivot_10":[[40.7074615,-74.0056835],"post office"]}} +{"rvs_sample_number":111,"content":"If you get on the south side of Park Place, you will see me at the bicycle parking right by the corner and directly north of roman catholic church.","rvs_path":"data\/geodata\/manhattan_samples_v103.gpkg","rvs_goal_point":[40.7132706,-74.0094644],"key":7774,"region":"Manhattan","rvs_start_point":[40.7180873,-74.001073],"landmarks":{"end_point":[[40.7132706,-74.0094644],"bicycle parking"],"start_point":[[40.7180873,-74.001073],"pharmacy"],"main_pivot":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_2":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_3":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_4":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_5":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_6":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_7":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_8":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_9":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_10":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_11":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_12":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_13":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_14":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_15":[[40.7125734,-74.0095884],"church"],"near_pivot":[[40.7125734,-74.0095884],"church"],"beyond_pivot":[[40.7129122,-74.0102023],"Citi Bike"],"around_goal_pivot_1":[[40.7127778,-74.0064366],"townhall"],"around_goal_pivot_2":[[40.7120599,-74.0124475],"two gardens"],"around_goal_pivot_3":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_4":[[40.7113095,-74.010292],"Hilton"],"around_goal_pivot_5":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_6":[[40.715575,-74.008857],"hotel"],"around_goal_pivot_7":[[40.7140947,-74.0087963],"post office"],"around_goal_pivot_8":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_9":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_10":[[40.7127837,-74.0077783],"pharmacy"]}} +{"rvs_sample_number":61,"content":"I am at the garden close to the fountain on Stuyvesant Oval. A deli restaurant is north of the garden and 5 parking space is slightly southeast. ","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7320677334,-73.9774969544],"key":7775,"region":"Manhattan","rvs_start_point":[40.7454706,-73.9792769],"landmarks":{"end_point":[[40.7320677334,-73.9774969544],"garden"],"start_point":[[40.7454706,-73.9792769],"beauty shop"],"main_pivot":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_2":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_3":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_4":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_5":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_6":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_7":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_8":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_9":[[40.7412821,-73.9750983],"NYC Office of Chief Medical Examiner"],"main_pivot_10":[[40.7401153,-73.976003],"NYC Health + Hospitals\/Bellevue"],"main_pivot_11":[[40.7366444,-73.9784318],"Peter Cooper Village"],"main_pivot_12":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_13":[[40.7395463,-73.9770832],"Kips Bay"],"main_pivot_14":[[40.7414842,-73.9749544],"NYU Langone Medical Center"],"main_pivot_15":[[40.7319956626,-73.9775694727],"fountain"],"near_pivot":[[40.7319956626,-73.9775694727],"fountain"],"around_goal_pivot_1":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"around_goal_pivot_2":[[40.7336058,-73.9775005],"restaurant"],"around_goal_pivot_3":[[40.7312629,-73.9756685],"5 parking spaces"],"around_goal_pivot_4":[[40.7297217,-73.9791649],"prep school"],"around_goal_pivot_5":[[40.7312025,-73.9742713],"shelter"],"around_goal_pivot_6":[[40.7301815,-73.9799138],"bicycle parking"],"around_goal_pivot_7":[[40.7333263,-73.9792326],"three gardens"],"around_goal_pivot_8":[[40.7313389,-73.9742074],"post box"],"around_goal_pivot_9":[[40.7297975,-73.9793654],"beauty shop"],"around_goal_pivot_10":[[40.7295607,-73.97879],"laundry shop"]}} +{"rvs_sample_number":385,"content":"I'm northwest of you at the post box on the alley that runs north of Chatham square between the cafe and the doctor's office . It's just south of the other post box. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7143453,-73.9978927],"key":7776,"region":"Manhattan","rvs_start_point":[40.7110345596,-73.9973894286],"landmarks":{"end_point":[[40.7143453,-73.9978927],"post box"],"start_point":[[40.7110345596,-73.9973894286],"toilets"],"main_pivot":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_2":[[40.7123816,-73.9982849],"St. James Church"],"main_pivot_3":[[40.711866241,-73.9977519359],"Alfred E. Smith Houses"],"main_pivot_4":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_5":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_6":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_7":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_8":[[40.7123816,-73.9982849],"St. James Church"],"main_pivot_9":[[40.711866241,-73.9977519359],"Alfred E. Smith Houses"],"main_pivot_10":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_11":[[40.7128246,-73.9978939],"Mariners Temple"],"main_pivot_12":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_13":[[40.7123816,-73.9982849],"St. James Church"],"main_pivot_14":[[40.7123816,-73.9982849],"St. James Church"],"main_pivot_15":[[40.7145399,-73.9989049],"church"],"near_pivot":[[40.7145399,-73.9989049],"church"],"beyond_pivot":[[40.7146942,-73.9986811],"cafe"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_3":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_4":[[40.712684,-73.9982249],"grave yard"],"around_goal_pivot_5":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_6":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_7":[[40.7133828,-73.9973785],"post box"],"around_goal_pivot_8":[[40.7156257,-73.9984718],"attraction"],"around_goal_pivot_9":[[40.7146868,-73.9967375],"doctor's office"],"around_goal_pivot_10":[[40.7142896,-73.9950956],"parking space"]}} +{"rvs_sample_number":109,"content":"There's a coworking space we can meet at on West 32nd Street, on the same block as a vending machine and across the street from the mall. Also, there's a pharmacy to the east, and Curio Collection by Hilton. ","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.748599,-73.989262],"key":7777,"region":"Manhattan","rvs_start_point":[40.744428,-73.9793868],"landmarks":{"end_point":[[40.748599,-73.989262],"coworking space"],"start_point":[[40.744428,-73.9793868],"cafe"],"main_pivot":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_2":[[40.748304,-73.9880047],"Martinique New York on Broadway"],"main_pivot_3":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_4":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_5":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_6":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_7":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_8":[[40.748304,-73.9880047],"Martinique New York on Broadway"],"main_pivot_9":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_10":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_11":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_12":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_13":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_14":[[40.748304,-73.9880047],"Martinique New York on Broadway"],"main_pivot_15":[[40.748646,-73.9888224],"mall"],"near_pivot":[[40.748646,-73.9888224],"mall"],"beyond_pivot":[[40.7489335,-73.9898834],"vending_machine"],"around_goal_pivot_1":[[40.7503235,-73.9918003],"four restaurants"],"around_goal_pivot_2":[[40.7491056,-73.9926088],"church"],"around_goal_pivot_3":[[40.748304,-73.9880047],"Curio Collection by Hilton"],"around_goal_pivot_4":[[40.7465182,-73.9883102],"two jewelry shops"],"around_goal_pivot_5":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_6":[[40.7479292936,-73.9851712788],"attraction"],"around_goal_pivot_7":[[40.7500090276,-73.9880710169],"square"],"around_goal_pivot_8":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_9":[[40.7506209,-73.9875074],"two bicycle parkings"],"around_goal_pivot_10":[[40.74867,-73.9879214],"pharmacy"]}} +{"rvs_sample_number":83,"content":"Come meet me at the post box on Central Park West, on the corner, east of La Quinta Inn and just south of the historic building.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7761414,-73.9761567],"key":7778,"region":"Manhattan","rvs_start_point":[40.7657475,-73.9787646],"landmarks":{"end_point":[[40.7761414,-73.9761567],"post box"],"start_point":[[40.7657475,-73.9787646],"restaurant"],"main_pivot":[[40.7748647,-73.9771187],"Congregation Sherith Israel"],"main_pivot_2":[[40.7653268,-73.9785342],"Calvary Baptist Church"],"main_pivot_3":[[40.7736478,-73.9780329],"Second Church of Christ, Scientist"],"main_pivot_4":[[40.7660496,-73.9794113],"Alwyn Court"],"main_pivot_5":[[40.7653268,-73.9785342],"Calvary Baptist Church"],"main_pivot_6":[[40.7659338639,-73.9786866554],"JW Marriott Essex House"],"main_pivot_7":[[40.7659338639,-73.9786866554],"JW Marriott Essex House"],"main_pivot_8":[[40.7660496,-73.9794113],"Alwyn Court"],"main_pivot_9":[[40.7653268,-73.9785342],"Calvary Baptist Church"],"main_pivot_10":[[40.7748647,-73.9771187],"Congregation Sherith Israel"],"main_pivot_11":[[40.7720802,-73.979196],"Holy Trinity Lutheran Church"],"main_pivot_12":[[40.7659338639,-73.9786866554],"JW Marriott Essex House"],"main_pivot_13":[[40.7748647,-73.9771187],"Congregation Sherith Israel"],"main_pivot_14":[[40.7720802,-73.979196],"Holy Trinity Lutheran Church"],"main_pivot_15":[[40.7764119437,-73.9760606717],"historic building"],"near_pivot":[[40.7764119437,-73.9760606717],"historic building"],"around_goal_pivot_1":[[40.7748647,-73.9771187],"historic building"],"around_goal_pivot_2":[[40.775862,-73.9745942],"historic memorial"],"around_goal_pivot_3":[[40.7776752,-73.978887],"bank"],"around_goal_pivot_4":[[40.7774249,-73.9792896],"Ricky's NYC"],"around_goal_pivot_5":[[40.7773452,-73.9790946],"Swatch"],"around_goal_pivot_6":[[40.776355,-73.9775006],"La Quinta Inn"],"around_goal_pivot_7":[[40.7768489,-73.9791428],"bicycle rental"],"around_goal_pivot_8":[[40.7771072,-73.9787844],"pharmacy"],"around_goal_pivot_9":[[40.7772274,-73.9792001],"clinic"],"around_goal_pivot_10":[[40.7737155,-73.9759214],"drinking water"]}} +{"rvs_sample_number":36,"content":"I'm southeast of you at the bank on 1st Avenue. Duane Reade pharmacy is on my northeast, and a doctor's office on the southeast.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7671455,-73.9562037],"key":7779,"region":"Manhattan","rvs_start_point":[40.7700896,-73.9576457],"landmarks":{"end_point":[[40.7671455,-73.9562037],"bank"],"start_point":[[40.7700896,-73.9576457],"restaurant"],"main_pivot":[[40.7688866,-73.958037],"CVS Pharmacy"],"main_pivot_2":[[40.7705919,-73.9572796],"Dunkin' Donuts"],"main_pivot_3":[[40.7705919,-73.9572796],"Dunkin' Donuts"],"main_pivot_4":[[40.7693871,-73.9581615],"The UPS Store"],"main_pivot_5":[[40.7705919,-73.9572796],"Dunkin' Donuts"],"main_pivot_6":[[40.7693871,-73.9581615],"The UPS Store"],"main_pivot_7":[[40.7693871,-73.9581615],"The UPS Store"],"main_pivot_8":[[40.7705919,-73.9572796],"Dunkin' Donuts"],"main_pivot_9":[[40.7693871,-73.9581615],"The UPS Store"],"main_pivot_10":[[40.7688866,-73.958037],"CVS Pharmacy"],"main_pivot_11":[[40.7688866,-73.958037],"CVS Pharmacy"],"main_pivot_12":[[40.7688866,-73.958037],"CVS Pharmacy"],"main_pivot_13":[[40.7688866,-73.958037],"CVS Pharmacy"],"main_pivot_14":[[40.7688866,-73.958037],"CVS Pharmacy"],"main_pivot_15":[[40.7678539,-73.9556871],"pharmacy"],"near_pivot":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_1":[[40.766174,-73.9540328],"auction shop"],"around_goal_pivot_2":[[40.7652467,-73.9580721],"park"],"around_goal_pivot_3":[[40.768343,-73.9549291],"hotel"],"around_goal_pivot_4":[[40.7658471,-73.9576536],"ice cream"],"around_goal_pivot_5":[[40.7688866,-73.958037],"pharmacy"],"around_goal_pivot_6":[[40.7651325,-73.9580265],"bicycle rental"],"around_goal_pivot_7":[[40.7652725,-73.9575747],"atm"],"around_goal_pivot_8":[[40.7664421,-73.9546594],"social facility"],"around_goal_pivot_9":[[40.7678369,-73.9588136],"bank"],"around_goal_pivot_10":[[40.76625,-73.9553245],"doctor's office"]}} +{"rvs_sample_number":350,"content":"Meet me at the bench southwest of you on the south side of the short Exchange Alley. Stock exchange is on my northeast. A park is to my southwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7068865,-74.0128578],"key":7780,"region":"Manhattan","rvs_start_point":[40.7117038,-74.0085747],"landmarks":{"end_point":[[40.7068865,-74.0128578],"bench"],"start_point":[[40.7117038,-74.0085747],"AT&T"],"main_pivot":[[40.71222276,-74.0083353814],"Woolworth Building"],"main_pivot_2":[[40.7079008454,-74.0118141062],"Trinity Church"],"main_pivot_3":[[40.7079008454,-74.0118141062],"Trinity Church"],"main_pivot_4":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_5":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_6":[[40.7073923,-74.0112489],"New York Stock Exchange"],"main_pivot_7":[[40.7075569,-74.0112231],"14 Wall Street"],"main_pivot_8":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_9":[[40.7109899,-74.0100254],"Millenium Hilton"],"main_pivot_10":[[40.7075569,-74.0112231],"14 Wall Street"],"main_pivot_11":[[40.7103011,-74.0094017],"Corbin Building"],"main_pivot_12":[[40.7119937,-74.0089911],"New York County Lawyers Association"],"main_pivot_13":[[40.7073923,-74.0112489],"New York Stock Exchange"],"main_pivot_14":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_15":[[40.7067312234,-74.0137651207],"park"],"near_pivot":[[40.7067312234,-74.0137651207],"park"],"beyond_pivot":[[40.7067206,-74.0137634],"park"],"around_goal_pivot_1":[[40.7049094,-74.0137687],"six benches"],"around_goal_pivot_2":[[40.706609,-74.0142207],"3 benches"],"around_goal_pivot_3":[[40.7079008454,-74.0118141062],"church"],"around_goal_pivot_4":[[40.7050927,-74.0136869],"6 benches"],"around_goal_pivot_5":[[40.7073923,-74.0112489],"stock exchange"],"around_goal_pivot_6":[[40.7090774,-74.0135061],"W Hotels"],"around_goal_pivot_7":[[40.7079432,-74.0137633],"museum"],"around_goal_pivot_8":[[40.7050347,-74.0135156],"five benches"],"around_goal_pivot_9":[[40.7083095,-74.013925],"chapel"],"around_goal_pivot_10":[[40.705201,-74.0105358],"car sharing"]}} +{"rvs_sample_number":277,"content":"Meet me at the florist shop not far to the southeast of you, next to a shelter on East 32nd street. To the north, across two streets, is True Value. ","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7466322,-73.9845219],"key":7781,"region":"Manhattan","rvs_start_point":[40.7484311,-73.9856903],"landmarks":{"end_point":[[40.7466322,-73.9845219],"florist shop"],"start_point":[[40.7484311,-73.9856903],"tower"],"main_pivot":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_2":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_3":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_4":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_5":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_6":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_7":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_8":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_9":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_10":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_11":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_12":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_13":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_14":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_15":[[40.7466066,-73.9847473],"shelter"],"near_pivot":[[40.7466066,-73.9847473],"shelter"],"beyond_pivot":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_1":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_2":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_3":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_4":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_5":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_6":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_7":[[40.7480531,-73.9841627],"WeWork"],"around_goal_pivot_8":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_10":[[40.7470496,-73.9875285],"Hyatt"]}} +{"rvs_sample_number":372,"content":"I'm at Duane Reade in the Financial district. It's on the south end of West street. It's near the big park.","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.70522,-74.0162734],"key":7782,"region":"Manhattan","rvs_start_point":[40.7147198,-74.0071763],"landmarks":{"end_point":[[40.70522,-74.0162734],"pharmacy"],"start_point":[[40.7147198,-74.0071763],"clinic"],"main_pivot":[[40.7067323543,-74.0137653039],"Elizabeth H. Berger Plaza"],"main_pivot_2":[[40.7067323543,-74.0137653039],"Elizabeth H. Berger Plaza"],"main_pivot_3":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_4":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_5":[[40.7145068,-74.0072376],"Tower 270"],"main_pivot_6":[[40.7092995577,-74.0118225083],"Zuccotti Park"],"main_pivot_7":[[40.7079856,-74.0126573],"Trinity Churchyard"],"main_pivot_8":[[40.7082747,-74.0124465],"Trinity Church"],"main_pivot_9":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_10":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_11":[[40.7067323543,-74.0137653039],"Elizabeth H. Berger Plaza"],"main_pivot_12":[[40.7067323543,-74.0137653039],"Elizabeth H. Berger Plaza"],"main_pivot_13":[[40.7144434,-74.0066697],"Broadway-Chambers Building"],"main_pivot_14":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_15":[[40.7056925,-74.0167769],"bicycle rental"],"near_pivot":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_1":[[40.7047808,-74.0136889],"5 benches"],"around_goal_pivot_2":[[40.7037287,-74.0166438],"historic fort"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.7062064,-74.0132627],"pharmacy"],"around_goal_pivot_5":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_6":[[40.7030549,-74.0163288],"two gardens"],"around_goal_pivot_7":[[40.7050619,-74.0179693],"three benches"],"around_goal_pivot_8":[[40.7055047,-74.0183303],"4 gardens"],"around_goal_pivot_9":[[40.7058514,-74.0135143],"Planet Fitness"],"around_goal_pivot_10":[[40.7046356,-74.0136791],"bicycle rental"]}} +{"rvs_sample_number":3,"content":"I am at a restaurant just off of the southern portion of Bowery before it changes names. This is pretty much directly west from where you are standing. At the southern part of Bowery there is a tiny unnamed street that heads north and bisects another street. The restaurant I am at is on the west side of that street exactly halfway up. There is a post office directly across the street.","rvs_path":"data\/geodata\/manhattan_samples_v39.gpkg","rvs_goal_point":[40.7143733,-73.9980909],"key":7783,"region":"Manhattan","rvs_start_point":[40.7117123,-73.9789393],"landmarks":{"end_point":[[40.7143733,-73.9980909],"restaurant"],"start_point":[[40.7117123,-73.9789393],"fountain"],"main_pivot":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_2":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_3":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_4":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_5":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_6":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_7":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_8":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_9":[[40.7139131,-73.9830806],"St. Augustine's Church"],"main_pivot_10":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_11":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_12":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_13":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_14":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_15":[[40.7145399,-73.9989049],"church"],"near_pivot":[[40.7145399,-73.9989049],"church"],"beyond_pivot":[[40.7149012,-73.9986222],"bar"],"around_goal_pivot_1":[[40.7134416,-73.996239],"library"],"around_goal_pivot_2":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_3":[[40.7142627814,-73.994266409],"bridge"],"around_goal_pivot_4":[[40.7145088,-74.0000629],"5 benches"],"around_goal_pivot_5":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_6":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_7":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_8":[[40.7133828,-73.9973785],"post box"],"around_goal_pivot_9":[[40.7156257,-73.9984718],"attraction"],"around_goal_pivot_10":[[40.7167646,-73.9971353],"3 jewelry shops"]}} +{"rvs_sample_number":366,"content":"I'm southwest of you, at a prostetics shop on East 29th Street. It's in the middle of the block, on the south side of the street. A Bank of America atm is on this same block. To the northeast of here is H&R Block and an AMC cinema. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.741991,-73.9794147],"key":7784,"region":"Manhattan","rvs_start_point":[40.7509179,-73.9711817],"landmarks":{"end_point":[[40.741991,-73.9794147],"prostetics shop"],"start_point":[[40.7509179,-73.9711817],"Hallmark"],"main_pivot":[[40.7509693,-73.9706782],"Beaux Arts"],"main_pivot_2":[[40.7450679,-73.976191],"Estonian House"],"main_pivot_3":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_4":[[40.7450679,-73.976191],"Estonian House"],"main_pivot_5":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_6":[[40.7509693,-73.9706782],"Beaux Arts"],"main_pivot_7":[[40.7506309675,-73.9707891715],"Beaux Arts"],"main_pivot_8":[[40.7506309675,-73.9707891715],"Beaux Arts"],"main_pivot_9":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_10":[[40.7506309675,-73.9707891715],"Beaux Arts"],"main_pivot_11":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_12":[[40.7509693,-73.9706782],"Beaux Arts"],"main_pivot_13":[[40.7509693,-73.9706782],"Beaux Arts"],"main_pivot_14":[[40.7501708,-73.9713117],"Ford Foundation"],"main_pivot_15":[[40.7421757,-73.9804623],"atm"],"near_pivot":[[40.7421757,-73.9804623],"atm"],"beyond_pivot":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_1":[[40.7437151,-73.9798489],"library"],"around_goal_pivot_2":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_3":[[40.7417135,-73.9825386],"theatre"],"around_goal_pivot_4":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_5":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_6":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_7":[[40.7446159,-73.9799645],"three dentist's offices"],"around_goal_pivot_8":[[40.74445,-73.9773808],"two schools"],"around_goal_pivot_9":[[40.7441534,-73.9795427],"atm"],"around_goal_pivot_10":[[40.7432244,-73.9772502],"H&R Block"]}} +{"rvs_sample_number":44,"content":"Meet me at the bicycle parking. Go north to West 47th Street and then head west. After you pass Kiehl's, you will cross over one street and then the bicycle parking will be a little bit down from the corner on the opposite side of the street as Kiehl's.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7619094,-73.9908455],"key":7785,"region":"Manhattan","rvs_start_point":[40.7501765,-73.9862874],"landmarks":{"end_point":[[40.7619094,-73.9908455],"bicycle parking"],"start_point":[[40.7501765,-73.9862874],"restaurant"],"main_pivot":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_2":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_3":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_4":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_5":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_6":[[40.7580237,-73.9856867],"Duffy Square"],"main_pivot_7":[[40.7580237,-73.9856867],"Times Square"],"main_pivot_8":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_9":[[40.7599025,-73.9865022],"The Hotel Edison NYC"],"main_pivot_10":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_11":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_12":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_13":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_14":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_15":[[40.7620698,-73.9901894],"fast food restaurant"],"near_pivot":[[40.7620698,-73.9901894],"fast food restaurant"],"around_goal_pivot_1":[[40.7625606,-73.9915803],"garden"],"around_goal_pivot_2":[[40.7613901,-73.9900377],"Kiehl's"],"around_goal_pivot_3":[[40.7615008,-73.9892854],"fountain"],"around_goal_pivot_4":[[40.7614472,-73.9894393],"drinking water"],"around_goal_pivot_5":[[40.76103,-73.9905828],"post box"],"around_goal_pivot_6":[[40.7612491,-73.9903504],"bakery shop"],"around_goal_pivot_7":[[40.7612958,-73.9903061],"dry cleaning shop"],"around_goal_pivot_8":[[40.7605536,-73.9908018],"supermarket"],"around_goal_pivot_9":[[40.7615655,-73.9924449],"pitch"],"around_goal_pivot_10":[[40.7613706,-73.9893085],"playground"]}} +{"rvs_sample_number":166,"content":"Move northwest past Puck Building and NoHo District. I'm at the restaurant on Bleecker Street, on the same block with the park. It is the second restaurant on the west side of Capital One. ","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7288064,-74.0006959],"key":7786,"region":"Manhattan","rvs_start_point":[40.7236731,-73.9946151],"landmarks":{"end_point":[[40.7288064,-74.0006959],"restaurant"],"start_point":[[40.7236731,-73.9946151],"clothes shop"],"main_pivot":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_2":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_3":[[40.726843823,-73.9966414229],"NoHo Historic District"],"main_pivot_4":[[40.7236185,-73.9948834],"Saint Patrick's Old Cathedral"],"main_pivot_5":[[40.7236185,-73.9948834],"Saint Patrick's Old Cathedral"],"main_pivot_6":[[40.726843823,-73.9966414229],"NoHo Historic District"],"main_pivot_7":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_8":[[40.726843823,-73.9966414229],"NoHo Historic District"],"main_pivot_9":[[40.7248174,-73.9950788],"Puck Building"],"main_pivot_10":[[40.726843823,-73.9966414229],"NoHo Historic District"],"main_pivot_11":[[40.7279691289,-73.9989096472],"New York University"],"main_pivot_12":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_13":[[40.726843823,-73.9966414229],"NoHo Historic District"],"main_pivot_14":[[40.7236185,-73.9948834],"Saint Patrick's Old Cathedral"],"main_pivot_15":[[40.7285642538,-74.0008141064],"park"],"near_pivot":[[40.7285642538,-74.0008141064],"park"],"beyond_pivot":[[40.7293554,-74.0017849],"school"],"around_goal_pivot_1":[[40.7293554,-74.0017849],"school"],"around_goal_pivot_2":[[40.7282672,-73.9996515],"bank"],"around_goal_pivot_3":[[40.7290495,-73.9992861],"post office"],"around_goal_pivot_4":[[40.7298338,-74.0004187],"amenity|ice cream"],"around_goal_pivot_5":[[40.727868,-74.001105],"post box"],"around_goal_pivot_6":[[40.7275562,-74.0015925],"parking lot"],"around_goal_pivot_7":[[40.7295812,-74.0016577],"clothes shop"],"around_goal_pivot_8":[[40.7294843,-74.0015099],"funeral directors shop"],"around_goal_pivot_9":[[40.7280942,-73.9992955],"stationery shop"],"around_goal_pivot_10":[[40.7279148,-74.0002595],"laundry shop"]}} +{"rvs_sample_number":185,"content":"I think we should simply go and play a bit. Meet me at the playground on Spring Street. You know it's the one a couple of blocks east of where the street takes that weird obtuse angle? To the east of the playground is a Dentist office, where Dr.John works. Over a block across the east is a French Connection clothes place.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7254002,-74.0026467],"key":7787,"region":"Manhattan","rvs_start_point":[40.7252789,-73.9875528],"landmarks":{"end_point":[[40.7254002,-74.0026467],"playground"],"start_point":[[40.7252789,-73.9875528],"restaurant"],"main_pivot":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_2":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_3":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_4":[[40.7254997855,-73.9963492691],"NoHo Historic District"],"main_pivot_5":[[40.7259942,-73.997591],"New York University"],"main_pivot_6":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_7":[[40.7254997855,-73.9963492691],"NoHo Historic District"],"main_pivot_8":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_9":[[40.7259942,-73.997591],"New York University"],"main_pivot_10":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_11":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_12":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_13":[[40.7269444,-73.9988889],"University Village"],"main_pivot_14":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_15":[[40.7252164,-74.0037733],"dentist's office"],"near_pivot":[[40.7252164,-74.0037733],"dentist's office"],"around_goal_pivot_1":[[40.7270715,-74.0012334],"church"],"around_goal_pivot_2":[[40.7247337,-74.0045643],"historic memorial"],"around_goal_pivot_3":[[40.7250957,-74.0049076],"museum"],"around_goal_pivot_4":[[40.7247023,-74.0009858],"Canada Goose"],"around_goal_pivot_5":[[40.7253566,-74.0002776],"Cole Haan"],"around_goal_pivot_6":[[40.7251889,-73.9994493],"Polo Ralph Lauren"],"around_goal_pivot_7":[[40.7270631,-74.0035938],"2 parks"],"around_goal_pivot_8":[[40.7250156,-73.9995312],"Camper"],"around_goal_pivot_9":[[40.7255066,-74.0009132],"French Connection"],"around_goal_pivot_10":[[40.7241052,-74.0007373],"Diesel"]}} +{"rvs_sample_number":266,"content":"I am at the school on 2nd Ave., directly east of your position. The school is on the next block south of Link NYC telephone. It is also northeast of a nearby church. ","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7372724,-73.9810978],"key":7788,"region":"Manhattan","rvs_start_point":[40.7372018,-73.9925353],"landmarks":{"end_point":[[40.7372724,-73.9810978],"school"],"start_point":[[40.7372018,-73.9925353],"bicycle parking"],"main_pivot":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_2":[[40.7371517,-73.9929928],"Judge Building"],"main_pivot_3":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_4":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_5":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_6":[[40.7365818167,-73.9906788679],"Union Square Park"],"main_pivot_7":[[40.736755,-73.9886512],"W Hotels"],"main_pivot_8":[[40.7374653,-73.9854846],"Gramercy Park"],"main_pivot_9":[[40.7374653,-73.9854846],"Gramercy Park"],"main_pivot_10":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_11":[[40.7374653,-73.9854846],"Gramercy Park"],"main_pivot_12":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_13":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_14":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_15":[[40.7370067,-73.9817536],"church"],"near_pivot":[[40.7370067,-73.9817536],"church"],"around_goal_pivot_1":[[40.7379875,-73.981966],"library"],"around_goal_pivot_2":[[40.7370356,-73.979315],"pharmacy"],"around_goal_pivot_3":[[40.738528,-73.9820013],"restaurant"],"around_goal_pivot_4":[[40.7369732,-73.9829469],"police station"],"around_goal_pivot_5":[[40.7375424,-73.9794861],"recycling"],"around_goal_pivot_6":[[40.7360082,-73.9818655],"drinking water"],"around_goal_pivot_7":[[40.7384292,-73.9809801],"parking entrance"],"around_goal_pivot_8":[[40.7380769,-73.9810813],"telephone"],"around_goal_pivot_9":[[40.7376843,-73.9798718],"alcohol shop"],"around_goal_pivot_10":[[40.738416,-73.9807849],"convenience shop"]}} +{"rvs_sample_number":79,"content":"I'm many blocks south of you, and a bit east. I'm waiting at a fire station here on Beekman Street. A large hospital is across the street, and Thompson Hotels is to the northwest. ","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7099495012,-74.0054029031],"key":7789,"region":"Manhattan","rvs_start_point":[40.724737,-74.0076954],"landmarks":{"end_point":[[40.7099495012,-74.0054029031],"fire station"],"start_point":[[40.724737,-74.0076954],"bicycle parking"],"main_pivot":[[40.7175915,-74.0088495],"60 Hudson Street"],"main_pivot_2":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_3":[[40.7117269,-74.0064643],"New York Times Building"],"main_pivot_4":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_5":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_6":[[40.7113193,-74.0064694],"Potter Building"],"main_pivot_7":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_8":[[40.7172308,-74.0092101],"Duane Park"],"main_pivot_9":[[40.7172308,-74.0092101],"Duane Park"],"main_pivot_10":[[40.7212835,-74.0079316],"Saint John's Park"],"main_pivot_11":[[40.7172308,-74.0092101],"Duane Park"],"main_pivot_12":[[40.7134156,-74.0077806],"Home Life Building"],"main_pivot_13":[[40.7124873,-74.0079056],"Woolworth Building"],"main_pivot_14":[[40.7112378,-74.0063582],"Morse Building"],"main_pivot_15":[[40.7101540582,-74.0052195276],"hospital"],"near_pivot":[[40.7101540582,-74.0052195276],"hospital"],"around_goal_pivot_1":[[40.7091341,-74.0080051],"church"],"around_goal_pivot_2":[[40.7127778,-74.0064366],"townhall"],"around_goal_pivot_3":[[40.7124189,-74.0046841],"historic neighbourhood"],"around_goal_pivot_4":[[40.7103743,-74.0082481],"clinic"],"around_goal_pivot_5":[[40.7074615,-74.0056835],"post office"],"around_goal_pivot_6":[[40.7090808,-74.0087292],"Godiva Chocolatier"],"around_goal_pivot_7":[[40.7089152,-74.0021708],"Hampton"],"around_goal_pivot_8":[[40.7110329,-74.0069365],"Thompson Hotels"],"around_goal_pivot_9":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_10":[[40.708975,-74.0068698],"FedEx Office"]}} +{"rvs_sample_number":20,"content":"Go a few blocks east and meet me at the bicycle parking on East 14th Avenue, on the north side of the street, north of a theatre and south of another theatre.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7338001,-73.9881763],"key":7790,"region":"Manhattan","rvs_start_point":[40.7341244,-73.9914808],"landmarks":{"end_point":[[40.7338001,-73.9881763],"bicycle parking"],"start_point":[[40.7341244,-73.9914808],"bicycle parking"],"main_pivot":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_2":[[40.7347914459,-73.9905724276],"Union Square Park"],"main_pivot_3":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_4":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_5":[[40.7347914459,-73.9905724276],"Union Square Park"],"main_pivot_6":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_7":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_8":[[40.7347914459,-73.9905724276],"Union Square Park"],"main_pivot_9":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_10":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_11":[[40.7347914459,-73.9905724276],"Union Square Park"],"main_pivot_12":[[40.7347914459,-73.9905724276],"Union Square Park"],"main_pivot_13":[[40.7347914459,-73.9905724276],"Union Square Park"],"main_pivot_14":[[40.7332796,-73.9909401],"Strand Bookstore"],"main_pivot_15":[[40.7330556,-73.9883333],"theatre"],"near_pivot":[[40.7330556,-73.9883333],"theatre"],"beyond_pivot":[[40.7349099,-73.9882699],"theatre"],"around_goal_pivot_1":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_2":[[40.7318850097,-73.9890005418],"nightclub"],"around_goal_pivot_3":[[40.7323281,-73.9907124],"two schools"],"around_goal_pivot_4":[[40.7322144,-73.9899743],"post office"],"around_goal_pivot_5":[[40.736405,-73.9884292],"W Hotels"],"around_goal_pivot_6":[[40.7322383,-73.9890136],"historic building"],"around_goal_pivot_7":[[40.7347914459,-73.9905724276],"park"],"around_goal_pivot_8":[[40.7315215,-73.9887471],"cinema"],"around_goal_pivot_9":[[40.7336264,-73.9903351],"Hyatt"],"around_goal_pivot_10":[[40.7327431,-73.9873731],"Kiehl's"]}} +{"rvs_sample_number":156,"content":"Go south and meet me at the clinic on East 11th Street, just north of the bicycle rental and west from the music school.","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7337366,-73.9948937],"key":7791,"region":"Manhattan","rvs_start_point":[40.7440882,-73.9960078],"landmarks":{"end_point":[[40.7337366,-73.9948937],"clinic"],"start_point":[[40.7440882,-73.9960078],"hotel"],"main_pivot":[[40.7352962,-73.9970481],"The New School"],"main_pivot_2":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_3":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_4":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_5":[[40.7380655,-74.0008599],"NYC LGBT Community Center"],"main_pivot_6":[[40.7352962,-73.9970481],"The New School"],"main_pivot_7":[[40.7352962,-73.9970481],"The New School"],"main_pivot_8":[[40.7352962,-73.9970481],"The New School"],"main_pivot_9":[[40.7352962,-73.9970481],"The New School"],"main_pivot_10":[[40.7352962,-73.9970481],"The New School"],"main_pivot_11":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_12":[[40.7352962,-73.9970481],"The New School"],"main_pivot_13":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_14":[[40.7400959,-73.9977377],"Rubin Museum of Art"],"main_pivot_15":[[40.7333197,-73.9951013],"bicycle rental"],"near_pivot":[[40.7333197,-73.9951013],"bicycle rental"],"beyond_pivot":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_1":[[40.7359607,-73.9959654],"cinema"],"around_goal_pivot_2":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_4":[[40.7318091,-73.9948567],"pharmacy"],"around_goal_pivot_5":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_6":[[40.735247,-73.9922811],"GameStop"],"around_goal_pivot_7":[[40.7353624,-73.9924866],"Footaction"],"around_goal_pivot_8":[[40.7329898,-73.9933964],"Supercuts"],"around_goal_pivot_9":[[40.7351784,-73.9937187],"picnic site"],"around_goal_pivot_10":[[40.7336612,-73.9918641],"music school"]}} +{"rvs_sample_number":173,"content":"Meet on the next block to your east. At AMC cinema which is on the same block with Rite Aid pharmacy. ","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7429085,-73.9767783],"key":7792,"region":"Manhattan","rvs_start_point":[40.7433826,-73.9795747],"landmarks":{"end_point":[[40.7429085,-73.9767783],"cinema"],"start_point":[[40.7433826,-73.9795747],"fast food restaurant"],"main_pivot":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_2":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_3":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_4":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_5":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_6":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_7":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_8":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_9":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_10":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_11":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_12":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_13":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_14":[[40.7438,-73.9797467],"Kips Bay Library"],"main_pivot_15":[[40.7425206,-73.9770677],"pharmacy"],"near_pivot":[[40.7425206,-73.9770677],"pharmacy"],"around_goal_pivot_1":[[40.7422794,-73.9799678],"True Value"],"around_goal_pivot_2":[[40.7452838,-73.9757505],"two restaurants"],"around_goal_pivot_3":[[40.7450946,-73.9770693],"Crunch Fitness"],"around_goal_pivot_4":[[40.7448641,-73.9789977],"7-Eleven"],"around_goal_pivot_5":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_6":[[40.7441337,-73.9781048],"2 schools"],"around_goal_pivot_7":[[40.7414385702,-73.9779167406],"Target"],"around_goal_pivot_8":[[40.7448022,-73.979026],"Jenny Craig"],"around_goal_pivot_9":[[40.7451776,-73.9772772],"Sola Salons"],"around_goal_pivot_10":[[40.7444411,-73.9793743],"Bed Bath & Beyond"]}} +{"rvs_sample_number":261,"content":"I need to get a new phone. Meet me at the Verizon Wireless store on the northside of Canal Street. Across the street caddy corner to the west of the Verizon is a Duane Reade pharmacy. Also to the southeast is a McDonald's fast food restaurant,","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7192378,-74.0013784],"key":7793,"region":"Manhattan","rvs_start_point":[40.7258353,-73.9961321],"landmarks":{"end_point":[[40.7192378,-74.0013784],"Verizon Wireless"],"start_point":[[40.7258353,-73.9961321],"Best Buy"],"main_pivot":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_2":[[40.7260286901,-73.9963583912],"New York University"],"main_pivot_3":[[40.7260286901,-73.9963583912],"New York University"],"main_pivot_4":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_5":[[40.7260286901,-73.9963583912],"New York University"],"main_pivot_6":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_7":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_8":[[40.7260286901,-73.9963583912],"New York University"],"main_pivot_9":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_10":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_11":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_12":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_13":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_14":[[40.7260286901,-73.9963583912],"New York University"],"main_pivot_15":[[40.7193544,-74.0021843],"pharmacy"],"near_pivot":[[40.7193544,-74.0021843],"pharmacy"],"beyond_pivot":[[40.7185828,-74.0010744],"fast_food"],"around_goal_pivot_1":[[40.7177749,-73.9990719],"church"],"around_goal_pivot_2":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_3":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_4":[[40.7196292,-74.0025424],"GNC"],"around_goal_pivot_5":[[40.721629,-73.9998023],"Madewell"],"around_goal_pivot_6":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_7":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_8":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_9":[[40.721651,-74.0001884],"TJ Maxx"],"around_goal_pivot_10":[[40.7208098,-74.004187],"Planet Fitness"]}} +{"rvs_sample_number":133,"content":"Meet me at bureau de change in the middle of the block on the west side of Lexington Avenue. Historic building is opposite of this place. ","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7644729,-73.9667197],"key":7794,"region":"Manhattan","rvs_start_point":[40.7633699,-73.9776416],"landmarks":{"end_point":[[40.7644729,-73.9667197],"bureau de change"],"start_point":[[40.7633699,-73.9776416],"bank"],"main_pivot":[[40.7646529,-73.9774764],"The Quin"],"main_pivot_2":[[40.7646409,-73.9775776],"111 West 57th Street"],"main_pivot_3":[[40.7647135012,-73.9734411453],"Grand Army Plaza"],"main_pivot_4":[[40.764204,-73.9751931],"Solow Building"],"main_pivot_5":[[40.7646529,-73.9774764],"The Quin"],"main_pivot_6":[[40.7646409,-73.9775776],"111 West 57th Street"],"main_pivot_7":[[40.7665973,-73.9715326],"Central Park Zoo"],"main_pivot_8":[[40.7642347,-73.9780892],"Le Parker M\u00e9ridien"],"main_pivot_9":[[40.7648721,-73.976175],"The Ritz-Carlton"],"main_pivot_10":[[40.7665973,-73.9715326],"Central Park Zoo"],"main_pivot_11":[[40.764507,-73.9726379],"Sherry Netherlands"],"main_pivot_12":[[40.7628768,-73.9780253],"Love"],"main_pivot_13":[[40.7651133,-73.968994],"Colony Club"],"main_pivot_14":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_15":[[40.7643498,-73.9665276],"historic building"],"near_pivot":[[40.7643498,-73.9665276],"historic building"],"beyond_pivot":[[40.7652014,-73.9661944],"Verizon Wireless"],"around_goal_pivot_1":[[40.7655528,-73.9671847],"church"],"around_goal_pivot_2":[[40.764233,-73.963647],"hospital"],"around_goal_pivot_3":[[40.7618761,-73.9660651],"cinema"],"around_goal_pivot_4":[[40.7664272,-73.9682239],"hotel"],"around_goal_pivot_5":[[40.7662965,-73.9653359],"two bicycle parkings"],"around_goal_pivot_6":[[40.7625457,-73.9681887],"innisfree"],"around_goal_pivot_7":[[40.7630174,-73.9678646],"Verizon Wireless"],"around_goal_pivot_8":[[40.7621956,-73.9683817],"Banana Republic"],"around_goal_pivot_9":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_10":[[40.7624232,-73.9682627],"Zara"]}} +{"rvs_sample_number":1,"content":"Meet me at the clothes shop on the corner in the west village. It's on the north side of Perry street, which is south of you, and on the same block as a church.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7358326,-74.0018859],"key":7795,"region":"Manhattan","rvs_start_point":[40.7440679,-74.0028354],"landmarks":{"end_point":[[40.7358326,-74.0018859],"clothes shop"],"start_point":[[40.7440679,-74.0028354],"frame shop"],"main_pivot":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_2":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_3":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_4":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_5":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_6":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_7":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_8":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_9":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_10":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_11":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_12":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_13":[[40.7379446,-74.0012429],"NYC LGBT Community Center"],"main_pivot_14":[[40.7389995,-74.0026797],"Jackson Square Park"],"main_pivot_15":[[40.7360361,-74.0016519],"nightclub"],"near_pivot":[[40.7360361,-74.0016519],"nightclub"],"beyond_pivot":[[40.7359878606,-74.0026322952],"place_of_worship"],"around_goal_pivot_1":[[40.7345563,-73.9994459],"2 gardens"],"around_goal_pivot_2":[[40.7346115,-73.999329],"library"],"around_goal_pivot_3":[[40.7379446,-74.0012429],"community centre"],"around_goal_pivot_4":[[40.7338292,-74.0035348],"church"],"around_goal_pivot_5":[[40.7343811,-74.0027295],"nightclub"],"around_goal_pivot_6":[[40.7358879,-74.005],"pastry shop"],"around_goal_pivot_7":[[40.7343104,-73.999437],"2 benches"],"around_goal_pivot_8":[[40.7376843,-74.0000617],"fast food restaurant"],"around_goal_pivot_9":[[40.7332291,-74.0026244],"bank"],"around_goal_pivot_10":[[40.7342099,-74.0027123],"FedEx Office"]}} +{"rvs_sample_number":320,"content":"I'm at Dunkin Donuts south of you. It's near the 14th street loop. There is a prep school on my west. ","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7294239,-73.9784817],"key":7796,"region":"Manhattan","rvs_start_point":[40.7414519,-73.981005],"landmarks":{"end_point":[[40.7294239,-73.9784817],"fast food restaurant"],"start_point":[[40.7414519,-73.981005],"fast food restaurant"],"main_pivot":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_2":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_3":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_4":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_5":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_6":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_7":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_8":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_9":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_10":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_11":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_12":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_13":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_14":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_15":[[40.7285623,-73.9783526],"park"],"near_pivot":[[40.7285623,-73.9783526],"park"],"beyond_pivot":[[40.7297217,-73.9791649],"prep_school"],"around_goal_pivot_1":[[40.7273725,-73.9802551],"library"],"around_goal_pivot_2":[[40.7311089,-73.9794887],"7 parking spaces"],"around_goal_pivot_3":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_4":[[40.7310048,-73.9796757],"7 parking spaces"],"around_goal_pivot_5":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_6":[[40.7312134,-73.9785158],"two playgrounds"],"around_goal_pivot_7":[[40.730639,-73.9779285],"8 parking spaces"],"around_goal_pivot_8":[[40.731262,-73.9772239],"public bookcase"],"around_goal_pivot_9":[[40.7280803,-73.9812286],"pub"],"around_goal_pivot_10":[[40.7320325,-73.9778157],"fountain"]}} +{"rvs_sample_number":99,"content":"I'm mailing a letter at the post box on the south side of East 30th Street. It's on the northeast corner of the block, and there is a school on the same street to my west.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7445135,-73.9833697],"key":7797,"region":"Manhattan","rvs_start_point":[40.7458866,-73.9791328],"landmarks":{"end_point":[[40.7445135,-73.9833697],"post box"],"start_point":[[40.7458866,-73.9791328],"drinking water"],"main_pivot":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_2":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_5":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_6":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_7":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_8":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_9":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_10":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_11":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_12":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_13":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_14":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_15":[[40.7447556,-73.9839134],"school"],"near_pivot":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_1":[[40.7439215,-73.9799729],"library"],"around_goal_pivot_2":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_3":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_4":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_5":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_6":[[40.7445973,-73.9799777],"3 dentist's offices"],"around_goal_pivot_7":[[40.7445787,-73.9799908],"two dentist's offices"],"around_goal_pivot_8":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_9":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_10":[[40.7450443,-73.9809169],"Mattress Firm"]}} +{"rvs_sample_number":107,"content":"Meet me at this bicycle parking on Park Avenue South. It's south of you, and there's a school on the same block. On the block to the south, there's a WeWork. This parking is the one closest to the middle of the block. The CUNY Graduate School and University Center is about halfway between us. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7442846,-73.9834787],"key":7798,"region":"Manhattan","rvs_start_point":[40.7531366493,-73.9816476458],"landmarks":{"end_point":[[40.7442846,-73.9834787],"bicycle parking"],"start_point":[[40.7531366493,-73.9816476458],"fountain"],"main_pivot":[[40.7519024,-73.9797823],"Lefcourt Colonial Building"],"main_pivot_2":[[40.7519024,-73.9797823],"Lefcourt Colonial Building"],"main_pivot_3":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_4":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_5":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_6":[[40.7519024,-73.9797823],"Lefcourt Colonial Building"],"main_pivot_7":[[40.7485406,-73.9829666],"CUNY Graduate School and University Center"],"main_pivot_8":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_9":[[40.7517305,-73.9809231],"Mercantile Building"],"main_pivot_10":[[40.7519024,-73.9797823],"Lefcourt Colonial Building"],"main_pivot_11":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_12":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_13":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_14":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_15":[[40.7447556,-73.9839134],"school"],"near_pivot":[[40.7447556,-73.9839134],"school"],"around_goal_pivot_1":[[40.7438353,-73.9801259],"library"],"around_goal_pivot_2":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_3":[[40.7439893,-73.9802455],"car rental"],"around_goal_pivot_4":[[40.7445787,-73.9799908],"three dentist's offices"],"around_goal_pivot_5":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_6":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_7":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_8":[[40.7446344,-73.9799514],"2 dentist's offices"],"around_goal_pivot_9":[[40.7438954,-73.9850741],"WeWork"],"around_goal_pivot_10":[[40.7450443,-73.9809169],"Mattress Firm"]}} +{"rvs_sample_number":258,"content":"On Murray Street southwest of you, we can meet at the cafe near the library. To the northeast on the next block there's Philly Pretzel Factory, and Broadway-Chambers Building east of that. ","rvs_path":"data\/geodata\/manhattan_samples_v109.gpkg","rvs_goal_point":[40.7137279,-74.0084336],"key":7799,"region":"Manhattan","rvs_start_point":[40.7222119,-73.9953562],"landmarks":{"end_point":[[40.7137279,-74.0084336],"cafe"],"start_point":[[40.7222119,-73.9953562],"stationery shop"],"main_pivot":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_2":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_3":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_4":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_5":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_6":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_7":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_8":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_9":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_10":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_11":[[40.7218541,-73.9962125],"Desalvio Playground"],"main_pivot_12":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_13":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_14":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_15":[[40.7134916,-74.0079247],"library"],"near_pivot":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_1":[[40.7127127,-74.0098717],"post office"],"around_goal_pivot_2":[[40.7127778,-74.0064366],"townhall"],"around_goal_pivot_3":[[40.7146402,-74.0076114],"2 restaurants"],"around_goal_pivot_4":[[40.712445,-74.0093219],"church"],"around_goal_pivot_5":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_6":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_7":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_8":[[40.7117038,-74.0085747],"AT&T"],"around_goal_pivot_9":[[40.7143426,-74.0069047],"Philly Pretzel Factory"],"around_goal_pivot_10":[[40.7145279,-74.0112651],"Target"]}} +{"rvs_sample_number":247,"content":"Meet me at this bar by the college on University Place. It's many blocks southwest of you. An Avis rental is on the block to the east.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7331707,-73.9936418],"key":7800,"region":"Manhattan","rvs_start_point":[40.74208,-73.9813801],"landmarks":{"end_point":[[40.7331707,-73.9936418],"bar"],"start_point":[[40.74208,-73.9813801],"dry cleaning shop"],"main_pivot":[[40.7389498,-73.9870536],"Calvary Church"],"main_pivot_2":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_3":[[40.7354527386,-73.9900008107],"Union Square Park"],"main_pivot_4":[[40.7408482,-73.986091],"Metropolitan Life Insurance Company Tower"],"main_pivot_5":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_6":[[40.7362396,-73.9887389],"New York Film Academy"],"main_pivot_7":[[40.7408482,-73.986091],"Metropolitan Life Insurance Company Tower"],"main_pivot_8":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_9":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_10":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_11":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_12":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_13":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_14":[[40.7413572,-73.9849325],"69th Regiment Armory"],"main_pivot_15":[[40.7330264,-73.9937706],"college"],"near_pivot":[[40.7330264,-73.9937706],"college"],"beyond_pivot":[[40.7323382,-73.9942574],"bicycle_parking"],"around_goal_pivot_1":[[40.7354527386,-73.9900008107],"park"],"around_goal_pivot_4":[[40.7323281,-73.9907124],"2 schools"],"around_goal_pivot_5":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_6":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_7":[[40.73359,-73.9912177],"Cohen's Fashion Optical"],"around_goal_pivot_8":[[40.7329691,-73.9913372],"7-Eleven"],"around_goal_pivot_9":[[40.7336264,-73.9903351],"Hyatt"],"around_goal_pivot_10":[[40.7353624,-73.9924866],"Footaction"]}} +{"rvs_sample_number":258,"content":"My sweet tooth is calling. Let's get some cheesecake at the cool bakery on Kenmare street, just before it ends, on it's north side. A historic building is over a block south.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7215522,-73.997239],"key":7801,"region":"Manhattan","rvs_start_point":[40.7247462,-73.9838567],"landmarks":{"end_point":[[40.7215522,-73.997239],"pastry shop"],"start_point":[[40.7247462,-73.9838567],"vacant shop"],"main_pivot":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_2":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_3":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_4":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_5":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_6":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_7":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_8":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_9":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_10":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_11":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_12":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_13":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_14":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.7221136,-73.9969825],"pharmacy"],"near_pivot":[[40.7221136,-73.9969825],"pharmacy"],"beyond_pivot":[[40.7219917,-73.9961366],"fast_food"],"around_goal_pivot_1":[[40.723459,-73.9953429],"cathedral"],"around_goal_pivot_2":[[40.7206819,-73.9962077],"church"],"around_goal_pivot_3":[[40.7205868977,-73.9976495978],"historic building"],"around_goal_pivot_4":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_5":[[40.7230083,-73.999069],"atm"],"around_goal_pivot_6":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_7":[[40.7234319,-73.9993293],"Free People"],"around_goal_pivot_8":[[40.7220702,-73.9985865],"Bloomingdale's"],"around_goal_pivot_9":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_10":[[40.7232351,-73.9956234],"John Fluevog"]}} +{"rvs_sample_number":357,"content":"I'm east of you at the hotel on the north side of west 28th street. It's just down the block to the east fo the pharmacy by the post box. There is a clothing store and bike parking just nextdoor to the hotel.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7468751,-73.9921509],"key":7802,"region":"Manhattan","rvs_start_point":[40.7482541,-74.0059322],"landmarks":{"end_point":[[40.7468751,-73.9921509],"hotel"],"start_point":[[40.7482541,-74.0059322],"U-Haul"],"main_pivot":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_2":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_3":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_4":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_5":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_6":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_7":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_8":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_9":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_10":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_11":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_12":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_13":[[40.747962368,-74.0048030745],"The High Line"],"main_pivot_14":[[40.7477428,-74.0039215],"London Terrace"],"main_pivot_15":[[40.7472659,-73.9931223],"pharmacy"],"near_pivot":[[40.7472659,-73.9931223],"pharmacy"],"beyond_pivot":[[40.7461384073,-73.9910627297],"fast_food"],"around_goal_pivot_1":[[40.7463891,-73.9949554],"studio"],"around_goal_pivot_2":[[40.7461235,-73.9943645],"college"],"around_goal_pivot_3":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_4":[[40.7452288,-73.9913662],"pharmacy"],"around_goal_pivot_5":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_6":[[40.7488868,-73.9918363],"Paris Baguette"],"around_goal_pivot_7":[[40.7457068,-73.9957103],"Whole Foods Market"],"around_goal_pivot_8":[[40.7482008,-73.9914186],"Courtyard"],"around_goal_pivot_9":[[40.7479711,-73.9902983],"Hampton"],"around_goal_pivot_10":[[40.7453993,-73.9944634],"Papyrus"]}} +{"rvs_sample_number":97,"content":"Let's look at this garden here. It's just east of West Street a university is just to it's north and a block or so east is a park, called Duane Park.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7174391973,-74.0116490386],"key":7803,"region":"Manhattan","rvs_start_point":[40.7184521,-74.0049427],"landmarks":{"end_point":[[40.7174391973,-74.0116490386],"garden"],"start_point":[[40.7184521,-74.0049427],"pub"],"main_pivot":[[40.7172331,-74.008061],"60 Hudson Street"],"main_pivot_2":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_3":[[40.7172331,-74.008061],"60 Hudson Street"],"main_pivot_4":[[40.7172331,-74.008061],"60 Hudson Street"],"main_pivot_5":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_6":[[40.7172745,-74.0095936],"Duane Park"],"main_pivot_7":[[40.7172745,-74.0095936],"Duane Park"],"main_pivot_8":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_9":[[40.7172745,-74.0095936],"Duane Park"],"main_pivot_10":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_11":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_12":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_13":[[40.7172331,-74.008061],"60 Hudson Street"],"main_pivot_14":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_15":[[40.7176748,-74.0116777],"university"],"near_pivot":[[40.7176748,-74.0116777],"university"],"beyond_pivot":[[40.7186927,-74.0113061],"parking"],"around_goal_pivot_1":[[40.715448,-74.0115504],"Barnes & Noble"],"around_goal_pivot_2":[[40.7156112,-74.0117376],"Whole Foods Market"],"around_goal_pivot_3":[[40.7156017,-74.0114667],"T-Mobile"],"around_goal_pivot_4":[[40.7158302,-74.0123025],"Bed Bath & Beyond"],"around_goal_pivot_5":[[40.715043,-74.011071],"Verizon Wireless"],"around_goal_pivot_6":[[40.7161408,-74.0127466],"SoulCycle"],"around_goal_pivot_7":[[40.7176833,-74.0142125],"social facility"],"around_goal_pivot_8":[[40.7152551,-74.0125292],"five gardens"],"around_goal_pivot_9":[[40.7156458,-74.0097319],"dentist's office"],"around_goal_pivot_10":[[40.7153519,-74.0124148],"six gardens"]}} +{"rvs_sample_number":155,"content":"I'm northeast of you at this historic memorial on the corner of the block on East 17th Street that has a fountain in the center of it. There's another block to the west with a fountain in the center. The IBM Watson company is about halfway between us. ","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.733864,-73.9829448],"key":7804,"region":"Manhattan","rvs_start_point":[40.7274686,-73.9995707],"landmarks":{"end_point":[[40.733864,-73.9829448],"historic memorial"],"start_point":[[40.7274686,-73.9995707],"bicycle parking"],"main_pivot":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_2":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_3":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_4":[[40.7270859,-73.9994536],"Time Landscape"],"main_pivot_5":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_6":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_7":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_8":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_9":[[40.7292688,-73.9873613],"East Village"],"main_pivot_10":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_11":[[40.7298058,-73.9973048],"Elmer Holmes Bobst Library"],"main_pivot_12":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_13":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_14":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_15":[[40.7335087,-73.9835811],"fountain"],"near_pivot":[[40.7335087,-73.9835811],"fountain"],"around_goal_pivot_1":[[40.7317422,-73.9810358],"two gardens"],"around_goal_pivot_2":[[40.7338385,-73.9843733],"fountain"],"around_goal_pivot_3":[[40.7354351,-73.9824658],"park"],"around_goal_pivot_4":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_5":[[40.7331857,-73.9808607],"Trek"],"around_goal_pivot_6":[[40.7318579,-73.9811717],"3 gardens"],"around_goal_pivot_7":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_8":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_9":[[40.735613,-73.9828029],"veterinary"],"around_goal_pivot_10":[[40.7316233962,-73.9837079732],"synagogue"]}} +{"rvs_sample_number":203,"content":"Getting here should be easy. I will be at the convenience shop in the middle of the block on Church street. 2 restaurants is on my south side. ","rvs_path":"data\/geodata\/manhattan_samples_v79.gpkg","rvs_goal_point":[40.7163036,-74.0070698],"key":7805,"region":"Manhattan","rvs_start_point":[40.7227218,-74.0048801],"landmarks":{"end_point":[[40.7163036,-74.0070698],"convenience shop"],"start_point":[[40.7227218,-74.0048801],"hotel"],"main_pivot":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_2":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_3":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_4":[[40.7223305954,-74.0054973677],"Duarte Square"],"main_pivot_5":[[40.7202132,-74.005016],"32 Avenue of the Americas"],"main_pivot_6":[[40.7223305954,-74.0054973677],"Duarte Square"],"main_pivot_7":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_8":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_9":[[40.7202132,-74.005016],"32 Avenue of the Americas"],"main_pivot_10":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_11":[[40.7223305954,-74.0054973677],"Duarte Square"],"main_pivot_12":[[40.7174449,-74.0061422],"56 Leonard Street"],"main_pivot_13":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_14":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_15":[[40.7157479,-74.0070397],"2 restaurants"],"near_pivot":[[40.7157479,-74.0070397],"2 restaurants"],"beyond_pivot":[[40.7165338,-74.008635],"bank"],"around_goal_pivot_1":[[40.7145216,-74.00479],"historic memorial"],"around_goal_pivot_2":[[40.715575,-74.008857],"hotel"],"around_goal_pivot_3":[[40.7149785,-74.0077375],"train station"],"around_goal_pivot_4":[[40.7140947,-74.0087963],"post office"],"around_goal_pivot_5":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_6":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_7":[[40.7143426,-74.0069047],"Philly Pretzel Factory"],"around_goal_pivot_8":[[40.7170239,-74.0040971],"AT&T"],"around_goal_pivot_9":[[40.7144888,-74.0067001],"T-Mobile"],"around_goal_pivot_10":[[40.7183574,-74.0057307],"Levi's"]}} +{"rvs_sample_number":51,"content":"Meet me at a pet grooming shop southeast of you on the north side of East 33rd Street. jenny Craig is west of it. Two and a half blocks north of this shop is a historic district.","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7449955,-73.9782156],"key":7806,"region":"Manhattan","rvs_start_point":[40.7520955,-73.9877281],"landmarks":{"end_point":[[40.7449955,-73.9782156],"pet grooming shop"],"start_point":[[40.7520955,-73.9877281],"gift shop"],"main_pivot":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_2":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_5":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_6":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_7":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_8":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_9":[[40.7506611,-73.987958],"Macy's"],"main_pivot_10":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_11":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_12":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_13":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_14":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_15":[[40.7448022,-73.979026],"Jenny Craig"],"near_pivot":[[40.7448022,-73.979026],"Jenny Craig"],"around_goal_pivot_1":[[40.7446159,-73.9799645],"three dentist's offices"],"around_goal_pivot_2":[[40.7439215,-73.9799729],"library"],"around_goal_pivot_3":[[40.7462177,-73.9809816],"school"],"around_goal_pivot_4":[[40.745334,-73.9757137],"2 restaurants"],"around_goal_pivot_5":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_6":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_7":[[40.7445973,-73.9799777],"2 dentist's offices"],"around_goal_pivot_8":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_9":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_10":[[40.7450939,-73.9758895],"two restaurants"]}} +{"rvs_sample_number":49,"content":"I'm sitting for coffee at the south end of 9th Avenue. Come join me. You should walk north west and I'm at the beginning of the street on the east side. ","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7412113,-74.004914],"key":7807,"region":"Manhattan","rvs_start_point":[40.7256432,-74.0012067],"landmarks":{"end_point":[[40.7412113,-74.004914],"cafe"],"start_point":[[40.7256432,-74.0012067],"clothes shop"],"main_pivot":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_2":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_3":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_4":[[40.7371036599,-74.0056272918],"Abingdon Square"],"main_pivot_5":[[40.7307069,-74.0027809],"Our Lady of Pompeii Church"],"main_pivot_6":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_7":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_8":[[40.7371036599,-74.0056272918],"Abingdon Square"],"main_pivot_9":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_10":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_11":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_12":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_13":[[40.7292116,-74.0021216],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_14":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_15":[[40.7420513,-74.0048973],"mall"],"near_pivot":[[40.7420513,-74.0048973],"mall"],"beyond_pivot":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_1":[[40.7417788,-74.0077142],"bridge"],"around_goal_pivot_2":[[40.7400215,-74.0044728],"church"],"around_goal_pivot_3":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_4":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_5":[[40.7402479,-74.0061221],"Sephora"],"around_goal_pivot_6":[[40.7410956,-74.0075055],"Tesla"],"around_goal_pivot_7":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_8":[[40.7409762,-74.0072692],"Vans"],"around_goal_pivot_9":[[40.7407143,-74.0073684],"Samsung"],"around_goal_pivot_10":[[40.7404214,-74.0064673],"Arhaus"]}} +{"rvs_sample_number":195,"content":"Meet me at Capital One bank on East 59th Street. It is on the same block as 2 clinics. It is on the block across the street from Duane Reade pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7631572,-73.9699958],"key":7808,"region":"Manhattan","rvs_start_point":[40.75401535,-73.98257195],"landmarks":{"end_point":[[40.7631572,-73.9699958],"bank"],"start_point":[[40.75401535,-73.98257195],"garden"],"main_pivot":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_2":[[40.7543305,-73.982441],"W. R. Grace Building"],"main_pivot_3":[[40.7539432,-73.9816071],"500 Fifth Avenue"],"main_pivot_4":[[40.7604061,-73.9760448],"666 Fifth Avenue"],"main_pivot_5":[[40.7542,-73.9822192],"SUNY State College of Optometry"],"main_pivot_6":[[40.7638113,-73.9741135],"Paris Theatre"],"main_pivot_7":[[40.7586882,-73.977308],"International Building"],"main_pivot_8":[[40.7606612,-73.9758772],"Saint Thomas Episcopal Church"],"main_pivot_9":[[40.7534349,-73.9823612],"Croton Reservoir"],"main_pivot_10":[[40.7542,-73.9822192],"SUNY State College of Optometry"],"main_pivot_11":[[40.7637836318,-73.973539748],"Grand Army Plaza"],"main_pivot_12":[[40.7625360081,-73.9713890461],"Four Seasons Hotel"],"main_pivot_13":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_14":[[40.7627769,-73.9738993],"Tiffany & Company"],"main_pivot_15":[[40.7632609,-73.9709178],"pharmacy"],"near_pivot":[[40.7632609,-73.9709178],"pharmacy"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7637836318,-73.973539748],"park"],"around_goal_pivot_3":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_4":[[40.76086,-73.9693837],"GNC"],"around_goal_pivot_5":[[40.7637153,-73.9710106],"2 clinics"],"around_goal_pivot_6":[[40.7615638,-73.9688483],"Aerie"],"around_goal_pivot_7":[[40.7621956,-73.9683817],"Banana Republic"],"around_goal_pivot_8":[[40.7628755,-73.9721255],"UGG"],"around_goal_pivot_9":[[40.7626847,-73.9680817],"Sephora"],"around_goal_pivot_10":[[40.7625457,-73.9681887],"innisfree"]}} +{"rvs_sample_number":206,"content":"Meet me to the southeast at the Vietnamese restaurant just four buildings up from the northeast corner where there is a tourist attraction on East 1st Street.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7235492,-73.9880373],"key":7809,"region":"Manhattan","rvs_start_point":[40.7354318,-73.9917629],"landmarks":{"end_point":[[40.7235492,-73.9880373],"restaurant"],"start_point":[[40.7354318,-73.9917629],"Reebok"],"main_pivot":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_2":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_5":[[40.7352860323,-73.9915900826],"Union Square Park"],"main_pivot_6":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_7":[[40.7279762001,-73.9914456777],"NoHo Historic District"],"main_pivot_8":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_9":[[40.7258764,-73.992203],"Bouwerie Lane Theatre"],"main_pivot_10":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_11":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_12":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_13":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_14":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_15":[[40.7233245,-73.9883186],"attraction"],"near_pivot":[[40.7233245,-73.9883186],"attraction"],"around_goal_pivot_1":[[40.7225826,-73.9881925],"deli shop"],"around_goal_pivot_2":[[40.7224889,-73.9878547],"pharmacy"],"around_goal_pivot_3":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_4":[[40.7246772,-73.9878341],"bicycle rental"],"around_goal_pivot_5":[[40.724844,-73.9878407],"community centre"],"around_goal_pivot_6":[[40.7247964,-73.9877311],"second hand shop"],"around_goal_pivot_7":[[40.7226194,-73.9883371],"military surplus shop"],"around_goal_pivot_8":[[40.7247354,-73.9881333],"video games shop"],"around_goal_pivot_9":[[40.7237905,-73.9894349],"vacant shop"],"around_goal_pivot_10":[[40.7243987,-73.9878587],"alcohol shop"]}} +{"rvs_sample_number":190,"content":"Meet me at the parking space. I'm parked on the 20th Street Loop. If you enter the loop by Lenz's Delicatessen, I'm parked a few spots before the fountain.","rvs_path":"data\/geodata\/manhattan_samples_v22.gpkg","rvs_goal_point":[40.732872986,-73.9777893868],"key":7810,"region":"Manhattan","rvs_start_point":[40.7325657879,-73.9756368729],"landmarks":{"end_point":[[40.732872986,-73.9777893868],"parking space"],"start_point":[[40.7325657879,-73.9756368729],"garden"],"main_pivot":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_2":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_3":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_4":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_5":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_6":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_7":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_8":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_9":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_10":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_11":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_12":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_13":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_14":[[40.7325657879,-73.9756368729],"Stuyvesant Town"],"main_pivot_15":[[40.7332838,-73.9779628],"nine parking spaces"],"near_pivot":[[40.7332838,-73.9779628],"nine parking spaces"],"around_goal_pivot_1":[[40.7318979,-73.9788029],"cafe"],"around_goal_pivot_2":[[40.7320361,-73.9776325],"fountain"],"around_goal_pivot_3":[[40.7336058,-73.9775005],"restaurant"],"around_goal_pivot_4":[[40.7322227,-73.9788072],"park"],"around_goal_pivot_5":[[40.7333832,-73.9767577],"three gardens"]}} +{"rvs_sample_number":441,"content":"Head on up northwest of you. I'm at the stationery shop on West 31st street. The grand hotel is about a block (regular length one that is) east on the same side of the street. There is a fairly large church across the street from it.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7484782,-73.9908519],"key":7811,"region":"Manhattan","rvs_start_point":[40.7372724,-73.9810978],"landmarks":{"end_point":[[40.7484782,-73.9908519],"stationery shop"],"start_point":[[40.7372724,-73.9810978],"school"],"main_pivot":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_2":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_3":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_4":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_5":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_6":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_7":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_8":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_9":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_10":[[40.7372857,-73.9818545],"Church of the Epiphany"],"main_pivot_11":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_12":[[40.7402356,-73.9882886],"One Madison"],"main_pivot_13":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_14":[[40.7391583,-73.9857717],"122 East 23rd Street"],"main_pivot_15":[[40.7486963,-73.9907509],"church"],"near_pivot":[[40.7486963,-73.9907509],"church"],"beyond_pivot":[[40.7493843345,-73.9905772094],"hotel"],"around_goal_pivot_1":[[40.7491056,-73.9926088],"church"],"around_goal_pivot_2":[[40.745842,-73.990901],"two florist shops"],"around_goal_pivot_3":[[40.748304,-73.9880047],"Curio Collection by Hilton"],"around_goal_pivot_4":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_5":[[40.7491768,-73.9900876],"mall"],"around_goal_pivot_6":[[40.7500159,-73.992869],"attraction"],"around_goal_pivot_7":[[40.7472345,-73.993548],"college"],"around_goal_pivot_8":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_9":[[40.7507414,-73.9914996],"post office"],"around_goal_pivot_10":[[40.7501326,-73.9890359],"T-Mobile"]}} +{"rvs_sample_number":8,"content":"I will be waiting at the shoe repair shop on the corner of 2nd Avenue. Serendipity 3 is southwest and roman catholic church is northwest on the either sides of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7620974,-73.9634799],"key":7812,"region":"Manhattan","rvs_start_point":[40.7645416,-73.9731639],"landmarks":{"end_point":[[40.7620974,-73.9634799],"shoe repair shop"],"start_point":[[40.7645416,-73.9731639],"bench"],"main_pivot":[[40.7639547,-73.9694537],"Christ Church"],"main_pivot_2":[[40.7653787,-73.9720031],"The Pierre"],"main_pivot_3":[[40.7638815,-73.972716],"General Motors Building"],"main_pivot_4":[[40.7638815,-73.972716],"General Motors Building"],"main_pivot_5":[[40.7630089,-73.9659279],"Trump Plaza Apartments"],"main_pivot_6":[[40.7630089,-73.9659279],"Trump Plaza Apartments"],"main_pivot_7":[[40.7639547,-73.9694537],"Christ Church"],"main_pivot_8":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_9":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_10":[[40.7639547,-73.9694537],"Christ Church"],"main_pivot_11":[[40.7639547,-73.9694537],"Christ Church"],"main_pivot_12":[[40.7639547,-73.9694537],"Christ Church"],"main_pivot_13":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_14":[[40.7644326905,-73.9726920686],"Sherry Netherlands"],"main_pivot_15":[[40.7628426,-73.9635561],"church"],"near_pivot":[[40.7628426,-73.9635561],"church"],"around_goal_pivot_1":[[40.7602055,-73.9617532],"bridge"],"around_goal_pivot_2":[[40.7618761,-73.9660651],"cinema"],"around_goal_pivot_3":[[40.7610807,-73.9642065],"park"],"around_goal_pivot_4":[[40.7646512,-73.964601],"atm"],"around_goal_pivot_5":[[40.7630218,-73.9628489],"pharmacy"],"around_goal_pivot_6":[[40.7624311,-73.9669548],"Bloomingdale's"],"around_goal_pivot_7":[[40.7614327,-73.9668873],"The Home Depot"],"around_goal_pivot_8":[[40.7616711,-73.9662275],"Clarks"],"around_goal_pivot_9":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_10":[[40.7643867,-73.9631097],"Affinia Hotels"]}} +{"rvs_sample_number":288,"content":"Get close to 6th Avenue and meet me at the bicycle parking which is on the same block, and north of 2 bicycle parkings. ","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.726776,-74.0036466],"key":7813,"region":"Manhattan","rvs_start_point":[40.725173,-74.0116805],"landmarks":{"end_point":[[40.726776,-74.0036466],"bicycle parking"],"start_point":[[40.725173,-74.0116805],"waste basket"],"main_pivot":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_2":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_3":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_4":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_5":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_6":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_7":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_8":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_9":[[40.7251214,-74.0039961],"10 Sullivan"],"main_pivot_10":[[40.7251214,-74.0039961],"10 Sullivan"],"main_pivot_11":[[40.7251214,-74.0039961],"10 Sullivan"],"main_pivot_12":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_13":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_14":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_15":[[40.726525,-74.0037537],"2 bicycle parkings"],"near_pivot":[[40.726525,-74.0037537],"2 bicycle parkings"],"beyond_pivot":[[40.7272222,-74.0047222],"district"],"around_goal_pivot_1":[[40.7272481,-74.0016031],"church"],"around_goal_pivot_2":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_3":[[40.7247337,-74.0045643],"historic memorial"],"around_goal_pivot_4":[[40.7255684,-74.005612],"hotel"],"around_goal_pivot_5":[[40.7284458,-74.0046787],"cinema"],"around_goal_pivot_6":[[40.72806,-74.0056962],"post office"],"around_goal_pivot_7":[[40.7273252,-74.0061913],"WeWork"],"around_goal_pivot_8":[[40.7268352,-74.006048],"Four Points by Sheraton"],"around_goal_pivot_9":[[40.7257088,-74.0048369],"Trader Joe's"],"around_goal_pivot_10":[[40.7287623,-74.0055412],"HSBC"]}} +{"rvs_sample_number":260,"content":"Let's meet up at the garden on West 40th Street. It's northeast of you. It's in the park with many monuments and coffee places, It's on the south edge of this park not far from the Library.","rvs_path":"data\/geodata\/manhattan_samples_v38.gpkg","rvs_goal_point":[40.7531055739,-73.9834189872],"key":7814,"region":"Manhattan","rvs_start_point":[40.7410288,-73.9958664],"landmarks":{"end_point":[[40.7531055739,-73.9834189872],"garden"],"start_point":[[40.7410288,-73.9958664],"bicycle parking"],"main_pivot":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_2":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_3":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_4":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_5":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_6":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_7":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_8":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_9":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_11":[[40.7501745,-73.988051],"Macy's"],"main_pivot_12":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_13":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_14":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_15":[[40.752948,-73.9829827],"library"],"near_pivot":[[40.752948,-73.9829827],"library"],"around_goal_pivot_1":[[40.7543041,-73.984028],"5 gardens"],"around_goal_pivot_2":[[40.7538595,-73.9844239],"2 playgrounds"],"around_goal_pivot_3":[[40.7519454,-73.9817758],"library"],"around_goal_pivot_4":[[40.7543018,-73.9824604],"college"],"around_goal_pivot_5":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_6":[[40.754195,-73.9801731],"clock"],"around_goal_pivot_7":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_8":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_9":[[40.7539846,-73.9840908],"six fountains"],"around_goal_pivot_10":[[40.7528306,-73.9858447],"Residence Inn"]}} +{"rvs_sample_number":149,"content":"Head southwest and meet me at the parking lot on East 54th Street, east of the church and a couple blocks north from the Lotte Hotels & Resorts. It's on the south side of the street near the middle of the block.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7605308,-73.9747158],"key":7815,"region":"Manhattan","rvs_start_point":[40.7640550338,-73.9594521834],"landmarks":{"end_point":[[40.7605308,-73.9747158],"parking lot"],"start_point":[[40.7640550338,-73.9594521834],"cafe"],"main_pivot":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_2":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_3":[[40.7596136,-73.9702683],"Central Synagogue"],"main_pivot_4":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_5":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_6":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_7":[[40.7607607,-73.96941],"Hotel 57"],"main_pivot_8":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_9":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_10":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_11":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_12":[[40.7611173,-73.9733855],"550 Madison Avenue"],"main_pivot_13":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_14":[[40.7648521,-73.959696],"67th Street Library"],"main_pivot_15":[[40.7607528,-73.9758108],"church"],"near_pivot":[[40.7607528,-73.9758108],"church"],"beyond_pivot":[[40.7608164,-73.975808],"place_of_worship"],"around_goal_pivot_1":[[40.7618081,-73.9750215],"church"],"around_goal_pivot_3":[[40.7586434,-73.9759188],"cathedral"],"around_goal_pivot_4":[[40.7583543,-73.9750558],"Lotte Hotels & Resorts"],"around_goal_pivot_5":[[40.7624104,-73.9736593],"Tiffany & Company"],"around_goal_pivot_6":[[40.760085,-73.977111],"attraction"],"around_goal_pivot_7":[[40.75944,-73.9768001],"Victoria's Secret"],"around_goal_pivot_8":[[40.7601985,-73.9763277],"Hollister"],"around_goal_pivot_9":[[40.7625009,-73.9724139],"Fendi"],"around_goal_pivot_10":[[40.7630564,-73.9735775],"Louis Vuitton"]}} +{"rvs_sample_number":401,"content":"Head west on West Washington, and walk through the park when it ends, past the two gardens and pick it up again on the west side of the park, then pass the next block and meet me at the restaurant that is Japanese, on the south side of the street after that intersection.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7322375,-74.0007701],"key":7816,"region":"Manhattan","rvs_start_point":[40.7288797,-73.9934374],"landmarks":{"end_point":[[40.7322375,-74.0007701],"restaurant"],"start_point":[[40.7288797,-73.9934374],"Foot Locker"],"main_pivot":[[40.7291451,-73.9942269],"Center for Neural Science"],"main_pivot_2":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_3":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_4":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_5":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_6":[[40.7300376,-73.9956136],"Brown Building"],"main_pivot_7":[[40.7300376,-73.9956136],"Brown Building"],"main_pivot_8":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_9":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_10":[[40.7291451,-73.9942269],"Center for Neural Science"],"main_pivot_11":[[40.7291451,-73.9942269],"Center for Neural Science"],"main_pivot_12":[[40.7320396,-73.9995703],"Blue Hill"],"main_pivot_13":[[40.7291451,-73.9942269],"Center for Neural Science"],"main_pivot_14":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_15":[[40.7321414472,-74.0002961148],"university"],"near_pivot":[[40.7321414472,-74.0002961148],"university"],"beyond_pivot":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_1":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_2":[[40.7344184,-73.9992573],"library"],"around_goal_pivot_3":[[40.7343104,-73.999437],"two benches"],"around_goal_pivot_5":[[40.7310944,-73.9979513],"two gardens"],"around_goal_pivot_6":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_7":[[40.7312367,-74.0015037],"cinema"],"around_goal_pivot_8":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_9":[[40.7342625,-73.999364],"two gardens"],"around_goal_pivot_10":[[40.7313953,-74.0014331],"clinic"]}} +{"rvs_sample_number":182,"content":"I'm west of you at the bicycle parking near the shore. You can find me just west of the hotel at the end of Jane street. You'll find it once you pass the NYC LGBT Community Center going west.","rvs_path":"data\/geodata\/manhattan_samples_v47.gpkg","rvs_goal_point":[40.7380728,-74.0103992],"key":7817,"region":"Manhattan","rvs_start_point":[40.7393502,-73.9940627],"landmarks":{"end_point":[[40.7380728,-74.0103992],"bicycle parking"],"start_point":[[40.7393502,-73.9940627],"camera shop"],"main_pivot":[[40.7394351,-74.00816],"The High Line"],"main_pivot_2":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_3":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_4":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_5":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_6":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_7":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_8":[[40.7389359,-73.9954239],"The New York Foundling"],"main_pivot_9":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_10":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_11":[[40.7394351,-74.00816],"The High Line"],"main_pivot_12":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_13":[[40.739445,-74.0084766],"Whitney Museum of American Art"],"main_pivot_14":[[40.7379791,-73.9955722],"Church of Saint Francis Xavier"],"main_pivot_15":[[40.7383978,-74.0095443],"hotel"],"near_pivot":[[40.7383978,-74.0095443],"hotel"],"around_goal_pivot_1":[[40.739445,-74.0084766],"museum"],"around_goal_pivot_2":[[40.7362948,-74.009527],"school"],"around_goal_pivot_3":[[40.7395076,-74.0075791],"Madewell"],"around_goal_pivot_4":[[40.7395756,-74.0078407],"Warby Parker"],"around_goal_pivot_5":[[40.7395092,-74.0082142],"attraction"],"around_goal_pivot_6":[[40.739498,-74.007702],"cafe"],"around_goal_pivot_7":[[40.739739,-74.008335],"toilets"],"around_goal_pivot_8":[[40.7367371,-74.0096248],"events venue"],"around_goal_pivot_9":[[40.7368265,-74.0096532],"studio"],"around_goal_pivot_10":[[40.7395078,-74.0078781],"bar"]}} +{"rvs_sample_number":290,"content":"I am at the hairdresser shop northwest of you in the middle of the Little Italy neighborhood. The shop is on the east side of Centre St. There is a historic building on the next corner to the north.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7193815,-73.998676],"key":7818,"region":"Manhattan","rvs_start_point":[40.7167451,-73.9970807],"landmarks":{"end_point":[[40.7193815,-73.998676],"hairdresser shop"],"start_point":[[40.7167451,-73.9970807],"jewelry shop"],"main_pivot":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_2":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_3":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_4":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_5":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_6":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_9":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_10":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_11":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_12":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_13":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_14":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_15":[[40.719811,-73.9983397],"historic building"],"near_pivot":[[40.719811,-73.9983397],"historic building"],"beyond_pivot":[[40.7185361,-73.9984892],"school"],"around_goal_pivot_1":[[40.7172058,-73.9983886],"three jewelry shops"],"around_goal_pivot_2":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_3":[[40.7173313,-74.0009106],"historic building"],"around_goal_pivot_4":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_5":[[40.721563,-74.0002642],"Lululemon"],"around_goal_pivot_6":[[40.7172427,-73.9983648],"2 jewelry shops"],"around_goal_pivot_7":[[40.7171502,-73.9982139],"two jewelry shops"],"around_goal_pivot_8":[[40.717912,-73.9979397],"2 gift shops"],"around_goal_pivot_9":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_10":[[40.7207142,-74.0009938],"Muji"]}} +{"rvs_sample_number":74,"content":"I'm a few blocks north of you at CorePower Yoga, on the east side of Broadway. There is a church across the street from me. ","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7768271,-73.9817446],"key":7819,"region":"Manhattan","rvs_start_point":[40.7742826,-73.982523],"landmarks":{"end_point":[[40.7768271,-73.9817446],"CorePower Yoga"],"start_point":[[40.7742826,-73.982523],"Raymour & Flanigan"],"main_pivot":[[40.7750135,-73.9817481],"AMC Loews Lincoln Square 13"],"main_pivot_2":[[40.7739902,-73.9829166],"The Juilliard School"],"main_pivot_3":[[40.7750135,-73.9817481],"AMC Loews Lincoln Square 13"],"main_pivot_4":[[40.7751943,-73.9827855],"Kaufman Music Center"],"main_pivot_5":[[40.7750135,-73.9817481],"AMC Loews Lincoln Square 13"],"main_pivot_6":[[40.7751943,-73.9827855],"Kaufman Music Center"],"main_pivot_7":[[40.7739902,-73.9829166],"The Juilliard School"],"main_pivot_8":[[40.7739902,-73.9829166],"The Juilliard School"],"main_pivot_9":[[40.7739902,-73.9829166],"The Juilliard School"],"main_pivot_10":[[40.7751943,-73.9827855],"Kaufman Music Center"],"main_pivot_11":[[40.7739902,-73.9829166],"The Juilliard School"],"main_pivot_12":[[40.7752346,-73.9829549],"Merkin Concert Hall"],"main_pivot_13":[[40.7750135,-73.9817481],"AMC Loews Lincoln Square 13"],"main_pivot_14":[[40.7750135,-73.9817481],"AMC Loews Lincoln Square 13"],"main_pivot_15":[[40.77694,-73.9815071],"church"],"near_pivot":[[40.77694,-73.9815071],"church"],"around_goal_pivot_1":[[40.7794448,-73.9824835],"church"],"around_goal_pivot_2":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_3":[[40.7777244,-73.9820556],"3 benches"],"around_goal_pivot_4":[[40.7752346,-73.9829549],"theatre"],"around_goal_pivot_5":[[40.7750135,-73.9817481],"cinema"],"around_goal_pivot_6":[[40.7794303,-73.9812428],"historic building"],"around_goal_pivot_7":[[40.7776613,-73.982681],"ice cream"],"around_goal_pivot_8":[[40.7782936,-73.9816359],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.7777767,-73.9821076],"2 benches"],"around_goal_pivot_10":[[40.7780849,-73.9808553],"Trek"]}} +{"rvs_sample_number":308,"content":"Meet me at a bicycle parking north of you on the east side of 9th Avenue. It is the first bicycle parking north of the Rite Aid Pharmacy and is on the same side of the street. West of this bicycle parking is a cinema and a hostel.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7459161,-74.0016421],"key":7820,"region":"Manhattan","rvs_start_point":[40.7390222,-74.0012408],"landmarks":{"end_point":[[40.7459161,-74.0016421],"bicycle parking"],"start_point":[[40.7390222,-74.0012408],"Medical Center"],"main_pivot":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_2":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_3":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_4":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_5":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_6":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_7":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_8":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_9":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_10":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_11":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_12":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_13":[[40.7416413,-74.0046486],"111 Eighth Avenue"],"main_pivot_14":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_15":[[40.7455643,-74.0017197],"pharmacy"],"near_pivot":[[40.7455643,-74.0017197],"pharmacy"],"beyond_pivot":[[40.7467485,-74.0014239],"bank"],"around_goal_pivot_1":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_2":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_3":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_4":[[40.7463321,-74.004064],"park"],"around_goal_pivot_5":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_6":[[40.7477595,-74.0037921],"bank"],"around_goal_pivot_7":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_8":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_9":[[40.7455005,-74.0000828],"hostel"],"around_goal_pivot_10":[[40.7474474,-74.0003447],"veterinary"]}} +{"rvs_sample_number":21,"content":"Meet me at the playground for a playdate. The best way to get here is probably to take 6th Street east just before it dead ends into a large highway. There should be some parking just before it ends. If you see a park at the end of the street, you have gone to far. After you park, take the southeast walking path out of the parking lot and follow it until you see the playground. The playground is between two buildings, 711 and 709.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7207099243,-73.9755140182],"key":7821,"region":"Manhattan","rvs_start_point":[40.7314250995,-73.9760866039],"landmarks":{"end_point":[[40.7207099243,-73.9755140182],"playground"],"start_point":[[40.7314250995,-73.9760866039],"garden"],"main_pivot":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_2":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_3":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_4":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_5":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_6":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_7":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_8":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_9":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_10":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_11":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_12":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_13":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_14":[[40.7237629392,-73.9758046867],"Jacob Riis Houses"],"main_pivot_15":[[40.7215707124,-73.9744653608],"park"],"near_pivot":[[40.7215707124,-73.9744653608],"park"],"around_goal_pivot_1":[[40.722117,-73.9773685],"fast food restaurant"],"around_goal_pivot_2":[[40.7224968,-73.9728769],"2 gardens"],"around_goal_pivot_3":[[40.7206076,-73.9784628],"dentist's office"],"around_goal_pivot_4":[[40.7213292,-73.9778529],"bicycle parking"],"around_goal_pivot_5":[[40.7213755438,-73.9739471763],"track"]}} +{"rvs_sample_number":430,"content":"I'm southeast of you at the bicycle parking on East 53rd Street. There is a pharmacy on my north. Courtyard is on the southeast.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7581785,-73.9710055],"key":7822,"region":"Manhattan","rvs_start_point":[40.765264,-73.9831704],"landmarks":{"end_point":[[40.7581785,-73.9710055],"bicycle parking"],"start_point":[[40.765264,-73.9831704],"restaurant"],"main_pivot":[[40.7609005,-73.9767563],"Saint Thomas Episcopal Church"],"main_pivot_2":[[40.7591741,-73.9738441],"CBS Studio Building"],"main_pivot_3":[[40.7591741,-73.9738441],"CBS Studio Building"],"main_pivot_4":[[40.7591741,-73.9738441],"CBS Studio Building"],"main_pivot_5":[[40.7607441,-73.9775911],"Paley Center for Media"],"main_pivot_6":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_7":[[40.7592146,-73.9731947],"Racquet and Tennis Club"],"main_pivot_8":[[40.7613077,-73.9784015],"CBS Building"],"main_pivot_9":[[40.7626758,-73.9814186],"Sheraton New York Times Square Hotel"],"main_pivot_10":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_11":[[40.7614763,-73.9781235],"MoMA"],"main_pivot_12":[[40.7592146,-73.9731947],"Racquet and Tennis Club"],"main_pivot_13":[[40.7613077,-73.9784015],"CBS Building"],"main_pivot_14":[[40.7608094,-73.9769919],"666 Fifth Avenue"],"main_pivot_15":[[40.7585698,-73.9710738],"pharmacy"],"near_pivot":[[40.7585698,-73.9710738],"pharmacy"],"beyond_pivot":[[40.7572029,-73.9716548],"pharmacy"],"around_goal_pivot_1":[[40.7595506,-73.9708633],"synagogue"],"around_goal_pivot_2":[[40.7580907,-73.9744299],"Lotte Hotels & Resorts"],"around_goal_pivot_3":[[40.7559068,-73.9704102],"GNC"],"around_goal_pivot_4":[[40.7583008,-73.9692155],"Barnes & Noble"],"around_goal_pivot_5":[[40.7598369,-73.9701317],"Cohen's Fashion Optical"],"around_goal_pivot_6":[[40.7561736,-73.9692506],"2 benches"],"around_goal_pivot_7":[[40.7573984,-73.9698932],"Courtyard"],"around_goal_pivot_8":[[40.7567999,-73.9694313],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7561485,-73.9708905],"Affinia Hotels"],"around_goal_pivot_10":[[40.759123,-73.9685869],"T-Mobile"]}} +{"rvs_sample_number":176,"content":"Let's meet at the Union Square clinic, which is south of you on 4th Avenue. There's a Subway shop on this same irregular block, and there's a Regal cinema to the southwest of here. The William Henry Seward Monument is about halfway between us. ","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.734864,-73.9897882],"key":7823,"region":"Manhattan","rvs_start_point":[40.7492408,-73.9920749],"landmarks":{"end_point":[[40.734864,-73.9897882],"clinic"],"start_point":[[40.7492408,-73.9920749],"post box"],"main_pivot":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_2":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_3":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_4":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_5":[[40.7491056,-73.9926088],"Church of St. John the Baptist"],"main_pivot_6":[[40.7485098,-73.9902683],"The Epic"],"main_pivot_7":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_8":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_9":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_10":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_11":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_12":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_13":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_14":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_15":[[40.7370148,-73.9902826],"park"],"near_pivot":[[40.7370148,-73.9902826],"park"],"beyond_pivot":[[40.7342598,-73.9890767],"fast_food"],"around_goal_pivot_1":[[40.7322144,-73.9899743],"post office"],"around_goal_pivot_2":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_3":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_4":[[40.7365586,-73.988794],"W Hotels"],"around_goal_pivot_5":[[40.7322911,-73.9891871],"historic building"],"around_goal_pivot_6":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_7":[[40.7336264,-73.9903351],"Hyatt"],"around_goal_pivot_8":[[40.7373803,-73.9899304],"Scotch & Soda"],"around_goal_pivot_9":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_10":[[40.735602,-73.9916228],"Staples"]}} +{"rvs_sample_number":163,"content":"Let's eat at the restaurant on Spring street. It's at the part of the street to the west of the angle and the museum is a block to it's west.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7254542,-74.0047415],"key":7824,"region":"Manhattan","rvs_start_point":[40.7147041,-73.9977965],"landmarks":{"end_point":[[40.7254542,-74.0047415],"restaurant"],"start_point":[[40.7147041,-73.9977965],"restaurant"],"main_pivot":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_2":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_3":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_4":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_5":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_6":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_7":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_8":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_9":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_10":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_11":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_12":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_13":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_14":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_15":[[40.7247337,-74.0045643],"historic memorial"],"near_pivot":[[40.7247337,-74.0045643],"historic memorial"],"beyond_pivot":[[40.7261841,-74.0058782],"restaurant"],"around_goal_pivot_1":[[40.7272222,-74.0047222],"historic district"],"around_goal_pivot_2":[[40.7256742,-74.0067838],"museum"],"around_goal_pivot_3":[[40.7243489,-74.0079837],"Arlo Hotels"],"around_goal_pivot_4":[[40.7274667,-74.0057229],"Courtyard"],"around_goal_pivot_5":[[40.7268352,-74.006048],"Four Points by Sheraton"],"around_goal_pivot_6":[[40.7273252,-74.0061913],"WeWork"],"around_goal_pivot_7":[[40.72425,-74.0015568],"R.M.Williams"],"around_goal_pivot_8":[[40.7240871,-74.0021462],"gallery"],"around_goal_pivot_9":[[40.7258444,-74.0062226],"attraction"],"around_goal_pivot_10":[[40.7235926,-74.0032044],"toilets"]}} +{"rvs_sample_number":214,"content":"Move north on 6th Avenue past Haier Building. I'm at the garden very close to historic building. It is on the opposite block of Blink Fitness.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7536643434,-73.9841401562],"key":7825,"region":"Manhattan","rvs_start_point":[40.7417763,-73.9906298],"landmarks":{"end_point":[[40.7536643434,-73.9841401562],"garden"],"start_point":[[40.7417763,-73.9906298],"restaurant"],"main_pivot":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_2":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_3":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_4":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_5":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_6":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_7":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_8":[[40.7412995,-73.9895586],"Flatiron Building"],"main_pivot_9":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_10":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_11":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_12":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_13":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_14":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_15":[[40.7536111,-73.9841667],"historic building"],"near_pivot":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_1":[[40.7529964,-73.9829564],"library"],"around_goal_pivot_2":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_3":[[40.7527557,-73.9835181],"ROYCE'"],"around_goal_pivot_4":[[40.7546279,-73.9845292],"Whole Foods Market"],"around_goal_pivot_5":[[40.7547921,-73.9844633],"Rolex"],"around_goal_pivot_6":[[40.7538513,-73.9854117],"Blink Fitness"],"around_goal_pivot_7":[[40.7540132,-73.9831848],"two gardens"],"around_goal_pivot_8":[[40.7540507,-73.9826414],"toilets"],"around_goal_pivot_9":[[40.7534088,-73.9829374],"shelter"],"around_goal_pivot_10":[[40.7524774,-73.984652],"bar"]}} +{"rvs_sample_number":96,"content":"Meet me at the post box on the south side of East 56th Street, at the corner where that meets the avenue that borders the park on its east.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.762169,-73.9744371],"key":7826,"region":"Manhattan","rvs_start_point":[40.7725,-73.9714],"landmarks":{"end_point":[[40.762169,-73.9744371],"post box"],"start_point":[[40.7725,-73.9714],"drinking water"],"main_pivot":[[40.7701407,-73.9723395],"Walter Scott"],"main_pivot_2":[[40.770193,-73.9725659],"Robert Burns"],"main_pivot_3":[[40.7642753,-73.9728068],"Sherry Netherlands"],"main_pivot_4":[[40.7701407,-73.9723395],"Walter Scott"],"main_pivot_5":[[40.7706639,-73.9721367],"Fitz-Greene Halleck"],"main_pivot_6":[[40.7697989,-73.9723702],"William Shakespeare"],"main_pivot_7":[[40.770193,-73.9725659],"Robert Burns"],"main_pivot_8":[[40.7642753,-73.9728068],"Sherry Netherlands"],"main_pivot_9":[[40.7728773,-73.9718893],"Ludwig van Beethoven"],"main_pivot_10":[[40.7707115,-73.9723903],"Women's Rights Pioneers Monument"],"main_pivot_11":[[40.770193,-73.9725659],"Robert Burns"],"main_pivot_12":[[40.7697989,-73.9723702],"William Shakespeare"],"main_pivot_13":[[40.7697989,-73.9723702],"William Shakespeare"],"main_pivot_14":[[40.7638113,-73.9741135],"Paris Theatre"],"main_pivot_15":[[40.7620474,-73.9748471],"church"],"near_pivot":[[40.7620474,-73.9748471],"church"],"beyond_pivot":[[40.7608164,-73.975808],"place_of_worship"],"around_goal_pivot_1":[[40.7608164,-73.975808],"church"],"around_goal_pivot_2":[[40.761619,-73.9769666],"museum"],"around_goal_pivot_3":[[40.7612458,-73.9743323],"St. Regis"],"around_goal_pivot_4":[[40.7631651,-73.9735523],"watches shop"],"around_goal_pivot_5":[[40.7610186,-73.9756542],"Gap"],"around_goal_pivot_6":[[40.7645416,-73.9731639],"2 benches"],"around_goal_pivot_7":[[40.764669,-73.9732589],"2 benches"],"around_goal_pivot_8":[[40.7612526,-73.9735148],"Sony"],"around_goal_pivot_9":[[40.7646448,-73.9730913],"two benches"],"around_goal_pivot_10":[[40.7619166,-73.9724337],"Oliver Peoples"]}} +{"rvs_sample_number":84,"content":"Meet me at an Orthodox Church southwest of you on the south side of Liberty Street. The Twin Towers Memorial is to the northwest of it on the same street. A block to the south of this church is the W Hotel and On Liberty plaza is to its east.","rvs_path":"data\/geodata\/manhattan_samples_v94.gpkg","rvs_goal_point":[40.7101502692,-74.0132317649],"key":7827,"region":"Manhattan","rvs_start_point":[40.7187364,-74.0025769],"landmarks":{"end_point":[[40.7101502692,-74.0132317649],"church"],"start_point":[[40.7187364,-74.0025769],"post box"],"main_pivot":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_2":[[40.7117604,-74.0085062],"Transportation Building"],"main_pivot_3":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_4":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_5":[[40.7088866,-74.0102433],"Marine Midland Building"],"main_pivot_6":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_7":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_8":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_9":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_10":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_11":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_12":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_13":[[40.7111342,-74.0090528],"Saint Paul's Chapel"],"main_pivot_14":[[40.7109899,-74.0100254],"Millenium Hilton"],"main_pivot_15":[[40.7092871051,-74.0136022677],"W Hotels"],"near_pivot":[[40.7092871051,-74.0136022677],"W Hotels"],"beyond_pivot":[[40.7104974,-74.0138892],"memorial"],"around_goal_pivot_1":[[40.7082938,-74.0123324],"church"],"around_goal_pivot_2":[[40.712013,-74.0125691],"two gardens"],"around_goal_pivot_3":[[40.7113298,-74.0135253],"5 benches"],"around_goal_pivot_4":[[40.7109899,-74.0100254],"Hilton"],"around_goal_pivot_5":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_6":[[40.7113209,-74.0138233],"2 gardens"],"around_goal_pivot_7":[[40.7087265,-74.0106877],"2 bicycle parkings"],"around_goal_pivot_8":[[40.7091173,-74.012497],"school"],"around_goal_pivot_9":[[40.7082719,-74.0136192],"Fairfield Inn & Suites"],"around_goal_pivot_10":[[40.7113386,-74.0135463],"3 benches"]}} +{"rvs_sample_number":121,"content":"Meet me at the bicycle parking south of you on Bleecker Street. Its in the block between the park and the bar. It's on the same side of the street as the park and in the middle of that block.","rvs_path":"data\/geodata\/manhattan_samples_v38.gpkg","rvs_goal_point":[40.7285501,-74.0001046],"key":7828,"region":"Manhattan","rvs_start_point":[40.7393278,-74.0018755],"landmarks":{"end_point":[[40.7285501,-74.0001046],"bicycle parking"],"start_point":[[40.7393278,-74.0018755],"bar"],"main_pivot":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_2":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_3":[[40.7310049,-74.0030253],"Murray's Cheese"],"main_pivot_4":[[40.7293554,-74.0017849],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_5":[[40.7339703543,-74.0022476408],"Stonewalll Inn State Historic Site"],"main_pivot_6":[[40.7310049,-74.0030253],"Murray's Cheese"],"main_pivot_7":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_8":[[40.7293554,-74.0017849],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_9":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_10":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_11":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_12":[[40.7339703543,-74.0022476408],"Stonewalll Inn State Historic Site"],"main_pivot_13":[[40.7335982,-74.0034729],"St. John\u2019s Church"],"main_pivot_14":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_15":[[40.728823,-74.0011817],"park"],"near_pivot":[[40.728823,-74.0011817],"park"],"beyond_pivot":[[40.7283337,-73.9992168],"bar"],"around_goal_pivot_2":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_3":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_4":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_5":[[40.7291918,-73.9969721],"2 bicycle parkings"],"around_goal_pivot_6":[[40.7291298,-73.9970217],"3 bicycle parkings"],"around_goal_pivot_7":[[40.7285369,-73.9987401],"bank"],"around_goal_pivot_9":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_10":[[40.7304709,-74.0007447],"charging station"]}} +{"rvs_sample_number":371,"content":"Meet me at a restaurant southwest of you on the corner of Warren Street. It is between a book shop and the Home Life Building all on the same street. A New York Public Library is southeast of the restaurant. ","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7143494,-74.0086532],"key":7829,"region":"Manhattan","rvs_start_point":[40.7233990542,-73.9969398619],"landmarks":{"end_point":[[40.7143494,-74.0086532],"restaurant"],"start_point":[[40.7233990542,-73.9969398619],"parking lot"],"main_pivot":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_2":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_3":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_4":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_5":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_6":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_7":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_8":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_9":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_10":[[40.7136475,-74.0075771],"Home Life Building"],"main_pivot_11":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_12":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_13":[[40.7136475,-74.0075771],"Home Life Building"],"main_pivot_14":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_15":[[40.7148891,-74.009276],"books shop"],"near_pivot":[[40.7148891,-74.009276],"books shop"],"beyond_pivot":[[40.7148891,-74.009276],"books"],"around_goal_pivot_1":[[40.7125423048,-74.0095238605],"church"],"around_goal_pivot_2":[[40.7130195,-74.0062251],"townhall"],"around_goal_pivot_3":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_4":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_5":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_6":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_7":[[40.7156112,-74.0117376],"Whole Foods Market"],"around_goal_pivot_8":[[40.712096,-74.0086261],"FedEx Office"],"around_goal_pivot_9":[[40.715448,-74.0115504],"Barnes & Noble"],"around_goal_pivot_10":[[40.7142106,-74.006028],"Modell's Sporting Goods"]}} +{"rvs_sample_number":227,"content":"Let's drop off these Schwinns at the bicycle parking just a bit south of West 56th Street. It's four blocks from the river and not quite on the corner.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7658638,-73.9836589],"key":7830,"region":"Manhattan","rvs_start_point":[40.7528196,-73.9776692],"landmarks":{"end_point":[[40.7658638,-73.9836589],"bicycle parking"],"start_point":[[40.7528196,-73.9776692],"vending machine"],"main_pivot":[[40.7564316,-73.9855893],"1500 Broadway"],"main_pivot_2":[[40.7579629,-73.985335],"Bertelsmann Building"],"main_pivot_3":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_4":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_5":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_6":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_7":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_8":[[40.7618293,-73.9836008],"Winter Garden Theatre"],"main_pivot_9":[[40.7523544442,-73.9766551348],"Grand Hyatt New York"],"main_pivot_10":[[40.7523544442,-73.9766551348],"Grand Hyatt New York"],"main_pivot_11":[[40.7625043,-73.9841063],"Mark Hellinger Theater"],"main_pivot_12":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_13":[[40.7532064164,-73.977329266],"MetLife Building"],"main_pivot_14":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_15":[[40.7650644,-73.9838591],"attraction"],"near_pivot":[[40.7650644,-73.9838591],"attraction"],"around_goal_pivot_1":[[40.767401,-73.9821813],"museum"],"around_goal_pivot_2":[[40.7678694,-73.9821395],"attraction"],"around_goal_pivot_3":[[40.7684026,-73.9828296],"mall"],"around_goal_pivot_4":[[40.7675765,-73.984466],"RadioShack"],"around_goal_pivot_5":[[40.7683962,-73.9826745],"Whole Foods Market"],"around_goal_pivot_6":[[40.7671416,-73.9827823],"Paris Baguette"],"around_goal_pivot_7":[[40.7645752,-73.9827913],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.766461,-73.9815889],"Nordstrom"],"around_goal_pivot_9":[[40.7663468,-73.9824049],"Gap"],"around_goal_pivot_10":[[40.7681308,-73.9827575],"J.Crew"]}} +{"rvs_sample_number":436,"content":"Go east and meet me on Columbus Avenue at the bicycle parking north of the pharmacy and south of the museum, it's on the east side of the street and not on a corner.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7803545,-73.9765415],"key":7831,"region":"Manhattan","rvs_start_point":[40.7838268,-73.9863497],"landmarks":{"end_point":[[40.7803545,-73.9765415],"bicycle parking"],"start_point":[[40.7838268,-73.9863497],"drinking water"],"main_pivot":[[40.7798557,-73.9822832],"The Ansonia"],"main_pivot_2":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_3":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_4":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_5":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_6":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_7":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_8":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_9":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_10":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_11":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_12":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_13":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7809584,-73.9757841],"museum"],"near_pivot":[[40.7809584,-73.9757841],"museum"],"beyond_pivot":[[40.7809335,-73.9757542],"museum"],"around_goal_pivot_1":[[40.7791724,-73.974716],"museum"],"around_goal_pivot_2":[[40.7793781,-73.9771006],"pharmacy"],"around_goal_pivot_3":[[40.7792751,-73.9776569],"European Wax Center"],"around_goal_pivot_4":[[40.7826191,-73.9752335],"Scotch & Soda"],"around_goal_pivot_5":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"around_goal_pivot_6":[[40.7818389,-73.9757879],"The Coffee Bean & Tea Leaf"],"around_goal_pivot_7":[[40.7793466,-73.9775268],"recycling"],"around_goal_pivot_8":[[40.7800709,-73.9780394],"synagogue"],"around_goal_pivot_9":[[40.7806573,-73.9798764],"ice cream"],"around_goal_pivot_10":[[40.7787567,-73.9775524],"bank"]}} +{"rvs_sample_number":221,"content":"Meet me at a recycling container northeast of you on the north side of East 51 Street. Lotte Hotels & Resorts is across the street from it. To the west of the recycling container is a Roman Catholic Church and to its northwest is a T-Mobile Shop.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7582622,-73.9743625],"key":7832,"region":"Manhattan","rvs_start_point":[40.7511133,-73.9782175],"landmarks":{"end_point":[[40.7582622,-73.9743625],"recycling"],"start_point":[[40.7511133,-73.9782175],"vending machine"],"main_pivot":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_2":[[40.7547288688,-73.9768271474],"The Roosevelt Hotel"],"main_pivot_3":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_4":[[40.7525793,-73.9764941],"Graybar Building"],"main_pivot_5":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_6":[[40.7519728,-73.9769341],"Grand Hyatt New York"],"main_pivot_7":[[40.7551215593,-73.9765304466],"383 Madison Avenue"],"main_pivot_8":[[40.7570147,-73.9738362],"Waldorf-Astoria Hotel"],"main_pivot_9":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_10":[[40.7540716365,-73.976616108],"MetLife Building"],"main_pivot_11":[[40.7551215593,-73.9765304466],"383 Madison Avenue"],"main_pivot_12":[[40.7522453,-73.9782574],"One Grand Central Place"],"main_pivot_13":[[40.7522599,-73.9775875],"Grand Central Terminal"],"main_pivot_14":[[40.7555481,-73.9755334],"JP Morgan Chase Tower"],"main_pivot_15":[[40.7580907,-73.9744299],"Lotte Hotels & Resorts"],"near_pivot":[[40.7580907,-73.9744299],"Lotte Hotels & Resorts"],"beyond_pivot":[[40.7589187,-73.9746107],"T-Mobile"],"around_goal_pivot_1":[[40.7605821,-73.9759816],"church"],"around_goal_pivot_2":[[40.7583355,-73.9777221],"three gardens"],"around_goal_pivot_3":[[40.7583635,-73.9777013],"two gardens"],"around_goal_pivot_4":[[40.7583629,-73.9757496],"cathedral"],"around_goal_pivot_5":[[40.7581275,-73.9764501],"Saks Fifth Avenue"],"around_goal_pivot_6":[[40.7591463,-73.9768817],"attraction"],"around_goal_pivot_7":[[40.7561317,-73.9736733],"InterContinental"],"around_goal_pivot_8":[[40.7601985,-73.9763277],"Hollister"],"around_goal_pivot_9":[[40.75944,-73.9768001],"Victoria's Secret"],"around_goal_pivot_10":[[40.7575892,-73.9713601],"Paris Baguette"]}} +{"rvs_sample_number":229,"content":"Locating here should be easy. I am at the convenience shop in the middle of the block, west of 9th Avenue and west of a bar. The bar is on the opposite block. ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7645395,-73.9884424],"key":7833,"region":"Manhattan","rvs_start_point":[40.7559296,-73.9910356],"landmarks":{"end_point":[[40.7645395,-73.9884424],"convenience shop"],"start_point":[[40.7559296,-73.9910356],"pub"],"main_pivot":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_2":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_3":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_4":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_5":[[40.7559941,-73.9905036],"The New York Times Building"],"main_pivot_6":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_7":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_8":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_9":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_10":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_11":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_12":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_13":[[40.7559941,-73.9905036],"The New York Times Building"],"main_pivot_14":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_15":[[40.7646184,-73.9878947],"bicycle rental"],"near_pivot":[[40.7646184,-73.9878947],"bicycle rental"],"beyond_pivot":[[40.7643224,-73.9873646],"bar"],"around_goal_pivot_1":[[40.7653673,-73.9900352],"church"],"around_goal_pivot_2":[[40.764874,-73.9910311],"library"],"around_goal_pivot_3":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_4":[[40.7637735,-73.9852854],"Verizon Wireless"],"around_goal_pivot_5":[[40.7632521,-73.986221],"Hampton"],"around_goal_pivot_6":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_7":[[40.7659458,-73.9907004],"post box"],"around_goal_pivot_8":[[40.7638244,-73.9868377],"post office"],"around_goal_pivot_9":[[40.7644171,-73.9869612],"nightclub"],"around_goal_pivot_10":[[40.7649371,-73.9850825],"police station"]}} +{"rvs_sample_number":95,"content":"Meet me at a fabric shop north of you on 39th Street. Nearby to the south is a post office. To the west is a cafe. A collector shop is northeast of the fabric shop.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7546999,-73.9900111],"key":7834,"region":"Manhattan","rvs_start_point":[40.7442428,-73.9839881],"landmarks":{"end_point":[[40.7546999,-73.9900111],"fabric shop"],"start_point":[[40.7442428,-73.9839881],"pub"],"main_pivot":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_2":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_3":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_4":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_5":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_6":[[40.7506611,-73.987958],"Macy's"],"main_pivot_7":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_8":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_9":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_10":[[40.7506611,-73.987958],"Macy's"],"main_pivot_11":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_12":[[40.7506611,-73.987958],"Macy's"],"main_pivot_13":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_14":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_15":[[40.7541404,-73.9898612],"post office"],"near_pivot":[[40.7541404,-73.9898612],"post office"],"beyond_pivot":[[40.7553458,-73.9909131],"cafe"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7560875,-73.9908279],"bus station"],"around_goal_pivot_3":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_4":[[40.7559168,-73.9884898],"museum"],"around_goal_pivot_5":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_6":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_7":[[40.7569181,-73.9886311],"ice cream"],"around_goal_pivot_8":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_9":[[40.7566068,-73.9925161],"Staybridge Suites"],"around_goal_pivot_10":[[40.75387,-73.9918126],"MetroPCS"]}} +{"rvs_sample_number":253,"content":"I am southeast of you in the neighborhood between the two bridges, where Madison crosses a major street that changes names a few times. I am at the bicycle parking lot on the south corner of that intersection, directly east of a park that is triangle shaped.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7116412,-73.9996925],"key":7835,"region":"Manhattan","rvs_start_point":[40.7244728,-74.0039044],"landmarks":{"end_point":[[40.7116412,-73.9996925],"bicycle parking"],"start_point":[[40.7244728,-74.0039044],"fast food restaurant"],"main_pivot":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_2":[[40.7243571,-74.0042428],"10 Sullivan"],"main_pivot_3":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_4":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_5":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_6":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_7":[[40.7243571,-74.0042428],"10 Sullivan"],"main_pivot_8":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_9":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_10":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_11":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_12":[[40.7140937,-73.9996381],"Columbus Park"],"main_pivot_13":[[40.7247337,-74.0045643],"Jos\u00e9 Gervasio Artigas"],"main_pivot_14":[[40.7140937,-73.9996381],"Columbus Park"],"main_pivot_15":[[40.7116486,-73.9999893],"park"],"near_pivot":[[40.7116486,-73.9999893],"park"],"beyond_pivot":[[40.7108358,-74.0002248],"C-Town Supermarkets"],"around_goal_pivot_1":[[40.7133308,-74.0011556],"prison"],"around_goal_pivot_2":[[40.717492867,-73.9992817848],"historic neighbourhood"],"around_goal_pivot_3":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_4":[[40.7092068,-74.0005538],"attraction"],"around_goal_pivot_5":[[40.7128157,-73.9984923],"grave yard"],"around_goal_pivot_6":[[40.7108358,-74.0002248],"C-Town Supermarkets"],"around_goal_pivot_7":[[40.7120721,-73.9979191],"pharmacy"],"around_goal_pivot_8":[[40.7110694,-73.9974327],"toilets"],"around_goal_pivot_9":[[40.7142407,-73.9996989],"waste basket"],"around_goal_pivot_10":[[40.7120638,-73.9980534],"confectionery shop"]}} +{"rvs_sample_number":137,"content":"I'm sitting at a nice Chinese restaurant on Water street, in the Financial District, across from a nice garden. It's south of Wall street and about a block east of the Hampton hotel. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7033341,-74.0106724],"key":7836,"region":"Manhattan","rvs_start_point":[40.7137611,-74.009094],"landmarks":{"end_point":[[40.7033341,-74.0106724],"restaurant"],"start_point":[[40.7137611,-74.009094],"cafe"],"main_pivot":[[40.7105743194,-74.0113236846],"3 World Trade Center"],"main_pivot_2":[[40.7074528,-74.0121093],"Empire Building"],"main_pivot_3":[[40.7075025,-74.0113643],"1 Wall Street"],"main_pivot_4":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_5":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_6":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_7":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_8":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_9":[[40.7130783999,-74.0091989444],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_10":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_11":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_12":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_13":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_14":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_15":[[40.7026838,-74.0099481],"three gardens"],"near_pivot":[[40.7026838,-74.0099481],"three gardens"],"beyond_pivot":[[40.7036415,-74.0117897],"fast_food"],"around_goal_pivot_1":[[40.7042693,-74.0104174],"historic district"],"around_goal_pivot_2":[[40.7031103,-74.0089445],"two gardens"],"around_goal_pivot_3":[[40.7040265,-74.0137472],"museum"],"around_goal_pivot_4":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_5":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_6":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_7":[[40.7032278,-74.0122031],"Hampton"],"around_goal_pivot_8":[[40.703748,-74.008459],"2 fountains"],"around_goal_pivot_9":[[40.7039493,-74.0122005],"DoubleTree"],"around_goal_pivot_10":[[40.703,-74.0085698],"2 gardens"]}} +{"rvs_sample_number":51,"content":"Meet me at the Beacon Theatre on Broadway next to the Hotel Beacon and a block south of Avis car rental. It's about 10 blocks north of where you are at now.","rvs_path":"data\/geodata\/manhattan_samples_v85.gpkg","rvs_goal_point":[40.7804903,-73.9811314],"key":7837,"region":"Manhattan","rvs_start_point":[40.772136,-73.9821955],"landmarks":{"end_point":[[40.7804903,-73.9811314],"theatre"],"start_point":[[40.772136,-73.9821955],"bench"],"main_pivot":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_2":[[40.77731,-73.982318],"Sherman Square"],"main_pivot_3":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_4":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_5":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_6":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_7":[[40.77694,-73.9815071],"Church of the Blessed Sacrament"],"main_pivot_8":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_9":[[40.77731,-73.982318],"Sherman Square"],"main_pivot_10":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_11":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_12":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_13":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7807355,-73.9810912],"hotel"],"near_pivot":[[40.7807355,-73.9810912],"hotel"],"around_goal_pivot_1":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_2":[[40.7814474,-73.9806703],"car rental"],"around_goal_pivot_3":[[40.7824749,-73.981145],"Lush"],"around_goal_pivot_4":[[40.7817516,-73.9813934],"L'Occitane"],"around_goal_pivot_5":[[40.7827367,-73.9810332],"T-Mobile"],"around_goal_pivot_6":[[40.7826796,-73.980323],"Marshalls"],"around_goal_pivot_7":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"around_goal_pivot_8":[[40.7791578,-73.982197],"Bloomingdale's"],"around_goal_pivot_9":[[40.7785925,-73.9822755],"Trader Joe's"],"around_goal_pivot_10":[[40.7817731,-73.9796013],"SoulCycle"]}} +{"rvs_sample_number":312,"content":"Meet me at the Wildlife conservation society attraction. It is west of 5th Avenue. It is west of the school. North west of the gift shop.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7681796,-73.9723113],"key":7838,"region":"Manhattan","rvs_start_point":[40.7730413,-73.9601591],"landmarks":{"end_point":[[40.7681796,-73.9723113],"attraction"],"start_point":[[40.7730413,-73.9601591],"bicycle parking"],"main_pivot":[[40.7728723,-73.9602117],"St. Jean Baptiste Church"],"main_pivot_2":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_3":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_4":[[40.7728723,-73.9602117],"St. Jean Baptiste Church"],"main_pivot_5":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_6":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_7":[[40.7709209,-73.9671494],"Frick Collection"],"main_pivot_8":[[40.7731071,-73.9603783],"Lenox Hill Hospital"],"main_pivot_9":[[40.7728723,-73.9602117],"St. Jean Baptiste Church"],"main_pivot_10":[[40.7728723,-73.9602117],"St. Jean Baptiste Church"],"main_pivot_11":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_12":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_13":[[40.7700133,-73.9643335],"Asia Society"],"main_pivot_14":[[40.7731071,-73.9603783],"Lenox Hill Hospital"],"main_pivot_15":[[40.7683330986,-73.9710734648],"zoo"],"near_pivot":[[40.7683330986,-73.9710734648],"zoo"],"around_goal_pivot_1":[[40.7672766,-73.9737732],"water"],"around_goal_pivot_2":[[40.7667773771,-73.974183821],"wood"],"around_goal_pivot_3":[[40.7666543,-73.971125],"post box"],"around_goal_pivot_4":[[40.7669278,-73.9738339],"attraction"],"around_goal_pivot_5":[[40.768668,-73.9709183],"zoo"],"around_goal_pivot_6":[[40.768013,-73.9709581],"school"],"around_goal_pivot_7":[[40.7690337,-73.9747171],"two benches"],"around_goal_pivot_8":[[40.7674269,-73.9714341],"toilets"],"around_goal_pivot_9":[[40.7671831,-73.9720578],"cafe"],"around_goal_pivot_10":[[40.7672289,-73.9715817],"gift shop"]}} +{"rvs_sample_number":195,"content":"Head down south and meet me at the bench close to battery place. It is directly west of a hotel, on the opposite side, and the viewpoint is on its southwest. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7054008,-74.0181377],"key":7839,"region":"Manhattan","rvs_start_point":[40.7075527,-74.0182691],"landmarks":{"end_point":[[40.7054008,-74.0181377],"bench"],"start_point":[[40.7075527,-74.0182691],"bench"],"main_pivot":[[40.7074946,-74.018846],"South Cove"],"main_pivot_2":[[40.7074946,-74.018846],"South Cove"],"main_pivot_3":[[40.7074946,-74.018846],"South Cove"],"main_pivot_4":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_5":[[40.7074946,-74.018846],"South Cove"],"main_pivot_6":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_7":[[40.7074946,-74.018846],"South Cove"],"main_pivot_8":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_9":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_10":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_11":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_12":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_13":[[40.7074946,-74.018846],"South Cove"],"main_pivot_14":[[40.7081094032,-74.0186348128],"The Esplanade"],"main_pivot_15":[[40.705449,-74.0172945],"hotel"],"near_pivot":[[40.705449,-74.0172945],"hotel"],"beyond_pivot":[[40.7041466136,-74.0173403915],"park"],"around_goal_pivot_1":[[40.7036776,-74.0169955],"historic fort"],"around_goal_pivot_2":[[40.7041044203,-74.0174229895],"park"],"around_goal_pivot_3":[[40.7051316,-74.0162126],"four benches"],"around_goal_pivot_4":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_5":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_6":[[40.7050848,-74.0159759],"three benches"],"around_goal_pivot_7":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_8":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_9":[[40.7044698,-74.0158633],"compressed air"],"around_goal_pivot_10":[[40.704447,-74.0174174],"bar"]}} +{"rvs_sample_number":156,"content":"Walk west all the way on West 44th street and meet me at the dog park east of the boat rental.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7634805109,-74.0004004508],"key":7840,"region":"Manhattan","rvs_start_point":[40.7600605,-73.9874205],"landmarks":{"end_point":[[40.7634805109,-74.0004004508],"dog park"],"start_point":[[40.7600605,-73.9874205],"alcohol shop"],"main_pivot":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_2":[[40.7602867,-73.9869495],"Samuel J. Friedman Theatre"],"main_pivot_3":[[40.7642607,-73.9994356],"Lockheed A-12"],"main_pivot_4":[[40.7648527,-73.9993419],"USS Growler"],"main_pivot_5":[[40.7599239,-73.9884821],"St. Luke's Church"],"main_pivot_6":[[40.7602867,-73.9869495],"Samuel J. Friedman Theatre"],"main_pivot_7":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_8":[[40.7602867,-73.9869495],"Samuel J. Friedman Theatre"],"main_pivot_9":[[40.7599121056,-73.9872179669],"Brooks Atkinson Theatre"],"main_pivot_10":[[40.7642607,-73.9994356],"Lockheed A-12"],"main_pivot_11":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_12":[[40.7640396,-73.9994523],"USS Intrepid"],"main_pivot_13":[[40.7604164,-73.987262],"Biltmore Tower"],"main_pivot_14":[[40.7648527,-73.9993419],"USS Growler"],"main_pivot_15":[[40.7631599,-74.0005711],"cafe"],"near_pivot":[[40.7631599,-74.0005711],"cafe"],"around_goal_pivot_1":[[40.7640396,-73.9994523],"historic ship"],"around_goal_pivot_2":[[40.764394,-73.9993064],"museum"],"around_goal_pivot_3":[[40.762824,-74.0013485],"attraction"],"around_goal_pivot_4":[[40.7629441,-73.9995387],"post depot"],"around_goal_pivot_6":[[40.7640644,-74.0016347],"boat rental"],"around_goal_pivot_7":[[40.7636389,-73.9990037],"bicycle parking"],"around_goal_pivot_8":[[40.7627274,-74.0014192],"parking entrance"],"around_goal_pivot_9":[[40.7627546,-74.0011356],"bicycle shop"],"around_goal_pivot_10":[[40.7647515,-74.0000879],"gift shop"]}} +{"rvs_sample_number":64,"content":"The fast food restaurant is on East 34th right by the pharmacy. It's on the same side of the street as the pharmacy.","rvs_path":"data\/geodata\/manhattan_samples_v13.gpkg","rvs_goal_point":[40.7463393,-73.9800508],"key":7841,"region":"Manhattan","rvs_start_point":[40.7568001,-73.9829115],"landmarks":{"end_point":[[40.7463393,-73.9800508],"fast food restaurant"],"start_point":[[40.7568001,-73.9829115],"bicycle rental"],"main_pivot":[[40.7545627,-73.9839414],"Breads bakery"],"main_pivot_2":[[40.7525037,-73.9827718],"The Bryant"],"main_pivot_3":[[40.7525037,-73.9827718],"The Bryant"],"near_pivot":[[40.7464352,-73.9804408],"pharmacy"],"around_goal_pivot_1":[[40.7453945,-73.9790862],"2 restaurants"],"around_goal_pivot_2":[[40.7457661,-73.9792786],"fountain"],"around_goal_pivot_3":[[40.7462607,-73.9817338],"post box"]}} +{"rvs_sample_number":92,"content":"Meet me at the bench. Go to the library on East Broadway and it is right there. Literally right on top of it. Perhaps a step or two to the west if even that. Two bicycle parkings will be immediately south of you. ","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7145378,-73.9887042],"key":7842,"region":"Manhattan","rvs_start_point":[40.7073416,-74.0027202],"landmarks":{"end_point":[[40.7145378,-73.9887042],"bench"],"start_point":[[40.7073416,-74.0027202],"bar"],"main_pivot":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_2":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_3":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_4":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_5":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_6":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_7":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_8":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_9":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_10":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_11":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_12":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_13":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_14":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_15":[[40.7145464114,-73.9886475379],"library"],"near_pivot":[[40.7145464114,-73.9886475379],"library"],"around_goal_pivot_1":[[40.7136232,-73.9906476],"church"],"around_goal_pivot_2":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_3":[[40.7135085,-73.989841],"3 benches"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7158089,-73.987045],"bank"],"around_goal_pivot_6":[[40.7135019,-73.9898958],"two benches"],"around_goal_pivot_7":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_8":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_9":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_10":[[40.7165969,-73.9908729],"museum"]}} +{"rvs_sample_number":306,"content":"I'm to the north of you, and a little west, at a historic memorial north of Washington Square South. Also, a church is a short distance to the south, and an arts centre is southeast. ","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7311241,-73.9980065],"key":7843,"region":"Manhattan","rvs_start_point":[40.7184993,-73.9940787],"landmarks":{"end_point":[[40.7311241,-73.9980065],"historic memorial"],"start_point":[[40.7184993,-73.9940787],"language school"],"main_pivot":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_2":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_3":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_4":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_5":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_6":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_7":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_8":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_9":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_10":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_11":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_12":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_15":[[40.7302607,-73.9982099],"church"],"near_pivot":[[40.7302607,-73.9982099],"church"],"around_goal_pivot_2":[[40.7295282,-73.99673],"library"],"around_goal_pivot_3":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_4":[[40.7312367,-74.0015037],"cinema"],"around_goal_pivot_5":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_6":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_7":[[40.72873,-73.9985805],"museum"],"around_goal_pivot_8":[[40.728742,-73.996835],"bicycle repair station"]}} +{"rvs_sample_number":102,"content":"Go south to meet me at the restaurant on Allen Street right next to the museum and southeast of the bus station.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7187155,-73.9903472],"key":7844,"region":"Manhattan","rvs_start_point":[40.7261439,-73.9857115],"landmarks":{"end_point":[[40.7187155,-73.9903472],"restaurant"],"start_point":[[40.7261439,-73.9857115],"bicycle parking"],"main_pivot":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_6":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_7":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_8":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_9":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_10":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_11":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_12":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_13":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_14":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_15":[[40.7187837,-73.9900266],"museum"],"near_pivot":[[40.7187837,-73.9900266],"museum"],"beyond_pivot":[[40.7179915,-73.9907343],"restaurant"],"around_goal_pivot_1":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_2":[[40.7209775,-73.9891491],"2 clothes shops"],"around_goal_pivot_3":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_4":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_5":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_6":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_7":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_8":[[40.7165969,-73.9908729],"museum"],"around_goal_pivot_9":[[40.7211823,-73.9889471],"hotel"],"around_goal_pivot_10":[[40.7195856,-73.9908359],"bus station"]}} +{"rvs_sample_number":16,"content":"Let\u2019s meet at the clothes shop north of you. You will want to go straight north until you reach the atm. This is actually PAST our goal, so from here you will want to go south one block and then west one block. The shop is at the southeast corner of this block, at the very corner of East 46th Street and another intersecting street. ","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7555641,-73.9774674],"key":7845,"region":"Manhattan","rvs_start_point":[40.7483503,-73.9780794],"landmarks":{"end_point":[[40.7555641,-73.9774674],"clothes shop"],"start_point":[[40.7483503,-73.9780794],"restaurant"],"main_pivot":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_2":[[40.7523048745,-73.978399871],"One Grand Central Place"],"main_pivot_3":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_4":[[40.7480665,-73.9783494],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_5":[[40.7523048745,-73.978399871],"One Grand Central Place"],"main_pivot_6":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_7":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_8":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_9":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_10":[[40.7480665,-73.9783494],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_11":[[40.7525464,-73.9781811],"Grand Central Terminal"],"main_pivot_12":[[40.7533925,-73.9773562],"MetLife Building"],"main_pivot_13":[[40.7533925,-73.9773562],"MetLife Building"],"main_pivot_14":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_15":[[40.7560243,-73.9766969],"atm"],"near_pivot":[[40.7560243,-73.9766969],"atm"],"beyond_pivot":[[40.7560243,-73.9766969],"atm"],"around_goal_pivot_1":[[40.7529286,-73.9775863],"seven atms"],"around_goal_pivot_2":[[40.75294,-73.9776144],"six atms"],"around_goal_pivot_3":[[40.7529319,-73.9775953],"5 atms"],"around_goal_pivot_4":[[40.7576428,-73.9768093],"Saks Fifth Avenue"],"around_goal_pivot_5":[[40.7556508,-73.974021],"InterContinental"],"around_goal_pivot_6":[[40.7560383,-73.980752],"post office"],"around_goal_pivot_7":[[40.7575576,-73.978169],"Aritzia"],"around_goal_pivot_8":[[40.7529964,-73.9776131],"nine vending machines"],"around_goal_pivot_9":[[40.7552093,-73.9793633],"NBA Store"],"around_goal_pivot_10":[[40.755296,-73.979822],"Vans"]}} +{"rvs_sample_number":194,"content":"Meet me at the drinking water that is to the west of another drinking water on a pier. It is west of west street.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7342053,-74.0117755],"key":7846,"region":"Manhattan","rvs_start_point":[40.7323251,-74.0038428],"landmarks":{"end_point":[[40.7342053,-74.0117755],"drinking water"],"start_point":[[40.7323251,-74.0038428],"bar"],"main_pivot":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_2":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_3":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_4":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_5":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_6":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_7":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_8":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_9":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_10":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_11":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_12":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_13":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_14":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_15":[[40.7341123,-74.0108645],"drinking water"],"near_pivot":[[40.7341123,-74.0108645],"drinking water"],"around_goal_pivot_1":[[40.7362948,-74.009527],"school"],"around_goal_pivot_2":[[40.7331727,-74.0106841],"cafe"],"around_goal_pivot_3":[[40.7344402,-74.0098339],"restaurant"],"around_goal_pivot_4":[[40.732968,-74.0106301],"toilets"],"around_goal_pivot_5":[[40.7328488,-74.0100082],"bicycle shop"],"around_goal_pivot_8":[[40.732509,-74.0107372],"three fountains"]}} +{"rvs_sample_number":289,"content":"Meet me at the bench southwest of you on Battery Park City Greenway. A bay is on my northwest. Another bench is to my southwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v109.gpkg","rvs_goal_point":[40.7073145,-74.0180435],"key":7847,"region":"Manhattan","rvs_start_point":[40.7191411,-74.0066476],"landmarks":{"end_point":[[40.7073145,-74.0180435],"bench"],"start_point":[[40.7191411,-74.0066476],"bicycle rental"],"main_pivot":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_2":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_3":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_4":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_5":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_6":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_7":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_8":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_9":[[40.7106728513,-74.0143051996],"Liberty Street Bridge"],"main_pivot_10":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_11":[[40.7107056,-74.0123108],"4 World Trade Center"],"main_pivot_12":[[40.7102488,-74.0132468],"St. Nicholas Greek Orthodox Church"],"main_pivot_13":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_14":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_15":[[40.7074946,-74.018846],"bay"],"near_pivot":[[40.7074946,-74.018846],"bay"],"beyond_pivot":[[40.7067925,-74.0186524],"bench"],"around_goal_pivot_1":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_2":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_3":[[40.7064662,-74.0189866],"3 gardens"],"around_goal_pivot_4":[[40.7059102,-74.0182242],"2 fountains"],"around_goal_pivot_5":[[40.7054965,-74.018811],"three gardens"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_8":[[40.7076307,-74.0149714],"2 gardens"],"around_goal_pivot_9":[[40.7077978,-74.0144477],"parking lot"],"around_goal_pivot_10":[[40.7082742,-74.0177294],"dry cleaning shop"]}} +{"rvs_sample_number":201,"content":"Can you pick me up at school? Mom forgot me. Remember where it is? It's between the post box to it's east on the same block of West 56th street, and the fast food subway spot is to it's west just a bit.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7679539,-73.9881627],"key":7848,"region":"Manhattan","rvs_start_point":[40.7576227,-73.9823951],"landmarks":{"end_point":[[40.7679539,-73.9881627],"school"],"start_point":[[40.7576227,-73.9823951],"bank"],"main_pivot":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_2":[[40.7644234,-73.9825165],"1717 Broadway"],"main_pivot_3":[[40.7628861,-73.9828607],"810 Seventh Avenue"],"main_pivot_4":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_5":[[40.7581556,-73.9842911],"Bertelsmann Building"],"main_pivot_6":[[40.758894,-73.9846754],"Palace Theater"],"main_pivot_7":[[40.7573729318,-73.9824978255],"Americas Tower"],"main_pivot_8":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_9":[[40.7644234,-73.9825165],"1717 Broadway"],"main_pivot_10":[[40.7582580398,-73.9821197325],"News Corp. Building"],"main_pivot_11":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_12":[[40.7628861,-73.9828607],"810 Seventh Avenue"],"main_pivot_13":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_14":[[40.7586764,-73.985527],"New York Marriott Marquis"],"main_pivot_15":[[40.7684724,-73.9888124],"fast food restaurant"],"near_pivot":[[40.7684724,-73.9888124],"fast food restaurant"],"beyond_pivot":[[40.7684724,-73.9888124],"fast_food"],"around_goal_pivot_1":[[40.7669219,-73.9869645],"theatre"],"around_goal_pivot_2":[[40.7697689,-73.9880829],"college"],"around_goal_pivot_3":[[40.7698512,-73.9856014],"historic building"],"around_goal_pivot_4":[[40.7683375,-73.9863395],"church"],"around_goal_pivot_5":[[40.7696216,-73.9879659],"Paris Baguette"],"around_goal_pivot_6":[[40.767291,-73.986435],"post box"],"around_goal_pivot_7":[[40.7676341,-73.9895164],"telephone"],"around_goal_pivot_8":[[40.7668321,-73.9876352],"veterinary"],"around_goal_pivot_9":[[40.7699105,-73.9859675],"dentist's office"],"around_goal_pivot_10":[[40.7693592,-73.9901779],"studio"]}} +{"rvs_sample_number":176,"content":"Meet me at the copyshop on East 7th Street. There is a pub directly next to it. In the block north of it, you will find an ice cream shop.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7288026,-73.9898013],"key":7849,"region":"Manhattan","rvs_start_point":[40.7215860346,-73.9899627449],"landmarks":{"end_point":[[40.7288026,-73.9898013],"copyshop shop"],"start_point":[[40.7215860346,-73.9899627449],"playground"],"main_pivot":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_2":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_3":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_4":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_5":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_6":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_7":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_8":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_9":[[40.7255608,-73.9905129],"New York Marble Cemetery"],"main_pivot_10":[[40.7246959,-73.9895805],"New York City Marble Cemetery"],"main_pivot_11":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_12":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_13":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_14":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_15":[[40.7287612,-73.9897021],"pub"],"near_pivot":[[40.7287612,-73.9897021],"pub"],"beyond_pivot":[[40.7295282,-73.9905606],"university"],"around_goal_pivot_1":[[40.7290541,-73.9914133],"theatre"],"around_goal_pivot_2":[[40.7277854,-73.9896764],"museum"],"around_goal_pivot_3":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_4":[[40.7299609,-73.9905041],"pharmacy"],"around_goal_pivot_5":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_6":[[40.729934,-73.9900686],"college"],"around_goal_pivot_7":[[40.7298294,-73.990943],"marketplace"],"around_goal_pivot_8":[[40.729128,-73.9885719],"ice cream"],"around_goal_pivot_9":[[40.729394,-73.991328],"parking lot"],"around_goal_pivot_10":[[40.7298005,-73.9901269],"bench"]}} +{"rvs_sample_number":383,"content":"Let's meet at the american Restaurant on West 31st street. It's on the south side of it. There is a church on the block to the west, same side of the street. A hotel is in the block north.","rvs_path":"data\/geodata\/manhattan_samples_v103.gpkg","rvs_goal_point":[40.7483789,-73.9906177],"key":7850,"region":"Manhattan","rvs_start_point":[40.7593907,-73.9795264],"landmarks":{"end_point":[[40.7483789,-73.9906177],"restaurant"],"start_point":[[40.7593907,-73.9795264],"Godiva Chocolatier"],"main_pivot":[[40.7501745,-73.988051],"Macy's"],"main_pivot_2":[[40.7597315,-73.9798149],"Radio City Music Hall"],"main_pivot_3":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_4":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_5":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_6":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_7":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_8":[[40.76019,-73.9807086],"Time-Life Building"],"main_pivot_9":[[40.7597315,-73.9798149],"Radio City Music Hall"],"main_pivot_10":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_11":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_12":[[40.7565668,-73.9836275],"Belasco Theatre"],"main_pivot_13":[[40.7592824781,-73.9795718695],"GE Building"],"main_pivot_14":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_15":[[40.749125,-73.9884722],"mall"],"near_pivot":[[40.749125,-73.9884722],"mall"],"beyond_pivot":[[40.7493843345,-73.9905772094],"hotel"],"around_goal_pivot_1":[[40.7491056,-73.9926088],"church"],"around_goal_pivot_2":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_3":[[40.7501745,-73.988051],"Macy's"],"around_goal_pivot_4":[[40.7500159,-73.992869],"attraction"],"around_goal_pivot_5":[[40.7472345,-73.993548],"college"],"around_goal_pivot_6":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_7":[[40.7502967,-73.9894209],"Skechers"],"around_goal_pivot_8":[[40.7463971,-73.990782],"Hyatt House"],"around_goal_pivot_9":[[40.7468823,-73.9915583],"Hotel Indigo"],"around_goal_pivot_10":[[40.750399,-73.9896635],"Vans"]}} +{"rvs_sample_number":269,"content":"Head south until you reach the Samuel F.B. Morse statue. Get onto East 72 Street at this intersection and continue on it until you've passed the Chase bank on your left. At the intersection following the bank, turn left. Your destination, bicycle parking, will be on your right. ","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.7698984,-73.9603921],"key":7851,"region":"Manhattan","rvs_start_point":[40.7748745,-73.966844],"landmarks":{"end_point":[[40.7698984,-73.9603921],"bicycle parking"],"start_point":[[40.7748745,-73.966844],"bench"],"main_pivot":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_2":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_3":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_4":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_5":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_6":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_7":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_8":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_9":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_10":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_11":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_12":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_13":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_14":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_15":[[40.7701167,-73.9600332],"restaurant"],"near_pivot":[[40.7701167,-73.9600332],"restaurant"],"around_goal_pivot_1":[[40.771073,-73.9593705],"pub"],"around_goal_pivot_2":[[40.7702912,-73.959556],"school"],"around_goal_pivot_3":[[40.7704923,-73.9619685],"bank"],"around_goal_pivot_4":[[40.7692754,-73.9612325],"Anthropologie"],"around_goal_pivot_5":[[40.7685655,-73.9603104],"parking entrance"],"around_goal_pivot_6":[[40.7709268,-73.9595724],"greengrocer shop"],"around_goal_pivot_7":[[40.7688374,-73.9591103],"interior decoration shop"]}} +{"rvs_sample_number":136,"content":"Meet me at the hairdresser shop southwest of your location. First head south for three blocks then west for two blocks. Then keep heading south for 12 blocks. You will see a 7-Eleven. Your destination is on the next block at the end of the block. It is one block north of a restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.71403,-74.0088594],"key":7852,"region":"Manhattan","rvs_start_point":[40.7220413,-73.9975572],"landmarks":{"end_point":[[40.71403,-74.0088594],"hairdresser shop"],"start_point":[[40.7220413,-73.9975572],"restaurant"],"main_pivot":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_2":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_3":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_4":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_5":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_6":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_7":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_8":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_9":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_10":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_11":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_12":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_13":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_14":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_15":[[40.7142638925,-74.0083240108],"train station"],"near_pivot":[[40.7142638925,-74.0083240108],"train station"],"beyond_pivot":[[40.7132343,-74.0088443],"restaurant"],"around_goal_pivot_1":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_2":[[40.7148891,-74.009276],"books shop"],"around_goal_pivot_3":[[40.7127598,-74.0084952],"attraction"],"around_goal_pivot_4":[[40.713344,-74.0083078],"post office"],"around_goal_pivot_5":[[40.7146944,-74.0083481],"7-Eleven"],"around_goal_pivot_6":[[40.7147399,-74.0091063],"bicycle rental"],"around_goal_pivot_7":[[40.7143712,-74.0098061],"stripclub"],"around_goal_pivot_8":[[40.714816,-74.0091158],"dentist's office"],"around_goal_pivot_9":[[40.7152236,-74.0088979],"pub"],"around_goal_pivot_10":[[40.7148660441,-74.0099335951],"parking lot"]}} +{"rvs_sample_number":390,"content":"Come to the kiosk shop southwest of you on west 34th street. An attraction and 14 towers are both southeast of me on the opposite block.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7495541,-73.986953],"key":7853,"region":"Manhattan","rvs_start_point":[40.7529286,-73.9775863],"landmarks":{"end_point":[[40.7495541,-73.986953],"kiosk shop"],"start_point":[[40.7529286,-73.9775863],"atm"],"main_pivot":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_2":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_3":[[40.7532342,-73.9773935],"MetLife Building"],"main_pivot_4":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_5":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_6":[[40.7522837,-73.9794821],"One Grand Central Place"],"main_pivot_7":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_8":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_9":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_10":[[40.7522837,-73.9794821],"One Grand Central Place"],"main_pivot_11":[[40.7513065437,-73.9812307651],"Mercantile Building"],"main_pivot_12":[[40.7520148,-73.9797001],"Lefcourt Colonial Building"],"main_pivot_13":[[40.748457,-73.9822766],"Church of the Incarnation"],"main_pivot_14":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_15":[[40.7489422,-73.9861526],"attraction"],"near_pivot":[[40.7489422,-73.9861526],"attraction"],"beyond_pivot":[[40.7499020291,-73.987783703],"square"],"around_goal_pivot_1":[[40.7501745,-73.988051],"Macy's"],"around_goal_pivot_2":[[40.7486695,-73.9874053],"Curio Collection by Hilton"],"around_goal_pivot_3":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_5":[[40.7506415,-73.9875555],"two bicycle parkings"],"around_goal_pivot_6":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_8":[[40.7484343,-73.9856963],"14 towers"],"around_goal_pivot_10":[[40.7490117,-73.9880898],"square"]}} +{"rvs_sample_number":77,"content":"Let's meet and park our bikes at bicycle parking. Head due north for a while, passing the Corbin building, and the library, among other places. Once you get to the library, go two blocks north and then one block west. The bicycle parking is on that block, on Chamber's Street, just about in the southeast corner of the block. ","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.715143,-74.0082374],"key":7854,"region":"Manhattan","rvs_start_point":[40.704919,-74.0093135],"landmarks":{"end_point":[[40.715143,-74.0082374],"bicycle parking"],"start_point":[[40.704919,-74.0093135],"Block Advisors"],"main_pivot":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_2":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_3":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_4":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_5":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_6":[[40.7100005,-74.00897],"Corbin Building"],"main_pivot_7":[[40.7052846,-74.0087579],"New York Cocoa Exchange Building"],"main_pivot_8":[[40.7069431,-74.008909],"Church of Our Lady of Victory"],"main_pivot_9":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_10":[[40.7077103,-74.0084696],"28 Liberty"],"main_pivot_11":[[40.7067874,-74.009528],"40 Wall Street"],"main_pivot_12":[[40.7067874,-74.009528],"40 Wall Street"],"main_pivot_13":[[40.7047686,-74.0098385],"1 William Street"],"main_pivot_14":[[40.7079673,-74.0081056],"Federal Reserve Bank of New York"],"main_pivot_15":[[40.7148891,-74.009276],"books shop"],"near_pivot":[[40.7148891,-74.009276],"books shop"],"beyond_pivot":[[40.7148891,-74.009276],"books"],"around_goal_pivot_1":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_2":[[40.7127778,-74.0064366],"townhall"],"around_goal_pivot_3":[[40.7174214,-74.006814],"university"],"around_goal_pivot_4":[[40.7147198,-74.0071763],"clinic"],"around_goal_pivot_5":[[40.7143426,-74.0069047],"Philly Pretzel Factory"],"around_goal_pivot_6":[[40.715448,-74.0115504],"Barnes & Noble"],"around_goal_pivot_7":[[40.7156112,-74.0117376],"Whole Foods Market"],"around_goal_pivot_8":[[40.7142106,-74.006028],"Modell's Sporting Goods"],"around_goal_pivot_9":[[40.7145279,-74.0112651],"Target"],"around_goal_pivot_10":[[40.7156158,-74.00534],"7-Eleven"]}} +{"rvs_sample_number":126,"content":"I'm several blocks southeast of you. I'm at the interior decoration shop on East 9th street. It's just south of St. Nicholas of Myra Church. It's in the same actual block as the church. The the citibike in the Park is across the street from it.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7275621,-73.9830883],"key":7855,"region":"Manhattan","rvs_start_point":[40.7301234,-73.9941159],"landmarks":{"end_point":[[40.7275621,-73.9830883],"interior decoration shop"],"start_point":[[40.7301234,-73.9941159],"cafe"],"main_pivot":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_2":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_3":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_4":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_5":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_6":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_7":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_8":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_9":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_10":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_11":[[40.7299781239,-73.9928012608],"NoHo Historic District"],"main_pivot_12":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_13":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_14":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_15":[[40.7278318,-73.9828154],"church"],"near_pivot":[[40.7278318,-73.9828154],"church"],"around_goal_pivot_1":[[40.7271138306,-73.9825357238],"park"],"around_goal_pivot_2":[[40.7266496,-73.9821846],"fountain"],"around_goal_pivot_3":[[40.7282615,-73.9817169],"7-Eleven"],"around_goal_pivot_4":[[40.7274079,-73.9814201],"bicycle rental"],"around_goal_pivot_5":[[40.727057,-73.9837711],"fast food restaurant"],"around_goal_pivot_6":[[40.7282946,-73.982093],"nightclub"],"around_goal_pivot_7":[[40.726887,-73.9816096],"toilets"],"around_goal_pivot_8":[[40.7280462,-73.9848282],"waste basket"],"around_goal_pivot_9":[[40.7269,-73.982],"drinking water"],"around_goal_pivot_10":[[40.7272963,-73.9848696],"tea shop"]}} +{"rvs_sample_number":130,"content":"I'm northwest of you, at this Mexican restaurant on Park Avenue South. It is next door to the hotel on the corner of the block. There are a group of doctor's offices about a block to the west. ","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7422679,-73.9846255],"key":7856,"region":"Manhattan","rvs_start_point":[40.7353835,-73.974477],"landmarks":{"end_point":[[40.7422679,-73.9846255],"restaurant"],"start_point":[[40.7353835,-73.974477],"bicycle parking"],"main_pivot":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_2":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_3":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_4":[[40.7353068,-73.9752461],"Peter Cooper Village"],"main_pivot_5":[[40.7353068,-73.9752461],"Peter Cooper Village"],"main_pivot_6":[[40.7353068,-73.9752461],"Peter Cooper Village"],"main_pivot_7":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_8":[[40.7353068,-73.9752461],"Peter Cooper Village"],"main_pivot_9":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_10":[[40.7380343,-73.9774917],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_11":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_12":[[40.7353068,-73.9752461],"Peter Cooper Village"],"main_pivot_13":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_14":[[40.7361264,-73.9756907],"Asser Levy"],"main_pivot_15":[[40.742143,-73.984716],"hotel"],"near_pivot":[[40.742143,-73.984716],"hotel"],"beyond_pivot":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_1":[[40.7396063,-73.983136],"post office"],"around_goal_pivot_2":[[40.7419686,-73.9861819],"two clinics"],"around_goal_pivot_3":[[40.7419652,-73.9861944],"3 doctor's offices"],"around_goal_pivot_4":[[40.7428294,-73.9821376],"supermarket"],"around_goal_pivot_5":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_6":[[40.7432428,-73.9873437],"museum"],"around_goal_pivot_7":[[40.7431094,-73.9840119],"pharmacy"],"around_goal_pivot_8":[[40.7419322,-73.9860595],"two doctor's offices"],"around_goal_pivot_9":[[40.7398067,-73.9850517],"two fast food restaurants"],"around_goal_pivot_10":[[40.7407863,-73.984875],"SpringHill Suites"]}} +{"rvs_sample_number":71,"content":"Meet me at the Italian restaurant off of Mulberry Street. The restaurant is on the same block as the Mediterranean fast food place. Our restaurant is close to the northwest corner of the block. For reference, there is a large cathedral to the north of our restaurant. You will pass it on your way down.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7230381,-73.9957182],"key":7857,"region":"Manhattan","rvs_start_point":[40.7355771353,-73.9943366551],"landmarks":{"end_point":[[40.7230381,-73.9957182],"restaurant"],"start_point":[[40.7355771353,-73.9943366551],"university"],"main_pivot":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_2":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_3":[[40.7344344507,-73.9949779799],"First Presbyterian Church"],"main_pivot_4":[[40.7288183955,-73.9950780401],"New York University"],"main_pivot_5":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_6":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_7":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_8":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_9":[[40.7296869765,-73.9966020734],"Washington Square Park"],"main_pivot_10":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_11":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_12":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_13":[[40.7288183955,-73.9950780401],"New York University"],"main_pivot_14":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_15":[[40.7237654,-73.9954042],"cathedral"],"near_pivot":[[40.7237654,-73.9954042],"cathedral"],"beyond_pivot":[[40.7219917,-73.9961366],"fast_food"],"around_goal_pivot_1":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_2":[[40.7245682,-73.9973205],"Bershka"],"around_goal_pivot_3":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_4":[[40.7242314,-73.9961978],"Carhartt WIP"],"around_goal_pivot_5":[[40.7244968,-73.9984778],"Nespresso"],"around_goal_pivot_6":[[40.7235022,-73.998176],"Uniqlo"],"around_goal_pivot_7":[[40.7233656,-73.9987051],"Guess"],"around_goal_pivot_8":[[40.7239688,-73.9982352],"Sephora"],"around_goal_pivot_9":[[40.7244716,-73.99785],"Prada"],"around_goal_pivot_10":[[40.7226575,-73.9977783],"Aerie"]}} +{"rvs_sample_number":42,"content":"Meet me at the bicycle parking on the east side 2nd Avenue. It is south west of The Halal Guys fast food and South East of 7-Eleven.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7319558,-73.9850912],"key":7858,"region":"Manhattan","rvs_start_point":[40.7230882,-73.9933858],"landmarks":{"end_point":[[40.7319558,-73.9850912],"bicycle parking"],"start_point":[[40.7230882,-73.9933858],"museum"],"main_pivot":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_2":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_3":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_4":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_5":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_6":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_7":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_8":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_9":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_10":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_11":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_12":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_13":[[40.7292688,-73.9873613],"East Village"],"main_pivot_14":[[40.7289705,-73.9870274],"Veselka"],"main_pivot_15":[[40.7327511,-73.9854492],"7-Eleven"],"near_pivot":[[40.7327511,-73.9854492],"7-Eleven"],"beyond_pivot":[[40.7322882,-73.9844226],"fast_food"],"around_goal_pivot_1":[[40.731009,-73.9861217],"cinema"],"around_goal_pivot_2":[[40.7328361,-73.9865478],"clinic"],"around_goal_pivot_3":[[40.7311161,-73.9824625],"T-Mobile"],"around_goal_pivot_4":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_5":[[40.7325704,-73.9873951],"Kiehl's"],"around_goal_pivot_6":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_7":[[40.7330368,-73.9861621],"2 restaurants"],"around_goal_pivot_8":[[40.7334209,-73.987875],"Trader Joe's"],"around_goal_pivot_9":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_10":[[40.7331117,-73.9871616],"wifi;telephone;device charging station"]}} +{"rvs_sample_number":89,"content":"Meet me at the parking space. Head straight east a ways until you pass Target. From there, go north to 14th Street Loop. You'll want to go on the east side of this loop, and the location is almost at the bottom where the loop intersects with another street. So, it is slightly to the northwest of \"605\". ","rvs_path":"data\/geodata\/manhattan_samples_v42.gpkg","rvs_goal_point":[40.7299477371,-73.9776646674],"key":7859,"region":"Manhattan","rvs_start_point":[40.7297146,-73.9887321],"landmarks":{"end_point":[[40.7299477371,-73.9776646674],"parking space"],"start_point":[[40.7297146,-73.9887321],"bar"],"main_pivot":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_2":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_3":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_4":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_5":[[40.7307629,-73.986301],"Village East Cinema"],"main_pivot_6":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_7":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_8":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_9":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_10":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_11":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_12":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_13":[[40.7292688,-73.9873613],"East Village"],"main_pivot_14":[[40.7297456,-73.9831216],"Lower East Side Playground"],"main_pivot_15":[[40.7294239,-73.9784817],"fast food restaurant"],"near_pivot":[[40.7294239,-73.9784817],"fast food restaurant"],"around_goal_pivot_1":[[40.7288813,-73.9790944],"clinic"],"around_goal_pivot_2":[[40.73093,-73.9757111],"two gardens"],"around_goal_pivot_3":[[40.7308384,-73.9759977],"nine parking spaces"],"around_goal_pivot_4":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_5":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"around_goal_pivot_6":[[40.7313017,-73.9805263],"two gardens"],"around_goal_pivot_7":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_8":[[40.731262,-73.9772239],"public bookcase"],"around_goal_pivot_9":[[40.7307641,-73.976039],"five parking spaces"],"around_goal_pivot_10":[[40.7288989,-73.9806257],"restaurant"]}} +{"rvs_sample_number":262,"content":"Let\u2019s meet at the garden for a picnic lunch. It\u2019s not far from you so you can bring extra food if you want! Just go south like 8 blocks or so and then east into where all of the \u201cLoop\u201d streets are. You don\u2019t have to venture in very far at all because the garden is only a few steps in, right next to First Avenue Loop. Look at the block just west of there and you\u2019ll see a bank. Go straight across the street back into the loop place and the garden is right there next to First Avenue Loop. To its east are \u201c3 gardens\u201d and a parking space. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7317703474,-73.9809228873],"key":7860,"region":"Manhattan","rvs_start_point":[40.7384969,-73.9834933],"landmarks":{"end_point":[[40.7317703474,-73.9809228873],"garden"],"start_point":[[40.7384969,-73.9834933],"bicycle parking"],"main_pivot":[[40.7372857,-73.9818545],"Church of the Epiphany"],"main_pivot_2":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_3":[[40.737984,-73.982244],"Epiphany Library"],"main_pivot_4":[[40.737984,-73.982244],"Epiphany Library"],"main_pivot_5":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_6":[[40.7372857,-73.9818545],"Church of the Epiphany"],"main_pivot_7":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_8":[[40.737984,-73.982244],"Epiphany Library"],"main_pivot_9":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_10":[[40.7372857,-73.9818545],"Church of the Epiphany"],"main_pivot_11":[[40.7372857,-73.9818545],"Church of the Epiphany"],"main_pivot_12":[[40.7349694,-73.9796566],"Peter Cooper Village"],"main_pivot_13":[[40.7372857,-73.9818545],"Church of the Epiphany"],"main_pivot_14":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_15":[[40.731256,-73.9805596],"3 gardens"],"near_pivot":[[40.731256,-73.9805596],"3 gardens"],"beyond_pivot":[[40.7309775,-73.9798901],"parking_space"],"around_goal_pivot_1":[[40.7303858,-73.9787488],"3 gardens"],"around_goal_pivot_2":[[40.7320266,-73.9823309],"bank"],"around_goal_pivot_3":[[40.7296252,-73.9789436],"Sally Beauty Supply"],"around_goal_pivot_4":[[40.7311966,-73.9787577],"2 gardens"],"around_goal_pivot_5":[[40.7313279,-73.9829715],"Metro by T-Mobile"],"around_goal_pivot_6":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_7":[[40.7331857,-73.9808607],"Trek"],"around_goal_pivot_8":[[40.73398,-73.9802607],"Ace Hardware"],"around_goal_pivot_9":[[40.7333522,-73.9791522],"two gardens"],"around_goal_pivot_10":[[40.7302181,-73.9787637],"2 gardens"]}} +{"rvs_sample_number":100,"content":"go north on park avenue until east 34th street then go east until you see a Duane Reade pharmacy and then you will see the bicycle racks on the south side of the street that is where we will meet.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7454019,-73.9775762],"key":7861,"region":"Manhattan","rvs_start_point":[40.7347925,-73.9913589],"landmarks":{"end_point":[[40.7454019,-73.9775762],"bicycle parking"],"start_point":[[40.7347925,-73.9913589],"Whole Foods Market"],"main_pivot":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_2":[[40.7353653,-73.9917412],"Lincoln Building"],"main_pivot_3":[[40.7408482,-73.986091],"Metropolitan Life Insurance Company Tower"],"main_pivot_4":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_5":[[40.7354527386,-73.9900008107],"Union Square Park"],"main_pivot_6":[[40.7392696,-73.986775],"Fotografiska"],"main_pivot_7":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_8":[[40.7414639,-73.9856551],"Metropolitan Life North Building"],"main_pivot_9":[[40.736755,-73.9886512],"W Hotels"],"main_pivot_10":[[40.7383894,-73.988414],"Gramercy Tavern"],"main_pivot_11":[[40.7414639,-73.9856551],"Metropolitan Life North Building"],"main_pivot_12":[[40.7354527386,-73.9900008107],"Union Square Park"],"main_pivot_13":[[40.7366628,-73.9896696],"Union Square Green Market"],"main_pivot_14":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_15":[[40.7459124,-73.9781973],"pharmacy"],"near_pivot":[[40.7459124,-73.9781973],"pharmacy"],"beyond_pivot":[[40.7449502,-73.9767937],"Drybar"],"around_goal_pivot_1":[[40.744771,-73.9766154],"pharmacy"],"around_goal_pivot_2":[[40.7448022,-73.979026],"Jenny Craig"],"around_goal_pivot_3":[[40.7468119,-73.9775867],"Verizon"],"around_goal_pivot_4":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_5":[[40.7448641,-73.9789977],"7-Eleven"],"around_goal_pivot_6":[[40.7447421,-73.9780734],"2 schools"],"around_goal_pivot_7":[[40.7449502,-73.9767937],"Drybar"],"around_goal_pivot_8":[[40.7457235,-73.9794559],"hotel"],"around_goal_pivot_9":[[40.7463289,-73.9779179],"ice cream"],"around_goal_pivot_10":[[40.7446975,-73.9781374],"car rental"]}} +{"rvs_sample_number":11,"content":"I'm dry, let's get a drink at the bar, meet me there, it's the one on Eldridge St. in the next block north is a Subway fast food place. There is an optician shop a couple of blocks to the east of it.","rvs_path":"data\/geodata\/manhattan_samples_v100.gpkg","rvs_goal_point":[40.7188823,-73.9913742],"key":7862,"region":"Manhattan","rvs_start_point":[40.7314889209,-74.000831123],"landmarks":{"end_point":[[40.7188823,-73.9913742],"bar"],"start_point":[[40.7314889209,-74.000831123],"garden"],"main_pivot":[[40.7313323,-73.9999736],"Washington Square Church"],"main_pivot_2":[[40.7299471,-73.996123],"Grey Art Gallery"],"main_pivot_3":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_4":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_5":[[40.7313323,-73.9999736],"Washington Square Church"],"main_pivot_6":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_7":[[40.7276121,-73.9924367],"Merchant's House Museum"],"main_pivot_8":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_9":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_10":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_11":[[40.7315000035,-74.0006927444],"New York University"],"main_pivot_12":[[40.7313323,-73.9999736],"Washington Square Church"],"main_pivot_13":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_14":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_15":[[40.7195025,-73.9905468],"fast food restaurant"],"near_pivot":[[40.7195025,-73.9905468],"fast food restaurant"],"beyond_pivot":[[40.7179915,-73.9907343],"restaurant"],"around_goal_pivot_1":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_2":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_3":[[40.7172511,-73.9894777],"3 schools"],"around_goal_pivot_4":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_5":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_6":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_7":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_8":[[40.7184993,-73.9940787],"language school"],"around_goal_pivot_9":[[40.7172752,-73.9899004],"internet cafe"],"around_goal_pivot_10":[[40.7172739,-73.9895047],"two schools"]}} +{"rvs_sample_number":290,"content":"Let's get a delicious cup of Brazilian coffee at the cafe. It's on the south side of Front Street, a block and a half southwest of the bridge. Afterwards we can check out that new movie at the cinema which is a block southwest of here.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7073526,-74.0022569],"key":7863,"region":"Manhattan","rvs_start_point":[40.7149073,-73.9895886],"landmarks":{"end_point":[[40.7073526,-74.0022569],"cafe"],"start_point":[[40.7149073,-73.9895886],"bench"],"main_pivot":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_2":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_3":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_4":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_5":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_6":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_7":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_8":[[40.7131122,-73.997541],"Mariners Temple"],"main_pivot_9":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_10":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_12":[[40.7136232,-73.9906476],"St. Teresa's Church"],"main_pivot_13":[[40.7136599771,-73.9939336974],"Manhattan Bridge"],"main_pivot_14":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_15":[[40.7067515,-74.003117],"cinema"],"near_pivot":[[40.7067515,-74.003117],"cinema"],"beyond_pivot":[[40.7067515,-74.003117],"cinema"],"around_goal_pivot_1":[[40.706628,-74.0036758],"museum"],"around_goal_pivot_2":[[40.7093275,-74.0016375],"dog park"],"around_goal_pivot_3":[[40.7078587,-74.0045474],"bank"],"around_goal_pivot_4":[[40.7074625,-74.0044193],"pharmacy"],"around_goal_pivot_5":[[40.7074615,-74.0056835],"post office"],"around_goal_pivot_6":[[40.7072695,-74.0005506],"two gardens"],"around_goal_pivot_7":[[40.706867,-74.004015],"Superdry"],"around_goal_pivot_8":[[40.7076397,-74.0055749],"7-Eleven"],"around_goal_pivot_9":[[40.7090015,-74.0020582],"Hampton"],"around_goal_pivot_10":[[40.70598,-74.0050486],"Fairfield Inn"]}} +{"rvs_sample_number":44,"content":"Head east, and turn south on 7th Avenue. Follow it past Macy's and Nelson Tower, and look for me at the Taxi stand on the west side of the street just east of the New York Rangers stadium attraction.","rvs_path":"data\/geodata\/manhattan_samples_v37.gpkg","rvs_goal_point":[40.749456,-73.9919335],"key":7864,"region":"Manhattan","rvs_start_point":[40.7554094986,-73.9880763339],"landmarks":{"end_point":[[40.749456,-73.9919335],"taxi stand"],"start_point":[[40.7554094986,-73.9880763339],"hostel"],"main_pivot":[[40.7559168,-73.9884898],"Madame Tussauds New York"],"main_pivot_2":[[40.7550421,-73.9881185],"Parsons The New School for Design"],"main_pivot_3":[[40.7559168,-73.9884898],"Madame Tussauds New York"],"main_pivot_4":[[40.7560674,-73.9880468],"Candler Building"],"main_pivot_5":[[40.7556742,-73.9879306],"New Amsterdam Theatre"],"main_pivot_6":[[40.7553724,-73.9872145],"Times Square Tower"],"main_pivot_7":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_8":[[40.7559168,-73.9884898],"Madame Tussauds New York"],"main_pivot_9":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_10":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_11":[[40.7514764,-73.9900847],"Macy's"],"main_pivot_12":[[40.7553724,-73.9872145],"Times Square Tower"],"main_pivot_13":[[40.7556742,-73.9879306],"New Amsterdam Theatre"],"main_pivot_14":[[40.7512782,-73.9906305],"Nelson Tower"],"main_pivot_15":[[40.7503146,-73.9917756],"four restaurants"],"near_pivot":[[40.7503146,-73.9917756],"four restaurants"],"around_goal_pivot_1":[[40.7487769,-73.9953514],"theatre"],"around_goal_pivot_2":[[40.7514764,-73.9900847],"Macy's"],"around_goal_pivot_3":[[40.7491768,-73.9900876],"mall"],"around_goal_pivot_4":[[40.7500159,-73.992869],"attraction"],"around_goal_pivot_5":[[40.7472345,-73.993548],"college"],"around_goal_pivot_6":[[40.7489993,-73.9906553],"church"],"around_goal_pivot_7":[[40.7505753,-73.9911926],"atm"],"around_goal_pivot_8":[[40.7515322,-73.9928438],"FedEx Office"],"around_goal_pivot_9":[[40.7469476,-73.9917145],"Hotel Indigo"],"around_goal_pivot_10":[[40.74931,-73.9891777],"RadioShack"]}} +{"rvs_sample_number":305,"content":"Meet me at Freshii restaurant on west side of Broadway. It is south east of the collector shop and south west of telephone.","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.7539137,-73.9873466],"key":7865,"region":"Manhattan","rvs_start_point":[40.7624372,-73.9784425],"landmarks":{"end_point":[[40.7539137,-73.9873466],"restaurant"],"start_point":[[40.7624372,-73.9784425],"post box"],"main_pivot":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_2":[[40.7626681,-73.9788574],"Burlington House"],"main_pivot_3":[[40.7619153,-73.9791562],"Hilton New York Midtown"],"main_pivot_4":[[40.7620847309,-73.978131022],"53W53"],"main_pivot_5":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_6":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_7":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_8":[[40.7551169,-73.98478],"Midtown"],"main_pivot_9":[[40.7597315,-73.9798149],"Radio City Music Hall"],"main_pivot_10":[[40.7596669,-73.9812648],"Exxon Building"],"main_pivot_11":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_12":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_13":[[40.7626681,-73.9788574],"Burlington House"],"main_pivot_14":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_15":[[40.7541527,-73.986586],"telephone"],"near_pivot":[[40.7541527,-73.986586],"telephone"],"beyond_pivot":[[40.7545497,-73.9882838],"collector"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7536111,-73.9841667],"historic building"],"around_goal_pivot_3":[[40.7539421,-73.9840784],"7 fountains"],"around_goal_pivot_4":[[40.7559168,-73.9884898],"museum"],"around_goal_pivot_5":[[40.7539846,-73.9840908],"five fountains"],"around_goal_pivot_6":[[40.7522843613,-73.9880286995],"church"],"around_goal_pivot_7":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_8":[[40.753725,-73.9846746],"historic memorial"],"around_goal_pivot_9":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_10":[[40.756098,-73.9866768],"pharmacy"]}} +{"rvs_sample_number":262,"content":"I'm at AT&T on W. 34th. Head north and a little east. It's just north of Penn Station, on the north side of the street, across the street from Macy's.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7513511,-73.9909925],"key":7866,"region":"Manhattan","rvs_start_point":[40.7422914,-74.0034322],"landmarks":{"end_point":[[40.7513511,-73.9909925],"AT&T"],"start_point":[[40.7422914,-74.0034322],"nightclub"],"main_pivot":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_2":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_3":[[40.7418498714,-74.0036167869],"111 Eighth Avenue"],"main_pivot_4":[[40.7523795,-73.9935318],"The New Yorker"],"main_pivot_5":[[40.7418498714,-74.0036167869],"111 Eighth Avenue"],"main_pivot_6":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_7":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_8":[[40.7523795,-73.9935318],"The New Yorker"],"main_pivot_9":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_10":[[40.7523795,-73.9935318],"The New Yorker"],"main_pivot_11":[[40.7418498714,-74.0036167869],"111 Eighth Avenue"],"main_pivot_12":[[40.7523795,-73.9935318],"The New Yorker"],"main_pivot_13":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_14":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_15":[[40.7510765,-73.9903783],"Macy's"],"near_pivot":[[40.7510765,-73.9903783],"Macy's"],"beyond_pivot":[[40.7505689,-73.9907231],"fast_food"],"around_goal_pivot_1":[[40.7496559,-73.9897373],"mall"],"around_goal_pivot_2":[[40.7505453,-73.9944446],"attraction"],"around_goal_pivot_3":[[40.7507021,-73.98795],"square"],"around_goal_pivot_4":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_5":[[40.7493473,-73.9921822],"atm"],"around_goal_pivot_6":[[40.751841,-73.9939691],"clinic"],"around_goal_pivot_7":[[40.7509578,-73.9880113],"Urban Outfitters"],"around_goal_pivot_8":[[40.7530977,-73.991342],"VapeNY"],"around_goal_pivot_9":[[40.749392,-73.9898746],"Victoria's Secret"],"around_goal_pivot_10":[[40.7493481,-73.9892431],"Lids"]}} +{"rvs_sample_number":22,"content":"Meet me at the FedEx Office on Water Street. It's about a block south of the 70 Pine Street Building.","rvs_path":"data\/geodata\/manhattan_samples_v84.gpkg","rvs_goal_point":[40.7053791,-74.0067932],"key":7867,"region":"Manhattan","rvs_start_point":[40.710048,-74.0080338],"landmarks":{"end_point":[[40.7053791,-74.0067932],"FedEx Office"],"start_point":[[40.710048,-74.0080338],"fast food restaurant"],"main_pivot":[[40.7090406,-74.0082973],"John Street Church"],"main_pivot_2":[[40.7097984,-74.007621],"19 Dutch Street"],"main_pivot_3":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_4":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_5":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_6":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_7":[[40.7089214,-74.0088641],"Federal Reserve Bank of New York"],"main_pivot_8":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_9":[[40.7100434251,-74.0089326738],"Corbin Building"],"main_pivot_10":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_11":[[40.7103759706,-74.0078674242],"Bennett Building"],"main_pivot_12":[[40.7063739,-74.0072237],"70 Pine Street"],"main_pivot_13":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_14":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_15":[[40.7049006,-74.00727],"atm"],"near_pivot":[[40.7049006,-74.00727],"atm"],"around_goal_pivot_1":[[40.7070753,-74.0085238],"church"],"around_goal_pivot_2":[[40.7031454,-74.008426],"3 gardens"],"around_goal_pivot_3":[[40.7055356,-74.0033758],"historic maritime"],"around_goal_pivot_4":[[40.7054582,-74.0035066],"historic ship"],"around_goal_pivot_5":[[40.7046154,-74.0078508],"pharmacy"],"around_goal_pivot_6":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_7":[[40.7037915,-74.0084363],"three benches"],"around_goal_pivot_8":[[40.7040493,-74.0075193],"2 benches"],"around_goal_pivot_9":[[40.7057586,-74.0051334],"AC Hotel"],"around_goal_pivot_10":[[40.704371,-74.0098436],"2 restaurants"]}} +{"rvs_sample_number":223,"content":"Meet me at a restaurant on the corner of East 60th Street, to your southwest. The Memorial Sloan Kettering Cancer Center is about halfway between us. The restaurant is just across the street from the bridge, and there's a museum about a block to the east. ","rvs_path":"data\/geodata\/manhattan_samples_v53.gpkg","rvs_goal_point":[40.760407,-73.9616132],"key":7868,"region":"Manhattan","rvs_start_point":[40.7699858,-73.949347],"landmarks":{"end_point":[[40.760407,-73.9616132],"restaurant"],"start_point":[[40.7699858,-73.949347],"bicycle parking"],"main_pivot":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_2":[[40.7685535,-73.952709],"Church of the Epiphany"],"main_pivot_3":[[40.764199573,-73.955530575],"Rockefeller University"],"main_pivot_4":[[40.7685535,-73.952709],"Church of the Epiphany"],"main_pivot_5":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_6":[[40.7638031,-73.9561779],"Memorial Sloan Kettering Cancer Center"],"main_pivot_7":[[40.7688696,-73.9520684],"Lyc\u00e9e Fran\u00e7ais de New-York"],"main_pivot_8":[[40.7647523,-73.9549121],"Weill Cornell Medical College"],"main_pivot_9":[[40.764199573,-73.955530575],"Rockefeller University"],"main_pivot_10":[[40.770551,-73.9512537],"Webster Library"],"main_pivot_11":[[40.7638031,-73.9561779],"Memorial Sloan Kettering Cancer Center"],"main_pivot_12":[[40.7638031,-73.9561779],"Memorial Sloan Kettering Cancer Center"],"main_pivot_13":[[40.770551,-73.9512537],"Webster Library"],"main_pivot_14":[[40.7606234,-73.959764],"Mount Vernon Hotel Museum"],"main_pivot_15":[[40.7601763596,-73.9616856093],"bridge"],"near_pivot":[[40.7601763596,-73.9616856093],"bridge"],"around_goal_pivot_1":[[40.764199573,-73.955530575],"university"],"around_goal_pivot_2":[[40.7606234,-73.959764],"museum"],"around_goal_pivot_3":[[40.7617867,-73.9605889],"2 restaurants"],"around_goal_pivot_4":[[40.7623572,-73.9597584],"7-Eleven"],"around_goal_pivot_5":[[40.7622981,-73.9602545],"clinic"],"around_goal_pivot_6":[[40.7626267,-73.9600778],"ice cream"],"around_goal_pivot_7":[[40.7625385,-73.9596266],"cafe"],"around_goal_pivot_8":[[40.7584996,-73.962632],"shelter"],"around_goal_pivot_9":[[40.7594,-73.9587],"drinking water"],"around_goal_pivot_10":[[40.7600896,-73.9634305],"art shop"]}} +{"rvs_sample_number":291,"content":"Meet me at the bench that's on the shore at the terminus of Grand Street. I'm just south of a bridge and park.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7133115,-73.9761556],"key":7869,"region":"Manhattan","rvs_start_point":[40.7210779,-73.9842186],"landmarks":{"end_point":[[40.7133115,-73.9761556],"bench"],"start_point":[[40.7210779,-73.9842186],"bar"],"main_pivot":[[40.7153269851,-73.9773112752],"Williamsburg Bridge"],"main_pivot_2":[[40.7185905007,-73.9793656745],"Baruch Houses"],"main_pivot_3":[[40.7185905007,-73.9793656745],"Baruch Houses"],"main_pivot_4":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_5":[[40.7185905007,-73.9793656745],"Baruch Houses"],"main_pivot_6":[[40.7153269851,-73.9773112752],"Williamsburg Bridge"],"main_pivot_7":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_8":[[40.7185905007,-73.9793656745],"Baruch Houses"],"main_pivot_9":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_10":[[40.7192237951,-73.9809816701],"Hamilton Fish Park"],"main_pivot_11":[[40.7192237951,-73.9809816701],"Hamilton Fish Park"],"main_pivot_12":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_13":[[40.7191634,-73.9822131],"Church of Our Lady of Sorrows"],"main_pivot_14":[[40.7192237951,-73.9809816701],"Hamilton Fish Park"],"main_pivot_15":[[40.7146200609,-73.9764073888],"park"],"near_pivot":[[40.7146200609,-73.9764073888],"park"],"around_goal_pivot_1":[[40.7153269851,-73.9773112752],"bridge"],"around_goal_pivot_2":[[40.7123853,-73.9779278],"park"],"around_goal_pivot_3":[[40.7117123,-73.9789393],"fountain"],"around_goal_pivot_4":[[40.7114935,-73.9778215],"theatre"],"around_goal_pivot_5":[[40.7147938,-73.9751548],"waste basket"],"around_goal_pivot_6":[[40.7128336,-73.978993],"playground"],"around_goal_pivot_7":[[40.7120326,-73.9788481],"garden"]}} +{"rvs_sample_number":210,"content":"Head south west of where you are. Let's meet up at the restaurant on the south side of Christopher street. It's across and west of a Lutheran church. There is a place on the corner of the block to your west there to get a sweet swedish treat.","rvs_path":"data\/geodata\/manhattan_samples_v41.gpkg","rvs_goal_point":[40.7334019,-74.0036086],"key":7870,"region":"Manhattan","rvs_start_point":[40.7397536,-74.001359779],"landmarks":{"end_point":[[40.7334019,-74.0036086],"restaurant"],"start_point":[[40.7397536,-74.001359779],"garden"],"main_pivot":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_2":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_3":[[40.7339799,-74.0022501],"Stonewalll Inn State Historic Site"],"main_pivot_4":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_5":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_6":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_7":[[40.7339799,-74.0022501],"Stonewalll Inn State Historic Site"],"main_pivot_8":[[40.7345357,-74.00163],"Julius"],"main_pivot_9":[[40.7339799,-74.0022501],"Stonewalll Inn State Historic Site"],"main_pivot_10":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_11":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_12":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_13":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_14":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_15":[[40.7335982,-74.0034729],"church"],"near_pivot":[[40.7335982,-74.0034729],"church"],"around_goal_pivot_1":[[40.7313348,-74.0017383],"cinema"],"around_goal_pivot_2":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_3":[[40.7336068,-74.0023951],"historic monument"],"around_goal_pivot_4":[[40.7322204,-74.0045154],"arts centre"],"around_goal_pivot_5":[[40.7343811,-74.0027295],"nightclub"],"around_goal_pivot_6":[[40.73435,-74.0059799],"pharmacy"],"around_goal_pivot_7":[[40.7313953,-74.0014331],"clinic"],"around_goal_pivot_8":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_9":[[40.735354,-74.0048309],"bicycle rental"],"around_goal_pivot_10":[[40.7343178,-74.0019239],"charging station"]}} +{"rvs_sample_number":128,"content":"Meet me at a bicycle parking south of you on Monroe Street. An Italian restaurant is east of it on the same street. Alfred E. Smith Houses is west of the bicycle parking.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7114474,-73.995116],"key":7871,"region":"Manhattan","rvs_start_point":[40.722443,-73.9994083],"landmarks":{"end_point":[[40.7114474,-73.995116],"bicycle parking"],"start_point":[[40.722443,-73.9994083],"bicycle parking"],"main_pivot":[[40.7142689,-73.9969766],"Confucius Plaza"],"main_pivot_2":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_3":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_4":[[40.7116341069,-73.9970192324],"Alfred E. Smith Houses"],"main_pivot_5":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_6":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_7":[[40.7177288,-73.9991003],"Most Precious Blood Church"],"main_pivot_8":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_9":[[40.7158865,-73.9994513],"Columbus Park"],"main_pivot_10":[[40.7147185,-73.99893],"Church of the Transfiguration"],"main_pivot_11":[[40.7116341069,-73.9970192324],"Alfred E. Smith Houses"],"main_pivot_12":[[40.7130563,-73.9974892],"Mariners Temple"],"main_pivot_13":[[40.7116341069,-73.9970192324],"Alfred E. Smith Houses"],"main_pivot_14":[[40.7221513,-73.9997116],"New Era Building"],"main_pivot_15":[[40.7112136,-73.9940281],"school"],"near_pivot":[[40.7112136,-73.9940281],"school"],"beyond_pivot":[[40.7117608,-73.9938182],"restaurant"],"around_goal_pivot_1":[[40.7131688,-73.9963752],"library"],"around_goal_pivot_2":[[40.7096415,-73.9962635],"three benches"],"around_goal_pivot_3":[[40.712684,-73.9982249],"grave yard"],"around_goal_pivot_4":[[40.7095856,-73.9961445],"four benches"],"around_goal_pivot_5":[[40.7125475,-73.9945363],"T-Mobile"],"around_goal_pivot_6":[[40.7095699,-73.9962265],"two benches"],"around_goal_pivot_7":[[40.7132313,-73.992974],"Fairfield Inn & Suites"],"around_goal_pivot_8":[[40.7133828,-73.9973785],"post box"],"around_goal_pivot_9":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_10":[[40.7124474,-73.9941506],"bar"]}} +{"rvs_sample_number":407,"content":"go west past Grand Army Plaza, the Ritz, and One57. You'll find me at the bike parking one block west of there, and one block south on broadway. It's the one on the corner just south of the GNC.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7653782,-73.9821068],"key":7872,"region":"Manhattan","rvs_start_point":[40.7631836,-73.9654968],"landmarks":{"end_point":[[40.7653782,-73.9821068],"bicycle parking"],"start_point":[[40.7631836,-73.9654968],"bicycle parking"],"main_pivot":[[40.7648721,-73.976175],"The Ritz-Carlton"],"main_pivot_2":[[40.7642457,-73.9793116],"New York City Center"],"main_pivot_3":[[40.7647135012,-73.9734411453],"Grand Army Plaza"],"main_pivot_4":[[40.7646529,-73.9774764],"The Quin"],"main_pivot_5":[[40.764897,-73.9781822],"Calvary Baptist Church"],"main_pivot_6":[[40.7651785383,-73.9788489738],"One57"],"main_pivot_7":[[40.7642457,-73.9793116],"New York City Center"],"main_pivot_8":[[40.7646529,-73.9774764],"The Quin"],"main_pivot_9":[[40.7641414,-73.9744792],"The Plaza"],"main_pivot_10":[[40.7653717,-73.9766412],"Trump Parc East"],"main_pivot_11":[[40.7651408,-73.97681],"Trump Parc Condominium"],"main_pivot_12":[[40.764897,-73.9781822],"Calvary Baptist Church"],"main_pivot_13":[[40.7640822959,-73.9790124305],"Avenue of the Americas Plaza"],"main_pivot_14":[[40.7646238,-73.9782902],"Le Parker M\u00e9ridien"],"main_pivot_15":[[40.7660586,-73.9821107],"GNC"],"near_pivot":[[40.7660586,-73.9821107],"GNC"],"beyond_pivot":[[40.7640406,-73.9822014],"fast_food"],"around_goal_pivot_1":[[40.7626758,-73.9814186],"Sheraton"],"around_goal_pivot_2":[[40.7657929,-73.9783532],"JW Marriott"],"around_goal_pivot_3":[[40.763172,-73.9840244],"historic theatre"],"around_goal_pivot_4":[[40.7672627,-73.9818612],"museum"],"around_goal_pivot_5":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_6":[[40.7672906,-73.9814579],"ice cream"],"around_goal_pivot_7":[[40.763732,-73.979965],"Hilton"],"around_goal_pivot_8":[[40.7671416,-73.9827823],"Paris Baguette"],"around_goal_pivot_9":[[40.7672133,-73.9835837],"European Wax Center"],"around_goal_pivot_10":[[40.7656065,-73.9839564],"The Vitamin Shoppe"]}} +{"rvs_sample_number":382,"content":"Meet me west of your location at the convenience shop on Broadway. You'll find it just south of the AT&T and just north of the fast food spot.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7165986,-74.0044759],"key":7873,"region":"Manhattan","rvs_start_point":[40.7187317,-73.9903681],"landmarks":{"end_point":[[40.7165986,-74.0044759],"convenience shop"],"start_point":[[40.7187317,-73.9903681],"bicycle parking"],"main_pivot":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_2":[[40.7196861,-73.9980679],"240 Centre Street"],"main_pivot_3":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_4":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_5":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_6":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_7":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_8":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_9":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_10":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_11":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_12":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_13":[[40.7188499,-73.9955717],"Capitale"],"main_pivot_14":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_15":[[40.7170239,-74.0040971],"AT&T"],"near_pivot":[[40.7170239,-74.0040971],"AT&T"],"beyond_pivot":[[40.7160212,-74.0049448],"fast_food"],"around_goal_pivot_1":[[40.7173727,-74.0012731],"community centre"],"around_goal_pivot_2":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_3":[[40.7173044,-74.0013832],"historic building"],"around_goal_pivot_4":[[40.7173656,-74.0028203],"museum"],"around_goal_pivot_5":[[40.7156844,-74.0076761],"2 restaurants"],"around_goal_pivot_6":[[40.7147580779,-74.0027865447],"square"],"around_goal_pivot_7":[[40.7153984,-74.0054967],"pharmacy"],"around_goal_pivot_8":[[40.7156158,-74.00534],"7-Eleven"],"around_goal_pivot_9":[[40.7150331,-74.005777],"Verizon Wireless"],"around_goal_pivot_10":[[40.7183574,-74.0057307],"Levi's"]}} +{"rvs_sample_number":141,"content":"I want to show you this vacant shop I found, I think it's perfect for you. It's on East 3rd Street, on the same side of the street as Church of the Holy Redeemer, quite near it. One reason it's great is the book club bar is on the same block, and lots of traffic goes past the shop on the way there. There is a playground across the street and there is a school near that. There's a bathroom there too, so customers won't necessarily have to use your restrooms if you get that space.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7235863,-73.9848796],"key":7874,"region":"Manhattan","rvs_start_point":[40.7173637,-73.9976338],"landmarks":{"end_point":[[40.7235863,-73.9848796],"vacant shop"],"start_point":[[40.7173637,-73.9976338],"restaurant"],"main_pivot":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_2":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_3":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_4":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_5":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_8":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_9":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_12":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_13":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_14":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_15":[[40.7234744,-73.9846433],"church"],"near_pivot":[[40.7234744,-73.9846433],"church"],"around_goal_pivot_1":[[40.7224564,-73.9841125],"gallery"],"around_goal_pivot_2":[[40.7227478,-73.9857426],"fast food restaurant"],"around_goal_pivot_3":[[40.7246121,-73.9843772],"cafe"],"around_goal_pivot_4":[[40.722952,-73.9833576],"theatre"],"around_goal_pivot_5":[[40.7242181,-73.9856097],"toilets"],"around_goal_pivot_6":[[40.7229329,-73.9832846],"cafe;bar"],"around_goal_pivot_7":[[40.7244316,-73.985552],"drinking water"],"around_goal_pivot_8":[[40.72376,-73.9858322],"nutrition supplements shop"],"around_goal_pivot_9":[[40.7228099,-73.9856979],"beauty shop"],"around_goal_pivot_10":[[40.7224778,-73.9847597],"laundry shop"]}} +{"rvs_sample_number":388,"content":"Let\u2019s meet up at the Hampton. It\u2019s 11 blocks north and then 1 block west from where you are. It\u2019s on the south side of West 31st Street, toward the northeast corner of the block. The block north of it has a church and Metro PCS. ","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7480432651,-73.9901867461],"key":7875,"region":"Manhattan","rvs_start_point":[40.7400891,-73.993461],"landmarks":{"end_point":[[40.7480432651,-73.9901867461],"Hampton"],"start_point":[[40.7400891,-73.993461],"restaurant"],"main_pivot":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_2":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_3":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_4":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_5":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_6":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_7":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_8":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7417071,-73.9941877],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_10":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_11":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_12":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_13":[[40.741146,-73.9938289],"Church of the Holy Communion"],"main_pivot_14":[[40.7405048,-73.9933185],"Andrew Heiskell Braille and Talking Book Library"],"main_pivot_15":[[40.7488448,-73.9903226],"church"],"near_pivot":[[40.7488448,-73.9903226],"church"],"beyond_pivot":[[40.7490774,-73.9903477],"MetroPCS"],"around_goal_pivot_1":[[40.7491056,-73.9926088],"church"],"around_goal_pivot_2":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_3":[[40.7464309,-73.9883333],"two jewelry shops"],"around_goal_pivot_4":[[40.748341,-73.9880295],"Curio Collection by Hilton"],"around_goal_pivot_5":[[40.7490063903,-73.9896813875],"mall"],"around_goal_pivot_6":[[40.7503054,-73.9917525],"four restaurants"],"around_goal_pivot_7":[[40.745842,-73.990901],"two florist shops"],"around_goal_pivot_8":[[40.7472345,-73.993548],"college"],"around_goal_pivot_9":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_10":[[40.7462723,-73.9908862],"two bicycle parkings"]}} +{"rvs_sample_number":75,"content":"Move northwest past bicycle rental. I'm at the bicycle parking west of drinking water and very close to historic building on West 72nd Street.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.776611,-73.976708],"key":7876,"region":"Manhattan","rvs_start_point":[40.7690812,-73.9747626],"landmarks":{"end_point":[[40.776611,-73.976708],"bicycle parking"],"start_point":[[40.7690812,-73.9747626],"bench"],"main_pivot":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_2":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_3":[[40.770432401,-73.973604309],"Sheep Meadow"],"main_pivot_4":[[40.770432401,-73.973604309],"Sheep Meadow"],"main_pivot_5":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_6":[[40.770432401,-73.973604309],"Sheep Meadow"],"main_pivot_7":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_8":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_9":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_10":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_11":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_12":[[40.770432401,-73.973604309],"Sheep Meadow"],"main_pivot_13":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_14":[[40.7698465,-73.9751861],"Central Park Carousel"],"main_pivot_15":[[40.7766632,-73.9766544],"historic building"],"near_pivot":[[40.7766632,-73.9766544],"historic building"],"around_goal_pivot_1":[[40.7770545,-73.9783768],"cafe"],"around_goal_pivot_2":[[40.7758892,-73.9760097],"bicycle rental"],"around_goal_pivot_3":[[40.7762062,-73.9756115],"drinking water"],"around_goal_pivot_4":[[40.7775021,-73.9765662],"fitness centre"]}} +{"rvs_sample_number":56,"content":"Meet me at the bicycle parking that is alone on West 62nd street. It is in-between Fordham University park and a theatre. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7713460081,-73.9843437981],"key":7877,"region":"Manhattan","rvs_start_point":[40.7755261,-73.9818503],"landmarks":{"end_point":[[40.7713460081,-73.9843437981],"bicycle parking"],"start_point":[[40.7755261,-73.9818503],"vacant shop"],"main_pivot":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_2":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_3":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_4":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_5":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_6":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_7":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_8":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_9":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_10":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_11":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_12":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_13":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_14":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_15":[[40.7713507,-73.9836896],"theatre"],"near_pivot":[[40.7713507,-73.9836896],"theatre"],"beyond_pivot":[[40.7711713,-73.9850594],"park"],"around_goal_pivot_1":[[40.7704137,-73.987617],"college"],"around_goal_pivot_2":[[40.7714687,-73.9876107],"3 waste disposals"],"around_goal_pivot_3":[[40.7732287,-73.9847509],"library"],"around_goal_pivot_4":[[40.7699862542,-73.98491765],"historic building"],"around_goal_pivot_5":[[40.7723048,-73.9875717],"music school"],"around_goal_pivot_6":[[40.7734488,-73.9835741],"cinema"],"around_goal_pivot_7":[[40.7695673,-73.9833752],"post office"],"around_goal_pivot_8":[[40.7717676,-73.9863785],"two shelters"],"around_goal_pivot_9":[[40.7702508,-73.9818092],"Best Buy"],"around_goal_pivot_10":[[40.7700969,-73.9824801],"Target"]}} +{"rvs_sample_number":413,"content":"Meet me at the vending machine located northeast of you on the east side of Park Avenue. LabCorp is on my northeast and there is a church on my west.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7479665,-73.9804791],"key":7878,"region":"Manhattan","rvs_start_point":[40.7420839,-73.9865874],"landmarks":{"end_point":[[40.7479665,-73.9804791],"vending machine"],"start_point":[[40.7420839,-73.9865874],"courthouse"],"main_pivot":[[40.7427048,-73.9847606],"New York Life Building"],"main_pivot_2":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_3":[[40.7418904126,-73.9866684036],"Metropolitan Life North Building"],"main_pivot_4":[[40.7424199122,-73.9870247623],"Madison Square Park"],"main_pivot_5":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_6":[[40.7427048,-73.9847606],"New York Life Building"],"main_pivot_7":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_8":[[40.7418904126,-73.9866684036],"Metropolitan Life North Building"],"main_pivot_9":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_10":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_11":[[40.7424199122,-73.9870247623],"Madison Square Park"],"main_pivot_12":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_13":[[40.7415666,-73.9847824],"69th Regiment Armory"],"main_pivot_14":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_15":[[40.7480684,-73.9800307],"LabCorp"],"near_pivot":[[40.7480684,-73.9800307],"LabCorp"],"beyond_pivot":[[40.749232,-73.9794763],"place_of_worship"],"around_goal_pivot_1":[[40.7482632,-73.9818162],"church"],"around_goal_pivot_2":[[40.7462177,-73.9809816],"school"],"around_goal_pivot_3":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_4":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_5":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_6":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_7":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_8":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_9":[[40.7468119,-73.9775867],"Verizon Wireless"],"around_goal_pivot_10":[[40.7484239,-73.9780254],"Affinia Hotels"]}} +{"rvs_sample_number":124,"content":"Go southeast to meet me at the Hardware shop on Gold Street. Keep going south past Drumgoole Plaza, and you'll find me on corner just south of the park on the east side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7089135,-74.0054433],"key":7879,"region":"Manhattan","rvs_start_point":[40.7186713,-74.0005149],"landmarks":{"end_point":[[40.7089135,-74.0054433],"hardware shop"],"start_point":[[40.7186713,-74.0005149],"cafe"],"main_pivot":[[40.7144385,-74.0028881],"Triumph of the Human Spirit"],"main_pivot_2":[[40.7136255,-74.0037986],"Surrogate's Courthouse"],"main_pivot_3":[[40.7147147,-74.003346],"James L. Watson U.S. Court of International Trade Building"],"main_pivot_4":[[40.711869251,-74.0025012741],"1 Police Plaza"],"main_pivot_5":[[40.7114714,-74.0021613],"Murry Bergtraum High School"],"main_pivot_6":[[40.7156815,-74.0036266],"Javits Federal Building"],"main_pivot_7":[[40.7107166,-74.0038713],"Drumgoole Plaza"],"main_pivot_8":[[40.711869251,-74.0025012741],"1 Police Plaza"],"main_pivot_9":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_10":[[40.7130454,-74.0031906],"David N. Dinkins Manhattan Municipal Building"],"main_pivot_11":[[40.7144385,-74.0028881],"Triumph of the Human Spirit"],"main_pivot_12":[[40.7114714,-74.0021613],"Murry Bergtraum High School"],"main_pivot_13":[[40.7136255,-74.0037986],"Surrogate's Courthouse"],"main_pivot_14":[[40.7173727,-74.0012731],"Downtown Community Television Center"],"main_pivot_15":[[40.7092094,-74.0051909],"park"],"near_pivot":[[40.7092094,-74.0051909],"park"],"around_goal_pivot_1":[[40.7101041,-74.0045094],"hospital"],"around_goal_pivot_2":[[40.7078587,-74.0045474],"bank"],"around_goal_pivot_3":[[40.7080502,-74.0064227],"Crunch Fitness"],"around_goal_pivot_4":[[40.708975,-74.0068698],"FedEx Office"],"around_goal_pivot_5":[[40.7102494,-74.0058889],"pharmacy"],"around_goal_pivot_6":[[40.7099929,-74.0052916],"fire station"],"around_goal_pivot_7":[[40.7090442,-74.0068976],"atm"],"around_goal_pivot_8":[[40.7098174,-74.0067165],"ice cream"],"around_goal_pivot_9":[[40.7092848,-74.0062714],"university"],"around_goal_pivot_10":[[40.709869,-74.0042495],"parking entrance"]}} +{"rvs_sample_number":187,"content":"Go directly north and meet me at the Magnolia Bakery by Grand Central Terminal, on Park Avenue, just north of the Grand Hyatt.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7524852,-73.9768268],"key":7880,"region":"Manhattan","rvs_start_point":[40.7427456,-73.9769046],"landmarks":{"end_point":[[40.7524852,-73.9768268],"bakery shop"],"start_point":[[40.7427456,-73.9769046],"bank"],"main_pivot":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_2":[[40.750762,-73.9772128],"101 Park Avenue"],"main_pivot_3":[[40.7517850003,-73.9772434274],"Pershing Square Building"],"main_pivot_4":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_5":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_6":[[40.750762,-73.9772128],"101 Park Avenue"],"main_pivot_7":[[40.7452891,-73.9760292],"Estonian House"],"main_pivot_8":[[40.750762,-73.9772128],"101 Park Avenue"],"main_pivot_9":[[40.7423792219,-73.9764022625],"Kips Bay Tower South"],"main_pivot_10":[[40.7434003,-73.9764296],"Kips Bay Tower North"],"main_pivot_11":[[40.7423792219,-73.9764022625],"Kips Bay Tower South"],"main_pivot_12":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_13":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_14":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_15":[[40.7518902645,-73.9767372456],"Grand Hyatt"],"near_pivot":[[40.7518902645,-73.9767372456],"Grand Hyatt"],"beyond_pivot":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_1":[[40.7529497,-73.9776379],"seven atms"],"around_goal_pivot_2":[[40.7529563,-73.9776537],"six atms"],"around_goal_pivot_3":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_4":[[40.7525288,-73.9750326],"AT&T"],"around_goal_pivot_5":[[40.752154,-73.978267],"Charles Schwab"],"around_goal_pivot_6":[[40.7511476,-73.9765152],"Verizon"],"around_goal_pivot_7":[[40.7516901,-73.9777589],"bus station"],"around_goal_pivot_8":[[40.7528389,-73.9777142],"7 vending machines"],"around_goal_pivot_9":[[40.7529532,-73.9776453],"5 atms"],"around_goal_pivot_10":[[40.7517179,-73.9782337],"drinking water"]}} +{"rvs_sample_number":207,"content":"Meet me at a bar west of you on East 7th Street. A pub is northwest of it on the same street. West of the bar is a theatre and north of it is the historic district. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7282841,-73.9885592],"key":7881,"region":"Manhattan","rvs_start_point":[40.7261637,-73.9775475],"landmarks":{"end_point":[[40.7282841,-73.9885592],"bar"],"start_point":[[40.7261637,-73.9775475],"vacant shop"],"main_pivot":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_2":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_3":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_4":[[40.7260891464,-73.9832757559],"Tompkins Square Park"],"main_pivot_5":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_6":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_7":[[40.727164,-73.980406],"Tompkins Square Library"],"main_pivot_8":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_9":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_10":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_11":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_12":[[40.7268975,-73.9813718],"Slocum Disaster Memorial"],"main_pivot_13":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_14":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_15":[[40.7282432,-73.9877201],"theatre"],"near_pivot":[[40.7282432,-73.9877201],"theatre"],"beyond_pivot":[[40.7287612,-73.9897021],"pub"],"around_goal_pivot_1":[[40.7257805,-73.9896222],"3 bicycle parkings"],"around_goal_pivot_2":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_3":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_4":[[40.7263308,-73.9882179],"2 benches"],"around_goal_pivot_5":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_6":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_7":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_8":[[40.7277913,-73.9852783],"telephone"],"around_goal_pivot_9":[[40.7294836,-73.9864276],"post office"],"around_goal_pivot_10":[[40.7288027,-73.9865808],"two clothes shops"]}} +{"rvs_sample_number":96,"content":"Meet me at the Subway fast food here, southeast of you, on the corner of Madison Avenue. To the east is Hilton Garden Inn, and to the southeast are 2 hotels. ","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7467357,-73.9839912],"key":7882,"region":"Manhattan","rvs_start_point":[40.7503743,-73.9908121],"landmarks":{"end_point":[[40.7467357,-73.9839912],"fast food restaurant"],"start_point":[[40.7503743,-73.9908121],"bureau de change"],"main_pivot":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_2":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_3":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_4":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_5":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_6":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_7":[[40.7501481453,-73.9909058292],"Hotel Pennsylvania"],"main_pivot_8":[[40.7501481453,-73.9909058292],"Hotel Pennsylvania"],"main_pivot_9":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_10":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_11":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_12":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_13":[[40.7501481453,-73.9909058292],"Hotel Pennsylvania"],"main_pivot_14":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_15":[[40.746064,-73.9833558],"2 hotels"],"near_pivot":[[40.746064,-73.9833558],"2 hotels"],"around_goal_pivot_1":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_2":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_3":[[40.7484343,-73.9856963],"14 towers"],"around_goal_pivot_4":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_5":[[40.7481017,-73.9861055],"post office"],"around_goal_pivot_6":[[40.745462,-73.9821457],"atm"],"around_goal_pivot_7":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7480531,-73.9841627],"WeWork"]}} +{"rvs_sample_number":43,"content":"Come meet me at the alcohol shop. It's just a couple blocks north of you on 3rd Avenue, one block south of the Verizon store and northwest of the European Wax Center.","rvs_path":"data\/geodata\/manhattan_samples_v88.gpkg","rvs_goal_point":[40.746171,-73.9780316],"key":7883,"region":"Manhattan","rvs_start_point":[40.7440251,-73.97884],"landmarks":{"end_point":[[40.746171,-73.9780316],"alcohol shop"],"start_point":[[40.7440251,-73.97884],"parking lot"],"main_pivot":[[40.7443718,-73.979425],"Domino's"],"main_pivot_2":[[40.7448641,-73.9789977],"7-Eleven"],"main_pivot_3":[[40.7443718,-73.979425],"Domino's"],"main_pivot_4":[[40.7448022,-73.979026],"Jenny Craig"],"main_pivot_5":[[40.7440283,-73.9790589],"Trader Joe's"],"main_pivot_6":[[40.7443718,-73.979425],"Domino's"],"main_pivot_7":[[40.7443718,-73.979425],"Domino's"],"main_pivot_8":[[40.7443718,-73.979425],"Domino's"],"main_pivot_9":[[40.7449329,-73.9789037],"McDonald's"],"main_pivot_10":[[40.7440283,-73.9790589],"Trader Joe's"],"main_pivot_11":[[40.7449329,-73.9789037],"McDonald's"],"main_pivot_12":[[40.7443718,-73.979425],"Domino's"],"main_pivot_13":[[40.7444411,-73.9793743],"Bed Bath & Beyond"],"main_pivot_14":[[40.7441534,-73.9795427],"Chase"],"main_pivot_15":[[40.7469444,-73.9783333],"historic district"],"near_pivot":[[40.7469444,-73.9783333],"historic district"],"beyond_pivot":[[40.7468119,-73.9775867],"Verizon Wireless"],"around_goal_pivot_1":[[40.7445973,-73.9799777],"3 dentist's offices"],"around_goal_pivot_2":[[40.7446344,-73.9799514],"2 dentist's offices"],"around_goal_pivot_3":[[40.7451041,-73.9754351],"church"],"around_goal_pivot_4":[[40.7462177,-73.9809816],"school"],"around_goal_pivot_5":[[40.7466506,-73.9797965],"bank"],"around_goal_pivot_6":[[40.7452838,-73.9757505],"two restaurants"],"around_goal_pivot_7":[[40.7450443,-73.9809169],"Mattress Firm"],"around_goal_pivot_8":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_9":[[40.7450946,-73.9770693],"Crunch Fitness"],"around_goal_pivot_10":[[40.7484684,-73.9763928],"D'Agostino"]}} +{"rvs_sample_number":422,"content":"Go southwest and meet me at the bench right next to the pharmacy on Battery Place, near where it crosses another major road. It's southeast of Citi Bike","rvs_path":"data\/geodata\/manhattan_samples_v47.gpkg","rvs_goal_point":[40.7051316,-74.0162126],"key":7884,"region":"Manhattan","rvs_start_point":[40.7186159,-74.0047419],"landmarks":{"end_point":[[40.7051316,-74.0162126],"bench"],"start_point":[[40.7186159,-74.0047419],"fitness centre"],"main_pivot":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_2":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_3":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_4":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_5":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_6":[[40.7079856,-74.0126573],"Trinity Churchyard"],"main_pivot_7":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_8":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_9":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_10":[[40.710922,-74.0110891],"3 World Trade Center"],"main_pivot_11":[[40.7067323543,-74.0137653039],"Elizabeth H. Berger Plaza"],"main_pivot_12":[[40.7111738,-74.0105105],"Millenium Hilton"],"main_pivot_13":[[40.7073824,-74.0130557],"65 Broadway"],"main_pivot_14":[[40.7127424,-74.0094672],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_15":[[40.70522,-74.0162734],"pharmacy"],"near_pivot":[[40.70522,-74.0162734],"pharmacy"],"beyond_pivot":[[40.7056925,-74.0167769],"Citi Bike"],"around_goal_pivot_1":[[40.7059102,-74.0182242],"two fountains"],"around_goal_pivot_2":[[40.7052107,-74.0183663],"two benches"],"around_goal_pivot_3":[[40.7037287,-74.0166438],"historic fort"],"around_goal_pivot_4":[[40.7048382,-74.0137114],"10 benches"],"around_goal_pivot_5":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_6":[[40.7062064,-74.0132627],"pharmacy"],"around_goal_pivot_7":[[40.7042039,-74.0130189],"fast food restaurant"],"around_goal_pivot_8":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_9":[[40.7048979,-74.0127034],"Verizon Wireless"],"around_goal_pivot_10":[[40.7052012,-74.0190312],"five benches"]}} +{"rvs_sample_number":145,"content":"Meet me at the pharmacy on East 65th Street. Go one block east and then 15 blocks north and it's on the southeast corner of the street and one block north of a 7-11.","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7631454,-73.9591112],"key":7885,"region":"Manhattan","rvs_start_point":[40.7549287,-73.9682465],"landmarks":{"end_point":[[40.7631454,-73.9591112],"pharmacy"],"start_point":[[40.7549287,-73.9682465],"restaurant"],"main_pivot":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_2":[[40.760133752,-73.9615867814],"Queensboro Bridge"],"main_pivot_3":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_4":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_5":[[40.760133752,-73.9615867814],"Queensboro Bridge"],"main_pivot_6":[[40.760133752,-73.9615867814],"Queensboro Bridge"],"main_pivot_7":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_8":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_9":[[40.760133752,-73.9615867814],"Queensboro Bridge"],"main_pivot_10":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_11":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_12":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_13":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_14":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_15":[[40.7624158,-73.9597159],"7-Eleven"],"near_pivot":[[40.7624158,-73.9597159],"7-Eleven"],"around_goal_pivot_1":[[40.7647856,-73.9595379],"library"],"around_goal_pivot_2":[[40.7618657,-73.960531],"2 restaurants"],"around_goal_pivot_3":[[40.7605334,-73.9598552],"museum"],"around_goal_pivot_4":[[40.7648009932,-73.9585145095],"park"],"around_goal_pivot_5":[[40.7644185,-73.9581907],"bank"],"around_goal_pivot_6":[[40.7641892,-73.9588502],"fast food restaurant"],"around_goal_pivot_7":[[40.7608927,-73.9607562],"Goodwill"],"around_goal_pivot_8":[[40.7631571,-73.9559715],"theatre"],"around_goal_pivot_9":[[40.7622981,-73.9602545],"clinic"],"around_goal_pivot_10":[[40.763641,-73.9624439],"veterinary"]}} +{"rvs_sample_number":52,"content":"Go north and meet me at the bicycle parking near the waterfront along West Street. It's a bit southwest of the restaurant and northeast of Pier 45.","rvs_path":"data\/geodata\/manhattan_samples_v54.gpkg","rvs_goal_point":[40.7338542,-74.0105342],"key":7886,"region":"Manhattan","rvs_start_point":[40.7182982165,-74.0137382949],"landmarks":{"end_point":[[40.7338542,-74.0105342],"bicycle parking"],"start_point":[[40.7182982165,-74.0137382949],"garden"],"main_pivot":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_2":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_3":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_4":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_5":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_6":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_7":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_8":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_9":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_10":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_11":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_12":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_13":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_14":[[40.7331143,-74.0114837],"Pier 45"],"main_pivot_15":[[40.7344402,-74.0098339],"restaurant"],"near_pivot":[[40.7344402,-74.0098339],"restaurant"],"around_goal_pivot_1":[[40.7330721,-74.008244],"church"],"around_goal_pivot_2":[[40.7362948,-74.009527],"school"],"around_goal_pivot_3":[[40.7319845,-74.0086402],"public building"],"around_goal_pivot_4":[[40.7354108,-74.008465],"post box"],"around_goal_pivot_5":[[40.7341718,-74.0074226],"cafe"],"around_goal_pivot_6":[[40.7349434,-74.0080378],"bar"],"around_goal_pivot_7":[[40.7350029,-74.0078098],"car shop"],"around_goal_pivot_8":[[40.7328488,-74.0100082],"bicycle shop"],"around_goal_pivot_9":[[40.7320918,-74.0079219],"supermarket"]}} +{"rvs_sample_number":101,"content":"When you finish lunch, meet me at the nightclub on the northwest side of columbus circle. it's just northwest of the attraction and on the block south of the post office.","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7685685,-73.9824278],"key":7887,"region":"Manhattan","rvs_start_point":[40.7718581,-73.9855139],"landmarks":{"end_point":[[40.7685685,-73.9824278],"nightclub"],"start_point":[[40.7718581,-73.9855139],"restaurant"],"main_pivot":[[40.7713507,-73.9836896],"David H. Koch Theater"],"main_pivot_2":[[40.7712041,-73.9834582],"Lincoln Center for the Performing Arts"],"main_pivot_3":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_4":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_5":[[40.7718655,-73.9849082],"Damrosch Park"],"main_pivot_6":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_7":[[40.7718655,-73.9849082],"Damrosch Park"],"main_pivot_8":[[40.7712041,-73.9834582],"Lincoln Center for the Performing Arts"],"main_pivot_9":[[40.7718655,-73.9849082],"Damrosch Park"],"main_pivot_10":[[40.7712041,-73.9834582],"Lincoln Center for the Performing Arts"],"main_pivot_11":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_12":[[40.7712041,-73.9834582],"Lincoln Center for the Performing Arts"],"main_pivot_13":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_14":[[40.7712041,-73.9834582],"Lincoln Center for the Performing Arts"],"main_pivot_15":[[40.7683042345,-73.9820914382],"attraction"],"near_pivot":[[40.7683042345,-73.9820914382],"attraction"],"around_goal_pivot_1":[[40.7702447,-73.9854984],"historic building"],"around_goal_pivot_2":[[40.7682307,-73.9810709],"historic monument"],"around_goal_pivot_3":[[40.7675022,-73.9821056],"museum"],"around_goal_pivot_4":[[40.7695673,-73.9833752],"post office"],"around_goal_pivot_5":[[40.7673053,-73.9837866],"clinic"],"around_goal_pivot_6":[[40.7671416,-73.9827823],"Paris Baguette"],"around_goal_pivot_7":[[40.7674909,-73.9814421],"LensCrafters"],"around_goal_pivot_8":[[40.7703284,-73.9800659],"two benches"],"around_goal_pivot_9":[[40.7702508,-73.9818092],"Best Buy"],"around_goal_pivot_10":[[40.7675765,-73.984466],"RadioShack"]}} +{"rvs_sample_number":254,"content":"Meet me at a clothes shop north of you on Columbus Avenue. Kiehl's is on the same street to the south of the shop. Club Monaco and a Mexican restaurant are north of the clothes shop. ","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7750847,-73.9807486],"key":7888,"region":"Manhattan","rvs_start_point":[40.7597625,-73.98557],"landmarks":{"end_point":[[40.7750847,-73.9807486],"clothes shop"],"start_point":[[40.7597625,-73.98557],"bakery shop"],"main_pivot":[[40.7650516,-73.9823011],"Random House Tower"],"main_pivot_2":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_3":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_4":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_5":[[40.7650516,-73.9823011],"Random House Tower"],"main_pivot_6":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_7":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_8":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_9":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_10":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_11":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_12":[[40.7625043,-73.9841063],"Mark Hellinger Theater"],"main_pivot_13":[[40.7674787,-73.9818292],"Museum of Arts and Design"],"main_pivot_14":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_15":[[40.7750135,-73.9817481],"cinema"],"near_pivot":[[40.7750135,-73.9817481],"cinema"],"beyond_pivot":[[40.775834,-73.9801978],"restaurant"],"around_goal_pivot_1":[[40.7747831,-73.9775919],"historic building"],"around_goal_pivot_2":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_3":[[40.7755857,-73.9835661],"post office"],"around_goal_pivot_4":[[40.7771398,-73.9829559],"Rite Aid"],"around_goal_pivot_5":[[40.7757714,-73.9797459],"Club Monaco"],"around_goal_pivot_6":[[40.7743637,-73.9818822],"Banana Republic"],"around_goal_pivot_7":[[40.7740839,-73.9814769],"Kiehl's"],"around_goal_pivot_8":[[40.7742826,-73.982523],"Raymour & Flanigan"],"around_goal_pivot_9":[[40.7743876,-73.9825127],"Zara"],"around_goal_pivot_10":[[40.7768271,-73.9817446],"CorePower Yoga"]}} +{"rvs_sample_number":26,"content":"I'm at a bench overlooking the water. Just head past the Bowling Green Building and then keep going south until you see the water. You'll pass a restaurant and then you'll find me at the bench. It's on a corner that juts out into the water.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7008782,-74.0150924],"key":7889,"region":"Manhattan","rvs_start_point":[40.709558,-74.012778],"landmarks":{"end_point":[[40.7008782,-74.0150924],"bench"],"start_point":[[40.709558,-74.012778],"pub"],"main_pivot":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_2":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_3":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_4":[[40.7094447,-74.0130559],"5 World Trade Center"],"main_pivot_5":[[40.7100218,-74.013147],"St. Nicholas Greek Orthodox Church"],"main_pivot_6":[[40.7048406449,-74.0139194027],"Bowling Green"],"main_pivot_7":[[40.7094447,-74.0130559],"5 World Trade Center"],"main_pivot_8":[[40.7096737,-74.0129631],"Liberty Park"],"main_pivot_9":[[40.7028197,-74.0141136],"17 State Street"],"main_pivot_10":[[40.7067473938,-74.0137813186],"Elizabeth H. Berger Plaza"],"main_pivot_11":[[40.7075985,-74.0138824],"Greenwich Club Residences"],"main_pivot_12":[[40.7055604,-74.0145016],"Cunard Building"],"main_pivot_13":[[40.7055604,-74.0145016],"Cunard Building"],"main_pivot_14":[[40.7028197,-74.0141136],"17 State Street"],"main_pivot_15":[[40.7011689,-74.014992],"restaurant"],"near_pivot":[[40.7011689,-74.014992],"restaurant"],"beyond_pivot":[[40.7014993,-74.015694],"bench"],"around_goal_pivot_1":[[40.7020899,-74.0135143],"3 benches"],"around_goal_pivot_2":[[40.7019877,-74.0132316],"5 benches"],"around_goal_pivot_3":[[40.7022572,-74.0164624],"3 gardens"],"around_goal_pivot_4":[[40.7033907,-74.0164109],"historic fort"],"around_goal_pivot_5":[[40.701485,-74.0132488],"atm"],"around_goal_pivot_6":[[40.7011924,-74.012844],"toilets"],"around_goal_pivot_7":[[40.7027653,-74.0164162],"fountain"],"around_goal_pivot_8":[[40.7017805,-74.0123686],"parking entrance"],"around_goal_pivot_9":[[40.7010677,-74.0134546],"newsagent shop"],"around_goal_pivot_10":[[40.7025714,-74.016752],"three gardens"]}} +{"rvs_sample_number":54,"content":"If you head north on 8th Avenue, you will find me by the telephone. It's on the next block past CVS. As soon as you cross the street after CVS, you'll see the telephone on the east side of the street near the corner.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.740533,-74.0018066],"key":7890,"region":"Manhattan","rvs_start_point":[40.739288,-74.0039642],"landmarks":{"end_point":[[40.740533,-74.0018066],"telephone"],"start_point":[[40.739288,-74.0039642],"second hand shop"],"main_pivot":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_2":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_3":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_4":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_5":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_6":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_7":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_8":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_9":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_10":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_11":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_12":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_13":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_14":[[40.739178,-74.0027886],"Jackson Square Park"],"main_pivot_15":[[40.7399977,-74.0025703],"pharmacy"],"near_pivot":[[40.7399977,-74.0025703],"pharmacy"],"beyond_pivot":[[40.7412681,-74.001691],"bank"],"around_goal_pivot_1":[[40.7381996,-74.0011757],"community centre"],"around_goal_pivot_2":[[40.7392542,-74.0009285],"historic church"],"around_goal_pivot_3":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_4":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_5":[[40.7399925,-73.9983707],"Barneys New York"],"around_goal_pivot_6":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_7":[[40.7388444,-73.9999807],"pub"],"around_goal_pivot_8":[[40.7408028,-74.0046432],"food court"],"around_goal_pivot_9":[[40.7382089,-74.0019102],"clothing store"],"around_goal_pivot_10":[[40.7384589,-74.001334],"studio"]}} +{"rvs_sample_number":79,"content":"Meet me at the parking entrance on East 24th Street. It is on the same block as the theatre. It is towards the middle of the block. There is a university and 2 bicycle parking on the block across the street.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7391101,-73.9815226],"key":7891,"region":"Manhattan","rvs_start_point":[40.7394173,-73.9951134],"landmarks":{"end_point":[[40.7391101,-73.9815226],"parking entrance"],"start_point":[[40.7394173,-73.9951134],"restaurant"],"main_pivot":[[40.7410885,-73.9879789],"Madison Square Park"],"main_pivot_2":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_3":[[40.7400264,-73.9847663],"Gramercy Theatre"],"main_pivot_4":[[40.7409134,-73.9936479],"Church of the Holy Communion"],"main_pivot_5":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_6":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_7":[[40.7396063,-73.983136],"Madison Square Station New York Post Office"],"main_pivot_8":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_9":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_10":[[40.7415982,-73.9871904],"Eleven Madison Park"],"main_pivot_11":[[40.7413,-73.9871615],"Met Life Tower"],"main_pivot_12":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_13":[[40.7407647,-73.9881127],"One Madison"],"main_pivot_14":[[40.7417051,-73.9882419],"Madison Square Fountain"],"main_pivot_15":[[40.7389801,-73.98243],"university"],"near_pivot":[[40.7389801,-73.98243],"university"],"beyond_pivot":[[40.7388641,-73.9808406],"theatre"],"around_goal_pivot_1":[[40.7387181,-73.9826898],"2 bicycle parkings"],"around_goal_pivot_2":[[40.7400264,-73.9847663],"theatre"],"around_goal_pivot_3":[[40.7396022,-73.9786872],"park"],"around_goal_pivot_4":[[40.7384212,-73.9826443],"The Salvation Army"],"around_goal_pivot_5":[[40.74095,-73.9835349],"hotel"],"around_goal_pivot_6":[[40.7395776,-73.9831267],"hostel"],"around_goal_pivot_7":[[40.7380008,-73.9839983],"fortune teller"],"around_goal_pivot_8":[[40.74067,-73.9828981],"mailroom"],"around_goal_pivot_9":[[40.7411037,-73.9812425],"childcare"],"around_goal_pivot_10":[[40.7394702,-73.9829009],"coworking space"]}} +{"rvs_sample_number":66,"content":"Pick me up at the beauty shop northeast of you on the north side of east 9th street. It's on the same block as the theater, but on the south side about halfway in the middle.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7286669,-73.9857366],"key":7892,"region":"Manhattan","rvs_start_point":[40.7252559,-73.9950819],"landmarks":{"end_point":[[40.7286669,-73.9857366],"beauty shop"],"start_point":[[40.7252559,-73.9950819],"kiosk shop"],"main_pivot":[[40.7294023255,-73.9918356019],"NoHo Historic District"],"main_pivot_2":[[40.7294023255,-73.9918356019],"NoHo Historic District"],"main_pivot_3":[[40.7289857,-73.9878757],"Ottendorfer Library"],"main_pivot_4":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_5":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_6":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_7":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_8":[[40.7248624295,-73.9952015761],"Puck Building"],"main_pivot_9":[[40.7258746,-73.9939566],"NoHo"],"main_pivot_10":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_11":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_12":[[40.7248624295,-73.9952015761],"Puck Building"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_15":[[40.728654,-73.984852],"theatre"],"near_pivot":[[40.728654,-73.984852],"theatre"],"beyond_pivot":[[40.728654,-73.984852],"theatre"],"around_goal_pivot_1":[[40.7289857,-73.9878757],"library"],"around_goal_pivot_2":[[40.7309005,-73.9866276],"cinema"],"around_goal_pivot_3":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_4":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_5":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_6":[[40.7298733,-73.9864727],"Urban Outfitters"],"around_goal_pivot_7":[[40.7295465,-73.982639],"two schools"],"around_goal_pivot_8":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_9":[[40.726607,-73.9876789],"police station"],"around_goal_pivot_10":[[40.7294836,-73.9864276],"post office"]}} +{"rvs_sample_number":274,"content":"South of you, and a bit to the east, there's a clothes shop on the north side of East 33rd Street where we can meet. A university is to the north, and a library is to the east. Also, 14 towers is to the northwest. ","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7477269,-73.9844071],"key":7893,"region":"Manhattan","rvs_start_point":[40.7538761,-73.9861019],"landmarks":{"end_point":[[40.7477269,-73.9844071],"clothes shop"],"start_point":[[40.7538761,-73.9861019],"restaurant"],"main_pivot":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_2":[[40.7501745,-73.988051],"Macy's"],"main_pivot_3":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_4":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_5":[[40.7501745,-73.988051],"Macy's"],"main_pivot_6":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_7":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_8":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_9":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_10":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_11":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_12":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_13":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_14":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_15":[[40.7484971,-73.9843119],"university"],"near_pivot":[[40.7484971,-73.9843119],"university"],"beyond_pivot":[[40.7467357,-73.9839912],"fast_food"],"around_goal_pivot_1":[[40.7486695,-73.9874053],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.7484311,-73.9856903],"14 towers"],"around_goal_pivot_3":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_4":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_5":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_6":[[40.7491941,-73.985505],"Foot Locker"],"around_goal_pivot_7":[[40.7491272,-73.986641],"Journeys"],"around_goal_pivot_8":[[40.7495763,-73.9867312],"Zara"],"around_goal_pivot_9":[[40.7494303,-73.9835837],"Ricky's NYC"]}} +{"rvs_sample_number":253,"content":"Let's ditch the spouses and meet up at the hotel on the south side of West 47th Street. It's near the middle of the block, east of and adjacent to a Catholic church so we can confess afterwards. There's a Doubletree on the west corner of the block, but that's not the correct place.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7584105898,-73.983281915],"key":7894,"region":"Manhattan","rvs_start_point":[40.747564,-73.9971234],"landmarks":{"end_point":[[40.7584105898,-73.983281915],"hotel"],"start_point":[[40.747564,-73.9971234],"dry cleaning shop"],"main_pivot":[[40.7586853,-73.9874896],"Gerald Schoenfeld Theatre"],"main_pivot_2":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_3":[[40.7590502,-73.9849914],"Francis P. Duffy"],"main_pivot_4":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_5":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_6":[[40.7591127287,-73.9845930696],"Duffy Square"],"main_pivot_7":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_8":[[40.7590271,-73.985916],"Lunt-Fontanne Theatre"],"main_pivot_9":[[40.7586853,-73.9874896],"Gerald Schoenfeld Theatre"],"main_pivot_10":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_11":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_12":[[40.7590421,-73.989088],"Al Hirschfeld Theatre"],"main_pivot_13":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_14":[[40.7597622,-73.9869174],"Brooks Atkinson Theatre"],"main_pivot_15":[[40.7585523287,-73.9832927186],"church"],"near_pivot":[[40.7585523287,-73.9832927186],"church"],"beyond_pivot":[[40.7578160444,-73.9818235608],"attraction"],"around_goal_pivot_1":[[40.7586824117,-73.9855420554],"Mariott"],"around_goal_pivot_2":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_3":[[40.7591127287,-73.9845930696],"square"],"around_goal_pivot_4":[[40.7602826,-73.9849684],"Crowne Plaza"],"around_goal_pivot_5":[[40.7560862,-73.9820693],"three hotels"],"around_goal_pivot_6":[[40.7574361,-73.9865499],"ice cream"],"around_goal_pivot_7":[[40.7590118,-73.9844836],"DoubleTree"],"around_goal_pivot_8":[[40.7592676,-73.984303],"Hershey's"],"around_goal_pivot_9":[[40.7590615,-73.9807677],"Loft"],"around_goal_pivot_10":[[40.7608722,-73.9831033],"Godiva Chocolatier"]}} +{"rvs_sample_number":495,"content":"Let's go to the theatre, Meet me southeast of you, first pass through Columbus Circle and head on the same avenue you're on now then take the eastern road, West 57th street off that, and just a block and a bit past the turn, on the south side of it you'll see the first theater there at the corner. There is an arts center right beside it, but I'm at the Theatre waiting for you there.","rvs_path":"data\/geodata\/manhattan_samples_v47.gpkg","rvs_goal_point":[40.7652057,-73.9798857],"key":7895,"region":"Manhattan","rvs_start_point":[40.7700969,-73.9824801],"landmarks":{"end_point":[[40.7652057,-73.9798857],"theatre"],"start_point":[[40.7700969,-73.9824801],"Target"],"main_pivot":[[40.7685324,-73.9827663],"Masa"],"main_pivot_2":[[40.7660436,-73.980892],"Central Park Tower"],"main_pivot_3":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_4":[[40.7690362,-73.9817889],"Trump International Hotel and Tower"],"main_pivot_5":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_6":[[40.7682549,-73.9828519],"Per Se"],"main_pivot_7":[[40.7660436,-73.980892],"Central Park Tower"],"main_pivot_8":[[40.7685324,-73.9827663],"Masa"],"main_pivot_9":[[40.7685324,-73.9827663],"Masa"],"main_pivot_10":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_11":[[40.7685324,-73.9827663],"Masa"],"main_pivot_12":[[40.7660436,-73.980892],"Central Park Tower"],"main_pivot_13":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_14":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_15":[[40.7652864045,-73.9798517312],"arts centre"],"near_pivot":[[40.7652864045,-73.9798517312],"arts centre"],"beyond_pivot":[[40.7649496,-73.979109],"cafe"],"around_goal_pivot_1":[[40.7630368,-73.9798333],"cinema"],"around_goal_pivot_2":[[40.7660741,-73.9790188],"JW Marriott"],"around_goal_pivot_3":[[40.7660429,-73.9766301],"historic memorial"],"around_goal_pivot_4":[[40.7674787,-73.9818292],"museum"],"around_goal_pivot_5":[[40.7672906,-73.9814579],"ice cream"],"around_goal_pivot_6":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_7":[[40.765264,-73.9831704],"two restaurants"],"around_goal_pivot_8":[[40.7645253,-73.9786471],"Le M\u00e9ridien"],"around_goal_pivot_9":[[40.7663468,-73.9824049],"Gap"],"around_goal_pivot_10":[[40.7645752,-73.9827913],"Hilton Garden Inn"]}} +{"rvs_sample_number":70,"content":"We can meet to your northeast, at a Chase atm on East 79th Street. A library is to the southeast on the next block, and Spectrum shop is to the southwest. ","rvs_path":"data\/geodata\/manhattan_samples_v102.gpkg","rvs_goal_point":[40.7743561,-73.9569681],"key":7896,"region":"Manhattan","rvs_start_point":[40.7670626,-73.9627265],"landmarks":{"end_point":[[40.7743561,-73.9569681],"atm"],"start_point":[[40.7670626,-73.9627265],"bicycle parking"],"main_pivot":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_2":[[40.7676696,-73.9619076],"Trump Palace Condominiums"],"main_pivot_3":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_4":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_5":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_6":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_7":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_8":[[40.7676696,-73.9619076],"Trump Palace Condominiums"],"main_pivot_9":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_10":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_11":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_12":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_13":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_14":[[40.7670712,-73.9631771],"Park East Synagogue"],"main_pivot_15":[[40.7737211426,-73.956402043],"library"],"near_pivot":[[40.7737211426,-73.956402043],"library"],"beyond_pivot":[[40.7737146862,-73.9563278561],"library"],"around_goal_pivot_1":[[40.7731071,-73.9603783],"hospital"],"around_goal_pivot_2":[[40.7722806,-73.9549444],"bakery shop"],"around_goal_pivot_3":[[40.7757636,-73.9584609],"historic building"],"around_goal_pivot_4":[[40.7743094,-73.9591888],"Verizon Wireless"],"around_goal_pivot_5":[[40.7731405,-73.9583584],"Fidelity"],"around_goal_pivot_6":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_7":[[40.774432,-73.959489],"FedEx Office"],"around_goal_pivot_8":[[40.7732118,-73.9542488],"charging station"],"around_goal_pivot_9":[[40.7724145,-73.9554921],"2 restaurants"],"around_goal_pivot_10":[[40.7735341,-73.9601007],"clock"]}} +{"rvs_sample_number":341,"content":"Head north and you will see me at the restaurant just before you get on East Houston street. It is in the middle of the block and just west of deli shop, on the next block.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7228717,-73.9891827],"key":7897,"region":"Manhattan","rvs_start_point":[40.7179187,-73.9901066],"landmarks":{"end_point":[[40.7228717,-73.9891827],"restaurant"],"start_point":[[40.7179187,-73.9901066],"restaurant"],"main_pivot":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_2":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_3":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_4":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_5":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_8":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_9":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_10":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_11":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_12":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_13":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.7225826,-73.9881925],"deli shop"],"near_pivot":[[40.7225826,-73.9881925],"deli shop"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.7224889,-73.9878547],"pharmacy"],"around_goal_pivot_3":[[40.72381,-73.9923841],"Whole Foods Market"],"around_goal_pivot_5":[[40.7220656,-73.988105],"2 restaurants"],"around_goal_pivot_6":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_7":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_8":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_9":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_10":[[40.7247825,-73.9902794],"post box"]}} +{"rvs_sample_number":484,"content":"I am at a small bicycle parking rack on 5th Avenue in the Union Park neighborhood. \"2 Universities\" is directly north of me on the next block. I am on the east side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.734809,-73.9943827],"key":7898,"region":"Manhattan","rvs_start_point":[40.7216511,-73.988822],"landmarks":{"end_point":[[40.734809,-73.9943827],"bicycle parking"],"start_point":[[40.7216511,-73.988822],"restaurant"],"main_pivot":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_2":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_3":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_4":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_7":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_8":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_9":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_10":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_11":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_12":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_15":[[40.735442,-73.9942223],"2 universities"],"near_pivot":[[40.735442,-73.9942223],"2 universities"],"beyond_pivot":[[40.7350879,-73.9933063],"cafe"],"around_goal_pivot_1":[[40.7330264,-73.9937706],"college"],"around_goal_pivot_2":[[40.7338416,-73.9955642],"church"],"around_goal_pivot_3":[[40.7355148,-73.9913011],"historic memorial"],"around_goal_pivot_4":[[40.7347904,-73.9905721],"park"],"around_goal_pivot_5":[[40.7359607,-73.9959654],"cinema"],"around_goal_pivot_6":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_7":[[40.7349133,-73.9915985],"Burlington Coat Factory"],"around_goal_pivot_8":[[40.7370704,-73.9926128],"Free People"],"around_goal_pivot_9":[[40.7366319,-73.9946211],"Guitar Center"],"around_goal_pivot_10":[[40.735602,-73.9916228],"Staples"]}} +{"rvs_sample_number":116,"content":"The location is near to starbucks and lulumelon. It is maily on the 66the street to the west. And down to nike","rvs_path":"data\/geodata\/manhattan_samples_v66.gpkg","rvs_goal_point":[40.7658973,-73.9633085],"key":7899,"region":"Manhattan","rvs_start_point":[40.7707598,-73.9535793],"landmarks":{"end_point":[[40.7658973,-73.9633085],"bicycle parking"],"start_point":[[40.7707598,-73.9535793],"supermarket"],"main_pivot":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_2":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_3":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_4":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_5":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_6":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_7":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_8":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_9":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_10":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_11":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_12":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_13":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_14":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_15":[[40.7651106,-73.9637106],"bank"],"near_pivot":[[40.7651106,-73.9637106],"bank"],"around_goal_pivot_1":[[40.7668281,-73.9633563],"synagogue"],"around_goal_pivot_2":[[40.7644625,-73.965899],"historic building"],"around_goal_pivot_3":[[40.7646512,-73.964601],"atm"],"around_goal_pivot_4":[[40.7667068,-73.9625796],"Unleashed"],"around_goal_pivot_5":[[40.7681631,-73.9614552],"Target"],"around_goal_pivot_6":[[40.7667959,-73.9629836],"Janie & Jack"],"around_goal_pivot_8":[[40.7680469,-73.9615702],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.7653878,-73.9656772],"Kiehl's"],"around_goal_pivot_10":[[40.7652941,-73.9661282],"Rituals"]}} +{"rvs_sample_number":359,"content":"Just head south on the Ave you are on all the way until you reach 59th street, then head west when you reach 59th, I'm at the park on the south side of the street. There is a city university just east of it.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.771015,-73.9894367],"key":7900,"region":"Manhattan","rvs_start_point":[40.7806573,-73.9798764],"landmarks":{"end_point":[[40.771015,-73.9894367],"park"],"start_point":[[40.7806573,-73.9798764],"ice cream"],"main_pivot":[[40.7767964,-73.9836142],"Lincoln Towers"],"main_pivot_2":[[40.7736999392,-73.9854243918],"Fiorello H. LaGuardia High School"],"main_pivot_3":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_4":[[40.7723506,-73.986059],"Lincoln Center for the Performing Arts"],"main_pivot_5":[[40.7723506,-73.986059],"Lincoln Center for the Performing Arts"],"main_pivot_6":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_7":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_8":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_9":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_10":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_11":[[40.7767964,-73.9836142],"Lincoln Towers"],"main_pivot_12":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_13":[[40.7723506,-73.986059],"Lincoln Center for the Performing Arts"],"main_pivot_14":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_15":[[40.7704137,-73.987617],"college"],"near_pivot":[[40.7704137,-73.987617],"college"],"around_goal_pivot_1":[[40.7723048,-73.9875717],"music school"],"around_goal_pivot_2":[[40.7698335,-73.9925794],"nightclub"],"around_goal_pivot_3":[[40.7706209,-73.9876967],"pharmacy"],"around_goal_pivot_4":[[40.7724312,-73.9901599],"SoulCycle"],"around_goal_pivot_5":[[40.7737017,-73.9892353],"Brooklyn Fare"],"around_goal_pivot_6":[[40.7696216,-73.9879659],"Paris Baguette"],"around_goal_pivot_7":[[40.7714794,-73.987686],"3 waste disposals"],"around_goal_pivot_8":[[40.7714687,-73.9876107],"two waste disposals"],"around_goal_pivot_9":[[40.7704036,-73.9909561],"BMW"],"around_goal_pivot_10":[[40.7717276,-73.9884539],"college"]}} +{"rvs_sample_number":131,"content":"I will be waiting on west 32nd street, at Harold square coworking space slightly opposite of the mall. An hotel is also on its north west side. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.748599,-73.989262],"key":7901,"region":"Manhattan","rvs_start_point":[40.7415348,-73.9814333],"landmarks":{"end_point":[[40.748599,-73.989262],"coworking space"],"start_point":[[40.7415348,-73.9814333],"dry cleaning shop"],"main_pivot":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_2":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_3":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_4":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_5":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_6":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_7":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_8":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_9":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_10":[[40.7473709,-73.9881994],"The Grand Hotel"],"main_pivot_11":[[40.7444471,-73.9872102],"Enigma.io"],"main_pivot_12":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_13":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_14":[[40.7427048,-73.9847606],"New York Life Building"],"main_pivot_15":[[40.748646,-73.9888224],"mall"],"near_pivot":[[40.748646,-73.9888224],"mall"],"beyond_pivot":[[40.7495247989,-73.9898331562],"hotel"],"around_goal_pivot_1":[[40.7491056,-73.9926088],"church"],"around_goal_pivot_2":[[40.748341,-73.9880295],"Curio Collection by Hilton"],"around_goal_pivot_3":[[40.7501528,-73.9882626],"Macy's"],"around_goal_pivot_4":[[40.7465182,-73.9883102],"2 jewelry shops"],"around_goal_pivot_5":[[40.7484833,-73.9864855],"attraction"],"around_goal_pivot_6":[[40.7500090276,-73.9880710169],"square"],"around_goal_pivot_7":[[40.7506209,-73.9875074],"2 bicycle parkings"],"around_goal_pivot_8":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_9":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_10":[[40.74867,-73.9879214],"pharmacy"]}} +{"rvs_sample_number":33,"content":"Meet me at the school northeast of you on East 7th Street. This school is right across the street from a large park to the northwest, and there's a Japanese restaurant on the block to the south. An arts centre is due west of here, about a block away. ","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.725113662,-73.9808234753],"key":7902,"region":"Manhattan","rvs_start_point":[40.7141102,-73.9909432],"landmarks":{"end_point":[[40.725113662,-73.9808234753],"school"],"start_point":[[40.7141102,-73.9909432],"laundry shop"],"main_pivot":[[40.713649,-73.9903234],"St. Teresa's Church"],"main_pivot_2":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_3":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_4":[[40.713649,-73.9903234],"St. Teresa's Church"],"main_pivot_5":[[40.713649,-73.9903234],"St. Teresa's Church"],"main_pivot_6":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_7":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_8":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_9":[[40.713649,-73.9903234],"St. Teresa's Church"],"main_pivot_10":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_11":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_12":[[40.7201495,-73.9839583],"The Stanton Street Shul"],"main_pivot_13":[[40.713649,-73.9903234],"St. Teresa's Church"],"main_pivot_14":[[40.713649,-73.9903234],"St. Teresa's Church"],"main_pivot_15":[[40.7252243073,-73.9812436794],"park"],"near_pivot":[[40.7252243073,-73.9812436794],"park"],"beyond_pivot":[[40.7245384,-73.9802202],"restaurant"],"around_goal_pivot_1":[[40.727164,-73.980406],"library"],"around_goal_pivot_2":[[40.7236071,-73.9821454],"two schools"],"around_goal_pivot_3":[[40.7266358,-73.9821691],"fountain"],"around_goal_pivot_4":[[40.7260387,-73.9831331],"historic monument"],"around_goal_pivot_5":[[40.7257313,-73.9778791],"museum"],"around_goal_pivot_6":[[40.7255484,-73.97962],"park"],"around_goal_pivot_7":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_8":[[40.7261037,-73.9775918],"MetroPCS"],"around_goal_pivot_9":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_10":[[40.7258135,-73.9795215],"gallery"]}} +{"rvs_sample_number":89,"content":"Meet me at the french restaurant on Chambers Street. It's on the same block as the train station, just about a quarter of the block east of there. Capital One bank is across the street at the other end.","rvs_path":"data\/geodata\/manhattan_samples_v81.gpkg","rvs_goal_point":[40.714613,-74.007524],"key":7903,"region":"Manhattan","rvs_start_point":[40.7068865,-74.0128578],"landmarks":{"end_point":[[40.714613,-74.007524],"restaurant"],"start_point":[[40.7068865,-74.0128578],"bench"],"main_pivot":[[40.7082747,-74.0124465],"Trinity Church"],"main_pivot_2":[[40.7127424,-74.0094672],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_3":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_4":[[40.7067348,-74.0137657],"Elizabeth H. Berger Plaza"],"main_pivot_5":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_6":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_7":[[40.710922,-74.0110891],"3 World Trade Center"],"main_pivot_8":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_9":[[40.7122898,-74.0094383],"Barclay Tower"],"main_pivot_10":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_11":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_12":[[40.7067348,-74.0137657],"Elizabeth H. Berger Plaza"],"main_pivot_13":[[40.7082747,-74.0124465],"Trinity Church"],"main_pivot_14":[[40.7098937,-74.0117618],"4 World Trade Center"],"main_pivot_15":[[40.7147796526,-74.0079054288],"train station"],"near_pivot":[[40.7147796526,-74.0079054288],"train station"],"beyond_pivot":[[40.7143506,-74.0063658],"bank"],"around_goal_pivot_1":[[40.7134916,-74.0079247],"library"],"around_goal_pivot_2":[[40.7122929,-74.0098218],"church"],"around_goal_pivot_3":[[40.7157159,-74.0076211],"2 restaurants"],"around_goal_pivot_4":[[40.7130195,-74.0062251],"townhall"],"around_goal_pivot_5":[[40.7148891,-74.009276],"books shop"],"around_goal_pivot_6":[[40.7125647,-74.0068474],"historic railway station"],"around_goal_pivot_7":[[40.712096,-74.0086261],"FedEx Office"],"around_goal_pivot_8":[[40.7142106,-74.006028],"Modell's Sporting Goods"],"around_goal_pivot_9":[[40.7156158,-74.00534],"7-Eleven"],"around_goal_pivot_10":[[40.7124499,-74.0079539],"T-Mobile"]}} +{"rvs_sample_number":391,"content":"We need to get that fabric shop, remember for you girdle overlay? it's that shop on West 38th street that has that different fabric shop? It's southwest a little across from that fast food place. It's north of a church. You should go south east. It is 4 blocks south of Times Square Tower.","rvs_path":"data\/geodata\/manhattan_samples_v105.gpkg","rvs_goal_point":[40.7530391,-73.987907],"key":7904,"region":"Manhattan","rvs_start_point":[40.7605536,-73.9908018],"landmarks":{"end_point":[[40.7530391,-73.987907],"fabric shop"],"start_point":[[40.7605536,-73.9908018],"supermarket"],"main_pivot":[[40.7573717,-73.991969],"McGraw-Hill Building"],"main_pivot_2":[[40.7562056,-73.9896742],"The New York Times Building"],"main_pivot_3":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_4":[[40.7555302,-73.9880426],"Nederlander Theatre"],"main_pivot_5":[[40.7559168,-73.9884898],"Madame Tussauds New York"],"main_pivot_6":[[40.7572719,-73.9904498],"Grayline Tours"],"main_pivot_7":[[40.7553245,-73.9889879],"CUNY Graduate School of Journalism"],"main_pivot_8":[[40.7555302,-73.9880426],"Nederlander Theatre"],"main_pivot_9":[[40.7573717,-73.991969],"McGraw-Hill Building"],"main_pivot_10":[[40.759448,-73.9926202],"Westside Theatre"],"main_pivot_11":[[40.7553724,-73.9872145],"Times Square Tower"],"main_pivot_12":[[40.755879,-73.9884014],"Candler Building"],"main_pivot_13":[[40.7562056,-73.9896742],"The New York Times Building"],"main_pivot_14":[[40.7576329,-73.9925944],"The Orion"],"main_pivot_15":[[40.7523272,-73.9881308],"church"],"near_pivot":[[40.7523272,-73.9881308],"church"],"beyond_pivot":[[40.7533413,-73.9869321],"fast_food"],"around_goal_pivot_1":[[40.7506415,-73.9875555],"2 bicycle parkings"],"around_goal_pivot_2":[[40.7536984,-73.9846141],"3 gardens"],"around_goal_pivot_3":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_4":[[40.7509880696,-73.9887774735],"Macy's"],"around_goal_pivot_5":[[40.7507021,-73.98795],"square"],"around_goal_pivot_6":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_7":[[40.7536459,-73.9846525],"three gardens"],"around_goal_pivot_8":[[40.753725,-73.9846746],"historic memorial"],"around_goal_pivot_9":[[40.7507159,-73.9873346],"atm"],"around_goal_pivot_10":[[40.7556748,-73.9883897],"Hampton"]}} +{"rvs_sample_number":310,"content":"I'm not far from you. Just go up the avenue to West 32st St. Turn west, and I'm at a bar in Koreatown. There is a pharmacy on my side of the street, about 5 buildings from me. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7477356,-73.9863789],"key":7905,"region":"Manhattan","rvs_start_point":[40.7456554,-73.9880474],"landmarks":{"end_point":[[40.7477356,-73.9863789],"bar"],"start_point":[[40.7456554,-73.9880474],"cafe"],"main_pivot":[[40.7450212667,-73.9883151074],"The Nomad"],"main_pivot_2":[[40.7450212667,-73.9883151074],"The Nomad"],"main_pivot_3":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_4":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_5":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_6":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_7":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_8":[[40.745641,-73.987429],"Marble Collegiate Church"],"main_pivot_9":[[40.7450212667,-73.9883151074],"The Nomad"],"main_pivot_10":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_11":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_12":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_13":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_14":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_15":[[40.747367,-73.9856317],"pharmacy"],"near_pivot":[[40.747367,-73.9856317],"pharmacy"],"beyond_pivot":[[40.7477457,-73.9871706],"restaurant"],"around_goal_pivot_1":[[40.7453665,-73.9860535],"church"],"around_goal_pivot_2":[[40.7484971,-73.9843119],"university"],"around_goal_pivot_3":[[40.7483917,-73.9874717],"Curio Collection by Hilton"],"around_goal_pivot_4":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_5":[[40.7480891,-73.9828998],"library"],"around_goal_pivot_6":[[40.7493062,-73.9883682],"atm"],"around_goal_pivot_7":[[40.7502851,-73.9871588],"Desigual"],"around_goal_pivot_8":[[40.7491232,-73.9887148],"LensCrafters"],"around_goal_pivot_9":[[40.7502216,-73.9863353],"Hampton"],"around_goal_pivot_10":[[40.7495763,-73.9867312],"Zara"]}} +{"rvs_sample_number":436,"content":"Let\u2019s meet at the garden. Head south several blocks and then east a bit and you will see Columbus Park. There is a church one block east of it. Inside the park is the garden, which is on the north side of Baxter Street. There is a playground next to it and a water fountain northeast of it. ","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7146435554,-74.0003676785],"key":7906,"region":"Manhattan","rvs_start_point":[40.7212626,-74.0064648],"landmarks":{"end_point":[[40.7146435554,-74.0003676785],"garden"],"start_point":[[40.7212626,-74.0064648],"bicycle parking"],"main_pivot":[[40.7218924,-74.0062626],"Albert Capsouto Park"],"main_pivot_2":[[40.7218924,-74.0062626],"Albert Capsouto Park"],"main_pivot_3":[[40.7218924,-74.0062626],"Albert Capsouto Park"],"main_pivot_4":[[40.7218924,-74.0062626],"Albert Capsouto Park"],"main_pivot_5":[[40.7214367588,-74.0068944785],"Saint John's Park"],"main_pivot_6":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_7":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_8":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_9":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_10":[[40.7214367588,-74.0068944785],"Saint John's Park"],"main_pivot_11":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_12":[[40.7218924,-74.0062626],"Albert Capsouto Park"],"main_pivot_13":[[40.7214367588,-74.0068944785],"Saint John's Park"],"main_pivot_14":[[40.7218924,-74.0062626],"Albert Capsouto Park"],"main_pivot_15":[[40.7146373,-73.9992208],"church"],"near_pivot":[[40.7146373,-73.9992208],"church"],"around_goal_pivot_1":[[40.7135111,-74.0031679],"2 kiosk shops"],"around_goal_pivot_2":[[40.7172934,-74.001385],"historic building"],"around_goal_pivot_3":[[40.7133074,-74.003166],"two benches"],"around_goal_pivot_4":[[40.7157509223,-74.0015689642],"historic neighbourhood"],"around_goal_pivot_5":[[40.7128157,-73.9984923],"grave yard"],"around_goal_pivot_6":[[40.7130838,-74.0031403],"3 benches"],"around_goal_pivot_7":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7155673,-73.9979039],"community centre"],"around_goal_pivot_10":[[40.7131577,-74.0031455],"two benches"]}} +{"rvs_sample_number":433,"content":"Go east right to the waterfront and meet me at the historic memorial just off of FDR Drive. It's right next to the attraction and east of the fast food restaurant.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7494211,-73.9677448],"key":7907,"region":"Manhattan","rvs_start_point":[40.7505246,-73.9743574],"landmarks":{"end_point":[[40.7494211,-73.9677448],"historic memorial"],"start_point":[[40.7505246,-73.9743574],"Gap"],"main_pivot":[[40.749048,-73.9698778],"Ralph Bunche Park"],"main_pivot_2":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_3":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_4":[[40.7498046,-73.9725568],"Daily News Building"],"main_pivot_5":[[40.7498046,-73.9725568],"Daily News Building"],"main_pivot_6":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_7":[[40.749048,-73.9698778],"Ralph Bunche Park"],"main_pivot_8":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_9":[[40.7497601,-73.9716101],"Ford Foundation"],"main_pivot_10":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_11":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_12":[[40.7497601,-73.9716101],"Ford Foundation"],"main_pivot_13":[[40.7498046,-73.9725568],"Daily News Building"],"main_pivot_14":[[40.7497601,-73.9716101],"Ford Foundation"],"main_pivot_15":[[40.7493274,-73.967952],"attraction"],"near_pivot":[[40.7493274,-73.967952],"attraction"],"beyond_pivot":[[40.748094,-73.9687083],"toilets"],"around_goal_pivot_1":[[40.7505535,-73.9694314],"Hilton"],"around_goal_pivot_2":[[40.7517458,-73.9660301],"two gardens"],"around_goal_pivot_3":[[40.7506087,-73.9710159],"school"],"around_goal_pivot_4":[[40.7490274,-73.9693475],"library"],"around_goal_pivot_5":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_6":[[40.7511653,-73.9652244],"water"],"around_goal_pivot_7":[[40.7505545,-73.9702839],"cafe"],"around_goal_pivot_8":[[40.748094,-73.9687083],"toilets"],"around_goal_pivot_9":[[40.7500327,-73.969098],"fast food restaurant"],"around_goal_pivot_10":[[40.7520478,-73.9683482],"marketplace"]}} +{"rvs_sample_number":121,"content":"Meet me at the ATM on Park Avenue north of you. Head northeast of you until you get to the Pershing Square Building. The ATM is just northeast of you one block. There is a RadioShack one block southwest of the destination.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.75294,-73.9776144],"key":7908,"region":"Manhattan","rvs_start_point":[40.7460281,-73.9776441],"landmarks":{"end_point":[[40.75294,-73.9776144],"atm"],"start_point":[[40.7460281,-73.9776441],"restaurant"],"main_pivot":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_2":[[40.7517850003,-73.9772434274],"Pershing Square Building"],"main_pivot_3":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_4":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_5":[[40.7504439,-73.9774402],"101 Park Avenue"],"main_pivot_6":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_7":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_8":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_9":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_10":[[40.7518902645,-73.9767372456],"Grand Hyatt New York"],"main_pivot_11":[[40.7514887,-73.9758501],"Chrysler Building"],"main_pivot_12":[[40.7513688,-73.9762586],"Chanin Building"],"main_pivot_13":[[40.7517850003,-73.9772434274],"Pershing Square Building"],"main_pivot_14":[[40.7507985,-73.9763572],"Socony-Mobil Building"],"main_pivot_15":[[40.7520426692,-73.9770931126],"attraction"],"near_pivot":[[40.7520426692,-73.9770931126],"attraction"],"around_goal_pivot_1":[[40.7518902645,-73.9767372456],"Grand Hyatt"],"around_goal_pivot_2":[[40.752461,-73.9789227],"RadioShack"],"around_goal_pivot_3":[[40.7525762,-73.979134],"Cohen's Fashion Optical"],"around_goal_pivot_4":[[40.7539366,-73.9789673],"Fila"],"around_goal_pivot_5":[[40.7540956,-73.9780491],"Allen Edmonds"],"around_goal_pivot_6":[[40.752154,-73.978267],"Charles Schwab"],"around_goal_pivot_7":[[40.7524796,-73.9793029],"T-Mobile"],"around_goal_pivot_8":[[40.7522339,-73.9762604],"Tumi"],"around_goal_pivot_9":[[40.7516901,-73.9777589],"bus station"],"around_goal_pivot_10":[[40.7537317,-73.9789949],"car rental"]}} +{"rvs_sample_number":240,"content":"Let's go to the bike parking spots (2 spots) on West 11th Street, just over a block from where it ends at the water. A post office is just across the street to it's west.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7354803,-74.0082812],"key":7909,"region":"Manhattan","rvs_start_point":[40.7373389,-74.001141],"landmarks":{"end_point":[[40.7354803,-74.0082812],"bicycle parking"],"start_point":[[40.7373389,-74.001141],"drinking water"],"main_pivot":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_2":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_3":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_4":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_5":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_6":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_7":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_8":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_9":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_10":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_11":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_12":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_13":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_14":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_15":[[40.7354108,-74.008465],"post box"],"near_pivot":[[40.7354108,-74.008465],"post box"],"around_goal_pivot_1":[[40.7331531404,-74.0079674783],"church"],"around_goal_pivot_2":[[40.7365247,-74.0055329],"2 playgrounds"],"around_goal_pivot_3":[[40.7362948,-74.009527],"school"],"around_goal_pivot_4":[[40.7365997,-74.0055688],"2 playgrounds"],"around_goal_pivot_5":[[40.7358879,-74.005],"pastry shop"],"around_goal_pivot_6":[[40.73435,-74.0059799],"pharmacy"],"around_goal_pivot_7":[[40.7371928,-74.0066439],"D'Agostino"],"around_goal_pivot_8":[[40.7334339,-74.0060767],"bar"],"around_goal_pivot_9":[[40.7340416,-74.0054536],"police station"],"around_goal_pivot_10":[[40.7367371,-74.0096248],"events venue"]}} +{"rvs_sample_number":203,"content":"I'm located east of your position on Lexington Avenue. I'm at the convenience shop north of hairdresser shop and on the same side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7720119,-73.9608641],"key":7910,"region":"Manhattan","rvs_start_point":[40.777196,-73.9787103],"landmarks":{"end_point":[[40.7720119,-73.9608641],"convenience shop"],"start_point":[[40.777196,-73.9787103],"hairdresser shop"],"main_pivot":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_2":[[40.7763945,-73.9760195],"The Dakota"],"main_pivot_3":[[40.7744926,-73.9735161],"The Lake"],"main_pivot_4":[[40.7742002,-73.9709061],"Bethesda Fountain"],"main_pivot_5":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_6":[[40.7764472,-73.976864],"The Majestic"],"main_pivot_7":[[40.7763945,-73.9760195],"The Dakota"],"main_pivot_8":[[40.7742002,-73.9709061],"Bethesda Fountain"],"main_pivot_9":[[40.7725174,-73.9620949],"Temple Israel"],"main_pivot_10":[[40.7764472,-73.976864],"The Majestic"],"main_pivot_11":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_12":[[40.7744926,-73.9735161],"The Lake"],"main_pivot_13":[[40.7742002,-73.9709061],"Bethesda Fountain"],"main_pivot_14":[[40.7716076,-73.9653963],"Gertrude Rhinelander Waldo House"],"main_pivot_15":[[40.7720548,-73.9608314],"cafe"],"near_pivot":[[40.7720548,-73.9608314],"cafe"],"beyond_pivot":[[40.7731215237,-73.9604129231],"hospital"],"around_goal_pivot_1":[[40.7726473,-73.9604074],"church"],"around_goal_pivot_2":[[40.771859,-73.9592877],"cafe"],"around_goal_pivot_3":[[40.7712792,-73.9592551],"Benefit"],"around_goal_pivot_4":[[40.7710341,-73.9619458],"bar"],"around_goal_pivot_5":[[40.7714244,-73.9596363],"bakery shop"],"around_goal_pivot_6":[[40.7728495,-73.9606178],"supermarket"],"around_goal_pivot_7":[[40.7712004,-73.961464],"hairdresser shop"]}} +{"rvs_sample_number":436,"content":"I'm at the bicycle parking southeast of you on Columbus Avenue which is parallel to the shore. Duane Reade pharmacy is one block south of me, and there is a museum on the adjacent north block.","rvs_path":"data\/geodata\/manhattan_samples_v43.gpkg","rvs_goal_point":[40.7803545,-73.9765415],"key":7911,"region":"Manhattan","rvs_start_point":[40.7838268,-73.9863497],"landmarks":{"end_point":[[40.7803545,-73.9765415],"bicycle parking"],"start_point":[[40.7838268,-73.9863497],"drinking water"],"main_pivot":[[40.7798557,-73.9822832],"The Ansonia"],"main_pivot_2":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_3":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_4":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_5":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_6":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_7":[[40.7791568,-73.9817973],"72nd Street Subway Station (IRT)"],"main_pivot_8":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_9":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_10":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_11":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_12":[[40.7844976,-73.9860918],"West 79th Street Boat Basin"],"main_pivot_13":[[40.7797429,-73.9824392],"Rutgers Church"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7809584,-73.9757841],"museum"],"near_pivot":[[40.7809584,-73.9757841],"museum"],"beyond_pivot":[[40.7809335,-73.9757542],"museum"],"around_goal_pivot_1":[[40.7791724,-73.974716],"museum"],"around_goal_pivot_2":[[40.7793781,-73.9771006],"pharmacy"],"around_goal_pivot_3":[[40.7792751,-73.9776569],"European Wax Center"],"around_goal_pivot_4":[[40.7826191,-73.9752335],"Scotch & Soda"],"around_goal_pivot_5":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"around_goal_pivot_6":[[40.7818389,-73.9757879],"The Coffee Bean & Tea Leaf"],"around_goal_pivot_7":[[40.7793466,-73.9775268],"recycling"],"around_goal_pivot_8":[[40.7800709,-73.9780394],"synagogue"],"around_goal_pivot_9":[[40.7806573,-73.9798764],"ice cream"],"around_goal_pivot_10":[[40.7787567,-73.9775524],"bank"]}} +{"rvs_sample_number":413,"content":"I'm east of you on East 43rd st. I'm at a Citi bike. I'm in the eastern most block of that before reaching it's terminus near the library and park around it. North of it is Six Benches. South a block is a place of Worship.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7500498,-73.9708542],"key":7912,"region":"Manhattan","rvs_start_point":[40.7542544,-73.987029],"landmarks":{"end_point":[[40.7500498,-73.9708542],"bicycle rental"],"start_point":[[40.7542544,-73.987029],"newsagent shop"],"main_pivot":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_2":[[40.7525176848,-73.9781854554],"Grand Central Terminal"],"main_pivot_3":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_4":[[40.7517045,-73.9748275],"Chrysler Building"],"main_pivot_5":[[40.7539432,-73.9816071],"500 Fifth Avenue"],"main_pivot_6":[[40.7542,-73.9822192],"Salmon Tower"],"main_pivot_7":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_8":[[40.7536392,-73.9818442],"New York Public Library"],"main_pivot_9":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_10":[[40.7517045,-73.9748275],"Chrysler Building"],"main_pivot_11":[[40.7539846,-73.9840908],"Josephine Shaw Lowell Fountain"],"main_pivot_12":[[40.7540147,-73.9824887],"Bryant Park"],"main_pivot_13":[[40.7517045,-73.9748275],"Chrysler Building"],"main_pivot_14":[[40.7525176848,-73.9781854554],"Grand Central Terminal"],"main_pivot_15":[[40.7502959,-73.9701669],"six benches"],"near_pivot":[[40.7502959,-73.9701669],"six benches"],"beyond_pivot":[[40.7493953,-73.9716124],"place_of_worship"],"around_goal_pivot_1":[[40.7505535,-73.9694314],"Hilton"],"around_goal_pivot_2":[[40.7494211,-73.9677448],"historic memorial"],"around_goal_pivot_3":[[40.7497194,-73.9683231],"attraction"],"around_goal_pivot_4":[[40.7489755941,-73.9693853879],"library"],"around_goal_pivot_5":[[40.7502687,-73.9736532],"Westin"],"around_goal_pivot_6":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_7":[[40.7490568,-73.9710056],"playground"],"around_goal_pivot_8":[[40.7509179,-73.9711817],"Hallmark"],"around_goal_pivot_9":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_10":[[40.7508548,-73.9721533],"Hampton"]}} +{"rvs_sample_number":157,"content":"I'm buying a new suit at Saks Off 5th. It's on the north side of East 57th Street. A block to the north is a library. A block east is a department store shop.","rvs_path":"data\/geodata\/manhattan_samples_v74.gpkg","rvs_goal_point":[40.7613383,-73.9696773],"key":7913,"region":"Manhattan","rvs_start_point":[40.7612791,-73.9832839],"landmarks":{"end_point":[[40.7613383,-73.9696773],"Saks Off 5th"],"start_point":[[40.7612791,-73.9832839],"post box"],"main_pivot":[[40.7624104,-73.9736593],"Trump Tower"],"main_pivot_2":[[40.7626789,-73.9823612],"810 Seventh Avenue"],"main_pivot_3":[[40.7651785383,-73.9788489738],"One57"],"main_pivot_4":[[40.7621559,-73.971668],"Fuller Building"],"main_pivot_5":[[40.7650339,-73.9793005],"Russian Tea Room"],"main_pivot_6":[[40.7624104,-73.9736593],"Trump Tower"],"main_pivot_7":[[40.7609872,-73.9835491],"750 Seventh Avenue"],"main_pivot_8":[[40.7626156,-73.9735108],"Tiffany & Company"],"main_pivot_9":[[40.7651785383,-73.9788489738],"One57"],"main_pivot_10":[[40.764897,-73.9781822],"Calvary Baptist Church"],"main_pivot_11":[[40.765136,-73.9794975],"Carnegie Hall"],"main_pivot_12":[[40.7618484,-73.9835031],"Ellen's Stardust Dinner"],"main_pivot_13":[[40.7646238,-73.9782902],"Le Parker M\u00e9ridien"],"main_pivot_14":[[40.7625506,-73.972607],"LVMH Tower"],"main_pivot_15":[[40.7619839,-73.9691028],"library"],"near_pivot":[[40.7619839,-73.9691028],"library"],"beyond_pivot":[[40.7601302,-73.9695739],"United States Postal Service"],"around_goal_pivot_1":[[40.7596398,-73.9703319],"synagogue"],"around_goal_pivot_2":[[40.7636584,-73.9710384],"2 clinics"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7590651,-73.9703026],"post office"],"around_goal_pivot_5":[[40.7622496,-73.9680087],"Bloomingdale's"],"around_goal_pivot_6":[[40.7610198,-73.9730731],"Allen Edmonds"],"around_goal_pivot_7":[[40.7626847,-73.9680817],"Sephora"],"around_goal_pivot_8":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_9":[[40.7625009,-73.9724139],"Fendi"],"around_goal_pivot_10":[[40.7630174,-73.9678646],"Verizon Wireless"]}} +{"rvs_sample_number":46,"content":"I'm north of you, at the outdoor shop on West 37th Street, which is on the same block as Capital One bank to the southeast, and Dunkin' to the northwest. A Best Western is southwest on the next block over. ","rvs_path":"data\/geodata\/manhattan_samples_v102.gpkg","rvs_goal_point":[40.7505751,-73.9842264],"key":7914,"region":"Manhattan","rvs_start_point":[40.7443973,-73.9848825],"landmarks":{"end_point":[[40.7505751,-73.9842264],"outdoor shop"],"start_point":[[40.7443973,-73.9848825],"bicycle parking"],"main_pivot":[[40.7456563,-73.9868524],"Marble Collegiate Church"],"main_pivot_2":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_3":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_4":[[40.7451638,-73.9855721],"Church of the Transfiguration"],"main_pivot_5":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_6":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_7":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_8":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_9":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_10":[[40.7483735,-73.9848259],"Empire State Building"],"main_pivot_11":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_12":[[40.7445148,-73.9847614],"The Redbury New York"],"main_pivot_13":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_14":[[40.7464525,-73.9866269],"Hotel Wolcott"],"main_pivot_15":[[40.7502629,-73.983558],"bank"],"near_pivot":[[40.7502629,-73.983558],"bank"],"beyond_pivot":[[40.7511998,-73.9855652],"fast_food"],"around_goal_pivot_1":[[40.752949,-73.9840106],"college"],"around_goal_pivot_2":[[40.7489648,-73.9839698],"university"],"around_goal_pivot_3":[[40.7525994,-73.9821236],"3 gardens"],"around_goal_pivot_4":[[40.7486192,-73.9821585],"church"],"around_goal_pivot_5":[[40.7504204,-73.987414],"square"],"around_goal_pivot_6":[[40.7491907,-73.9814793],"museum"],"around_goal_pivot_7":[[40.7507159,-73.9873346],"atm"],"around_goal_pivot_8":[[40.7503843,-73.9855679],"Best Western"],"around_goal_pivot_9":[[40.7527557,-73.9835181],"ROYCE'"],"around_goal_pivot_10":[[40.7505414,-73.985924],"Holiday Inn Express"]}} +{"rvs_sample_number":23,"content":"Head south along 5th Avenue. Walk about four blocks until you see a Pret A Manger at the corner. Your destination is the clothes shop just across the street on the corner. If you get to Ricky's NYC, you've gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7495159,-73.9835531],"key":7915,"region":"Manhattan","rvs_start_point":[40.752869824,-73.981841075],"landmarks":{"end_point":[[40.7495159,-73.9835531],"clothes shop"],"start_point":[[40.752869824,-73.981841075],"fountain"],"main_pivot":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_2":[[40.7524206,-73.9814536],"461 Fifth Avenue"],"main_pivot_3":[[40.7524206,-73.9814536],"461 Fifth Avenue"],"main_pivot_4":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_5":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_6":[[40.7524206,-73.9814536],"461 Fifth Avenue"],"main_pivot_7":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_8":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_9":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_10":[[40.7524206,-73.9814536],"461 Fifth Avenue"],"main_pivot_11":[[40.7524206,-73.9814536],"461 Fifth Avenue"],"main_pivot_12":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_13":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_14":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_15":[[40.7488989161,-73.9838139897],"university"],"near_pivot":[[40.7488989161,-73.9838139897],"university"],"around_goal_pivot_1":[[40.7485416082,-73.9822149956],"church"],"around_goal_pivot_2":[[40.7489897,-73.9823204],"cafe"],"around_goal_pivot_3":[[40.7486712,-73.9846521],"pharmacy"],"around_goal_pivot_4":[[40.7488892,-73.9851787],"Amazon Books"],"around_goal_pivot_5":[[40.750696,-73.982649],"Zales"],"around_goal_pivot_6":[[40.750751,-73.9832148],"Reebok"],"around_goal_pivot_7":[[40.7503801,-73.9833899],"bicycle rental"],"around_goal_pivot_8":[[40.7486227,-73.984166],"theatre"],"around_goal_pivot_9":[[40.7499814,-73.984471],"parking lot"],"around_goal_pivot_10":[[40.7486252,-73.9847333],"waste basket"]}} +{"rvs_sample_number":149,"content":"Meet me at the childcare on Pitt Street. Go northeast, pass the bridge and it will be about two blocks after it. It's on the corner there north of the Christian church. It's one block east of the school.","rvs_path":"data\/geodata\/manhattan_samples_v45.gpkg","rvs_goal_point":[40.7193399,-73.9821655],"key":7916,"region":"Manhattan","rvs_start_point":[40.7148945,-73.9981727],"landmarks":{"end_point":[[40.7193399,-73.9821655],"childcare"],"start_point":[[40.7148945,-73.9981727],"hairdresser shop"],"main_pivot":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_2":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_3":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_4":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_5":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_6":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_7":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_8":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_9":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_10":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_11":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_12":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_13":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_14":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_15":[[40.7191045,-73.9822432],"church"],"near_pivot":[[40.7191045,-73.9822432],"church"],"beyond_pivot":[[40.7193813923,-73.9831348833],"school"],"around_goal_pivot_1":[[40.7197787,-73.9793368],"library"],"around_goal_pivot_2":[[40.7171492127,-73.9832441309],"bridge"],"around_goal_pivot_3":[[40.7210728,-73.9818662],"attraction"],"around_goal_pivot_4":[[40.7217264,-73.9825216],"fire station"],"around_goal_pivot_5":[[40.7206712,-73.9843722],"theatre"],"around_goal_pivot_6":[[40.7194065,-73.9850264],"pub"],"around_goal_pivot_7":[[40.7207051,-73.984356],"childcare"],"around_goal_pivot_8":[[40.7213141,-73.9840446],"atm"],"around_goal_pivot_9":[[40.7214665,-73.9804061],"pharmacy"],"around_goal_pivot_10":[[40.7191689,-73.9840086],"drinking water"]}} +{"rvs_sample_number":180,"content":"Let's meet at the bar off West 45th Street. It is just a stones throw away to the west of the Theater on the same block. On the opposite block to the north is a church just northeast of our meeting point.","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.759564,-73.9897134],"key":7917,"region":"Manhattan","rvs_start_point":[40.7728358,-73.9814252],"landmarks":{"end_point":[[40.759564,-73.9897134],"bar"],"start_point":[[40.7728358,-73.9814252],"restaurant"],"main_pivot":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_2":[[40.7669219,-73.9869645],"Alvin Ailey American Dance Theater"],"main_pivot_3":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_4":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_5":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_6":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_7":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_8":[[40.7719442638,-73.9832546563],"David H. Koch Theater"],"main_pivot_9":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_10":[[40.7681466743,-73.9852617253],"Hudson Hotel"],"main_pivot_11":[[40.7722582,-73.9824043],"Dante Park"],"main_pivot_12":[[40.7725177378,-73.9828374875],"David Geffen Hall"],"main_pivot_13":[[40.7725177378,-73.9828374875],"David Geffen Hall"],"main_pivot_14":[[40.7713382,-73.9830118],"The Empire Hotel"],"main_pivot_15":[[40.7593478521,-73.9894163362],"theatre"],"near_pivot":[[40.7593478521,-73.9894163362],"theatre"],"beyond_pivot":[[40.7597609,-73.9888472],"place_of_worship"],"around_goal_pivot_1":[[40.7574215354,-73.9906085331],"bus station"],"around_goal_pivot_2":[[40.7588102,-73.9869907],"Mariott"],"around_goal_pivot_3":[[40.7577432,-73.9872654],"museum"],"around_goal_pivot_4":[[40.7613786,-73.989554],"park"],"around_goal_pivot_5":[[40.7578505,-73.9916357],"post office"],"around_goal_pivot_6":[[40.759429,-73.9884241],"ice cream"],"around_goal_pivot_7":[[40.7594405,-73.9915819],"Mattress Firm"],"around_goal_pivot_8":[[40.7577692,-73.9891849],"Westin"],"around_goal_pivot_9":[[40.7610458,-73.9868044],"Hilton Garden Inn"],"around_goal_pivot_10":[[40.7604049,-73.9881989],"Econo Lodge"]}} +{"rvs_sample_number":114,"content":"Go on north on Park ave. Meet me at the bike rental. It's 4 blocks north of the Church of Our Saviour. on the same side of the street, and the last one in that block. If you get to the train\/mass transit mega terminal, you've gone too far though.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.751873,-73.977706],"key":7918,"region":"Manhattan","rvs_start_point":[40.744677,-73.9831935],"landmarks":{"end_point":[[40.751873,-73.977706],"bicycle rental"],"start_point":[[40.744677,-73.9831935],"bicycle parking"],"main_pivot":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_2":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_5":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_6":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_7":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_8":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_9":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_10":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_11":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_12":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_13":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_14":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_15":[[40.7519728,-73.9769341],"Grand Hyatt"],"near_pivot":[[40.7519728,-73.9769341],"Grand Hyatt"],"around_goal_pivot_1":[[40.752605,-73.9778482],"bar"],"around_goal_pivot_2":[[40.7525762,-73.979134],"Cohen's Fashion Optical"],"around_goal_pivot_3":[[40.7511476,-73.9765152],"Verizon"],"around_goal_pivot_4":[[40.7524796,-73.9793029],"T-Mobile"],"around_goal_pivot_5":[[40.7525415,-73.976999],"Apple Store"],"around_goal_pivot_6":[[40.752461,-73.9789227],"RadioShack"],"around_goal_pivot_7":[[40.75294,-73.9776144],"seven atms"],"around_goal_pivot_8":[[40.7528427,-73.9777226],"seven vending machines"],"around_goal_pivot_9":[[40.7522339,-73.9762604],"Tumi"],"around_goal_pivot_10":[[40.7532016,-73.9779874],"bicycle rental"]}} +{"rvs_sample_number":134,"content":"I'm northwest of you, and northwest of Elmer Holmes Bobst Library, at a bicycle parking on this small irregularly-shaped block on West 4th Street. Washington Square Church is about a block southeast, and a cinema is south on the next block. ","rvs_path":"data\/geodata\/manhattan_samples_v79.gpkg","rvs_goal_point":[40.7318942,-74.0011656],"key":7919,"region":"Manhattan","rvs_start_point":[40.7258258,-73.9894632],"landmarks":{"end_point":[[40.7318942,-74.0011656],"bicycle parking"],"start_point":[[40.7258258,-73.9894632],"beauty shop"],"main_pivot":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_2":[[40.7296795,-73.9965869],"Washington Square Park"],"main_pivot_3":[[40.7252555794,-73.9896978944],"Church of the Nativity"],"main_pivot_4":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_5":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_6":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_7":[[40.72665,-73.9907961],"4th Street Food Co-Op"],"main_pivot_8":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_9":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_10":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_11":[[40.7295282,-73.99673],"Elmer Holmes Bobst Library"],"main_pivot_12":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_13":[[40.7252555794,-73.9896978944],"Church of the Nativity"],"main_pivot_14":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_15":[[40.7312367,-74.0015037],"cinema"],"near_pivot":[[40.7312367,-74.0015037],"cinema"],"beyond_pivot":[[40.7329693,-74.001941],"park"],"around_goal_pivot_1":[[40.7299558,-74.0023577],"two parks"],"around_goal_pivot_2":[[40.7322601,-74.0033462],"two restaurants"],"around_goal_pivot_3":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_4":[[40.7310049,-74.0030253],"cheese shop"],"around_goal_pivot_5":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_6":[[40.7332291,-74.0026244],"bank"],"around_goal_pivot_7":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_8":[[40.7333521,-73.9992007],"See's Candies"],"around_goal_pivot_9":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_10":[[40.7342099,-74.0027123],"FedEx Office"]}} +{"rvs_sample_number":54,"content":"I am at the restaurant on 1st Avenue to the northeast of you. A synagogue is on its southeast side and a museum is on its north side.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7266749,-73.9856203],"key":7920,"region":"Manhattan","rvs_start_point":[40.7199688,-73.989175],"landmarks":{"end_point":[[40.7266749,-73.9856203],"restaurant"],"start_point":[[40.7199688,-73.989175],"clothes shop"],"main_pivot":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_2":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_5":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_6":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_7":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_8":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_9":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_10":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_11":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_14":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_15":[[40.726379,-73.9852502],"synagogue"],"near_pivot":[[40.726379,-73.9852502],"synagogue"],"around_goal_pivot_1":[[40.726309,-73.9881509],"two benches"],"around_goal_pivot_2":[[40.7262424,-73.9880128],"2 benches"],"around_goal_pivot_3":[[40.7288454,-73.9876886],"library"],"around_goal_pivot_4":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_5":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_6":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_7":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_8":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_9":[[40.7283837,-73.9850797],"hotel"],"around_goal_pivot_10":[[40.7287374,-73.9877076],"vending machine"]}} +{"rvs_sample_number":390,"content":"I need to get a check cashed, meet me at the bank on the east side of Allen Street. There is another back to the southwest across the second lane of this street. I'm going to be northeast of it. A flixbus is a block and a half south of it, on same side of street. If you make it to the museum then you're a couple of blocks too far north.","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7174116,-73.9910188],"key":7921,"region":"Manhattan","rvs_start_point":[40.7165487,-74.0068676],"landmarks":{"end_point":[[40.7174116,-73.9910188],"bank"],"start_point":[[40.7165487,-74.0068676],"hairdresser shop"],"main_pivot":[[40.7142045,-74.0005667],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_2":[[40.7140919,-73.9996627],"Columbus Park"],"main_pivot_3":[[40.7165168,-74.0063754],"33 Thomas Street"],"main_pivot_4":[[40.7146933,-74.0013266],"New York State Supreme Court"],"main_pivot_5":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_6":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_7":[[40.7165168,-74.0063754],"33 Thomas Street"],"main_pivot_8":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_9":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_10":[[40.7158299,-74.0039374],"Javits Federal Building"],"main_pivot_11":[[40.7146734,-74.0024874],"Foley Square"],"main_pivot_12":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_13":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_14":[[40.7146734,-74.0024874],"Foley Square"],"main_pivot_15":[[40.7173222,-73.9916349],"bank"],"near_pivot":[[40.7173222,-73.9916349],"bank"],"around_goal_pivot_1":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_2":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_3":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_4":[[40.7172222,-73.9894492],"3 schools"],"around_goal_pivot_5":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_6":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_7":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_8":[[40.7194926,-73.9899366],"hotel"],"around_goal_pivot_9":[[40.7198626,-73.9902959],"atm"],"around_goal_pivot_10":[[40.7164243,-73.9877507],"social facility"]}} +{"rvs_sample_number":22,"content":"Meet me at the cafe on the west side of Bowery. There is a TD Bank just north of here on the adjacent block to the north. The cafe is in the middle of it's block just north of a small walking path that bisects the block. You can park your bike here, which is just in front of the cafe. ","rvs_path":"data\/geodata\/manhattan_samples_v91.gpkg","rvs_goal_point":[40.7157788,-73.9965978],"key":7922,"region":"Manhattan","rvs_start_point":[40.7100561,-74.0119204],"landmarks":{"end_point":[[40.7157788,-73.9965978],"cafe"],"start_point":[[40.7100561,-74.0119204],"supermarket"],"main_pivot":[[40.7125687048,-74.0011070436],"1 Police Plaza"],"main_pivot_2":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_3":[[40.7117269,-74.0064643],"Potter Building"],"main_pivot_4":[[40.7130385,-74.0052971],"Tweed Courthouse"],"main_pivot_5":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_6":[[40.713249,-74.0006835],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_7":[[40.7118130824,-74.0061195706],"New York Times Building"],"main_pivot_8":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_9":[[40.7103502,-74.009359],"Corbin Building"],"main_pivot_10":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_11":[[40.7097057,-74.0113793],"One Liberty Plaza"],"main_pivot_12":[[40.7109899,-74.0100254],"Millenium Hilton"],"main_pivot_13":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_14":[[40.7127281,-74.0060152],"New York"],"main_pivot_15":[[40.7130993847,-74.0039929771],"historic neighbourhood"],"near_pivot":[[40.7130993847,-74.0039929771],"historic neighbourhood"],"beyond_pivot":[[40.7164502,-73.9962092],"bank"],"around_goal_pivot_1":[[40.7167451,-73.9970807],"3 jewelry shops"],"around_goal_pivot_2":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_3":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_4":[[40.7170851,-73.9980409],"2 jewelry shops"],"around_goal_pivot_5":[[40.7147006,-73.993628],"museum"],"around_goal_pivot_6":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_7":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_10":[[40.7171832,-73.9983152],"four jewelry shops"]}} +{"rvs_sample_number":212,"content":"Get on 6th Avenue to meet me at the bicycle parking in the middle of the block. There is a library on the opposite block, on the east of the parking. ","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7407394,-73.9944788],"key":7923,"region":"Manhattan","rvs_start_point":[40.7297115,-73.9909671],"landmarks":{"end_point":[[40.7407394,-73.9944788],"bicycle parking"],"start_point":[[40.7297115,-73.9909671],"cafe"],"main_pivot":[[40.7364155,-73.9910317],"Avaaz"],"main_pivot_2":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_3":[[40.7364467465,-73.9907556553],"Union Square Park"],"main_pivot_4":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_5":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_6":[[40.7354813,-73.9916567],"Lincoln Building"],"main_pivot_7":[[40.7321037,-73.9900031],"Cooper Post Office"],"main_pivot_8":[[40.7346227942,-73.9897906875],"Zeckendorf Towers"],"main_pivot_9":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_10":[[40.7346227942,-73.9897906875],"Zeckendorf Towers"],"main_pivot_11":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_12":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_13":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_14":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_15":[[40.7412443,-73.9942945],"bank"],"near_pivot":[[40.7412443,-73.9942945],"bank"],"beyond_pivot":[[40.7414196,-73.9936388],"bank"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7400959,-73.9977377],"museum"],"around_goal_pivot_3":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_4":[[40.74,-73.9925],"historic district"],"around_goal_pivot_5":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_6":[[40.7391598,-73.9948278],"2 clinics"],"around_goal_pivot_7":[[40.7391225,-73.9947326],"three clinics"],"around_goal_pivot_8":[[40.7391291,-73.9947881],"two clinics"],"around_goal_pivot_9":[[40.7396267,-73.9954353],"pharmacy"],"around_goal_pivot_10":[[40.73971,-73.995387],"Modell's Sporting Goods"]}} +{"rvs_sample_number":101,"content":"I'm at a bench right where the Brookly-Battery Turnpike starts. It's just west of a restaurant and south east of another bench. It's south west of where you are at a little bit right off the water.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7011673,-74.0154497],"key":7924,"region":"Manhattan","rvs_start_point":[40.7020436,-74.0131448],"landmarks":{"end_point":[[40.7011673,-74.0154497],"bench"],"start_point":[[40.7020436,-74.0131448],"bench"],"main_pivot":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_2":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_3":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_4":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_5":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_6":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_7":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_8":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_9":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_10":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_11":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_12":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_13":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_14":[[40.7021891238,-74.0125604175],"1 New York Plaza"],"main_pivot_15":[[40.7011689,-74.014992],"restaurant"],"near_pivot":[[40.7011689,-74.014992],"restaurant"],"beyond_pivot":[[40.7016161,-74.0159884],"bench"],"around_goal_pivot_1":[[40.7032353,-74.0165459],"historic fort"],"around_goal_pivot_2":[[40.7029557,-74.0132642],"fast food restaurant"],"around_goal_pivot_3":[[40.7012165,-74.0124297],"bicycle rental"],"around_goal_pivot_4":[[40.7034684,-74.0165559],"toilets"],"around_goal_pivot_5":[[40.7029404,-74.0162873],"two gardens"],"around_goal_pivot_6":[[40.7014705,-74.0121238],"restaurant"],"around_goal_pivot_7":[[40.7029743,-74.0136762],"sixteen benches"],"around_goal_pivot_8":[[40.7027551,-74.0169141],"3 gardens"],"around_goal_pivot_9":[[40.7025514,-74.0168054],"2 gardens"],"around_goal_pivot_10":[[40.7027024,-74.0164592],"fountain"]}} +{"rvs_sample_number":160,"content":"Let's meet up at the Subway fast food place on Lexington Ave. It's across the street across from Cohen's Fashion Optical. It's just south of a nutritional supplement shop.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7607398,-73.9694695],"key":7925,"region":"Manhattan","rvs_start_point":[40.7611297,-73.9839743],"landmarks":{"end_point":[[40.7607398,-73.9694695],"fast food restaurant"],"start_point":[[40.7611297,-73.9839743],"restaurant"],"main_pivot":[[40.7592252,-73.972781],"Lever House"],"main_pivot_2":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_3":[[40.7616488,-73.9804873],"Calyon Building"],"main_pivot_4":[[40.759438,-73.9763352],"Olympic Tower"],"main_pivot_5":[[40.7610544,-73.9814701],"Time-Life Building"],"main_pivot_6":[[40.7616488,-73.9804873],"Calyon Building"],"main_pivot_7":[[40.7586868,-73.9721939],"Seagram Building"],"main_pivot_8":[[40.759438,-73.9763352],"Olympic Tower"],"main_pivot_9":[[40.7612817,-73.9817677],"Le Bernardin"],"main_pivot_10":[[40.7600481,-73.9771377],"75 Rockefeller Plaza"],"main_pivot_11":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_12":[[40.7596413,-73.9752588],"Austrian Cultural Forum"],"main_pivot_13":[[40.7605821,-73.9759816],"Saint Thomas Episcopal Church"],"main_pivot_14":[[40.7607818,-73.9721848],"Aquavit"],"main_pivot_15":[[40.76086,-73.9693837],"GNC"],"near_pivot":[[40.76086,-73.9693837],"GNC"],"beyond_pivot":[[40.7611499,-73.9687742],"fast_food"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7596136,-73.9702683],"synagogue"],"around_goal_pivot_3":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_4":[[40.7598118,-73.969756],"fast food restaurant"],"around_goal_pivot_5":[[40.7598369,-73.9701317],"Cohen's Fashion Optical"],"around_goal_pivot_6":[[40.7612975,-73.9686773],"Casper"],"around_goal_pivot_7":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_8":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_9":[[40.7599982,-73.9696013],"AT&T"],"around_goal_pivot_10":[[40.7615638,-73.9688483],"Aerie"]}} +{"rvs_sample_number":27,"content":"I'm at a diner northwest of the bank you are at. Go north on 6th Ave. After passing the beauty salon turn left and it will be the first restaurant on your left.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7445513,-73.9929939],"key":7926,"region":"Manhattan","rvs_start_point":[40.736518,-73.9929824],"landmarks":{"end_point":[[40.7445513,-73.9929939],"restaurant"],"start_point":[[40.736518,-73.9929824],"bank"],"main_pivot":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_2":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_3":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_4":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_5":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_6":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_7":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_8":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_9":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_10":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_11":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_12":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_13":[[40.7423118684,-73.9887013719],"Madison Square Park"],"main_pivot_14":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_15":[[40.7438572,-73.9932392],"museum"],"near_pivot":[[40.7438572,-73.9932392],"museum"],"beyond_pivot":[[40.7458346,-73.994148],"fast_food"],"around_goal_pivot_1":[[40.7437272,-73.9933634],"church"],"around_goal_pivot_2":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_3":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_4":[[40.7437336,-73.9931257],"Hampton"],"around_goal_pivot_5":[[40.745587,-73.9936036],"Hilton"],"around_goal_pivot_6":[[40.7453993,-73.9944634],"Papyrus"],"around_goal_pivot_7":[[40.7437401,-73.9919511],"European Wax Center"],"around_goal_pivot_8":[[40.7436345,-73.99204],"Verizon"],"around_goal_pivot_9":[[40.7439541,-73.9914487],"bicycle rental"],"around_goal_pivot_10":[[40.745148,-73.9913314],"charging station"]}} +{"rvs_sample_number":308,"content":"Meet me at the attraction on West Broadway. It is on the same block as another attraction. It is more towards the middle and along the street.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7226902,-74.0033029],"key":7927,"region":"Manhattan","rvs_start_point":[40.7100999,-74.0088015],"landmarks":{"end_point":[[40.7226902,-74.0033029],"attraction"],"start_point":[[40.7100999,-74.0088015],"restaurant"],"main_pivot":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_2":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_3":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_4":[[40.7109191,-74.010395],"195 Broadway"],"main_pivot_5":[[40.7127424,-74.0094672],"Four Seasons New York Downtown Hotel & Residences"],"main_pivot_6":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_7":[[40.717668,-74.0059705],"56 Leonard Street"],"main_pivot_8":[[40.7110205,-74.0105223],"Millenium Hilton"],"main_pivot_9":[[40.7127127,-74.0098717],"Church Street Station Post Office"],"main_pivot_10":[[40.7110205,-74.0105223],"Millenium Hilton"],"main_pivot_11":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_12":[[40.717668,-74.0059705],"56 Leonard Street"],"main_pivot_13":[[40.7166902,-74.0063053],"33 Thomas Street"],"main_pivot_14":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_15":[[40.7224776535,-74.0030542607],"attraction"],"near_pivot":[[40.7224776535,-74.0030542607],"attraction"],"beyond_pivot":[[40.7238057,-74.0030254],"hotel"],"around_goal_pivot_1":[[40.7250957,-74.0049076],"museum"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_4":[[40.7206156,-74.0054074],"Hilton Garden Inn"],"around_goal_pivot_5":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_6":[[40.7233032,-74.0009234],"Burton"],"around_goal_pivot_7":[[40.7237297,-74.0000202],"Adidas"],"around_goal_pivot_8":[[40.7215033,-74.0055845],"Maserati"],"around_goal_pivot_9":[[40.7213025,-74.004914],"2 fast food restaurants"],"around_goal_pivot_10":[[40.7239419,-74.0008746],"Mulberry"]}} +{"rvs_sample_number":173,"content":"Meet me at a fabric shop northwest of you on the north side of West 38th Street. A post office is east of it on the same street. This fabric shop is the third fabric shop west of the post office. A Dunkin' Donuts fast food is southwest of this fabric shop.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7545196,-73.990899],"key":7928,"region":"Manhattan","rvs_start_point":[40.74908,-73.9864875],"landmarks":{"end_point":[[40.7545196,-73.990899],"fabric shop"],"start_point":[[40.74908,-73.9864875],"Timberland"],"main_pivot":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_2":[[40.7488730568,-73.9862028715],"Empire State Building"],"main_pivot_3":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_4":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_5":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_6":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_7":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_8":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_9":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_10":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_11":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_12":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_13":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_14":[[40.7493443,-73.9870792],"Herald Towers"],"main_pivot_15":[[40.7541404,-73.9898612],"post office"],"near_pivot":[[40.7541404,-73.9898612],"post office"],"beyond_pivot":[[40.7541018,-73.9917722],"fast_food"],"around_goal_pivot_1":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_2":[[40.7566429,-73.989459],"cinema"],"around_goal_pivot_3":[[40.7559168,-73.9884898],"museum"],"around_goal_pivot_4":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_5":[[40.7561307,-73.9908411],"pharmacy"],"around_goal_pivot_6":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_7":[[40.7544957,-73.9934311],"Hilton Garden Inn"],"around_goal_pivot_8":[[40.7557335,-73.9898888],"Muji"],"around_goal_pivot_9":[[40.7565047,-73.9930038],"DoubleTree"],"around_goal_pivot_10":[[40.7529477,-73.9893092],"two bicycle parkings"]}} +{"rvs_sample_number":18,"content":"Let's meet at the post office on 9th street. You will pass the Fashion Institute and then keep going past Camouflage and Bank of America and then take a left til you see the post office. ","rvs_path":"data\/geodata\/manhattan_samples_v13.gpkg","rvs_goal_point":[40.7418658,-74.0044125],"key":7929,"region":"Manhattan","rvs_start_point":[40.7481267389,-73.990461288],"landmarks":{"end_point":[[40.7418658,-74.0044125],"post office"],"start_point":[[40.7481267389,-73.990461288],"parking lot"],"main_pivot":[[40.7461235,-73.9943645],"Fashion Institute of Technology"],"main_pivot_2":[[40.7416558,-74.0014092],"Camouflage"],"main_pivot_3":[[40.7412681,-74.001691],"Bank of America"],"near_pivot":[[40.7412279,-74.0045416],"food court"],"beyond_pivot":[[40.7418977,-74.0045831],"bicycle_parking"],"around_goal_pivot_1":[[40.7429417,-74.0037076],"atm"],"around_goal_pivot_2":[[40.7429417,-74.0037076],"atm"],"around_goal_pivot_3":[[40.7429944,-74.0055287],"social facility"]}} +{"rvs_sample_number":109,"content":"Hungry, ok, let's meet up at the Japanese restaurant on 9th Avenue. There is a theatre in the same block just to it's west. A comfort inn is to it's north a block and over to the east a block from that.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7595043,-73.9920502],"key":7930,"region":"Manhattan","rvs_start_point":[40.7641329,-73.9849215],"landmarks":{"end_point":[[40.7595043,-73.9920502],"restaurant"],"start_point":[[40.7641329,-73.9849215],"waste basket"],"main_pivot":[[40.7647427,-73.9863632],"St. Benedict the Moor's Church"],"main_pivot_2":[[40.7647427,-73.9863632],"St. Benedict the Moor's Church"],"main_pivot_3":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_4":[[40.7637608668,-73.98440955],"Aro"],"main_pivot_5":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_6":[[40.7637608668,-73.98440955],"Aro"],"main_pivot_7":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_8":[[40.7637608668,-73.98440955],"Aro"],"main_pivot_9":[[40.7637608668,-73.98440955],"Aro"],"main_pivot_10":[[40.7637608668,-73.98440955],"Aro"],"main_pivot_11":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_12":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_13":[[40.7637608668,-73.98440955],"Aro"],"main_pivot_14":[[40.7634014,-73.9897308],"High School of Graphic Communication Arts"],"main_pivot_15":[[40.759448,-73.9926202],"theatre"],"near_pivot":[[40.759448,-73.9926202],"theatre"],"beyond_pivot":[[40.7590282,-73.9926029],"cafe"],"around_goal_pivot_1":[[40.7576735,-73.9912116],"bus station"],"around_goal_pivot_2":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_3":[[40.757554,-73.989917],"pharmacy"],"around_goal_pivot_4":[[40.7579741,-73.9919301],"post office"],"around_goal_pivot_5":[[40.7581505,-73.9915478],"7-Eleven"],"around_goal_pivot_6":[[40.7598592,-73.9943408],"The Food Emporium"],"around_goal_pivot_7":[[40.7588939,-73.9899187],"InterContinental"],"around_goal_pivot_8":[[40.7587688,-73.9902828],"TownePlace Suites"],"around_goal_pivot_9":[[40.7597102,-73.9906663],"Comfort Inn"],"around_goal_pivot_10":[[40.7613971,-73.9939721],"atm"]}} +{"rvs_sample_number":295,"content":"I am at an eatery at the end of the block on W. 38th. Go north, pass Herald Square, and turn left onto W. 38th. Walk for two blocks and it will be on the north side at the end of the second block. ","rvs_path":"data\/geodata\/manhattan_samples_v81.gpkg","rvs_goal_point":[40.754671,-73.9912575],"key":7931,"region":"Manhattan","rvs_start_point":[40.7482333542,-73.9874642745],"landmarks":{"end_point":[[40.754671,-73.9912575],"fast food restaurant"],"start_point":[[40.7482333542,-73.9874642745],"hotel"],"main_pivot":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_2":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_3":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_4":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_5":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_6":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_7":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_8":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_9":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_10":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_11":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_12":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_13":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_14":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_15":[[40.7546364,-73.9911871],"2 restaurants"],"near_pivot":[[40.7546364,-73.9911871],"2 restaurants"],"beyond_pivot":[[40.755361,-73.9915727],"restaurant"],"around_goal_pivot_1":[[40.7566429,-73.989459],"cinema"],"around_goal_pivot_2":[[40.7537478,-73.9915425],"2 clothes shops"],"around_goal_pivot_3":[[40.7544144,-73.9937985],"two hotels"],"around_goal_pivot_4":[[40.7553245,-73.9889879],"university"],"around_goal_pivot_5":[[40.7572719,-73.9904498],"travel agency shop"],"around_goal_pivot_6":[[40.7559168,-73.9884898],"museum"],"around_goal_pivot_7":[[40.7545497,-73.9882838],"collector shop"],"around_goal_pivot_8":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_9":[[40.7529477,-73.9893092],"2 bicycle parkings"],"around_goal_pivot_10":[[40.7561307,-73.9908411],"pharmacy"]}} +{"rvs_sample_number":336,"content":"Go east and meet me at the bicycle rental right on Canal Street, just before it merges into another road. It's west of 3 benches and east of a post office.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7143071,-73.9898917],"key":7932,"region":"Manhattan","rvs_start_point":[40.7092228,-74.0055399],"landmarks":{"end_point":[[40.7143071,-73.9898917],"bicycle rental"],"start_point":[[40.7092228,-74.0055399],"clothes shop"],"main_pivot":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_2":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_3":[[40.7134272,-73.9964123],"Chatham Square Library"],"main_pivot_4":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_5":[[40.7115071,-74.0020136],"Murry Bergtraum High School"],"main_pivot_6":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_7":[[40.7107166,-74.0038713],"Drumgoole Plaza"],"main_pivot_8":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_9":[[40.7115071,-74.0020136],"Murry Bergtraum High School"],"main_pivot_10":[[40.7116952733,-73.999456612],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_12":[[40.7117446,-74.0020267],"1 Police Plaza"],"main_pivot_13":[[40.7132691,-73.9949014],"First Chinese Presbyterian Church"],"main_pivot_14":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_15":[[40.7142892,-73.9889127],"3 benches"],"near_pivot":[[40.7142892,-73.9889127],"3 benches"],"around_goal_pivot_1":[[40.7144973197,-73.988640077],"library"],"around_goal_pivot_2":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_3":[[40.7164332,-73.9888101],"bakery shop"],"around_goal_pivot_4":[[40.7158089,-73.987045],"bank"],"around_goal_pivot_5":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_6":[[40.7137259,-73.9929148],"Fairfield Inn & Suites"],"around_goal_pivot_7":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_8":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_9":[[40.7150587,-73.9920576],"bus station"],"around_goal_pivot_10":[[40.7118964,-73.9902464],"recycling"]}} +{"rvs_sample_number":238,"content":"Meet me at the bicycle parking on Maiden Lane. It's right next to an ATM and there are several but it's the one right next to it on the west side not the three on the east side of it. Go west on the street you are on but then go southwest on the road just past Alfred E. Smith Houses. You'll pass a Guess clothing store and keep going three more blocks until you get to Maiden Laine and the go northeast on it and the bicycle parking spot as at the end of the next block.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.7066077,-74.0065971],"key":7933,"region":"Manhattan","rvs_start_point":[40.7120828,-73.9957126],"landmarks":{"end_point":[[40.7066077,-74.0065971],"bicycle parking"],"start_point":[[40.7120828,-73.9957126],"hardware shop"],"main_pivot":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_2":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_3":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_4":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_5":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_6":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_7":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_8":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_9":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_10":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_11":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_12":[[40.7120971,-73.9983547],"St. James Church"],"main_pivot_13":[[40.7112924884,-74.0011450369],"Murry Bergtraum High School"],"main_pivot_14":[[40.7117688544,-73.9987229338],"Alfred E. Smith Houses"],"main_pivot_15":[[40.7065894,-74.0064379],"atm"],"near_pivot":[[40.7065894,-74.0064379],"atm"],"around_goal_pivot_1":[[40.7076017,-74.0078097],"3 benches"],"around_goal_pivot_2":[[40.7054582,-74.0035066],"historic ship"],"around_goal_pivot_3":[[40.7067515,-74.003117],"cinema"],"around_goal_pivot_4":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_5":[[40.7055796,-74.0070955],"Holiday Inn Express"],"around_goal_pivot_6":[[40.7072258,-74.0037268],"Guess"],"around_goal_pivot_7":[[40.7040493,-74.0075193],"2 benches"],"around_goal_pivot_8":[[40.7057586,-74.0051334],"AC Hotel"],"around_goal_pivot_9":[[40.7076397,-74.0055749],"7-Eleven"],"around_goal_pivot_10":[[40.7080502,-74.0064227],"Crunch Fitness"]}} +{"rvs_sample_number":216,"content":"I found the restaurant I want to eat at so meet me here! From where you are, head south for quite a ways until you are almost at the water. You\u2019ll want to look for a fast food place because the restaurant is in that same block. It is in the southwest of the block, almost in the corner. There is a hairdressing place just south of it, and a supermarket a bit north of it. It is on Rutgers Street. ","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7129251,-73.9899262],"key":7934,"region":"Manhattan","rvs_start_point":[40.7242775,-73.9944225],"landmarks":{"end_point":[[40.7129251,-73.9899262],"restaurant"],"start_point":[[40.7242775,-73.9944225],"bicycle parking"],"main_pivot":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_2":[[40.7234087,-73.9949765],"Saint Patrick's Old Cathedral"],"main_pivot_3":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_4":[[40.7219779,-73.9945333],"Elizabeth Street Garden"],"main_pivot_5":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_6":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_7":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_8":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_9":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_10":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_11":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_12":[[40.7234087,-73.9949765],"Saint Patrick's Old Cathedral"],"main_pivot_13":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_14":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_15":[[40.7135847,-73.9902887],"church"],"near_pivot":[[40.7135847,-73.9902887],"church"],"beyond_pivot":[[40.7128315,-73.9892273],"fast_food"],"around_goal_pivot_1":[[40.7145534,-73.9886486],"library"],"around_goal_pivot_2":[[40.7131536297,-73.9884395413],"hospital"],"around_goal_pivot_3":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_4":[[40.7143091,-73.9888812],"four benches"],"around_goal_pivot_5":[[40.7137259,-73.9929148],"Fairfield Inn & Suites"],"around_goal_pivot_6":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_7":[[40.7123546,-73.9926814],"hotel"],"around_goal_pivot_8":[[40.7154201,-73.9890921],"shelter"],"around_goal_pivot_9":[[40.7118964,-73.9902464],"recycling"],"around_goal_pivot_10":[[40.7148216,-73.9895205],"fountain"]}} +{"rvs_sample_number":222,"content":"Meet me at the bicycle parking on Market Street. It's across the street from A Graphic Printing Lin Inc. It's a block south of First Chinese Presbyterian Church. It's roughly 18 blocks south of where you are at now.","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7120073,-73.9942286],"key":7935,"region":"Manhattan","rvs_start_point":[40.7270172,-73.9860789],"landmarks":{"end_point":[[40.7120073,-73.9942286],"bicycle parking"],"start_point":[[40.7270172,-73.9860789],"convenience shop"],"main_pivot":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_4":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_5":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_6":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_7":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_8":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_9":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_10":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_11":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_14":[[40.7131894956,-73.9946172407],"First Chinese Presbyterian Church"],"main_pivot_15":[[40.7136599771,-73.9939336974],"bridge"],"near_pivot":[[40.7136599771,-73.9939336974],"bridge"],"around_goal_pivot_1":[[40.713198,-73.996204],"library"],"around_goal_pivot_2":[[40.714621,-73.9933657],"museum"],"around_goal_pivot_3":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"around_goal_pivot_4":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_5":[[40.7136358,-73.9935335],"ice cream"],"around_goal_pivot_6":[[40.7134391,-73.9959114],"bank"],"around_goal_pivot_7":[[40.713519,-73.9944128],"fountain"],"around_goal_pivot_8":[[40.7110793,-73.9973672],"toilets"],"around_goal_pivot_9":[[40.7141971,-73.9937931],"cafe"],"around_goal_pivot_10":[[40.711586,-73.9961061],"marketplace"]}} +{"rvs_sample_number":440,"content":"Can you pick me up? I'm really close by. I just had a business meeting with a client at an Italian restaurant just two blocks west of you and one north. It is on the northwest corner of the block, just across from a bicycle repair place.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7432349,-73.9997149],"key":7936,"region":"Manhattan","rvs_start_point":[40.7402174,-73.9944622],"landmarks":{"end_point":[[40.7432349,-73.9997149],"restaurant"],"start_point":[[40.7402174,-73.9944622],"Bed Bath & Beyond"],"main_pivot":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_2":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_3":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_4":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_5":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_6":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_7":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_8":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_9":[[40.7410278,-73.9939148],"Church of the Holy Communion"],"main_pivot_10":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_11":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_12":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_13":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_14":[[40.7415214,-73.9946547],"Third Cemetery of the Spanish-Portuguese Synagogue"],"main_pivot_15":[[40.7431379,-74.0003154],"Trek"],"near_pivot":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_1":[[40.7448726,-73.9979698],"cinema"],"around_goal_pivot_2":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_3":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_4":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_5":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_6":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_7":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_8":[[40.7419763,-73.9968226],"charging station"],"around_goal_pivot_9":[[40.7454382,-73.9999306],"hostel"],"around_goal_pivot_10":[[40.7456381,-73.9988915],"urgent care"]}} +{"rvs_sample_number":179,"content":"Meet me at the restaurant on the south side of West 25th Street. It's near the middle of the block. There is a Hilton hotel one street to the north and a bit west. There is an Enterprise car rental and a church on the block to the south.","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7445513,-73.9929939],"key":7937,"region":"Manhattan","rvs_start_point":[40.744771,-73.9766154],"landmarks":{"end_point":[[40.7445513,-73.9929939],"restaurant"],"start_point":[[40.744771,-73.9766154],"pharmacy"],"main_pivot":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_2":[[40.7450253,-73.9856205],"Church of the Transfiguration"],"main_pivot_3":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_4":[[40.742792,-73.9870726],"Chester Alan Arthur"],"main_pivot_5":[[40.7435528,-73.9901189],"Nikola Tesla"],"main_pivot_6":[[40.7435528,-73.9901189],"Nikola Tesla"],"main_pivot_7":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_8":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_9":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_10":[[40.7433936,-73.9897605],"St. Sava Serbian Orthodox Church"],"main_pivot_11":[[40.7449993,-73.9844086],"The Redbury New York"],"main_pivot_12":[[40.742792,-73.9870726],"Chester Alan Arthur"],"main_pivot_13":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_14":[[40.7427872,-73.9864041],"New York Life Building"],"main_pivot_15":[[40.7437272,-73.9933634],"church"],"near_pivot":[[40.7437272,-73.9933634],"church"],"beyond_pivot":[[40.7457538,-73.9947193],"Buy Buy Baby"],"around_goal_pivot_1":[[40.7435528,-73.9901189],"historic memorial"],"around_goal_pivot_2":[[40.743566,-73.9901372],"cathedral"],"around_goal_pivot_3":[[40.7463891,-73.9949554],"studio"],"around_goal_pivot_4":[[40.7461914,-73.9938632],"ice cream"],"around_goal_pivot_5":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_6":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_7":[[40.745587,-73.9936036],"Hilton"],"around_goal_pivot_8":[[40.7427182,-73.9926245],"two bicycle parkings"],"around_goal_pivot_9":[[40.7437401,-73.9919511],"European Wax Center"],"around_goal_pivot_10":[[40.7426455,-73.9926972],"Best Buy"]}} +{"rvs_sample_number":141,"content":"Head west and meet me at the end of pier 26 on the tide deck. I'm sitting on the bench there. It's all the way past 388 Greenwich Street on the pier facing the water.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7214102,-74.0160962],"key":7938,"region":"Manhattan","rvs_start_point":[40.7192274,-73.9965467],"landmarks":{"end_point":[[40.7214102,-74.0160962],"bench"],"start_point":[[40.7192274,-73.9965467],"restaurant"],"main_pivot":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_2":[[40.7205898,-74.0141516],"USCGC LILAC"],"main_pivot_3":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_4":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_5":[[40.7192728,-73.9982152],"Little Italy"],"main_pivot_6":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_7":[[40.7204609,-74.0115888],"388 Greenwich Street"],"main_pivot_8":[[40.7205898,-74.0141516],"USCGC LILAC"],"main_pivot_9":[[40.7196861,-73.9980679],"240 Centre Street"],"main_pivot_10":[[40.7196659,-74.0065529],"FDNY Ladder 8"],"main_pivot_11":[[40.7205898,-74.0141516],"USCGC LILAC"],"main_pivot_12":[[40.7196659,-74.0065529],"FDNY Ladder 8"],"main_pivot_13":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_14":[[40.7195521,-73.9982526],"Odd Fellows Hall"],"main_pivot_15":[[40.7211811,-74.0149397],"2 gardens"],"near_pivot":[[40.7211811,-74.0149397],"2 gardens"],"beyond_pivot":[[40.7203176125,-74.0160422954],"ship"],"around_goal_pivot_1":[[40.7203231625,-74.016126252],"historic ship"],"around_goal_pivot_2":[[40.7205898,-74.0141516],"historic Ship"],"around_goal_pivot_3":[[40.7202016,-74.0139829],"cafe"],"around_goal_pivot_4":[[40.7215227,-74.0134737],"boat rental"],"around_goal_pivot_5":[[40.7201749,-74.013902],"recycling"],"around_goal_pivot_6":[[40.721481,-74.0127166],"outdoor shop"],"around_goal_pivot_7":[[40.720447,-74.0144705],"miniature golf"],"around_goal_pivot_8":[[40.7201184,-74.012921],"playground"],"around_goal_pivot_9":[[40.7205002086,-74.0149010948],"pitch"]}} +{"rvs_sample_number":71,"content":"I'm interested in having you meet up with me at the bicycle parking. Can you just come to the Hudson Street one? It's north of the American style restaurant a little more than a block. There is a D'Agostino over west a block and just south on that next block there.","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.7377998,-74.0057375],"key":7939,"region":"Manhattan","rvs_start_point":[40.7327347,-74.0035227],"landmarks":{"end_point":[[40.7377998,-74.0057375],"bicycle parking"],"start_point":[[40.7327347,-74.0035227],"bar"],"main_pivot":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_2":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_3":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_4":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_5":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_6":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_7":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_8":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_9":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_10":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_11":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_12":[[40.7335693,-74.0036592],"St. John\u2019s Church"],"main_pivot_13":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_14":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_15":[[40.7370158,-74.0059509],"restaurant"],"near_pivot":[[40.7370158,-74.0059509],"restaurant"],"around_goal_pivot_1":[[40.7394351,-74.00816],"bridge"],"around_goal_pivot_2":[[40.7358879,-74.005],"pastry shop"],"around_goal_pivot_3":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_4":[[40.7395756,-74.0078407],"Warby Parker"],"around_goal_pivot_5":[[40.7365247,-74.0055329],"2 playgrounds"],"around_goal_pivot_6":[[40.7395076,-74.0075791],"Madewell"],"around_goal_pivot_7":[[40.7371928,-74.0066439],"D'Agostino"],"around_goal_pivot_8":[[40.7399261,-74.0068272],"Arhaus"],"around_goal_pivot_9":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_10":[[40.7366912,-74.0054566],"2 playgrounds"]}} +{"rvs_sample_number":433,"content":"Meet me at the historic memorial known as the Japanese Peace Bell. Just head east until you get to FDR drive and it's about a block north from there on your left.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7494211,-73.9677448],"key":7940,"region":"Manhattan","rvs_start_point":[40.7505246,-73.9743574],"landmarks":{"end_point":[[40.7494211,-73.9677448],"historic memorial"],"start_point":[[40.7505246,-73.9743574],"Gap"],"main_pivot":[[40.749048,-73.9698778],"Ralph Bunche Park"],"main_pivot_2":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_3":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_4":[[40.7498046,-73.9725568],"Daily News Building"],"main_pivot_5":[[40.7498046,-73.9725568],"Daily News Building"],"main_pivot_6":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_7":[[40.749048,-73.9698778],"Ralph Bunche Park"],"main_pivot_8":[[40.7507086,-73.9746948],"Socony-Mobil Building"],"main_pivot_9":[[40.7497601,-73.9716101],"Ford Foundation"],"main_pivot_10":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_11":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_12":[[40.7497601,-73.9716101],"Ford Foundation"],"main_pivot_13":[[40.7498046,-73.9725568],"Daily News Building"],"main_pivot_14":[[40.7497601,-73.9716101],"Ford Foundation"],"main_pivot_15":[[40.7493274,-73.967952],"attraction"],"near_pivot":[[40.7493274,-73.967952],"attraction"],"beyond_pivot":[[40.748094,-73.9687083],"toilets"],"around_goal_pivot_1":[[40.7505535,-73.9694314],"Hilton"],"around_goal_pivot_2":[[40.7517458,-73.9660301],"two gardens"],"around_goal_pivot_3":[[40.7506087,-73.9710159],"school"],"around_goal_pivot_4":[[40.7490274,-73.9693475],"library"],"around_goal_pivot_5":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_6":[[40.7511653,-73.9652244],"water"],"around_goal_pivot_7":[[40.7505545,-73.9702839],"cafe"],"around_goal_pivot_8":[[40.748094,-73.9687083],"toilets"],"around_goal_pivot_9":[[40.7500327,-73.969098],"fast food restaurant"],"around_goal_pivot_10":[[40.7520478,-73.9683482],"marketplace"]}} +{"rvs_sample_number":183,"content":"Meet me at the hairdresser shop on Nassau Street. It is on the corner of the block. It is due west from the place of worship.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7090863,-74.0090529],"key":7941,"region":"Manhattan","rvs_start_point":[40.7187757,-74.0021962],"landmarks":{"end_point":[[40.7090863,-74.0090529],"hairdresser shop"],"start_point":[[40.7187757,-74.0021962],"fast food restaurant"],"main_pivot":[[40.7118153277,-74.0084605063],"Transportation Building"],"main_pivot_2":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_3":[[40.7118153277,-74.0084605063],"Transportation Building"],"main_pivot_4":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_5":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_6":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_7":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_8":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_9":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_10":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_11":[[40.7121488,-74.008175],"Woolworth Building"],"main_pivot_12":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_13":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_14":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_15":[[40.7090406,-74.0082973],"church"],"near_pivot":[[40.7090406,-74.0082973],"church"],"beyond_pivot":[[40.7090406,-74.0082973],"place_of_worship"],"around_goal_pivot_1":[[40.7076302,-74.0078311],"three benches"],"around_goal_pivot_2":[[40.7071378,-74.0108331],"stock exchange"],"around_goal_pivot_3":[[40.7109899,-74.0100254],"Hilton"],"around_goal_pivot_4":[[40.7103743,-74.0082481],"clinic"],"around_goal_pivot_5":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_6":[[40.7068684,-74.0089686],"Radisson"],"around_goal_pivot_7":[[40.7117038,-74.0085747],"AT&T"],"around_goal_pivot_8":[[40.7076017,-74.0078097],"two benches"],"around_goal_pivot_9":[[40.7101192,-74.0095283],"Urban Outfitters"],"around_goal_pivot_10":[[40.7110029,-74.006693],"Petland Discounts"]}} +{"rvs_sample_number":103,"content":"Meet me at at a McDonald's fast food restaurant northeast on the east side of 8th Avenue. The Wyndham hotel is across the street to the west. A clothes shop is north of this restaurant on the same street.","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.752479738,-73.9928386709],"key":7942,"region":"Manhattan","rvs_start_point":[40.7469196,-74.0045189],"landmarks":{"end_point":[[40.752479738,-73.9928386709],"fast food restaurant"],"start_point":[[40.7469196,-74.0045189],"bicycle rental"],"main_pivot":[[40.74668,-74.001395],"London Terrace"],"main_pivot_2":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_3":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_4":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_5":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_6":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_7":[[40.7466614,-74.0051299],"Church of the Guardian Angel"],"main_pivot_8":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_9":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_10":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_11":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_12":[[40.7505453,-73.9944446],"Madison Square Garden"],"main_pivot_13":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_14":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_15":[[40.7523795,-73.9935318],"hotel"],"near_pivot":[[40.7523795,-73.9935318],"hotel"],"beyond_pivot":[[40.7533131,-73.9928798],"clothes"],"around_goal_pivot_1":[[40.7510765,-73.9903783],"Macy's"],"around_goal_pivot_2":[[40.7505453,-73.9944446],"attraction"],"around_goal_pivot_3":[[40.7524154,-73.9944494],"cinema"],"around_goal_pivot_4":[[40.7514912,-73.9905063],"pharmacy"],"around_goal_pivot_5":[[40.7505753,-73.9911926],"atm"],"around_goal_pivot_6":[[40.751841,-73.9939691],"clinic"],"around_goal_pivot_7":[[40.7536136,-73.9926325],"T-Mobile"],"around_goal_pivot_8":[[40.7546863,-73.9912812],"three fast food restaurants"],"around_goal_pivot_9":[[40.75387,-73.9918126],"MetroPCS"],"around_goal_pivot_10":[[40.7516464,-73.9903829],"The Vitamin Shoppe"]}} +{"rvs_sample_number":37,"content":"You should meet me at the cafe just off the southwest corner of First Avenue Loop. Head south east about 8 blocks. Rutherford Place is about halfway between us as the crow flies.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7319081565,-73.9789711817],"key":7943,"region":"Manhattan","rvs_start_point":[40.7420497,-73.9894131],"landmarks":{"end_point":[[40.7319081565,-73.9789711817],"cafe"],"start_point":[[40.7420497,-73.9894131],"clock"],"main_pivot":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_2":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_3":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_4":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_5":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_6":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_7":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_8":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_9":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_10":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_11":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_12":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_13":[[40.7366014,-73.9882863],"W Hotels"],"main_pivot_14":[[40.7349024,-73.9834871],"Rutherford Place"],"main_pivot_15":[[40.7323452,-73.97896],"park"],"near_pivot":[[40.7323452,-73.97896],"park"],"beyond_pivot":[[40.7321868,-73.9801801],"garden"],"around_goal_pivot_1":[[40.7329349,-73.9778754],"9 parking spaces"],"around_goal_pivot_2":[[40.7320325,-73.9778157],"fountain"],"around_goal_pivot_3":[[40.7312282,-73.9806216],"bench"],"around_goal_pivot_4":[[40.7311089,-73.9794887],"seven parking spaces"],"around_goal_pivot_5":[[40.7327772,-73.9777322],"4 parking spaces"],"around_goal_pivot_6":[[40.7314268,-73.9805161],"track"],"around_goal_pivot_9":[[40.7311535,-73.9789642],"5 parking spaces"],"around_goal_pivot_10":[[40.7311579,-73.9790572],"6 parking spaces"]}} +{"rvs_sample_number":208,"content":"I am waiting at the cafe on Liberty street which is a few steps from Pronto Pizza. A church is on the next block, northwest. They are all on the same side of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7097441,-74.012014],"key":7944,"region":"Manhattan","rvs_start_point":[40.7065818,-74.0100596],"landmarks":{"end_point":[[40.7097441,-74.012014],"cafe"],"start_point":[[40.7065818,-74.0100596],"Tiffany & Company"],"main_pivot":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_2":[[40.7074528,-74.0121093],"Empire Building"],"main_pivot_3":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_4":[[40.7086979,-74.0104294],"Marine Midland Building"],"main_pivot_5":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_6":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_7":[[40.7082075,-74.0111671],"American Surety Building"],"main_pivot_8":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_9":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_10":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_11":[[40.7078871646,-74.0118252604],"Trinity Church"],"main_pivot_12":[[40.7072018,-74.0105797],"Federal Hall National Memorial"],"main_pivot_13":[[40.7077794,-74.0118641],"Trinity Churchyard"],"main_pivot_14":[[40.7072018,-74.0105797],"Federal Hall National Memorial"],"main_pivot_15":[[40.7101642,-74.0130443],"church"],"near_pivot":[[40.7101642,-74.0130443],"church"],"beyond_pivot":[[40.7101642,-74.0130443],"place_of_worship"],"around_goal_pivot_1":[[40.7104501,-74.0135853],"two gardens"],"around_goal_pivot_2":[[40.7078871646,-74.0118252604],"church"],"around_goal_pivot_3":[[40.708691,-74.0106335],"two bicycle parkings"],"around_goal_pivot_4":[[40.7110205,-74.0105223],"Hilton"],"around_goal_pivot_5":[[40.7092105,-74.0134238],"W Hotels"],"around_goal_pivot_6":[[40.7102673,-74.0137215],"3 benches"],"around_goal_pivot_7":[[40.7083672,-74.0138972],"chapel"],"around_goal_pivot_8":[[40.707985,-74.011312],"pharmacy"],"around_goal_pivot_9":[[40.7105712,-74.0089054],"ice cream"],"around_goal_pivot_10":[[40.7103793,-74.0128914],"two benches"]}} +{"rvs_sample_number":169,"content":"I am at the hairdresser shop shop southwest of your location, just north of the Bowery neighborhood. It is on the east side of Elizabeth Street. There is a park across the street and just a bit north of my location.","rvs_path":"data\/geodata\/manhattan_samples_v44.gpkg","rvs_goal_point":[40.7216634,-73.994437],"key":7945,"region":"Manhattan","rvs_start_point":[40.7286746,-73.9881387],"landmarks":{"end_point":[[40.7216634,-73.994437],"hairdresser shop"],"start_point":[[40.7286746,-73.9881387],"vacant shop"],"main_pivot":[[40.7289394,-73.9879103],"Ottendorfer Library"],"main_pivot_2":[[40.7289394,-73.9879103],"Ottendorfer Library"],"main_pivot_3":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_4":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_5":[[40.727782,-73.9880565],"Middle Collegiate Church"],"main_pivot_6":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_7":[[40.7289394,-73.9879103],"Ottendorfer Library"],"main_pivot_8":[[40.7289394,-73.9879103],"Ottendorfer Library"],"main_pivot_9":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_10":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_11":[[40.7289394,-73.9879103],"Ottendorfer Library"],"main_pivot_12":[[40.7265239,-73.9900025],"New York Theatre Workshop"],"main_pivot_13":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_14":[[40.7282771,-73.9876957],"Orpheum Theatre"],"main_pivot_15":[[40.7219779,-73.9945333],"park"],"near_pivot":[[40.7219779,-73.9945333],"park"],"beyond_pivot":[[40.7211233,-73.9939604],"clothes"],"around_goal_pivot_1":[[40.7236185,-73.9948834],"cathedral"],"around_goal_pivot_2":[[40.7205408,-73.9975421],"historic building"],"around_goal_pivot_3":[[40.7207035,-73.9930241],"theatre"],"around_goal_pivot_4":[[40.7237818,-73.9929941],"bank"],"around_goal_pivot_5":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_6":[[40.72381,-73.9923841],"Whole Foods Market"],"around_goal_pivot_7":[[40.7218602,-73.9931828],"Camper"],"around_goal_pivot_8":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_9":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_10":[[40.7236996,-73.9962548],"Scotch & Soda"]}} +{"rvs_sample_number":52,"content":"Go directly south down West Street and meet me at the bench directly west of the West Bank convenience shop. It's about a block directly north of the Citi Bike rental.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7064829,-74.0166669],"key":7946,"region":"Manhattan","rvs_start_point":[40.718400248,-74.0145074256],"landmarks":{"end_point":[[40.7064829,-74.0166669],"bench"],"start_point":[[40.718400248,-74.0145074256],"garden"],"main_pivot":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_2":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_3":[[40.7178352,-74.0133366],"Stuyvesant High School"],"main_pivot_4":[[40.7128447,-74.0139053],"National September 11 Memorial & Museum"],"main_pivot_5":[[40.711667,-74.0149107],"225 Liberty Street"],"main_pivot_6":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_7":[[40.711667,-74.0149107],"225 Liberty Street"],"main_pivot_8":[[40.7134835,-74.0143705],"200 Vesey Street"],"main_pivot_9":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_10":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_11":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_12":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_13":[[40.7152037,-74.0139648],"Goldman Sachs Tower"],"main_pivot_14":[[40.7109661492,-74.0149839478],"Liberty Street Bridge"],"main_pivot_15":[[40.7057686,-74.0167688],"bicycle rental"],"near_pivot":[[40.7057686,-74.0167688],"bicycle rental"],"around_goal_pivot_1":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_2":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_3":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_4":[[40.7070148,-74.0156063],"parking lot"],"around_goal_pivot_5":[[40.7072394,-74.0162194],"drinking water"],"around_goal_pivot_6":[[40.7072236,-74.0170631],"supermarket"],"around_goal_pivot_7":[[40.7064667,-74.0155263],"convenience shop"],"around_goal_pivot_8":[[40.7060869,-74.0153917],"playground"],"around_goal_pivot_9":[[40.7074871,-74.0162004],"dog park"]}} +{"rvs_sample_number":85,"content":"go southwest on the street in front of the art shop you are at, and go east at East 70th st. You'll see the museum on the corner as you turn, and you should go to the next block east to meet me at the cafe on the southeast corner of the intersection.","rvs_path":"data\/geodata\/manhattan_samples_v32.gpkg","rvs_goal_point":[40.7689644,-73.9630886],"key":7947,"region":"Manhattan","rvs_start_point":[40.7735926,-73.9642978],"landmarks":{"end_point":[[40.7689644,-73.9630886],"cafe"],"start_point":[[40.7735926,-73.9642978],"art shop"],"main_pivot":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_2":[[40.7697719,-73.9645069],"Asia Society"],"main_pivot_3":[[40.7737016,-73.9641196],"Upper East Side"],"main_pivot_4":[[40.7737016,-73.9641196],"Upper East Side"],"main_pivot_5":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_6":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_7":[[40.7737016,-73.9641196],"Upper East Side"],"main_pivot_8":[[40.7737016,-73.9641196],"Upper East Side"],"main_pivot_9":[[40.7697719,-73.9645069],"Asia Society"],"main_pivot_10":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_11":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_12":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_13":[[40.7715936,-73.9653186],"Gertrude Rhinelander Waldo House"],"main_pivot_14":[[40.7697719,-73.9645069],"Asia Society"],"main_pivot_15":[[40.7683092,-73.9635391],"bank"],"near_pivot":[[40.7683092,-73.9635391],"bank"],"around_goal_pivot_3":[[40.7671641,-73.9633951],"synagogue"],"around_goal_pivot_5":[[40.7680637,-73.9603435],"post office"],"around_goal_pivot_6":[[40.7697719,-73.9645069],"museum"],"around_goal_pivot_7":[[40.7712465,-73.9652886],"church"],"around_goal_pivot_9":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_10":[[40.7700521,-73.965721],"gallery"]}} +{"rvs_sample_number":32,"content":"Let's meet at the pharmacy on the corner of Avenue D. It's south of you on the east side of the street. There is a garden south of there.","rvs_path":"data\/geodata\/manhattan_samples_v69.gpkg","rvs_goal_point":[40.7220472,-73.9774605],"key":7948,"region":"Manhattan","rvs_start_point":[40.7313058099,-73.9755762553],"landmarks":{"end_point":[[40.7220472,-73.9774605],"pharmacy"],"start_point":[[40.7313058099,-73.9755762553],"parking space"],"main_pivot":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_2":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_3":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_4":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_5":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_6":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_7":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_8":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_9":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_10":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_11":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_12":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_13":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_14":[[40.7252643,-73.9781708],"La Plaza Cultural"],"main_pivot_15":[[40.7213636,-73.9782091],"garden"],"near_pivot":[[40.7213636,-73.9782091],"garden"],"around_goal_pivot_1":[[40.7197787,-73.9793368],"library"],"around_goal_pivot_2":[[40.7237397,-73.9802085],"community centre"],"around_goal_pivot_3":[[40.7225383,-73.979784],"music venue"],"around_goal_pivot_4":[[40.7218222,-73.980295],"nightclub"],"around_goal_pivot_5":[[40.721615,-73.9800434],"clinic"],"around_goal_pivot_6":[[40.7236831,-73.9789326],"bar"],"around_goal_pivot_7":[[40.7206076,-73.9784628],"dentist's office"],"around_goal_pivot_8":[[40.7213069,-73.9806944],"alcohol shop"],"around_goal_pivot_9":[[40.7215299,-73.9805714],"dry cleaning shop"],"around_goal_pivot_10":[[40.7216423,-73.9807564],"deli shop"]}} +{"rvs_sample_number":135,"content":"Let's get you some shoes. Meet me at the shoe shop on the west side of Lexington Avenue. It is on the same block as a museum and a post box. The shoe shop is in the northeast corner of the block. I think they may also sell some jewelry.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7697115,-73.9628995],"key":7949,"region":"Manhattan","rvs_start_point":[40.7697805,-73.9578036],"landmarks":{"end_point":[[40.7697115,-73.9628995],"shoes shop"],"start_point":[[40.7697805,-73.9578036],"bicycle parking"],"main_pivot":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_2":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_3":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_4":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_5":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_6":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_7":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_8":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_9":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_10":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_11":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_12":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_13":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_14":[[40.7702411,-73.9594378],"Buckley School"],"main_pivot_15":[[40.7692418,-73.9632007],"post box"],"near_pivot":[[40.7692418,-73.9632007],"post box"],"beyond_pivot":[[40.7699062,-73.9640756],"museum"],"around_goal_pivot_1":[[40.7671641,-73.9633951],"synagogue"],"around_goal_pivot_2":[[40.7682452,-73.9602112],"post office"],"around_goal_pivot_3":[[40.7699062,-73.9640756],"museum"],"around_goal_pivot_4":[[40.7711163,-73.9650358],"church"],"around_goal_pivot_5":[[40.7691667,-73.9655556],"historic district"],"around_goal_pivot_6":[[40.7700521,-73.965721],"gallery"],"around_goal_pivot_7":[[40.767958,-73.9637948],"cafe"],"around_goal_pivot_8":[[40.7682151,-73.9619453],"FedEx Office"],"around_goal_pivot_9":[[40.7681631,-73.9614552],"Target"]}} +{"rvs_sample_number":374,"content":"Meet me at the garden southwest of you. It's in the area south of Fulton Street, and west of World Trade Center Transportation Hub - Oculus. A museum is a short ways southeast of here. ","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7117757048,-74.0134301198],"key":7950,"region":"Manhattan","rvs_start_point":[40.7213025,-74.004914],"landmarks":{"end_point":[[40.7117757048,-74.0134301198],"garden"],"start_point":[[40.7213025,-74.004914],"fast food restaurant"],"main_pivot":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_2":[[40.7118588806,-74.0118960179],"World Trade Center Transportation Hub - Oculus"],"main_pivot_3":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_4":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_5":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_6":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_7":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_8":[[40.7203467,-74.005007],"32 Avenue of the Americas"],"main_pivot_9":[[40.7176567,-74.0077279],"60 Hudson Street"],"main_pivot_10":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_11":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_12":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_13":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_14":[[40.719456,-74.006593],"FDNY Ladder 8"],"main_pivot_15":[[40.7115334,-74.0131468],"museum"],"near_pivot":[[40.7115334,-74.0131468],"museum"],"around_goal_pivot_1":[[40.713206,-74.0109586],"post office"],"around_goal_pivot_2":[[40.7102637,-74.0133216],"church"],"around_goal_pivot_3":[[40.7105633,-74.0139786],"three benches"],"around_goal_pivot_4":[[40.7103522,-74.0133746],"2 gardens"],"around_goal_pivot_5":[[40.7111738,-74.0105105],"Hilton"],"around_goal_pivot_6":[[40.7093774,-74.0138142],"W Hotels"],"around_goal_pivot_7":[[40.7107927175,-74.0144259062],"bridge"],"around_goal_pivot_8":[[40.712949,-74.0130438],"viewpoint"],"around_goal_pivot_9":[[40.7101885,-74.0136078],"2 benches"],"around_goal_pivot_10":[[40.7102952,-74.0136333],"2 benches"]}} +{"rvs_sample_number":88,"content":"Meet me at a bicycle parking west of you on the east side of Broadway. Two benches and 3 benches are about 2 blocks north of it on the same street. A Roman Catholic Church is northeast of this bicycle parking.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7766032,-73.9819106],"key":7951,"region":"Manhattan","rvs_start_point":[40.7772785,-73.9638935],"landmarks":{"end_point":[[40.7766032,-73.9819106],"bicycle parking"],"start_point":[[40.7772785,-73.9638935],"drinking water"],"main_pivot":[[40.7747951,-73.9667516],"Conservatory Water"],"main_pivot_2":[[40.7767755,-73.9637071],"Ukrainian Institute of America"],"main_pivot_3":[[40.7766612,-73.9637978],"Payne Whitney House"],"main_pivot_4":[[40.7746628,-73.9773041],"Congregation Sherith Israel"],"main_pivot_5":[[40.7744696,-73.9704792],"The Lake"],"main_pivot_6":[[40.7746628,-73.9773041],"Congregation Sherith Israel"],"main_pivot_7":[[40.7779460247,-73.9636129161],"The Metropolitan Museum of Art"],"main_pivot_8":[[40.7766612,-73.9637978],"Payne Whitney House"],"main_pivot_9":[[40.7737621,-73.9764403],"7th Regiment Memorial"],"main_pivot_10":[[40.7767755,-73.9637071],"Ukrainian Institute of America"],"main_pivot_11":[[40.7747951,-73.9667516],"Conservatory Water"],"main_pivot_12":[[40.7747533,-73.974118],"Daniel Webster"],"main_pivot_13":[[40.7746628,-73.9773041],"Congregation Sherith Israel"],"main_pivot_14":[[40.7766612,-73.9637978],"Payne Whitney House"],"main_pivot_15":[[40.77694,-73.9815071],"church"],"near_pivot":[[40.77694,-73.9815071],"church"],"around_goal_pivot_1":[[40.7777767,-73.9821076],"3 benches"],"around_goal_pivot_2":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_3":[[40.7777244,-73.9820556],"3 benches"],"around_goal_pivot_4":[[40.7752346,-73.9829549],"theatre"],"around_goal_pivot_5":[[40.7753365,-73.9827839],"arts centre"],"around_goal_pivot_6":[[40.7777028,-73.9820546],"two benches"],"around_goal_pivot_7":[[40.7776613,-73.982681],"ice cream"],"around_goal_pivot_8":[[40.7743106,-73.98082],"Starbucks"],"around_goal_pivot_9":[[40.7749664,-73.9803495],"Warby Parker"],"around_goal_pivot_10":[[40.7782936,-73.9816359],"The Vitamin Shoppe"]}} +{"rvs_sample_number":267,"content":"I am south of you at a bench by Battery Place. It is next to a pharmacy which is north of it. A historic fort is south of the bench.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.705054,-74.0162226],"key":7952,"region":"Manhattan","rvs_start_point":[40.7142374,-74.0109381],"landmarks":{"end_point":[[40.705054,-74.0162226],"bench"],"start_point":[[40.7142374,-74.0109381],"charging station"],"main_pivot":[[40.7092862,-74.0129064],"125 Greenwich Street"],"main_pivot_2":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_3":[[40.7118109,-74.0119365],"World Trade Center Transportation Hub - Oculus"],"main_pivot_4":[[40.7051475,-74.0146835],"Bowling Green Building"],"main_pivot_5":[[40.7102583,-74.0124773],"4 World Trade Center"],"main_pivot_6":[[40.7079608,-74.0137221],"Greenwich Club Residences"],"main_pivot_7":[[40.7061529,-74.0142405],"Cunard Building"],"main_pivot_8":[[40.7067473938,-74.0137813186],"Elizabeth H. Berger Plaza"],"main_pivot_9":[[40.7101642,-74.0130443],"St. Nicholas Greek Orthodox Church"],"main_pivot_10":[[40.7079608,-74.0137221],"Greenwich Club Residences"],"main_pivot_11":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_12":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_13":[[40.713206,-74.0109586],"Church Street Station Post Office"],"main_pivot_14":[[40.7096737,-74.0129631],"Liberty Park"],"main_pivot_15":[[40.70522,-74.0162734],"pharmacy"],"near_pivot":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_1":[[40.7037287,-74.0166438],"historic fort"],"around_goal_pivot_2":[[40.7042039,-74.0130189],"fast food restaurant"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.7051796,-74.0135629],"7 benches"],"around_goal_pivot_5":[[40.7058514,-74.0135143],"Planet Fitness"],"around_goal_pivot_6":[[40.7048979,-74.0127034],"Verizon Wireless"],"around_goal_pivot_7":[[40.7048864,-74.0128316],"GNC"],"around_goal_pivot_8":[[40.7046356,-74.0136791],"bicycle rental"],"around_goal_pivot_9":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_10":[[40.7041104,-74.014448],"bus station"]}} +{"rvs_sample_number":78,"content":"Head south to Beaver Street and meet me at the post office in a triangular block, which is northwest of a restaurant and northeast of a park.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7054507,-74.0088007],"key":7953,"region":"Manhattan","rvs_start_point":[40.7133701,-74.0081717],"landmarks":{"end_point":[[40.7054507,-74.0088007],"post office"],"start_point":[[40.7133701,-74.0081717],"restaurant"],"main_pivot":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_2":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_3":[[40.7118024788,-74.0091502864],"New York County Lawyers Association"],"main_pivot_4":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_5":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_6":[[40.7067874,-74.009528],"40 Wall Street"],"main_pivot_7":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_8":[[40.7069431,-74.008909],"Church of Our Lady of Victory"],"main_pivot_9":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_10":[[40.7121488,-74.008175],"Woolworth Building"],"main_pivot_11":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_12":[[40.7117604,-74.0085062],"Transportation Building"],"main_pivot_13":[[40.7079673,-74.0081056],"Federal Reserve Bank of New York"],"main_pivot_14":[[40.7118024788,-74.0091502864],"New York County Lawyers Association"],"main_pivot_15":[[40.7049036,-74.0090341],"park"],"near_pivot":[[40.7049036,-74.0090341],"park"],"beyond_pivot":[[40.7052024,-74.0080678],"restaurant"],"around_goal_pivot_1":[[40.7069431,-74.008909],"church"],"around_goal_pivot_2":[[40.7040426,-74.0060583],"2 gardens"],"around_goal_pivot_3":[[40.7071378,-74.0108331],"stock exchange"],"around_goal_pivot_4":[[40.7076302,-74.0078311],"3 benches"],"around_goal_pivot_5":[[40.7063713,-74.0091958],"museum"],"around_goal_pivot_6":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_7":[[40.7044516,-74.0114151],"post office"],"around_goal_pivot_8":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_9":[[40.7032479,-74.0086213],"three gardens"],"around_goal_pivot_10":[[40.7065818,-74.0100596],"Tiffany & Company"]}} +{"rvs_sample_number":165,"content":"I'd like to meet you at the bakery shop on Broadway. A clinic is in the block north of it. Residence Inn is in the same block as the destination. Across the street, you will see a bank.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7530404,-73.9870671],"key":7954,"region":"Manhattan","rvs_start_point":[40.7535,-73.9844],"landmarks":{"end_point":[[40.7530404,-73.9870671],"bakery shop"],"start_point":[[40.7535,-73.9844],"drinking water"],"main_pivot":[[40.7530477,-73.9840666],"American Standard Building"],"main_pivot_2":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_3":[[40.7530477,-73.9840666],"American Standard Building"],"main_pivot_4":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_5":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_6":[[40.7530477,-73.9840666],"American Standard Building"],"main_pivot_7":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_8":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_9":[[40.7530477,-73.9840666],"American Standard Building"],"main_pivot_10":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_11":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_12":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_13":[[40.7530477,-73.9840666],"American Standard Building"],"main_pivot_14":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_15":[[40.753594,-73.9873522],"bank"],"near_pivot":[[40.753594,-73.9873522],"bank"],"around_goal_pivot_1":[[40.7522346,-73.9879101],"church"],"around_goal_pivot_2":[[40.7539106,-73.9882226],"bank"],"around_goal_pivot_3":[[40.7528306,-73.9858447],"Residence Inn"],"around_goal_pivot_4":[[40.7517263,-73.9875352],"bicycle rental"],"around_goal_pivot_5":[[40.7522336,-73.9855082],"hotel"],"around_goal_pivot_6":[[40.7541527,-73.986586],"telephone"],"around_goal_pivot_7":[[40.7537894,-73.9868326],"clinic"],"around_goal_pivot_8":[[40.7531352,-73.9882647],"pub"],"around_goal_pivot_9":[[40.7535797,-73.9884742],"fabric shop"],"around_goal_pivot_10":[[40.753907,-73.9867878],"hairdresser shop"]}} +{"rvs_sample_number":182,"content":"Move east past Solow Building and General Motors Building. Meet me at innisfree cosmetics south of Chase bank and north side of Aerie, second block after.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7625457,-73.9681887],"key":7955,"region":"Manhattan","rvs_start_point":[40.7646902,-73.9796633],"landmarks":{"end_point":[[40.7625457,-73.9681887],"innisfree"],"start_point":[[40.7646902,-73.9796633],"cafe"],"main_pivot":[[40.7630974,-73.9719686],"General Motors Building"],"main_pivot_2":[[40.764299069,-73.9794621457],"CitySpire Center"],"main_pivot_3":[[40.7646409,-73.9775776],"111 West 57th Street"],"main_pivot_4":[[40.7625295,-73.9725571],"LVMH Tower"],"main_pivot_5":[[40.764897,-73.9781822],"Calvary Baptist Church"],"main_pivot_6":[[40.7634587,-73.974695],"Solow Building"],"main_pivot_7":[[40.7624261,-73.9708119],"Harold Pratt House and Peterson Hall"],"main_pivot_8":[[40.7630974,-73.9719686],"General Motors Building"],"main_pivot_9":[[40.7630974,-73.9719686],"General Motors Building"],"main_pivot_10":[[40.762608,-73.9713362],"Four Seasons Hotel"],"main_pivot_11":[[40.764897,-73.9781822],"Calvary Baptist Church"],"main_pivot_12":[[40.7622298,-73.9725946],"590 Madison Avenue"],"main_pivot_13":[[40.764299069,-73.9794621457],"CitySpire Center"],"main_pivot_14":[[40.7625315,-73.9720142],"Fuller Building"],"main_pivot_15":[[40.7630737,-73.9680022],"bank"],"near_pivot":[[40.7630737,-73.9680022],"bank"],"beyond_pivot":[[40.7637041,-73.9695176],"place_of_worship"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7613464,-73.968648],"bank"],"around_goal_pivot_3":[[40.7632036,-73.9672656],"pharmacy"],"around_goal_pivot_4":[[40.763305,-73.9671776],"AT&T"],"around_goal_pivot_5":[[40.7615638,-73.9688483],"Aerie"],"around_goal_pivot_6":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_7":[[40.7635275,-73.9670634],"Lush"],"around_goal_pivot_8":[[40.7611673,-73.968252],"eggersmann, miele, gagganau, wolf, sub-zero, the galley"],"around_goal_pivot_9":[[40.7612975,-73.9686773],"Casper"],"around_goal_pivot_10":[[40.7619443,-73.9697683],"charging station"]}} +{"rvs_sample_number":150,"content":"Move down on 11th Avenue and meet me at the restaurant by the north corner. There is a gas station on the block before the restaurant. The salvation army can also be seen on its east side. ","rvs_path":"data\/geodata\/manhattan_samples_v57.gpkg","rvs_goal_point":[40.7633685,-73.9967152],"key":7956,"region":"Manhattan","rvs_start_point":[40.7700832,-73.9906747],"landmarks":{"end_point":[[40.7633685,-73.9967152],"restaurant"],"start_point":[[40.7700832,-73.9906747],"bicycle parking"],"main_pivot":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_2":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_3":[[40.7653481,-73.9942833],"Saints Kyril & Metodi Cathedral"],"main_pivot_4":[[40.7653481,-73.9942833],"Saints Kyril & Metodi Cathedral"],"main_pivot_5":[[40.7653481,-73.9942833],"Saints Kyril & Metodi Cathedral"],"main_pivot_6":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_7":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_8":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_9":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_10":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_11":[[40.7653481,-73.9942833],"Saints Kyril & Metodi Cathedral"],"main_pivot_12":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_13":[[40.7653481,-73.9942833],"Saints Kyril & Metodi Cathedral"],"main_pivot_14":[[40.7683897,-73.9930154],"DeWitt Clinton Park"],"main_pivot_15":[[40.7639724,-73.9963354],"gas station"],"near_pivot":[[40.7639724,-73.9963354],"gas station"],"beyond_pivot":[[40.7638943,-73.9976696],"restaurant"],"around_goal_pivot_1":[[40.7608614,-73.9965346],"fire station"],"around_goal_pivot_2":[[40.7645098,-73.9992229],"museum"],"around_goal_pivot_3":[[40.7607974,-73.9959098],"car rental"],"around_goal_pivot_5":[[40.7615013,-73.9990197],"Life Time"],"around_goal_pivot_6":[[40.7642429,-73.9961274],"Toyota"],"around_goal_pivot_9":[[40.7627903,-73.9953362],"The Salvation Army"],"around_goal_pivot_10":[[40.7623975,-73.9937275],"Trek"]}} +{"rvs_sample_number":398,"content":"I am like 3 blocks away from you to the north. I am at the bicycle parking on West 21st street. Drinking water is to my southeast, on the same side.","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7452615,-74.0025037],"key":7957,"region":"Manhattan","rvs_start_point":[40.7428903,-74.0037132],"landmarks":{"end_point":[[40.7452615,-74.0025037],"bicycle parking"],"start_point":[[40.7428903,-74.0037132],"convenience shop"],"main_pivot":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_2":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_3":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_4":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_5":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_6":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_7":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_8":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_9":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_10":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_11":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_12":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_13":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_14":[[40.7422561,-74.0039856],"Maritime Hotel"],"main_pivot_15":[[40.7455643,-74.0017197],"pharmacy"],"near_pivot":[[40.7455643,-74.0017197],"pharmacy"],"around_goal_pivot_1":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_2":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_3":[[40.7463496375,-74.0040522331],"park"],"around_goal_pivot_4":[[40.7431379,-74.0003154],"Trek"],"around_goal_pivot_5":[[40.7433056,-74.0001705],"FedEx Office"],"around_goal_pivot_6":[[40.7455005,-74.0000828],"hostel"],"around_goal_pivot_7":[[40.7448683,-74.0059742],"arts centre"],"around_goal_pivot_8":[[40.7459665,-74.0014362],"pub"],"around_goal_pivot_9":[[40.7445339,-74.0010114],"drinking water"],"around_goal_pivot_10":[[40.7446042,-73.9992657],"deli shop"]}} +{"rvs_sample_number":363,"content":"I'm many blocks southeast of you, at a fast food restaurant on the corner of the block. This place is on Avenue A. There is an arts centre on the the block to the east of here. A synagogue is on the block north of here. ","rvs_path":"data\/geodata\/manhattan_samples_v51.gpkg","rvs_goal_point":[40.7253961,-73.9841839],"key":7958,"region":"Manhattan","rvs_start_point":[40.7366569,-73.9919651],"landmarks":{"end_point":[[40.7253961,-73.9841839],"fast food restaurant"],"start_point":[[40.7366569,-73.9919651],"doctor's office"],"main_pivot":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_2":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_3":[[40.7290541,-73.9914133],"Public Theater"],"main_pivot_4":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_5":[[40.7364467465,-73.9907556553],"Union Square Park"],"main_pivot_6":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_7":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_8":[[40.7291227,-73.9911121],"NoHo Historic District"],"main_pivot_9":[[40.7276577,-73.988147],"Middle Collegiate Church"],"main_pivot_10":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_11":[[40.7291227,-73.9911121],"NoHo Historic District"],"main_pivot_12":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_13":[[40.7345258,-73.9897791],"Zeckendorf Towers"],"main_pivot_14":[[40.7354813,-73.9916567],"Lincoln Building"],"main_pivot_15":[[40.7256814,-73.9835909],"Blink Fitness"],"near_pivot":[[40.7256814,-73.9835909],"Blink Fitness"],"beyond_pivot":[[40.7246121,-73.9843772],"cafe"],"around_goal_pivot_1":[[40.7243544,-73.9820812],"2 shelters"],"around_goal_pivot_2":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_3":[[40.7236071,-73.9821454],"two schools"],"around_goal_pivot_4":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_5":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_6":[[40.726169,-73.985403],"synagogue"],"around_goal_pivot_7":[[40.7257886,-73.9868271],"pharmacy"],"around_goal_pivot_8":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_9":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_10":[[40.7249615,-73.9830825],"arts centre"]}} +{"rvs_sample_number":43,"content":"I'm getting some delicious desserts at the bakery shop on the north side of Grand Street. There is an HSBC bank on the block catty-corner from me. An arts centre is to my west.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7178755,-73.9925404],"key":7959,"region":"Manhattan","rvs_start_point":[40.7073955,-74.0038561],"landmarks":{"end_point":[[40.7178755,-73.9925404],"bakery shop"],"start_point":[[40.7073955,-74.0038561],"historic memorial"],"main_pivot":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_2":[[40.7130265,-73.9979511],"Mariners Temple"],"main_pivot_3":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_4":[[40.7142926,-73.9958507],"Confucius Plaza"],"main_pivot_5":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_6":[[40.7142627814,-73.994266409],"Manhattan Bridge"],"main_pivot_7":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_8":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_9":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_10":[[40.7112423441,-74.0000196759],"Alfred E. Smith Houses"],"main_pivot_11":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_12":[[40.7134095,-73.9981518],"Lin Zexu"],"main_pivot_13":[[40.7147006,-73.993628],"Museum at Eldridge Street"],"main_pivot_14":[[40.7123016,-73.9987175],"St. James Church"],"main_pivot_15":[[40.7173222,-73.9916349],"bank"],"near_pivot":[[40.7173222,-73.9916349],"bank"],"around_goal_pivot_1":[[40.7187924751,-73.9948442342],"events venue"],"around_goal_pivot_2":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_3":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_4":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_5":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_6":[[40.7153473,-73.9929763],"fire station"],"around_goal_pivot_7":[[40.7172752,-73.9899004],"internet cafe"],"around_goal_pivot_8":[[40.7182065,-73.9944228],"arts centre"],"around_goal_pivot_9":[[40.7162362,-73.9898296],"pub"],"around_goal_pivot_10":[[40.7172511,-73.9894777],"3 schools"]}} +{"rvs_sample_number":120,"content":"Meet me at a bench right below two other benches in a big park area that has a shelter way to the south of me. I'm much further north almost at the 79th Street Transverse road. There is a viewpoint almost directly east of me on the other side of the road. If you go 13 blocks north and then head west you will see that road is one of the few roads that goest through the greenery areas. Whisper Bench (not marked by a marker) is directly north of me again on the other side of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v101.gpkg","rvs_goal_point":[40.7789887,-73.9697297],"key":7960,"region":"Manhattan","rvs_start_point":[40.7658471418,-73.9637819861],"landmarks":{"end_point":[[40.7789887,-73.9697297],"bench"],"start_point":[[40.7658471418,-73.9637819861],"DavidsTea"],"main_pivot":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_2":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_3":[[40.7739132,-73.9676904],"Conservatory Water"],"main_pivot_4":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_5":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_6":[[40.7693306,-73.969557],"107th Infantry Memorial"],"main_pivot_7":[[40.7739132,-73.9676904],"Conservatory Water"],"main_pivot_8":[[40.7750417,-73.9688869],"The Lake"],"main_pivot_9":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_10":[[40.7750417,-73.9688869],"The Lake"],"main_pivot_11":[[40.7750417,-73.9688869],"The Lake"],"main_pivot_12":[[40.7664371,-73.9648267],"Church of St. Vincent Ferrer"],"main_pivot_13":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_14":[[40.76788,-73.9689835],"Kosciuszko Foundation"],"main_pivot_15":[[40.7790525,-73.9696899],"two benches"],"near_pivot":[[40.7790525,-73.9696899],"two benches"],"around_goal_pivot_1":[[40.7790315,-73.9669537],"viewpoint"],"around_goal_pivot_2":[[40.7768735,-73.9708686],"shelter"]}} +{"rvs_sample_number":88,"content":"Move northwest, toward West 53rd street. Meet me at bar on the same block with Public school 111. It is the immediate bar before the school.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7652832,-73.9878804],"key":7961,"region":"Manhattan","rvs_start_point":[40.7565136432,-73.9863795327],"landmarks":{"end_point":[[40.7652832,-73.9878804],"bar"],"start_point":[[40.7565136432,-73.9863795327],"police station"],"main_pivot":[[40.763172,-73.9840244],"Roseland Ballroom"],"main_pivot_2":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_3":[[40.7564052204,-73.9864261797],"One Times Square"],"main_pivot_4":[[40.763172,-73.9840244],"Roseland Ballroom"],"main_pivot_5":[[40.7576451,-73.9864422],"PlayStation Theater"],"main_pivot_6":[[40.758063,-73.9862053],"Minskoff Theatre"],"main_pivot_7":[[40.7642021,-73.9838423],"Studio 54"],"main_pivot_8":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_9":[[40.7561352,-73.9865728],"Times Square Ball"],"main_pivot_10":[[40.7561352,-73.9865728],"Times Square Ball"],"main_pivot_11":[[40.7629567031,-73.9828211855],"810 Seventh Avenue"],"main_pivot_12":[[40.7629567031,-73.9828211855],"810 Seventh Avenue"],"main_pivot_13":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_14":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_15":[[40.7646184,-73.9878947],"bicycle rental"],"near_pivot":[[40.7646184,-73.9878947],"bicycle rental"],"beyond_pivot":[[40.7661803508,-73.9897220177],"school"],"around_goal_pivot_1":[[40.7664982,-73.9870728],"bank"],"around_goal_pivot_2":[[40.7658494,-73.9869051],"bicycle rental"],"around_goal_pivot_3":[[40.7640349,-73.9887906],"social centre"],"around_goal_pivot_4":[[40.7645583,-73.9866919],"clinic"],"around_goal_pivot_5":[[40.7658664,-73.9889704],"school"],"around_goal_pivot_6":[[40.7644171,-73.9869612],"nightclub"],"around_goal_pivot_7":[[40.7642321,-73.9870581],"parking lot"],"around_goal_pivot_8":[[40.7648158,-73.9865513],"beauty shop"],"around_goal_pivot_9":[[40.7650981,-73.9866666],"dry cleaning shop"],"around_goal_pivot_10":[[40.7662712,-73.9871321],"vacant shop"]}} +{"rvs_sample_number":139,"content":"You can meet me at the hotel that is northeast of you on East 32nd Street. Calvary Church is almost halfway between us, closer to you. This hotel is on a small block, with a TD Bank atm on the same block. There's another hotel on the next block to the south. Hilton Garden Inn hotel is to the northwest. ","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7453075,-73.9815115],"key":7962,"region":"Manhattan","rvs_start_point":[40.7348754,-73.9928267],"landmarks":{"end_point":[[40.7453075,-73.9815115],"hotel"],"start_point":[[40.7348754,-73.9928267],"craft shop"],"main_pivot":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_2":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_3":[[40.7352048,-73.9898144],"Zeckendorf Towers"],"main_pivot_4":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_5":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_6":[[40.7355148,-73.9913011],"Mohandas Gandhi"],"main_pivot_7":[[40.7345833,-73.9932072],"Strip House"],"main_pivot_8":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_9":[[40.7389498,-73.9870536],"Calvary Church"],"main_pivot_10":[[40.7389498,-73.9870536],"Calvary Church"],"main_pivot_11":[[40.7344122,-73.9903291],"Metronome"],"main_pivot_12":[[40.7427048,-73.9847606],"New York Life Building"],"main_pivot_13":[[40.7345833,-73.9932072],"Strip House"],"main_pivot_14":[[40.7364231,-73.9888931],"44 Union Square"],"main_pivot_15":[[40.745462,-73.9821457],"atm"],"near_pivot":[[40.745462,-73.9821457],"atm"],"beyond_pivot":[[40.744605,-73.9816301],"hotel"],"around_goal_pivot_1":[[40.7439454,-73.9800434],"library"],"around_goal_pivot_2":[[40.7441534,-73.9795427],"atm"],"around_goal_pivot_3":[[40.7445973,-73.9799777],"3 dentist's offices"],"around_goal_pivot_4":[[40.7446159,-73.9799645],"2 dentist's offices"],"around_goal_pivot_5":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_6":[[40.743931,-73.983874],"Lacoste"],"around_goal_pivot_7":[[40.7442676,-73.9784222],"two schools"],"around_goal_pivot_8":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7444411,-73.9793743],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.7464522,-73.9803133],"AT&T"]}} +{"rvs_sample_number":388,"content":"Meet me at the convenience shop on the south side of West 3rd Street. It is on the eastern corner of the block. There is a restaurant on the same block.","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7300317,-73.9995283],"key":7963,"region":"Manhattan","rvs_start_point":[40.7179479,-73.9948625],"landmarks":{"end_point":[[40.7300317,-73.9995283],"convenience shop"],"start_point":[[40.7179479,-73.9948625],"cosmetics shop"],"main_pivot":[[40.726918,-73.9926651],"FDNY Engine 33\/Ladder 9"],"main_pivot_2":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_3":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_4":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_5":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_6":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_7":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_8":[[40.7286994,-73.9957151],"NYU Courant Institute of Mathematical Sciences"],"main_pivot_9":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_10":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_11":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_12":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_13":[[40.7290516,-73.9971308],"Elmer Holmes Bobst Library"],"main_pivot_14":[[40.7289742,-73.9965041],"NYU Stern School of Business"],"main_pivot_15":[[40.7300275,-73.9984077],"church"],"near_pivot":[[40.7300275,-73.9984077],"church"],"beyond_pivot":[[40.7300993,-74.0002841],"restaurant"],"around_goal_pivot_1":[[40.7298011,-74.0022932],"two parks"],"around_goal_pivot_2":[[40.7290969,-73.9982457],"two restaurants"],"around_goal_pivot_3":[[40.7308783,-74.0006841],"music venue"],"around_goal_pivot_4":[[40.7312367,-74.0015037],"cinema"],"around_goal_pivot_5":[[40.7290516,-73.9971308],"library"],"around_goal_pivot_6":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_7":[[40.7312557,-73.9972221],"historic monument"],"around_goal_pivot_8":[[40.731889,-73.998611],"attraction"],"around_goal_pivot_9":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_10":[[40.7313953,-74.0014331],"clinic"]}} +{"rvs_sample_number":255,"content":"Head north to meet me at the bakery shop on University Place. There is a college on my north and a car rental is located on my northeast.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v61.gpkg","rvs_goal_point":[40.7324238,-73.9938939],"key":7964,"region":"Manhattan","rvs_start_point":[40.7171502,-73.9982139],"landmarks":{"end_point":[[40.7324238,-73.9938939],"bakery shop"],"start_point":[[40.7171502,-73.9982139],"jewelry shop"],"main_pivot":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_2":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_3":[[40.7301234,-73.9951033],"Brown Building"],"main_pivot_4":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_5":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_6":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_7":[[40.7241595,-73.9954044],"Puck Building"],"main_pivot_8":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_9":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_10":[[40.729177,-73.9946553],"Center for Neural Science"],"main_pivot_11":[[40.7296571,-73.9942222],"Tisch School of the Arts"],"main_pivot_12":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_13":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_14":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_15":[[40.7330264,-73.9937706],"college"],"near_pivot":[[40.7330264,-73.9937706],"college"],"beyond_pivot":[[40.7319458,-73.9911778],"place_of_worship"],"around_goal_pivot_1":[[40.73167,-73.9910883],"two schools"],"around_goal_pivot_3":[[40.7322674,-73.9972548],"college"],"around_goal_pivot_4":[[40.7332796,-73.9909401],"books shop"],"around_goal_pivot_5":[[40.7306987,-73.9957344],"park"],"around_goal_pivot_6":[[40.7339253,-73.9911536],"atm"],"around_goal_pivot_7":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_8":[[40.73359,-73.9912177],"Cohen's Fashion Optical"],"around_goal_pivot_10":[[40.7329691,-73.9913372],"7-Eleven"]}} +{"rvs_sample_number":91,"content":"Go east then south down Avenue C and meet me at the bicycle parking right next to the C-Town Supermarkets.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7269089,-73.976522],"key":7965,"region":"Manhattan","rvs_start_point":[40.7310819,-73.9812884],"landmarks":{"end_point":[[40.7269089,-73.976522],"bicycle parking"],"start_point":[[40.7310819,-73.9812884],"vacant shop"],"main_pivot":[[40.7305095,-73.9810994],"Trader Joe's"],"main_pivot_2":[[40.7301488,-73.980262],"Target"],"main_pivot_3":[[40.7296252,-73.9789436],"Sally Beauty"],"main_pivot_4":[[40.7305095,-73.9810994],"Trader Joe's"],"main_pivot_5":[[40.7305095,-73.9810994],"Trader Joe's"],"main_pivot_6":[[40.7296252,-73.9789436],"Sally Beauty"],"main_pivot_7":[[40.7304031,-73.980764],"Domino's"],"main_pivot_8":[[40.7294239,-73.9784817],"Dunkin'"],"main_pivot_9":[[40.7304031,-73.980764],"Domino's"],"main_pivot_10":[[40.7294239,-73.9784817],"Dunkin'"],"main_pivot_11":[[40.7296252,-73.9789436],"Sally Beauty"],"main_pivot_12":[[40.7294239,-73.9784817],"Dunkin'"],"main_pivot_13":[[40.7305095,-73.9810994],"Trader Joe's"],"main_pivot_14":[[40.7296252,-73.9789436],"Sally Beauty"],"main_pivot_15":[[40.7268580538,-73.9764523351],"C-Town Supermarkets"],"near_pivot":[[40.7268580538,-73.9764523351],"C-Town Supermarkets"],"beyond_pivot":[[40.726378,-73.9774027],"fast_food"],"around_goal_pivot_1":[[40.7258442,-73.9757361],"park"],"around_goal_pivot_2":[[40.7261037,-73.9775918],"Metro by T-Mobile"],"around_goal_pivot_3":[[40.7260342,-73.9776413],"veterinary"],"around_goal_pivot_4":[[40.7257064,-73.9774603],"pub"],"around_goal_pivot_5":[[40.7261322,-73.9775683],"two vacant shops"],"around_goal_pivot_6":[[40.726378,-73.9774027],"fast food restaurant"],"around_goal_pivot_7":[[40.7262221,-73.9775059],"car repair shop"],"around_goal_pivot_8":[[40.7261937,-73.9775254],"dry cleaning shop"],"around_goal_pivot_9":[[40.725843,-73.9777868],"alcohol shop"],"around_goal_pivot_10":[[40.7279925,-73.9777381],"pitch"]}} +{"rvs_sample_number":135,"content":"Let's pick out some wine for dinner at the alcohol shop northwest of you on the north side of madison street. the church is northeast of here, and the pharmacy is on the east corner of the block.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7120612,-73.9983332],"key":7966,"region":"Manhattan","rvs_start_point":[40.7095684,-73.9961212],"landmarks":{"end_point":[[40.7120612,-73.9983332],"alcohol shop"],"start_point":[[40.7095684,-73.9961212],"bench"],"main_pivot":[[40.7107637,-73.9968081],"Alfred E. Smith Playground"],"main_pivot_2":[[40.7107637,-73.9968081],"Alfred E. Smith Playground"],"main_pivot_3":[[40.7101253,-73.9960802],"Tanahey Playground"],"main_pivot_4":[[40.7101253,-73.9960802],"Tanahey Playground"],"main_pivot_5":[[40.7101253,-73.9960802],"Tanahey Playground"],"main_pivot_6":[[40.7107637,-73.9968081],"Alfred E. Smith Playground"],"main_pivot_7":[[40.7115067,-73.9966587],"St. Joseph School"],"main_pivot_8":[[40.7107637,-73.9968081],"Alfred E. Smith Playground"],"main_pivot_9":[[40.7102962,-73.996358],"Knickerbocker Village"],"main_pivot_10":[[40.7101253,-73.9960802],"Tanahey Playground"],"main_pivot_11":[[40.7101253,-73.9960802],"Tanahey Playground"],"main_pivot_12":[[40.7107637,-73.9968081],"Alfred E. Smith Playground"],"main_pivot_13":[[40.7115067,-73.9966587],"St. Joseph School"],"main_pivot_14":[[40.7115067,-73.9966587],"St. Joseph School"],"main_pivot_15":[[40.7128246,-73.9978939],"church"],"near_pivot":[[40.7128246,-73.9978939],"church"],"around_goal_pivot_1":[[40.7141528,-73.9997896],"two gardens"],"around_goal_pivot_2":[[40.7120623,-74.00102],"police station"],"around_goal_pivot_3":[[40.7132674,-74.0005941],"courthouse"],"around_goal_pivot_4":[[40.7131925,-74.0011408],"prison"],"around_goal_pivot_5":[[40.7131688,-73.9963752],"library"],"around_goal_pivot_6":[[40.7145399,-73.9989049],"church"],"around_goal_pivot_7":[[40.7133582,-73.9988906],"historic neighbourhood"],"around_goal_pivot_8":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_9":[[40.7144127,-73.9981498],"attraction"],"around_goal_pivot_10":[[40.7108358,-74.0002248],"C-Town Supermarkets"]}} +{"rvs_sample_number":129,"content":"Meet me at the bicycle parking southeast of you. Head south past Greenwich Village and Jekyll and Hyde Club. When you reach Morton Street, head west. You will pass one street and then you will see the bicycle parking there on the north side of the street right where the street bends.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7308675,-74.0053093],"key":7967,"region":"Manhattan","rvs_start_point":[40.7360128,-73.9981157],"landmarks":{"end_point":[[40.7308675,-74.0053093],"bicycle parking"],"start_point":[[40.7360128,-73.9981157],"pharmacy"],"main_pivot":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_4":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_5":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_6":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_7":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_8":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_9":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_10":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_11":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_12":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_13":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_14":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_15":[[40.7312452,-74.0052802],"theatre"],"near_pivot":[[40.7312452,-74.0052802],"theatre"],"beyond_pivot":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_1":[[40.7300856,-74.0052553],"library"],"around_goal_pivot_2":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_3":[[40.7317418,-74.0068052],"bicycle rental"],"around_goal_pivot_4":[[40.7321622,-74.0057742],"attraction"],"around_goal_pivot_5":[[40.7297262,-74.0060455],"three benches"],"around_goal_pivot_6":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_7":[[40.7317675,-74.0064128],"cafe"],"around_goal_pivot_8":[[40.7321597,-74.0045267],"theatre"],"around_goal_pivot_9":[[40.7297476,-74.0060857],"2 benches"],"around_goal_pivot_10":[[40.7299242161,-74.0061414459],"2 pitches"]}} +{"rvs_sample_number":273,"content":"Meet me at the bicycle parking on the east side of Amsterdam Avenue. It is towards the western corner of it's block. Through the intersection to the southwest is a historical memorial. Almost directly south is a Trek store a little more than a block away.","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7794096,-73.9809458],"key":7968,"region":"Manhattan","rvs_start_point":[40.7658052,-73.9833111],"landmarks":{"end_point":[[40.7794096,-73.9809458],"bicycle parking"],"start_point":[[40.7658052,-73.9833111],"restaurant"],"main_pivot":[[40.7662295,-73.9834623],"Hearst Tower"],"main_pivot_2":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_3":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_4":[[40.77109,-73.9824226],"The Empire Hotel"],"main_pivot_5":[[40.7688599,-73.9823265],"Deutsche Bank Center"],"main_pivot_6":[[40.77731,-73.982318],"Sherman Square"],"main_pivot_7":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_8":[[40.7689649,-73.9816528],"Jean-Georges"],"main_pivot_9":[[40.7681625,-73.9822396],"Columbus Circle"],"main_pivot_10":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_11":[[40.771792,-73.9825535],"Dante Alighieri"],"main_pivot_12":[[40.7720037,-73.981902],"1 Lincoln Plaza"],"main_pivot_13":[[40.7729837,-73.9818171],"Manhattan New York Temple"],"main_pivot_14":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_15":[[40.7791782,-73.9815049],"historic memorial"],"near_pivot":[[40.7791782,-73.9815049],"historic memorial"],"around_goal_pivot_1":[[40.77731,-73.982318],"park"],"around_goal_pivot_2":[[40.7776837,-73.9820838],"three benches"],"around_goal_pivot_3":[[40.7777028,-73.9820546],"3 benches"],"around_goal_pivot_4":[[40.7784388,-73.9818805],"train station"],"around_goal_pivot_5":[[40.7814474,-73.9806703],"car rental"],"around_goal_pivot_6":[[40.7782936,-73.9816359],"The Vitamin Shoppe"],"around_goal_pivot_7":[[40.7773452,-73.9790946],"Swatch"],"around_goal_pivot_8":[[40.7785925,-73.9822755],"Trader Joe's"],"around_goal_pivot_9":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"around_goal_pivot_10":[[40.7780849,-73.9808553],"Trek"]}} +{"rvs_sample_number":71,"content":"Get on 1st Avenue and meet me at the bicycle parking on the north side of he block. It is on the east side of the street and you can see a park on my southwest. ","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7656979,-73.9574344],"key":7969,"region":"Manhattan","rvs_start_point":[40.7735138,-73.953631],"landmarks":{"end_point":[[40.7656979,-73.9574344],"bicycle parking"],"start_point":[[40.7735138,-73.953631],"pet shop"],"main_pivot":[[40.7696111,-73.9552978],"Jan Hus Church"],"main_pivot_2":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_3":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_4":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_5":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_6":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_7":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_8":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_9":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_10":[[40.7696111,-73.9552978],"Jan Hus Church"],"main_pivot_11":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_12":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_13":[[40.7696111,-73.9552978],"Jan Hus Church"],"main_pivot_14":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_15":[[40.7652467,-73.9580721],"park"],"near_pivot":[[40.7652467,-73.9580721],"park"],"beyond_pivot":[[40.7652467,-73.9580721],"park"],"around_goal_pivot_1":[[40.764971,-73.9594031],"library"],"around_goal_pivot_2":[[40.7640431,-73.9581079],"church"],"around_goal_pivot_3":[[40.7666658,-73.9536752],"auction shop"],"around_goal_pivot_4":[[40.7678539,-73.9556871],"pharmacy"],"around_goal_pivot_5":[[40.7661798,-73.9553763],"doctor's office"],"around_goal_pivot_6":[[40.7668180066,-73.9543836694],"social facility"],"around_goal_pivot_7":[[40.7633959617,-73.9583506747],"parking lot"],"around_goal_pivot_8":[[40.7644987,-73.9602142],"parking entrance"],"around_goal_pivot_9":[[40.7655976,-73.9543524],"greengrocer shop"],"around_goal_pivot_10":[[40.7672971359,-73.959676505],"alcohol shop"]}} +{"rvs_sample_number":377,"content":"Please pick me up, I'm at the New York public Library on Amsterdam avenue. It's north and across the avenue from three shelters about a block. Two gardens is dues south, on the opposite side of the block, on the south side of the street there.","rvs_path":"data\/geodata\/manhattan_samples_v96.gpkg","rvs_goal_point":[40.7732287,-73.9847509],"key":7970,"region":"Manhattan","rvs_start_point":[40.7694073,-73.9848933],"landmarks":{"end_point":[[40.7732287,-73.9847509],"library"],"start_point":[[40.7694073,-73.9848933],"cafe"],"main_pivot":[[40.7704137,-73.987617],"John Jay College of Criminal Justice"],"main_pivot_2":[[40.7695513944,-73.9848324793],"Church of Saint Paul the Apostle"],"main_pivot_3":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_4":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_5":[[40.7695513944,-73.9848324793],"Church of Saint Paul the Apostle"],"main_pivot_6":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_7":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_8":[[40.7695513944,-73.9848324793],"Church of Saint Paul the Apostle"],"main_pivot_9":[[40.7704137,-73.987617],"John Jay College of Criminal Justice"],"main_pivot_10":[[40.7704137,-73.987617],"John Jay College of Criminal Justice"],"main_pivot_11":[[40.7704137,-73.987617],"John Jay College of Criminal Justice"],"main_pivot_12":[[40.7695513944,-73.9848324793],"Church of Saint Paul the Apostle"],"main_pivot_13":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_14":[[40.7704137,-73.987617],"Mount Sinai West"],"main_pivot_15":[[40.7735159431,-73.9852082685],"arts centre"],"near_pivot":[[40.7735159431,-73.9852082685],"arts centre"],"around_goal_pivot_1":[[40.7716233,-73.9873533],"three shelters"],"around_goal_pivot_2":[[40.7713955,-73.9835858],"8 benches"],"around_goal_pivot_3":[[40.7714014,-73.9843989],"2 gardens"],"around_goal_pivot_4":[[40.7713561,-73.9835301],"seven benches"],"around_goal_pivot_5":[[40.7723048,-73.9875717],"music school"],"around_goal_pivot_6":[[40.7715816,-73.9828344],"hotel"],"around_goal_pivot_7":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_8":[[40.7752018,-73.9831888],"arts centre"],"around_goal_pivot_9":[[40.771466,-73.9846243],"two gardens"],"around_goal_pivot_10":[[40.7718252,-73.9824372],"4 benches"]}} +{"rvs_sample_number":333,"content":"I'm at the university southeast of you on Waverly Place. You will find an arts centre on my west and a church on the south.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7298647,-73.99431295],"key":7971,"region":"Manhattan","rvs_start_point":[40.7364165,-73.9976293],"landmarks":{"end_point":[[40.7298647,-73.99431295],"university"],"start_point":[[40.7364165,-73.9976293],"bicycle parking"],"main_pivot":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_4":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_5":[[40.7326168,-74.0004947],"St. Joseph's Church"],"main_pivot_6":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_7":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_8":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_9":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_10":[[40.7312508604,-73.9970560261],"Washington Square Arch"],"main_pivot_11":[[40.7321126,-73.9985949],"Washington Square Park"],"main_pivot_12":[[40.7321126,-73.9985949],"Washington Square Park"],"main_pivot_13":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_14":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_15":[[40.7290392,-73.9940465],"bicycle rental"],"near_pivot":[[40.7290392,-73.9940465],"bicycle rental"],"beyond_pivot":[[40.7290234,-73.9947629],"church"],"around_goal_pivot_2":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_3":[[40.7312508604,-73.9970560261],"historic monument"],"around_goal_pivot_4":[[40.7277406,-73.9923274],"museum"],"around_goal_pivot_5":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_7":[[40.7290966,-73.9917737],"pub"],"around_goal_pivot_8":[[40.7291298,-73.9970217],"four bicycle parkings"],"around_goal_pivot_9":[[40.7289282,-73.9944399],"church"],"around_goal_pivot_10":[[40.728742,-73.996835],"bicycle repair station"]}} +{"rvs_sample_number":271,"content":"Meet me at the restaurant north of you. It is on Amsterdam Avenue. After you pass a kiosk shop, the restaurant is across the street from an ice cream shop. ","rvs_path":"data\/geodata\/manhattan_samples_v24.gpkg","rvs_goal_point":[40.7835436844,-73.9776608399],"key":7972,"region":"Manhattan","rvs_start_point":[40.7717166,-73.9860839],"landmarks":{"end_point":[[40.7835436844,-73.9776608399],"restaurant"],"start_point":[[40.7717166,-73.9860839],"parking entrance"],"main_pivot":[[40.7729418,-73.9855572],"Metropolitan Opera House"],"main_pivot_2":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_3":[[40.7729418,-73.9855572],"Metropolitan Opera House"],"main_pivot_4":[[40.7741158,-73.9851198],"Fiorello H. LaGuardia High School"],"main_pivot_5":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_6":[[40.7767964,-73.9836142],"Lincoln Towers"],"main_pivot_7":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_8":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_9":[[40.7723298,-73.986009],"Damrosch Park"],"main_pivot_10":[[40.7788759,-73.9817961],"72nd Street Subway Station (IRT)"],"main_pivot_11":[[40.774257,-73.984582],"Riverside Library"],"main_pivot_12":[[40.7773385,-73.9823823],"Sherman Square"],"main_pivot_13":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_14":[[40.7732287,-73.9847509],"New York Public Library for the Performing Arts"],"main_pivot_15":[[40.78375,-73.9781176],"ice cream"],"near_pivot":[[40.78375,-73.9781176],"ice cream"],"around_goal_pivot_1":[[40.7828887,-73.9788161],"pharmacy"],"around_goal_pivot_2":[[40.7838358408,-73.9792695988],"DSW"],"around_goal_pivot_3":[[40.7836583,-73.9790891],"Goodwill"],"around_goal_pivot_4":[[40.7834285,-73.9794219],"cafe"],"around_goal_pivot_5":[[40.7837556,-73.9792824],"pub"],"around_goal_pivot_6":[[40.7826339,-73.9788346],"telephone"],"around_goal_pivot_7":[[40.7831335,-73.9788877],"parking lot"],"around_goal_pivot_8":[[40.7839787,-73.9791548],"clothes shop"],"around_goal_pivot_9":[[40.7831121,-73.9788357],"alcohol shop"],"around_goal_pivot_10":[[40.7830714,-73.9785204],"kiosk shop"]}} +{"rvs_sample_number":125,"content":"Meet me at bicycle rental. You\u2019ll want to go pretty much straight east. When you reach the library, go to the block north of it with St. Catherine\u2019s Park. The goal is in the northeast corner of that block, on 1st Avenue. ","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7651325,-73.9580265],"key":7973,"region":"Manhattan","rvs_start_point":[40.7633442,-73.9711199],"landmarks":{"end_point":[[40.7651325,-73.9580265],"bicycle rental"],"start_point":[[40.7633442,-73.9711199],"optician shop"],"main_pivot":[[40.7650375,-73.9595611],"67th Street Library"],"main_pivot_2":[[40.7641717,-73.9584153],"St. John Nepomucene Church"],"main_pivot_3":[[40.7641717,-73.9584153],"St. John Nepomucene Church"],"main_pivot_4":[[40.7641717,-73.9584153],"St. John Nepomucene Church"],"main_pivot_5":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_6":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_7":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_8":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_9":[[40.7650375,-73.9595611],"67th Street Library"],"main_pivot_10":[[40.7637041,-73.9695176],"Christ Church"],"main_pivot_11":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_12":[[40.7618022,-73.9649381],"Serendipity 3"],"main_pivot_13":[[40.7641717,-73.9584153],"St. John Nepomucene Church"],"main_pivot_14":[[40.7635766,-73.9716142],"General Motors Building"],"main_pivot_15":[[40.7651168,-73.9572733],"church"],"near_pivot":[[40.7651168,-73.9572733],"church"],"around_goal_pivot_1":[[40.7650375,-73.9595611],"library"],"around_goal_pivot_2":[[40.7631454,-73.9591112],"pharmacy"],"around_goal_pivot_3":[[40.7631571,-73.9559715],"theatre"],"around_goal_pivot_4":[[40.7648944,-73.9568241],"research institute"],"around_goal_pivot_5":[[40.7661798,-73.9553763],"doctor's office"],"around_goal_pivot_6":[[40.7664477,-73.9603177],"deli shop"],"around_goal_pivot_7":[[40.7638586,-73.9601085],"copyshop shop"],"around_goal_pivot_8":[[40.7672045,-73.9597625],"tobacco shop"],"around_goal_pivot_9":[[40.7642394,-73.9590946],"laundry shop"],"around_goal_pivot_10":[[40.7640066,-73.9547768],"park"]}} +{"rvs_sample_number":76,"content":"Let's load up on our arsenal. Meet at the weapons shop on Grand street. It's north of an Italian restaurant, Just about a block east of a historic building and more than two blocks west of an events venue.","rvs_path":"data\/geodata\/manhattan_samples_v69.gpkg","rvs_goal_point":[40.7193053,-73.9976578],"key":7974,"region":"Manhattan","rvs_start_point":[40.7159868,-74.0149055],"landmarks":{"end_point":[[40.7193053,-73.9976578],"weapons shop"],"start_point":[[40.7159868,-74.0149055],"fitness centre"],"main_pivot":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_2":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_3":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_4":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_5":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_6":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_7":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_8":[[40.7136475,-74.0075771],"Home Life Building"],"main_pivot_9":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_10":[[40.7136475,-74.0075771],"Home Life Building"],"main_pivot_11":[[40.7153802,-74.0093063],"Tribeca"],"main_pivot_12":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_13":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_14":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_15":[[40.7197034,-73.9981392],"historic building"],"near_pivot":[[40.7197034,-73.9981392],"historic building"],"beyond_pivot":[[40.7184479,-73.9976239],"restaurant"],"around_goal_pivot_1":[[40.7188499,-73.9955717],"events venue"],"around_goal_pivot_2":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_3":[[40.7168159,-73.9969382],"2 jewelry shops"],"around_goal_pivot_4":[[40.7209937,-74.0003561],"Aldo"],"around_goal_pivot_5":[[40.7217951,-73.9988153],"Bloomingdale's"],"around_goal_pivot_6":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_7":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_8":[[40.720129,-73.9955742],"hostel"],"around_goal_pivot_9":[[40.7173776,-74.0003086],"prison"],"around_goal_pivot_10":[[40.7182065,-73.9944228],"arts centre"]}} +{"rvs_sample_number":52,"content":"Let's just set up a meeting spot? Ok how about the Kiosk Shop on Centre street right before it really separates far from the southbound aspect of the roadway. It's just north of 4 benches. Watch out for escapees though as there is a prison across the block to the southeast.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7135159,-74.0032219],"key":7975,"region":"Manhattan","rvs_start_point":[40.7047334,-74.0114054],"landmarks":{"end_point":[[40.7135159,-74.0032219],"kiosk shop"],"start_point":[[40.7047334,-74.0114054],"atm"],"main_pivot":[[40.7087026,-74.0093923],"The Liberty Tower"],"main_pivot_2":[[40.7074326075,-74.0099183776],"40 Wall Street"],"main_pivot_3":[[40.710972,-74.0060122],"8 Spruce Street"],"main_pivot_4":[[40.7087026,-74.0093923],"The Liberty Tower"],"main_pivot_5":[[40.7074326075,-74.0099183776],"40 Wall Street"],"main_pivot_6":[[40.7130385,-74.0052971],"Tweed Courthouse"],"main_pivot_7":[[40.7090406,-74.0082973],"John Street Church"],"main_pivot_8":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_9":[[40.7079887,-74.0094941],"28 Liberty"],"main_pivot_10":[[40.7076047,-74.0101881],"Federal Hall National Memorial"],"main_pivot_11":[[40.7074741,-74.0105125],"14 Wall Street"],"main_pivot_12":[[40.7115054,-74.0062304],"New York Times Building"],"main_pivot_13":[[40.7088364,-74.0084854],"Home Insurance Plaza"],"main_pivot_14":[[40.7112378,-74.0063582],"Morse Building"],"main_pivot_15":[[40.7132219,-74.003155],"4 benches"],"near_pivot":[[40.7132219,-74.003155],"4 benches"],"around_goal_pivot_1":[[40.7132316,-74.001965],"prison"],"around_goal_pivot_2":[[40.7124463,-74.0057836],"townhall"],"around_goal_pivot_3":[[40.7145012,-74.0002245],"4 benches"],"around_goal_pivot_4":[[40.7153984,-74.0054967],"pharmacy"],"around_goal_pivot_5":[[40.7143506,-74.0063658],"bank"],"around_goal_pivot_6":[[40.7144216,-74.0002597],"two benches"],"around_goal_pivot_7":[[40.7142106,-74.006028],"Modell's Sporting Goods"],"around_goal_pivot_8":[[40.7150331,-74.005777],"Verizon Wireless"],"around_goal_pivot_9":[[40.7143217,-74.0002118],"four bicycle parkings"],"around_goal_pivot_10":[[40.7156158,-74.00534],"7-Eleven"]}} +{"rvs_sample_number":50,"content":"Move east side of your position Golda Meir and Mercantile Building. I'm at the fast food restaurant on 3rd Avenue opposite HSBC bank. It is directly east of alcohol shop.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7493246,-73.9757476],"key":7976,"region":"Manhattan","rvs_start_point":[40.7563353,-73.9940604],"landmarks":{"end_point":[[40.7493246,-73.9757476],"fast food restaurant"],"start_point":[[40.7563353,-73.9940604],"bicycle parking"],"main_pivot":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_2":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_3":[[40.7526786,-73.9839931],"American Standard Building"],"main_pivot_4":[[40.7526786,-73.9839931],"American Standard Building"],"main_pivot_5":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_6":[[40.7526786,-73.9839931],"American Standard Building"],"main_pivot_7":[[40.7526786,-73.9839931],"American Standard Building"],"main_pivot_8":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_9":[[40.7512509,-73.981271],"Mercantile Building"],"main_pivot_10":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_11":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_12":[[40.7526786,-73.9839931],"American Standard Building"],"main_pivot_13":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_14":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_15":[[40.7492543,-73.975145],"bank"],"near_pivot":[[40.7492543,-73.975145],"bank"],"beyond_pivot":[[40.7504343,-73.974047],"Westin"],"around_goal_pivot_1":[[40.7500687,-73.9743143],"Westin"],"around_goal_pivot_2":[[40.7503843,-73.9770104],"European Wax Center"],"around_goal_pivot_3":[[40.7484684,-73.9763928],"D'Agostino"],"around_goal_pivot_4":[[40.7495365,-73.977278],"bicycle rental"],"around_goal_pivot_5":[[40.749463,-73.9769581],"veterinary"],"around_goal_pivot_6":[[40.7484026,-73.9751699],"dentist's office"],"around_goal_pivot_7":[[40.7480382,-73.9760986],"community centre"],"around_goal_pivot_8":[[40.7480971,-73.976641],"parking lot"],"around_goal_pivot_9":[[40.7494967,-73.9770697],"dry cleaning shop"],"around_goal_pivot_10":[[40.7498234,-73.9770501],"alcohol shop"]}} +{"rvs_sample_number":52,"content":"It is a laundry shop across the street from the asher levy school right next to manhattan eyeworks ","rvs_path":"data\/geodata\/manhattan_samples_v9.gpkg","rvs_goal_point":[40.7293152,-73.9843149],"key":7977,"region":"Manhattan","rvs_start_point":[40.7373308,-73.9734116],"landmarks":{"end_point":[[40.7293152,-73.9843149],"laundry shop"],"start_point":[[40.7373308,-73.9734116],"supermarket"],"main_pivot":[[40.7301681,-73.9836487],"S'MAC"],"main_pivot_2":[[40.7354681423,-73.9792919077],"Peter Cooper Village"],"main_pivot_3":[[40.730641,-73.9833057],"Hampton Market Place"],"near_pivot":[[40.7287836,-73.9847179],"dentist's office"],"beyond_pivot":[[40.7291343,-73.984421],"Manhattan Eyeworks"],"around_goal_pivot_1":[[40.7286189,-73.9856431],"optician shop"],"around_goal_pivot_2":[[40.7284229,-73.9833099],"stationery shop"],"around_goal_pivot_3":[[40.7302834,-73.9837111],"3 laundry shops"]}} +{"rvs_sample_number":490,"content":"I'm pretty far south of you on canal street at the pharmacy just west of the verizon store. It's on the south side of canal.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7193544,-74.0021843],"key":7978,"region":"Manhattan","rvs_start_point":[40.7277005,-74.0001355],"landmarks":{"end_point":[[40.7193544,-74.0021843],"pharmacy"],"start_point":[[40.7277005,-74.0001355],"restaurant"],"main_pivot":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_2":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_3":[[40.7281744,-73.9999807],"Mill House No.1"],"main_pivot_4":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_5":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_6":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_7":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_8":[[40.7218568,-74.0055652],"Albert Capsouto Park"],"main_pivot_9":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_10":[[40.7281744,-73.9999807],"Mill House No.1"],"main_pivot_11":[[40.7281744,-73.9999807],"Mill House No.1"],"main_pivot_12":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_13":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_14":[[40.7281744,-73.9999807],"Mill House No.1"],"main_pivot_15":[[40.7192378,-74.0013784],"Verizon Wireless"],"near_pivot":[[40.7192378,-74.0013784],"Verizon Wireless"],"beyond_pivot":[[40.71913,-74.0033389],"dojo"],"around_goal_pivot_1":[[40.7173727,-74.0012731],"community centre"],"around_goal_pivot_2":[[40.7174668,-74.0012316],"historic building"],"around_goal_pivot_3":[[40.7179533,-73.9999393],"historic neighbourhood"],"around_goal_pivot_4":[[40.7181523,-74.0010157],"7-Eleven"],"around_goal_pivot_5":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_6":[[40.7207142,-74.0009938],"Muji"],"around_goal_pivot_7":[[40.7214214,-73.9999993],"Topman"],"around_goal_pivot_8":[[40.721446,-74.0020334],"Vans"],"around_goal_pivot_9":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_10":[[40.7200205,-74.0011923],"Foot Locker"]}} +{"rvs_sample_number":17,"content":"Meet me at the tailor shop on East 54th Street. It is on the same block as the synagogue. It is across the street from the block with Casa de Montecristo and a restaurant.","rvs_path":"data\/geodata\/manhattan_samples_v71.gpkg","rvs_goal_point":[40.7566664,-73.9646336],"key":7979,"region":"Manhattan","rvs_start_point":[40.7663421,-73.9824991],"landmarks":{"end_point":[[40.7566664,-73.9646336],"tailor shop"],"start_point":[[40.7663421,-73.9824991],"bank"],"main_pivot":[[40.7614466,-73.976107],"Lehman Art House"],"main_pivot_2":[[40.7594789,-73.9718864],"399 Park Avenue"],"main_pivot_3":[[40.7604334,-73.9749239],"Paley Park"],"main_pivot_4":[[40.7628768,-73.9780253],"Love"],"main_pivot_5":[[40.7645958,-73.981642],"Park Central Hotel"],"main_pivot_6":[[40.7622479,-73.9780123],"Warwick Hotel"],"main_pivot_7":[[40.7644542,-73.9825057],"1717 Broadway"],"main_pivot_8":[[40.7594789,-73.9718864],"399 Park Avenue"],"main_pivot_9":[[40.7594789,-73.9718864],"399 Park Avenue"],"main_pivot_10":[[40.7630368,-73.9798333],"Ziegfeld Ballroom"],"main_pivot_11":[[40.761619,-73.9769666],"MoMA"],"main_pivot_12":[[40.7623926,-73.9788094],"Hilton New York Midtown"],"main_pivot_13":[[40.761564,-73.9756813],"The Peninsula New York"],"main_pivot_14":[[40.7616356,-73.9765612],"Rockefeller Apartments"],"main_pivot_15":[[40.7559616,-73.964864],"restaurant"],"near_pivot":[[40.7559616,-73.964864],"restaurant"],"around_goal_pivot_1":[[40.7548229,-73.9626814],"park"],"around_goal_pivot_2":[[40.7564657,-73.9675993],"Petco"],"around_goal_pivot_3":[[40.7570279,-73.9666871],"Casa de Montecristo"],"around_goal_pivot_4":[[40.7573505,-73.9629702],"charging station"],"around_goal_pivot_5":[[40.7576971,-73.9645339],"hotel"],"around_goal_pivot_6":[[40.757483,-73.9657917],"synagogue"],"around_goal_pivot_7":[[40.7563383,-73.9678566],"pub"],"around_goal_pivot_8":[[40.7557341,-73.9650357],"bar"],"around_goal_pivot_9":[[40.7557816,-73.9665222],"veterinary"],"around_goal_pivot_10":[[40.757834,-73.9630366],"pharmacy"]}} +{"rvs_sample_number":290,"content":"Meet me up Northwest of where you are. I'm at the Citibank. It's on the next block northward, from Carpet Factory Outlet. If you see the Catholic Church, you've gone too far though. This location is also on the next block northeast from the 77 Laundromat.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7720932,-73.9525972],"key":7980,"region":"Manhattan","rvs_start_point":[40.763635,-73.966905],"landmarks":{"end_point":[[40.7720932,-73.9525972],"bank"],"start_point":[[40.763635,-73.966905],"beauty shop"],"main_pivot":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_2":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_3":[[40.7641885,-73.9661491],"Barbizon 63"],"main_pivot_4":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_5":[[40.7641885,-73.9661491],"Barbizon 63"],"main_pivot_6":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_7":[[40.7705037,-73.9534084],"Eleanor Roosevelt High School"],"main_pivot_8":[[40.7641885,-73.9661491],"Barbizon 63"],"main_pivot_9":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_10":[[40.7641885,-73.9661491],"Barbizon 63"],"main_pivot_11":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_12":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_13":[[40.7713448,-73.95278],"Sushi of Gari"],"main_pivot_14":[[40.7693927,-73.9554564],"Jan Hus Church"],"main_pivot_15":[[40.7722471,-73.952094],"church"],"near_pivot":[[40.7722471,-73.952094],"church"],"around_goal_pivot_1":[[40.7709018,-73.9535909],"post box"],"around_goal_pivot_2":[[40.7713982,-73.9536162],"dentist's office"],"around_goal_pivot_3":[[40.771189,-73.9532527],"clinic"],"around_goal_pivot_4":[[40.7714175,-73.95312],"carpet shop"],"around_goal_pivot_5":[[40.7714185,-73.9509742],"dry cleaning shop"],"around_goal_pivot_6":[[40.7712629,-73.9536973],"laundry shop"],"around_goal_pivot_7":[[40.7713535,-73.9531589],"convenience shop"]}} +{"rvs_sample_number":211,"content":"Go straight until you hit the first major street and go left. Make a right on E 11st street and cut though the playground until you hit the next street over. I am at bicycle parking. ","rvs_path":"data\/geodata\/manhattan_samples_v12.gpkg","rvs_goal_point":[40.7295314,-73.9825803],"key":7981,"region":"Manhattan","rvs_start_point":[40.7260628,-73.9889419],"landmarks":{"end_point":[[40.7295314,-73.9825803],"bicycle parking"],"start_point":[[40.7260628,-73.9889419],"bicycle parking"],"main_pivot":[[40.728018,-73.984755],"Lime Tree Market"],"main_pivot_2":[[40.727085,-73.9854569],"Bubbleology"],"main_pivot_3":[[40.7284288,-73.9844627],"Hello Banana Vintage"],"near_pivot":[[40.7291352663,-73.9832043981],"park"],"beyond_pivot":[[40.7290503,-73.9815308],"New York Grill and Deli"],"around_goal_pivot_1":[[40.7302176,-73.9831773],"clothes shop"],"around_goal_pivot_2":[[40.7282572,-73.9829159],"beauty shop"],"around_goal_pivot_3":[[40.7309455,-73.9826329],"alcohol shop"]}} +{"rvs_sample_number":195,"content":"Meet me at the bank just off of Grand Street to your South, Southwest. The bank is at the intersection and is located on the Northwest corner of the block. Caddy corner to my location is a TD Bank. On the adjacent block to the South of my location is a fire station.","rvs_path":"data\/geodata\/manhattan_samples_v65.gpkg","rvs_goal_point":[40.7173222,-73.9916349],"key":7982,"region":"Manhattan","rvs_start_point":[40.7296467,-73.9849252],"landmarks":{"end_point":[[40.7173222,-73.9916349],"bank"],"start_point":[[40.7296467,-73.9849252],"pet grooming shop"],"main_pivot":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_2":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_3":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_4":[[40.7244617,-73.9882149],"New York City Marble Cemetery"],"main_pivot_5":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_6":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_7":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_8":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_9":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_10":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_11":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_12":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_13":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_14":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_15":[[40.7174116,-73.9910188],"bank"],"near_pivot":[[40.7174116,-73.9910188],"bank"],"beyond_pivot":[[40.7160587,-73.9919076],"Citi Bike"],"around_goal_pivot_1":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_2":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_3":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_4":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_5":[[40.7184993,-73.9940787],"language school"],"around_goal_pivot_6":[[40.7154687,-73.9926838],"fire station"],"around_goal_pivot_7":[[40.7153696,-73.9892524],"marketplace"],"around_goal_pivot_8":[[40.7172739,-73.9895047],"three schools"],"around_goal_pivot_9":[[40.716749,-73.9942069],"toilets"],"around_goal_pivot_10":[[40.7172222,-73.9894492],"2 schools"]}} +{"rvs_sample_number":206,"content":"Meet me at the clinic on East 69th Street. The New York School of Interior Design is northwest of me and the post office is northeast of me.","rvs_path":"data\/geodata\/manhattan_samples_v49.gpkg","rvs_goal_point":[40.7676133,-73.961282],"key":7983,"region":"Manhattan","rvs_start_point":[40.7804179604,-73.9691347578],"landmarks":{"end_point":[[40.7676133,-73.961282],"clinic"],"start_point":[[40.7804179604,-73.9691347578],"toilets"],"main_pivot":[[40.7691949,-73.965521],"Henry P. Davison House"],"main_pivot_2":[[40.7802835,-73.9691146],"Delacorte Theater"],"main_pivot_3":[[40.7750417,-73.9688869],"The Lake"],"main_pivot_4":[[40.7797202,-73.9696502],"Shakespeare Garden"],"main_pivot_5":[[40.7739132,-73.9676904],"Conservatory Water"],"main_pivot_6":[[40.7750417,-73.9688869],"The Lake"],"main_pivot_7":[[40.7684056,-73.9624614],"New York School of Interior Design"],"main_pivot_8":[[40.7795209817,-73.9688715388],"Turtle Pond"],"main_pivot_9":[[40.7793543,-73.9689706],"Belvedere Castle"],"main_pivot_10":[[40.7691949,-73.965521],"Henry P. Davison House"],"main_pivot_11":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_12":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_13":[[40.7802835,-73.9691146],"Delacorte Theater"],"main_pivot_14":[[40.7699545,-73.9655721],"The Explorers Club"],"main_pivot_15":[[40.7680637,-73.9603435],"post office"],"near_pivot":[[40.7680637,-73.9603435],"post office"],"beyond_pivot":[[40.7661105764,-73.9585707192],"place_of_worship"],"around_goal_pivot_1":[[40.7671641,-73.9633951],"synagogue"],"around_goal_pivot_2":[[40.7660476,-73.9586167],"church"],"around_goal_pivot_3":[[40.7668051,-73.9630029],"clinic"],"around_goal_pivot_4":[[40.7659106,-73.9638589],"DavidsTea"],"around_goal_pivot_5":[[40.7655804,-73.9633446],"Lululemon"],"around_goal_pivot_6":[[40.7667068,-73.9625796],"Unleashed"],"around_goal_pivot_7":[[40.7692754,-73.9612325],"Anthropologie"],"around_goal_pivot_10":[[40.7661743,-73.9629846],"Nike"]}} +{"rvs_sample_number":44,"content":"Meet me at the gift shop on West 51st Street. It is right next to the theatre on the same street. Just a few steps away.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7599089,-73.9786653],"key":7984,"region":"Manhattan","rvs_start_point":[40.7494598,-73.9845981],"landmarks":{"end_point":[[40.7599089,-73.9786653],"gift shop"],"start_point":[[40.7494598,-73.9845981],"massage shop"],"main_pivot":[[40.7489648,-73.9839698],"CUNY Graduate School and University Center"],"main_pivot_2":[[40.7572818,-73.9772738],"Tower 49"],"main_pivot_3":[[40.758367,-73.9775532],"British Empire Building"],"main_pivot_4":[[40.7572818,-73.9772738],"Tower 49"],"main_pivot_5":[[40.7590028,-73.9770864],"Palazzo d'Italia"],"main_pivot_6":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_7":[[40.7519454,-73.9817758],"Mid-Manhattan Library"],"main_pivot_8":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_9":[[40.7588982,-73.9766284],"Saint Patrick\u2019s Cathedral"],"main_pivot_10":[[40.7537634,-73.9808873],"500 Fifth Avenue"],"main_pivot_11":[[40.7580567,-73.9777764],"La Maison Fran\u00e7aise"],"main_pivot_12":[[40.7508215,-73.983315],"Rockefeller Foundation"],"main_pivot_13":[[40.7555959,-73.9791385],"Fred F. French Building"],"main_pivot_14":[[40.7591682,-73.9765318],"Olympic Tower"],"main_pivot_15":[[40.7599044,-73.9787344],"theatre"],"near_pivot":[[40.7599044,-73.9787344],"theatre"],"beyond_pivot":[[40.7607715307,-73.9786346251],"park"],"around_goal_pivot_1":[[40.7609005,-73.9767563],"church"],"around_goal_pivot_2":[[40.758497,-73.9780473],"4 gardens"],"around_goal_pivot_3":[[40.7588982,-73.9766284],"cathedral"],"around_goal_pivot_4":[[40.7583355,-73.9777221],"three gardens"],"around_goal_pivot_5":[[40.7583806,-73.9771174],"Saks Fifth Avenue"],"around_goal_pivot_6":[[40.7619153,-73.9791562],"Hilton"],"around_goal_pivot_7":[[40.757976,-73.9794142],"video games shop"],"around_goal_pivot_8":[[40.7614375638,-73.9780302166],"museum"],"around_goal_pivot_9":[[40.7590344,-73.9793952],"viewpoint"],"around_goal_pivot_10":[[40.7587327,-73.9786373],"tree"]}} +{"rvs_sample_number":452,"content":"Go south and meet me at the restaurant on 8th Avenue. It is about three blocks after you see Dunkin' Donuts. It is across the street from the block with the AT&T store. If you see Ricky's NYC, you went too far.","rvs_path":"data\/geodata\/manhattan_samples_v46.gpkg","rvs_goal_point":[40.7434956,-73.9995423],"key":7985,"region":"Manhattan","rvs_start_point":[40.7503235,-73.9918003],"landmarks":{"end_point":[[40.7434956,-73.9995423],"restaurant"],"start_point":[[40.7503235,-73.9918003],"restaurant"],"main_pivot":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_2":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_3":[[40.7509302,-73.9923194],"One Penn Plaza"],"main_pivot_4":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_5":[[40.7509981,-73.9930662],"Madison Square Garden"],"main_pivot_6":[[40.7509981,-73.9930662],"Madison Square Garden"],"main_pivot_7":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_8":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_9":[[40.7509302,-73.9923194],"One Penn Plaza"],"main_pivot_10":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_11":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_12":[[40.7509981,-73.9930662],"Madison Square Garden"],"main_pivot_13":[[40.7509302,-73.9923194],"One Penn Plaza"],"main_pivot_14":[[40.7509981,-73.9930662],"Madison Square Garden"],"main_pivot_15":[[40.7428808,-73.9999788],"AT&T"],"near_pivot":[[40.7428808,-73.9999788],"AT&T"],"beyond_pivot":[[40.7418314,-73.9975703],"restaurant"],"around_goal_pivot_1":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_2":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_3":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_4":[[40.7446183,-73.9964638],"AT&T"],"around_goal_pivot_5":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_6":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_7":[[40.7428322,-73.9963077],"True Value"],"around_goal_pivot_8":[[40.7419763,-73.9968226],"charging station"],"around_goal_pivot_9":[[40.745461,-73.9999093],"hostel"],"around_goal_pivot_10":[[40.7456381,-73.9988915],"urgent care"]}} +{"rvs_sample_number":348,"content":"I'm at the bicycle parking on the southeast corner of East 77th Street, exactly three blocks east of the park.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7734761,-73.9598549],"key":7986,"region":"Manhattan","rvs_start_point":[40.7669276184,-73.9738311429],"landmarks":{"end_point":[[40.7734761,-73.9598549],"bicycle parking"],"start_point":[[40.7669276184,-73.9738311429],"bridge"],"main_pivot":[[40.7699059,-73.9727725],"Christopher Columbus"],"main_pivot_2":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_3":[[40.7688056,-73.972753],"Central Park Zoo"],"main_pivot_4":[[40.7699059,-73.9727725],"Christopher Columbus"],"main_pivot_5":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_6":[[40.7727559,-73.9619222],"Temple Israel"],"main_pivot_7":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_8":[[40.7727559,-73.9619222],"Temple Israel"],"main_pivot_9":[[40.7699607,-73.9710098],"Balto"],"main_pivot_10":[[40.7699059,-73.9727725],"Christopher Columbus"],"main_pivot_11":[[40.7734687,-73.9639632],"The Met Breuer"],"main_pivot_12":[[40.7724831,-73.967435],"Samuel F. B. Morse"],"main_pivot_13":[[40.7699607,-73.9710098],"Balto"],"main_pivot_14":[[40.7727559,-73.9619222],"Temple Israel"],"main_pivot_15":[[40.7742739,-73.9598549],"school"],"near_pivot":[[40.7742739,-73.9598549],"school"],"beyond_pivot":[[40.7742739,-73.9598549],"school"],"around_goal_pivot_1":[[40.7735218,-73.9565462],"library"],"around_goal_pivot_2":[[40.7751845,-73.9582991],"church"],"around_goal_pivot_3":[[40.771073,-73.9593705],"pub"],"around_goal_pivot_4":[[40.7741409,-73.9627843],"hotel"],"around_goal_pivot_5":[[40.7758567,-73.9586843],"historic building"],"around_goal_pivot_6":[[40.7738405,-73.9578436],"fast food restaurant"],"around_goal_pivot_7":[[40.774432,-73.959489],"FedEx Office"],"around_goal_pivot_8":[[40.7739526,-73.9577773],"Ricky's NYC"],"around_goal_pivot_9":[[40.7733531,-73.9582015],"Spectrum"],"around_goal_pivot_10":[[40.7731405,-73.9583584],"Fidelity"]}} +{"rvs_sample_number":7,"content":"I am not far from where you are. Meet me at the Italian restaurant by the north corner on Amsterdam Avenue. It is the northern most restaurant on the block by the east side of the street. A hotel is on the opposite block, southwest.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7836374,-73.9777036],"key":7987,"region":"Manhattan","rvs_start_point":[40.7822435,-73.9805805],"landmarks":{"end_point":[[40.7836374,-73.9777036],"restaurant"],"start_point":[[40.7822435,-73.9805805],"restaurant"],"main_pivot":[[40.7828887,-73.9788161],"Duane Reade"],"main_pivot_2":[[40.7828887,-73.9788161],"Duane Reade"],"main_pivot_3":[[40.7827367,-73.9810332],"T-Mobile"],"main_pivot_4":[[40.7827367,-73.9810332],"T-Mobile"],"main_pivot_5":[[40.7815949,-73.9792355],"Dunkin' Donuts"],"main_pivot_6":[[40.7830273,-73.9808621],"AT&T"],"main_pivot_7":[[40.7826796,-73.980323],"Marshalls"],"main_pivot_8":[[40.7824749,-73.981145],"Lush"],"main_pivot_9":[[40.7828887,-73.9788161],"Duane Reade"],"main_pivot_10":[[40.7824749,-73.981145],"Lush"],"main_pivot_11":[[40.7826796,-73.980323],"Marshalls"],"main_pivot_12":[[40.7817731,-73.9796013],"SoulCycle"],"main_pivot_13":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"main_pivot_14":[[40.7824749,-73.981145],"Lush"],"main_pivot_15":[[40.7833363,-73.978391],"hotel"],"near_pivot":[[40.7833363,-73.978391],"hotel"],"beyond_pivot":[[40.7836137,-73.9763975],"school"],"around_goal_pivot_1":[[40.7833389,-73.9806771],"historic building"],"around_goal_pivot_2":[[40.7828887,-73.9788161],"pharmacy"],"around_goal_pivot_3":[[40.7838029,-73.9803906],"bank"],"around_goal_pivot_4":[[40.7826191,-73.9752335],"Scotch & Soda"],"around_goal_pivot_5":[[40.7847805,-73.9789531],"Staples"],"around_goal_pivot_6":[[40.7834674,-73.9806192],"Tumi"],"around_goal_pivot_7":[[40.7832478,-73.974763],"Flying Tiger Copenhagen"],"around_goal_pivot_8":[[40.7818389,-73.9757879],"The Coffee Bean & Tea Leaf"],"around_goal_pivot_9":[[40.7845415,-73.9798416],"Verizon Wireless"],"around_goal_pivot_10":[[40.7816937,-73.9796255],"Modell's Sporting Goods"]}} +{"rvs_sample_number":384,"content":"Meet me at the gift shop on West 48th. It\u2019s only a handful of blocks southwest of you. It\u2019s on the north side of the street. The Exxon Building is on the block north of it. If you pass Crowne Plaza you\u2019ve gone too far. ","rvs_path":"data\/geodata\/manhattan_samples_v98.gpkg","rvs_goal_point":[40.7597315,-73.983665],"key":7988,"region":"Manhattan","rvs_start_point":[40.7616016,-73.9751953],"landmarks":{"end_point":[[40.7597315,-73.983665],"gift shop"],"start_point":[[40.7616016,-73.9751953],"bar"],"main_pivot":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_2":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_3":[[40.7596669,-73.9812648],"Exxon Building"],"main_pivot_4":[[40.7605171,-73.9801887],"Time-Life Building"],"main_pivot_5":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_6":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_7":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_8":[[40.7628768,-73.9780253],"Love"],"main_pivot_9":[[40.7628768,-73.9780253],"Love"],"main_pivot_10":[[40.7619218,-73.9766805],"Rockefeller Apartments"],"main_pivot_11":[[40.7619218,-73.9766805],"Rockefeller Apartments"],"main_pivot_12":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_13":[[40.761932,-73.9783219],"53W53"],"main_pivot_14":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_15":[[40.7604891865,-73.9799981183],"attraction"],"near_pivot":[[40.7604891865,-73.9799981183],"attraction"],"around_goal_pivot_1":[[40.7586764,-73.985527],"Mariott"],"around_goal_pivot_2":[[40.7591909,-73.9848231],"ticket shop"],"around_goal_pivot_3":[[40.7576648,-73.9831076],"school"],"around_goal_pivot_4":[[40.7603315,-73.9805338],"two fountains"],"around_goal_pivot_5":[[40.7603699975,-73.9848854478],"Crowne Plaza"],"around_goal_pivot_6":[[40.7613984,-73.9843167],"pharmacy"],"around_goal_pivot_7":[[40.7586261,-73.9848141],"Express"],"around_goal_pivot_8":[[40.7599806,-73.9850423],"Fossil"],"around_goal_pivot_9":[[40.7590118,-73.9844836],"DoubleTree"],"around_goal_pivot_10":[[40.75822,-73.9851207],"Forever 21"]}} +{"rvs_sample_number":315,"content":"Let's get a room at our favorite hotel. It's on the south side of East 62nd Street, on the block where it terminates.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7602216,-73.9581709],"key":7989,"region":"Manhattan","rvs_start_point":[40.7481347,-73.9686993],"landmarks":{"end_point":[[40.7602216,-73.9581709],"hotel"],"start_point":[[40.7481347,-73.9686993],"drinking water"],"main_pivot":[[40.7486192,-73.968465],"United Nations Secretariat Building"],"main_pivot_2":[[40.7525688,-73.9674434],"Trump World Tower"],"main_pivot_3":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_4":[[40.7486192,-73.968465],"United Nations Secretariat Building"],"main_pivot_5":[[40.7534958,-73.9662213],"Beekman Tower"],"main_pivot_6":[[40.7489324,-73.9694547],"United Nations"],"main_pivot_7":[[40.7506595,-73.9676307],"Non-Violence"],"main_pivot_8":[[40.7486192,-73.968465],"United Nations Secretariat Building"],"main_pivot_9":[[40.7495304,-73.9694631],"Ralph Bunche Park"],"main_pivot_10":[[40.7508783,-73.9675707],"Sphere Within Sphere"],"main_pivot_11":[[40.7495304,-73.9694631],"Ralph Bunche Park"],"main_pivot_12":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_13":[[40.7523720668,-73.9681757922],"Japan Society"],"main_pivot_14":[[40.7500114,-73.9695946],"UNICEF House"],"main_pivot_15":[[40.7605431,-73.9581436],"university"],"near_pivot":[[40.7605431,-73.9581436],"university"],"around_goal_pivot_1":[[40.76051,-73.9595704],"museum"],"around_goal_pivot_2":[[40.7590830454,-73.9592579712],"bridge"],"around_goal_pivot_3":[[40.7551427,-73.961653],"water"],"around_goal_pivot_4":[[40.7591667,-73.96],"park"],"around_goal_pivot_5":[[40.7617867,-73.9605889],"2 restaurants"],"around_goal_pivot_6":[[40.762279,-73.9595725],"7-Eleven"],"around_goal_pivot_7":[[40.7608927,-73.9607562],"Goodwill"],"around_goal_pivot_8":[[40.7623376,-73.9595299],"two restaurants"],"around_goal_pivot_9":[[40.7595078,-73.9611065],"TJ Maxx"],"around_goal_pivot_10":[[40.7622981,-73.9602545],"clinic"]}} +{"rvs_sample_number":225,"content":"Let's get some alcohol for the part. Meet me at the alcohol shop on the west side of 3rd Avenue. There is a Verizon store to the north on the adjacent block.","rvs_path":"data\/geodata\/manhattan_samples_v95.gpkg","rvs_goal_point":[40.746171,-73.9780316],"key":7990,"region":"Manhattan","rvs_start_point":[40.7468975,-73.9922271],"landmarks":{"end_point":[[40.746171,-73.9780316],"alcohol shop"],"start_point":[[40.7468975,-73.9922271],"restaurant"],"main_pivot":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_2":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_3":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_4":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_5":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_6":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_7":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_8":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_9":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_10":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_11":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_12":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_13":[[40.7462269,-73.9926029],"Rossmann Repair Group"],"main_pivot_14":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_15":[[40.7469444,-73.9783333],"historic district"],"near_pivot":[[40.7469444,-73.9783333],"historic district"],"beyond_pivot":[[40.7468119,-73.9775867],"Verizon Wireless"],"around_goal_pivot_1":[[40.7451041,-73.9754351],"church"],"around_goal_pivot_2":[[40.7439215,-73.9799729],"library"],"around_goal_pivot_3":[[40.7466506,-73.9797965],"bank"],"around_goal_pivot_4":[[40.7445787,-73.9799908],"three dentist's offices"],"around_goal_pivot_5":[[40.7447421,-73.9780734],"2 schools"],"around_goal_pivot_6":[[40.7446344,-73.9799514],"2 dentist's offices"],"around_goal_pivot_7":[[40.7480684,-73.9800307],"LabCorp"],"around_goal_pivot_8":[[40.7448641,-73.9789977],"7-Eleven"],"around_goal_pivot_9":[[40.7440283,-73.9790589],"Trader Joe's"],"around_goal_pivot_10":[[40.7452361,-73.977421],"European Wax Center"]}} +{"rvs_sample_number":303,"content":"Let's get some spaghetti and Meatballs. I know just the place an Italian restaurant. meet me here. It's on west 44th street. An older hotel is across the street from it, to it's north. A theatre is a block southeast of it.","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.7582345,-73.9884017],"key":7991,"region":"Manhattan","rvs_start_point":[40.7495307,-73.9932806],"landmarks":{"end_point":[[40.7582345,-73.9884017],"restaurant"],"start_point":[[40.7495307,-73.9932806],"parking entrance"],"main_pivot":[[40.7568337,-73.9893234],"AMC Empire 25"],"main_pivot_2":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_3":[[40.7560875,-73.9908279],"Port Authority Bus Terminal"],"main_pivot_4":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_5":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_6":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_7":[[40.7514858,-73.9943847],"Penn Station - Moynihan Train Hall"],"main_pivot_8":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_9":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_10":[[40.7560174,-73.9904955],"The New York Times Building"],"main_pivot_11":[[40.7560875,-73.9908279],"Port Authority Bus Terminal"],"main_pivot_12":[[40.7525777,-73.993387],"The New Yorker"],"main_pivot_13":[[40.7566715,-73.9899608],"11 Times Square"],"main_pivot_14":[[40.7514829,-73.9943777],"James A. Farley Building"],"main_pivot_15":[[40.7584105255,-73.9883270083],"hotel"],"near_pivot":[[40.7584105255,-73.9883270083],"hotel"],"beyond_pivot":[[40.7572134,-73.9878748],"theatre"],"around_goal_pivot_1":[[40.7560875,-73.9908279],"bus station"],"around_goal_pivot_2":[[40.7586441,-73.9869427],"Mariott"],"around_goal_pivot_3":[[40.75876,-73.9851484],"historic memorial"],"around_goal_pivot_4":[[40.7583308,-73.9858289],"square"],"around_goal_pivot_5":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_6":[[40.758916,-73.9909348],"playground"],"around_goal_pivot_7":[[40.7573717,-73.991969],"post office"],"around_goal_pivot_8":[[40.755786,-73.9886561],"Hampton"],"around_goal_pivot_9":[[40.7579943,-73.9852795],"Sunglass Hut"],"around_goal_pivot_10":[[40.7594042,-73.9906873],"Comfort Inn"]}} +{"rvs_sample_number":138,"content":"I am at the bench near the water, a bit down from Battery Park City Greenway. A museum is on my northeast and another bench is on my southeast. ","rvs_path":"data\/geodata\/manhattan_samples_v81.gpkg","rvs_goal_point":[40.7060417,-74.0191405],"key":7992,"region":"Manhattan","rvs_start_point":[40.715813,-74.0087939],"landmarks":{"end_point":[[40.7060417,-74.0191405],"bench"],"start_point":[[40.715813,-74.0087939],"restaurant"],"main_pivot":[[40.7130149,-74.0118754],"7 World Trade Center"],"main_pivot_2":[[40.7101232,-74.0160845],"200 Liberty Street"],"main_pivot_3":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_4":[[40.7101317554,-74.0129109808],"Liberty Park"],"main_pivot_5":[[40.7101317554,-74.0129109808],"Liberty Park"],"main_pivot_6":[[40.7101232,-74.0160845],"200 Liberty Street"],"main_pivot_7":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_8":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_9":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_10":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_11":[[40.7107056,-74.0123108],"4 World Trade Center"],"main_pivot_12":[[40.7123967,-74.0120064],"Performing Arts Center at the World Trade Center"],"main_pivot_13":[[40.7101317554,-74.0129109808],"Liberty Park"],"main_pivot_14":[[40.7123967,-74.0120064],"Performing Arts Center at the World Trade Center"],"main_pivot_15":[[40.7064122,-74.0189064],"museum"],"near_pivot":[[40.7064122,-74.0189064],"museum"],"beyond_pivot":[[40.705691,-74.018412],"bench"],"around_goal_pivot_1":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_2":[[40.707187,-74.016683],"two gardens"],"around_goal_pivot_3":[[40.7047636,-74.0181495],"five gardens"],"around_goal_pivot_4":[[40.7074946,-74.018846],"bay"],"around_goal_pivot_5":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_6":[[40.7056925,-74.0167769],"bicycle rental"],"around_goal_pivot_7":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_8":[[40.704447,-74.0174174],"bar"],"around_goal_pivot_9":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_10":[[40.7050165,-74.0181664],"2 benches"]}} +{"rvs_sample_number":401,"content":"Head southeast to meet me at the hospital on 1st Avenue. There is a university on my south and a bicycle rental is located on my northwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7428123097,-73.9738902615],"key":7993,"region":"Manhattan","rvs_start_point":[40.7565783,-73.9766761],"landmarks":{"end_point":[[40.7428123097,-73.9738902615],"hospital"],"start_point":[[40.7565783,-73.9766761],"post box"],"main_pivot":[[40.7558526,-73.9769019],"383 Madison Avenue"],"main_pivot_2":[[40.74396,-73.9750409],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_3":[[40.7450577,-73.9750349],"St. Vartan Cathedral"],"main_pivot_4":[[40.7558526,-73.9769019],"383 Madison Avenue"],"main_pivot_5":[[40.74396,-73.9750409],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_6":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_7":[[40.7525464,-73.9781811],"Grand Central Terminal"],"main_pivot_8":[[40.7570757,-73.9769329],"Tower 49"],"main_pivot_9":[[40.74396,-73.9750409],"Chapel of the Sacred Hearts of Jesus & Mary"],"main_pivot_10":[[40.7552306,-73.9773472],"The Roosevelt Hotel"],"main_pivot_11":[[40.7514367,-73.9778751],"Pershing Square Building"],"main_pivot_12":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_13":[[40.7450577,-73.9750349],"St. Vartan Cathedral"],"main_pivot_14":[[40.7533925,-73.9773562],"MetLife Building"],"main_pivot_15":[[40.7432214,-73.9744382],"bicycle rental"],"near_pivot":[[40.7432214,-73.9744382],"bicycle rental"],"beyond_pivot":[[40.7430462,-73.9727483],"fast_food"],"around_goal_pivot_1":[[40.7450577,-73.9750349],"church"],"around_goal_pivot_2":[[40.7435089,-73.9710005],"ferry terminal"],"around_goal_pivot_3":[[40.7415246,-73.9737223],"university"],"around_goal_pivot_4":[[40.7429085,-73.9767783],"cinema"],"around_goal_pivot_5":[[40.7452381,-73.9745838],"park"],"around_goal_pivot_6":[[40.7432244,-73.9772502],"H&R Block"],"around_goal_pivot_7":[[40.7430506,-73.9773706],"Verizon Wireless"],"around_goal_pivot_8":[[40.7426278,-73.9769796],"Sherwin-Williams"],"around_goal_pivot_9":[[40.7443976,-73.9754634],"charging station"],"around_goal_pivot_10":[[40.7449552,-73.9732728],"kindergarten"]}} +{"rvs_sample_number":244,"content":"Meet me at the doctors office on East 25th Street. It is a short walk away from the courthouse. Meet me at the middle one because there are three.","rvs_path":"data\/geodata\/manhattan_samples_v54.gpkg","rvs_goal_point":[40.7419447,-73.9861188],"key":7994,"region":"Manhattan","rvs_start_point":[40.7470598,-73.9882274],"landmarks":{"end_point":[[40.7419447,-73.9861188],"doctor's office"],"start_point":[[40.7470598,-73.9882274],"mobile phone shop"],"main_pivot":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_2":[[40.7439078,-73.9896508],"Cathedral of St. Sava"],"main_pivot_3":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_4":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_5":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_6":[[40.7427429,-73.987672],"Admiral David Glasgow Farragut"],"main_pivot_7":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_8":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_9":[[40.7439034,-73.9894996],"St. Sava Serbian Orthodox Church"],"main_pivot_10":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_11":[[40.7427429,-73.987672],"Admiral David Glasgow Farragut"],"main_pivot_12":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_13":[[40.7427764,-73.9870854],"Chester Alan Arthur"],"main_pivot_14":[[40.7427429,-73.987672],"Admiral David Glasgow Farragut"],"main_pivot_15":[[40.7420839,-73.9865874],"courthouse"],"near_pivot":[[40.7420839,-73.9865874],"courthouse"],"beyond_pivot":[[40.7405927,-73.9858368],"fast_food"],"around_goal_pivot_1":[[40.7400583,-73.9849109],"theatre"],"around_goal_pivot_2":[[40.7405189,-73.9876152],"two fast food restaurants"],"around_goal_pivot_3":[[40.7412827,-73.989507],"attraction"],"around_goal_pivot_4":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_5":[[40.7427538,-73.9889603],"historic memorial"],"around_goal_pivot_6":[[40.7429649,-73.9892949],"NYC Health & Nutrition"],"around_goal_pivot_7":[[40.7435992,-73.9888651],"Deciem"],"around_goal_pivot_8":[[40.7404986,-73.9864967],"Walgreens"],"around_goal_pivot_9":[[40.7422116,-73.9893974],"AT&T"],"around_goal_pivot_10":[[40.740976,-73.9887083],"LensCrafters"]}} +{"rvs_sample_number":83,"content":"I'm many blocks northwest of you, waiting at the bicycle parking on Greenwich Street, near Whole Foods. This parking is the farthest one to the south on the block here. Also, SoulCycle and Bed Bath & Beyond are on this block. ","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7153484,-74.0112873],"key":7995,"region":"Manhattan","rvs_start_point":[40.7078587,-74.0045474],"landmarks":{"end_point":[[40.7153484,-74.0112873],"bicycle parking"],"start_point":[[40.7078587,-74.0045474],"bank"],"main_pivot":[[40.7121007,-74.0093282],"Barclay Tower"],"main_pivot_2":[[40.7103197,-74.0077565],"Bennett Building"],"main_pivot_3":[[40.7101283,-74.0089184],"Corbin Building"],"main_pivot_4":[[40.7122929,-74.0098218],"Saint Peter's Church"],"main_pivot_5":[[40.7111499,-74.0091111],"Saint Paul's Chapel"],"main_pivot_6":[[40.7101283,-74.0089184],"Corbin Building"],"main_pivot_7":[[40.7127698,-74.0114323],"Church Street Station Post Office"],"main_pivot_8":[[40.7118727,-74.0094127],"New York County Lawyers Association"],"main_pivot_9":[[40.7103197,-74.0077565],"Bennett Building"],"main_pivot_10":[[40.7099836,-74.0074373],"19 Dutch Street"],"main_pivot_11":[[40.7101283,-74.0089184],"Corbin Building"],"main_pivot_12":[[40.7108891,-74.0092501],"195 Broadway"],"main_pivot_13":[[40.7119937,-74.0089911],"Transportation Building"],"main_pivot_14":[[40.7135585,-74.0117399],"7 World Trade Center"],"main_pivot_15":[[40.7156112,-74.0117376],"Whole Foods Market"],"near_pivot":[[40.7156112,-74.0117376],"Whole Foods Market"],"around_goal_pivot_1":[[40.7131287,-74.0126689],"attraction"],"around_goal_pivot_2":[[40.7172103,-74.0119595],"university"],"around_goal_pivot_3":[[40.715575,-74.008857],"hotel"],"around_goal_pivot_4":[[40.7118673732,-74.0101084914],"train station"],"around_goal_pivot_5":[[40.7154099,-74.0077828],"atm"],"around_goal_pivot_6":[[40.7152734,-74.0125417],"three gardens"],"around_goal_pivot_7":[[40.7161408,-74.0127466],"SoulCycle"],"around_goal_pivot_8":[[40.7146944,-74.0083481],"7-Eleven"],"around_goal_pivot_9":[[40.7158302,-74.0123025],"Bed Bath & Beyond"],"around_goal_pivot_10":[[40.714284,-74.0096401],"college"]}} +{"rvs_sample_number":130,"content":"Meet me at the sushi restaurant on West 47th Street. Go northwest. DoubleTree Suites is in the same block as the restaurant, which is in the middle of the block. There is a theatre across the street.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7584918,-73.983254],"key":7996,"region":"Manhattan","rvs_start_point":[40.7555697,-73.9802192],"landmarks":{"end_point":[[40.7584918,-73.983254],"restaurant"],"start_point":[[40.7555697,-73.9802192],"cafe"],"main_pivot":[[40.7569746,-73.981566],"1166 Avenue of the Americas"],"main_pivot_2":[[40.7555778,-73.9815595],"New York Yacht Club"],"main_pivot_3":[[40.7573661,-73.9824811],"Americas Tower"],"main_pivot_4":[[40.7559286,-73.9822091],"Algonquin Hotel"],"main_pivot_5":[[40.7555778,-73.9815595],"New York Yacht Club"],"main_pivot_6":[[40.7559286,-73.9822091],"Algonquin Hotel"],"main_pivot_7":[[40.7555778,-73.9815595],"New York Yacht Club"],"main_pivot_8":[[40.7573661,-73.9824811],"Americas Tower"],"main_pivot_9":[[40.7573661,-73.9824811],"Americas Tower"],"main_pivot_10":[[40.7563807,-73.982032],"Cassa Hotel"],"main_pivot_11":[[40.7569746,-73.981566],"1166 Avenue of the Americas"],"main_pivot_12":[[40.7569746,-73.981566],"1166 Avenue of the Americas"],"main_pivot_13":[[40.7559286,-73.9822091],"Algonquin Hotel"],"main_pivot_14":[[40.7573661,-73.9824811],"Americas Tower"],"main_pivot_15":[[40.7589504,-73.9830434],"theatre"],"near_pivot":[[40.7589504,-73.9830434],"theatre"],"beyond_pivot":[[40.7581362,-73.9842436],"theatre"],"around_goal_pivot_1":[[40.7591909,-73.9848231],"ticket shop"],"around_goal_pivot_2":[[40.7590502,-73.9849914],"historic memorial"],"around_goal_pivot_3":[[40.759189,-73.9844569],"square"],"around_goal_pivot_4":[[40.7570607,-73.981205],"attraction"],"around_goal_pivot_5":[[40.758305,-73.985053],"Disney Store"],"around_goal_pivot_6":[[40.7575069078,-73.9836454933],"Room Mate"],"around_goal_pivot_7":[[40.7590118,-73.9844836],"DoubleTree"],"around_goal_pivot_8":[[40.7575069,-73.9819001],"T-Mobile"],"around_goal_pivot_9":[[40.7576242,-73.9837927],"Hyatt Centric"],"around_goal_pivot_10":[[40.7586261,-73.9848141],"Express"]}} +{"rvs_sample_number":219,"content":"Meet me at the waste basket south of you. If you head southwest on Water Street, you will see the waste basket a block past the pharmacy. It's right across the street from the bank.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7040657,-74.0088176],"key":7997,"region":"Manhattan","rvs_start_point":[40.7183105,-74.0020931],"landmarks":{"end_point":[[40.7040657,-74.0088176],"waste basket"],"start_point":[[40.7183105,-74.0020931],"hotel"],"main_pivot":[[40.7049846,-74.0099732],"1 William Street"],"main_pivot_2":[[40.7136355231,-74.0058926926],"Tweed Courthouse"],"main_pivot_3":[[40.7124762,-74.0069543],"City Hall"],"main_pivot_4":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_5":[[40.7079673,-74.0081056],"Federal Reserve Bank of New York"],"main_pivot_6":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_7":[[40.7079673,-74.0081056],"Federal Reserve Bank of New York"],"main_pivot_8":[[40.7067874,-74.009528],"40 Wall Street"],"main_pivot_9":[[40.7127755,-74.0064455],"New York City Hall"],"main_pivot_10":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_11":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_12":[[40.710527,-74.0095387],"195 Broadway"],"main_pivot_13":[[40.7079673,-74.0081056],"Federal Reserve Bank of New York"],"main_pivot_14":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_15":[[40.7043944,-74.0088557],"bank"],"near_pivot":[[40.7043944,-74.0088557],"bank"],"around_goal_pivot_1":[[40.7041371,-74.0105616],"2 fast food restaurants"],"around_goal_pivot_2":[[40.7042693,-74.0104174],"historic district"],"around_goal_pivot_3":[[40.7046154,-74.0078508],"pharmacy"],"around_goal_pivot_4":[[40.704892,-74.0085955],"kindergarten"],"around_goal_pivot_5":[[40.7032008,-74.0090101],"2 gardens"],"around_goal_pivot_6":[[40.703091,-74.008532],"three benches"],"around_goal_pivot_7":[[40.7037597,-74.0104253],"Insomnia Cookies"],"around_goal_pivot_8":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_9":[[40.7051991,-74.0076662],"ANdAZ"],"around_goal_pivot_10":[[40.7040673,-74.01052],"2 fast food restaurants"]}} +{"rvs_sample_number":315,"content":"I'm due east of you, at a bench on the south side of Exchange Alley. The stock exchange is to my east.","rvs_path":"data\/geodata\/manhattan_samples_v79.gpkg","rvs_goal_point":[40.7069772,-74.0130665],"key":7998,"region":"Manhattan","rvs_start_point":[40.707794443,-74.016438319],"landmarks":{"end_point":[[40.7069772,-74.0130665],"bench"],"start_point":[[40.707794443,-74.016438319],"garden"],"main_pivot":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_2":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_3":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_4":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_5":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_6":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_7":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_8":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_9":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_10":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_11":[[40.7080225,-74.0143548],"Sauce & Barrel"],"main_pivot_12":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_13":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_14":[[40.7080962,-74.0146254],"Clinton Hall"],"main_pivot_15":[[40.706534,-74.0139535],"2 benches"],"near_pivot":[[40.706534,-74.0139535],"2 benches"],"beyond_pivot":[[40.7062064,-74.0132627],"pharmacy"],"around_goal_pivot_1":[[40.7079632,-74.0126206],"church"],"around_goal_pivot_2":[[40.7068808,-74.0115875],"stock exchange"],"around_goal_pivot_3":[[40.7090359,-74.0135506],"W Hotels"],"around_goal_pivot_4":[[40.7079432,-74.0137633],"museum"],"around_goal_pivot_5":[[40.7083883,-74.014236],"chapel"],"around_goal_pivot_6":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_7":[[40.7047334,-74.0114054],"atm"],"around_goal_pivot_8":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_9":[[40.7058514,-74.0135143],"Planet Fitness"],"around_goal_pivot_10":[[40.7049783,-74.0135005],"six benches"]}} +{"rvs_sample_number":137,"content":"Let's meet up at the restaurant. It's the one on that short Pell Street, it's onn the south side of it, middle of the block (sorta). The Manhattan Bridge is to the east of it, over a block.","rvs_path":"data\/geodata\/manhattan_samples_v90.gpkg","rvs_goal_point":[40.7147249,-73.9977838],"key":7999,"region":"Manhattan","rvs_start_point":[40.7069442,-74.0138418],"landmarks":{"end_point":[[40.7147249,-73.9977838],"restaurant"],"start_point":[[40.7069442,-74.0138418],"bench"],"main_pivot":[[40.7127281,-74.0060152],"New York"],"main_pivot_2":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_3":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_4":[[40.7075569,-74.0112231],"14 Wall Street"],"main_pivot_5":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_6":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_7":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_8":[[40.707916,-74.0114193],"American Surety Building"],"main_pivot_9":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_10":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_11":[[40.7088601,-74.0108578],"Zuccotti Park"],"main_pivot_12":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_13":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_14":[[40.7076102,-74.0116567],"1 Wall Street"],"main_pivot_15":[[40.7145166,-73.9991931],"church"],"near_pivot":[[40.7145166,-73.9991931],"church"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_3":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_4":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_5":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_6":[[40.7156683,-73.9983254],"Mott Optical Group"],"around_goal_pivot_7":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_8":[[40.7142677,-73.9999842],"two gardens"],"around_goal_pivot_9":[[40.7172427,-73.9983648],"three jewelry shops"],"around_goal_pivot_10":[[40.716686,-73.9953975],"hostel"]}} +{"rvs_sample_number":130,"content":"Travel east and meet me at the fitness centre on the east side of Ludlow Street, southeast from a gallery and northeast of an optician shop.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7190884,-73.9886726],"key":8000,"region":"Manhattan","rvs_start_point":[40.722438,-74.0056644],"landmarks":{"end_point":[[40.7190884,-73.9886726],"fitness centre"],"start_point":[[40.722438,-74.0056644],"bicycle rental"],"main_pivot":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_2":[[40.7220985539,-74.0059055277],"Albert Capsouto Park"],"main_pivot_3":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_4":[[40.7206819,-73.9962077],"San Lorenzo Ruiz Chapel"],"main_pivot_5":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_6":[[40.7220391,-73.9998092],"New Era Building"],"main_pivot_7":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_8":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_9":[[40.7214672,-73.9961798],"Desalvio Playground"],"main_pivot_10":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_11":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_12":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_13":[[40.7203599,-73.9934533],"Bowery ballroom"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.7187601,-73.9897608],"optician shop"],"near_pivot":[[40.7187601,-73.9897608],"optician shop"],"beyond_pivot":[[40.7201441,-73.9889614],"gallery"],"around_goal_pivot_1":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_2":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_3":[[40.7209775,-73.9891491],"2 clothes shops"],"around_goal_pivot_4":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_5":[[40.7172511,-73.9894777],"3 schools"],"around_goal_pivot_6":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_7":[[40.7180447,-73.9857457],"Cricket Wireless"],"around_goal_pivot_8":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_9":[[40.7182217,-73.9863937],"Holiday Inn"],"around_goal_pivot_10":[[40.7172222,-73.9894492],"2 schools"]}} +{"rvs_sample_number":299,"content":"We can meet at this bicycle parking here west of you. It's on Washington Street, and it is east of a hotel across the street. An Italian restaurant is across the street south, and Warby Parker is to the north. ","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.7384035,-74.0080434],"key":8001,"region":"Manhattan","rvs_start_point":[40.7369682,-73.9934843],"landmarks":{"end_point":[[40.7384035,-74.0080434],"bicycle parking"],"start_point":[[40.7369682,-73.9934843],"veterinary"],"main_pivot":[[40.7394351,-74.00816],"The High Line"],"main_pivot_2":[[40.7378217,-73.9954756],"Church of Saint Francis Xavier"],"main_pivot_3":[[40.7394351,-74.00816],"The High Line"],"main_pivot_4":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_5":[[40.7378217,-73.9954756],"Church of Saint Francis Xavier"],"main_pivot_6":[[40.7378217,-73.9954756],"Church of Saint Francis Xavier"],"main_pivot_7":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_8":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_9":[[40.7375904,-73.9937182],"Center for Jewish History"],"main_pivot_10":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_11":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_12":[[40.7394351,-74.00816],"The High Line"],"main_pivot_13":[[40.7378217,-73.9954756],"Church of Saint Francis Xavier"],"main_pivot_14":[[40.7388336,-74.0031852],"Jackson Square Park"],"main_pivot_15":[[40.7383591,-74.009099],"hotel"],"near_pivot":[[40.7383591,-74.009099],"hotel"],"beyond_pivot":[[40.7376882,-74.0080504],"restaurant"],"around_goal_pivot_1":[[40.739445,-74.0084766],"museum"],"around_goal_pivot_2":[[40.7394351,-74.00816],"bridge"],"around_goal_pivot_3":[[40.7362948,-74.009527],"school"],"around_goal_pivot_4":[[40.7367248,-74.0054987],"two playgrounds"],"around_goal_pivot_5":[[40.7399261,-74.0068272],"Arhaus"],"around_goal_pivot_6":[[40.7395756,-74.0078407],"Warby Parker"],"around_goal_pivot_7":[[40.7409762,-74.0072692],"Vans"],"around_goal_pivot_8":[[40.7407143,-74.0073684],"Samsung"],"around_goal_pivot_9":[[40.7371928,-74.0066439],"D'Agostino"],"around_goal_pivot_10":[[40.7402479,-74.0061221],"Sephora"]}} +{"rvs_sample_number":44,"content":"Meet me at the bicycle parking off 4th Avenue on the same block as a house of worship. Go east one block and you'll come to a big intersection and there's another road that runs southeast and that's the road you should take that road about 10 blocks southeast and head northeast on the road at that intersection. The road will wind a but but stay on it and it eventually turns into 4th Avenue. You'll pass a post office on the opposite side of the road just before you get to the bicycle parking which is just before you pass the next intersection intersection.","rvs_path":"data\/geodata\/manhattan_samples_v114.gpkg","rvs_goal_point":[40.7326174,-73.9901532],"key":8002,"region":"Manhattan","rvs_start_point":[40.7284677,-74.0051653],"landmarks":{"end_point":[[40.7326174,-73.9901532],"bicycle parking"],"start_point":[[40.7284677,-74.0051653],"bicycle parking"],"main_pivot":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_2":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_3":[[40.7300087043,-74.0004054172],"New York University"],"main_pivot_4":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_5":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_6":[[40.7302474,-73.9954249],"Brown Building"],"main_pivot_7":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_8":[[40.730175,-74.0004463],"Comedy Cellar"],"main_pivot_9":[[40.730175,-74.0004463],"Comedy Cellar"],"main_pivot_10":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_11":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_12":[[40.7330264,-73.9937706],"Institute of Audio Research"],"main_pivot_13":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_14":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_15":[[40.7322144,-73.9899743],"post office"],"near_pivot":[[40.7322144,-73.9899743],"post office"],"beyond_pivot":[[40.7319895,-73.9906143],"place_of_worship"],"around_goal_pivot_1":[[40.7319168508,-73.9891681392],"nightclub"],"around_goal_pivot_2":[[40.7346984858,-73.9903537822],"park"],"around_goal_pivot_3":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_4":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_5":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_6":[[40.7343059,-73.9902653],"Nordstrom Rack"],"around_goal_pivot_7":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_8":[[40.7329898,-73.9933964],"Supercuts"],"around_goal_pivot_9":[[40.73359,-73.9912177],"Cohen's Fashion Optical"],"around_goal_pivot_10":[[40.7345403,-73.9897147],"Best Buy Mobile"]}} +{"rvs_sample_number":115,"content":"Meet me at the Bank of America on East Houston Street. To my northeast is a theatre as well as a Planned Parenthood clinic. Go two blocks northwest on the road you are on and then take that crossroad southwest and the Bank of America is on that road and the corner of West Houston Street.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7252000906,-73.9949855103],"key":8003,"region":"Manhattan","rvs_start_point":[40.7283243,-73.9868453],"landmarks":{"end_point":[[40.7252000906,-73.9949855103],"Bank of America"],"start_point":[[40.7283243,-73.9868453],"bicycle parking"],"main_pivot":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_2":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_3":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_4":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_5":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_6":[[40.7288454,-73.9876886],"Ottendorfer Library"],"main_pivot_7":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_8":[[40.7253183,-73.9898502],"Church of the Nativity"],"main_pivot_9":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_10":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_11":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_12":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_13":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_14":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_15":[[40.7258874,-73.9942403],"theatre"],"near_pivot":[[40.7258874,-73.9942403],"theatre"],"around_goal_pivot_1":[[40.7236185,-73.9948834],"cathedral"],"around_goal_pivot_2":[[40.7271105,-73.9956094],"two clothes shops"],"around_goal_pivot_3":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_4":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_5":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_6":[[40.7242405,-73.9923327],"garden"],"around_goal_pivot_7":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_8":[[40.7263387,-73.9957532],"Swatch"],"around_goal_pivot_9":[[40.7242314,-73.9961978],"Carhartt WIP"],"around_goal_pivot_10":[[40.7245553,-73.9959859],"United Colors of Benetton"]}} +{"rvs_sample_number":166,"content":"Meet me at the citi bike rental on Broadway just west of you. It's across the street from the church that's a block south of the Broadway Theatre.","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7622883,-73.9833618],"key":8004,"region":"Manhattan","rvs_start_point":[40.7621516,-73.9762546],"landmarks":{"end_point":[[40.7622883,-73.9833618],"bicycle rental"],"start_point":[[40.7621516,-73.9762546],"bicycle parking"],"main_pivot":[[40.7617058,-73.9759852],"Lehman Art House"],"main_pivot_2":[[40.7620829,-73.975644],"Fifth Avenue Presbyterian Church"],"main_pivot_3":[[40.7632115,-73.9831307],"Broadway Theatre"],"main_pivot_4":[[40.7632115,-73.9831307],"Broadway Theatre"],"main_pivot_5":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_6":[[40.7628768,-73.9780253],"Love"],"main_pivot_7":[[40.7628768,-73.9780253],"Love"],"main_pivot_8":[[40.7628768,-73.9780253],"Love"],"main_pivot_9":[[40.7630293176,-73.9785952717],"Burlington House"],"main_pivot_10":[[40.7620829,-73.975644],"Fifth Avenue Presbyterian Church"],"main_pivot_11":[[40.7624042,-73.9783827],"Warwick Hotel"],"main_pivot_12":[[40.7624249,-73.9808353],"Sheraton New York Times Square Hotel"],"main_pivot_13":[[40.7618302,-73.9764629],"Rockefeller Apartments"],"main_pivot_14":[[40.7628768,-73.9780253],"Love"],"main_pivot_15":[[40.7625457,-73.9839381],"church"],"near_pivot":[[40.7625457,-73.9839381],"church"],"beyond_pivot":[[40.7612849,-73.9847712],"theatre"],"around_goal_pivot_1":[[40.7624249,-73.9808353],"Sheraton"],"around_goal_pivot_2":[[40.761113,-73.9814253],"attraction"],"around_goal_pivot_3":[[40.763172,-73.9840244],"historic theatre"],"around_goal_pivot_4":[[40.7607697,-73.9846772],"Crowne Plaza"],"around_goal_pivot_5":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_6":[[40.7644834,-73.984738],"GNC"],"around_goal_pivot_7":[[40.7640414,-73.9850873],"7-Eleven"],"around_goal_pivot_8":[[40.7606178,-73.9819075],"Men's Wearhouse"],"around_goal_pivot_9":[[40.7635383,-73.9854142],"Hampton"],"around_goal_pivot_10":[[40.7643419,-73.9826989],"Residence Inn"]}} +{"rvs_sample_number":237,"content":"Meet me at the restaurant northeast of you on Bleecker Street. You'll find it two blocks southeast of the bank. If you get to the university, you've gone one block too far.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7282329,-73.9995481],"key":8005,"region":"Manhattan","rvs_start_point":[40.7265652,-74.0037381],"landmarks":{"end_point":[[40.7282329,-73.9995481],"restaurant"],"start_point":[[40.7265652,-74.0037381],"bicycle parking"],"main_pivot":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_2":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_3":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_4":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_5":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_6":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_7":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_8":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_9":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_10":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_11":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_12":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_13":[[40.7280273,-74.0012016],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_14":[[40.7274178,-74.001463],"St. Anthony of Padua Church"],"main_pivot_15":[[40.7278081448,-73.9990458232],"university"],"near_pivot":[[40.7278081448,-73.9990458232],"university"],"around_goal_pivot_1":[[40.7293291,-73.9977056],"library"],"around_goal_pivot_2":[[40.7290064,-74.001093],"bank"],"around_goal_pivot_3":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_4":[[40.7307953,-74.0005435],"Ace Hardware"],"around_goal_pivot_5":[[40.7257613,-73.9999163],"Adidas"],"around_goal_pivot_6":[[40.7304709,-74.0007447],"charging station"],"around_goal_pivot_7":[[40.7267604,-74.0014567],"arts centre"],"around_goal_pivot_8":[[40.7298338,-74.0004187],"amenity|ice cream"],"around_goal_pivot_9":[[40.7278045,-73.997996],"community centre"],"around_goal_pivot_10":[[40.7306582,-73.9982544],"toilets"]}} +{"rvs_sample_number":301,"content":"Meet me at the fast food restaurant on Clinton Street. There\u2019s a gallery in the same block right above it. It\u2019s on the north side of Clinton Street. ","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.719775,-73.9848378],"key":8006,"region":"Manhattan","rvs_start_point":[40.7213489,-73.992938],"landmarks":{"end_point":[[40.719775,-73.9848378],"fast food restaurant"],"start_point":[[40.7213489,-73.992938],"clothes shop"],"main_pivot":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_2":[[40.7207035,-73.9930241],"Dixon Place"],"main_pivot_3":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_4":[[40.7207035,-73.9930241],"Dixon Place"],"main_pivot_5":[[40.7207035,-73.9930241],"Dixon Place"],"main_pivot_6":[[40.7207035,-73.9930241],"Dixon Place"],"main_pivot_7":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_8":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_9":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_10":[[40.7207035,-73.9930241],"Dixon Place"],"main_pivot_11":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_12":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_13":[[40.7207035,-73.9930241],"Dixon Place"],"main_pivot_14":[[40.7204412,-73.9909509],"University Settlement House"],"main_pivot_15":[[40.7200219,-73.9847106],"gallery"],"near_pivot":[[40.7200219,-73.9847106],"gallery"],"beyond_pivot":[[40.7205419,-73.9844418],"restaurant"],"around_goal_pivot_1":[[40.7190935,-73.9826385],"church"],"around_goal_pivot_2":[[40.717416,-73.9841222],"bridge"],"around_goal_pivot_3":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_4":[[40.7221506,-73.9834658],"pharmacy"],"around_goal_pivot_5":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_6":[[40.7180447,-73.9857457],"Cricket Wireless"],"around_goal_pivot_7":[[40.7182305,-73.9863577],"Verizon Wireless"],"around_goal_pivot_8":[[40.7183643,-73.9861353],"Holiday Inn"],"around_goal_pivot_9":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_10":[[40.7180717,-73.9858599],"Boost Mobile"]}} +{"rvs_sample_number":385,"content":"If you want to meet up, you can find me southeast of you on the east side of mercer street, just before its southern end. It's the bike parking that is outside the furniture store. The pharmacy is on the block south of me.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7200221,-74.0024134],"key":8007,"region":"Manhattan","rvs_start_point":[40.7351393,-74.0067873],"landmarks":{"end_point":[[40.7200221,-74.0024134],"bicycle parking"],"start_point":[[40.7351393,-74.0067873],"restaurant"],"main_pivot":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_2":[[40.7222855,-74.0061687],"Albert Capsouto Park"],"main_pivot_3":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_4":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_5":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_6":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_7":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_8":[[40.7222855,-74.0061687],"Albert Capsouto Park"],"main_pivot_9":[[40.7323915,-74.0067098],"Church of St. Luke in the Fields"],"main_pivot_10":[[40.7323915,-74.0067098],"Church of St. Luke in the Fields"],"main_pivot_11":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_12":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_13":[[40.7228634,-74.0064811],"Holland Plaza Building"],"main_pivot_14":[[40.7226058,-74.005459],"Juan Pablo Duarte"],"main_pivot_15":[[40.7193544,-74.0021843],"pharmacy"],"near_pivot":[[40.7193544,-74.0021843],"pharmacy"],"beyond_pivot":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_1":[[40.7189373,-74.0020369],"WeWork"],"around_goal_pivot_2":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_3":[[40.7192378,-74.0013784],"Verizon Wireless"],"around_goal_pivot_4":[[40.7200205,-74.0011923],"Foot Locker"],"around_goal_pivot_5":[[40.7213025,-74.004914],"two fast food restaurants"],"around_goal_pivot_6":[[40.7223364,-74.0006798],"Kate Spade New York"],"around_goal_pivot_7":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_8":[[40.7216512,-74.001951],"Fj\u00e4llr\u00e4ven"],"around_goal_pivot_9":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_10":[[40.7207142,-74.0009938],"Muji"]}} +{"rvs_sample_number":171,"content":"Meet me at the kiosk shop on the north side of West 34th Street. It is closer to the western corner of it's block. To the southeast are two separate attractions on the adjacent block to the south. On the adjacent block to the northwest, there is a Sunglass Hut and a Macy's.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7495541,-73.986953],"key":8008,"region":"Manhattan","rvs_start_point":[40.7421311,-74.0020425],"landmarks":{"end_point":[[40.7495541,-73.986953],"kiosk shop"],"start_point":[[40.7421311,-74.0020425],"bicycle parking"],"main_pivot":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_2":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_3":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_4":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_5":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_6":[[40.7501727,-73.9909642],"Hotel Pennsylvania"],"main_pivot_7":[[40.7501745,-73.988051],"Macy's"],"main_pivot_8":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_9":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_10":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_11":[[40.7496559,-73.9897373],"Manhattan Mall"],"main_pivot_12":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_13":[[40.7505773,-73.99505],"Penn Station - Moynihan Train Hall"],"main_pivot_14":[[40.7492017,-73.9927318],"Church of St. John the Baptist"],"main_pivot_15":[[40.7488853419,-73.9861939395],"attraction"],"near_pivot":[[40.7488853419,-73.9861939395],"attraction"],"beyond_pivot":[[40.7489422,-73.9861526],"attraction"],"around_goal_pivot_1":[[40.7501745,-73.988051],"Macy's"],"around_goal_pivot_2":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_4":[[40.7496559,-73.9897373],"mall"],"around_goal_pivot_6":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_7":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_9":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_10":[[40.7488354,-73.9890016],"Call It Spring"]}} +{"rvs_sample_number":184,"content":"Meet me at the vacant shop just off 2nd Avenue. Across the street to the south is 2 benches and a bank. The vacant shop is on the east side of 2nd Ave and is second building from the southwest corner.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7269194,-73.9885114],"key":8009,"region":"Manhattan","rvs_start_point":[40.7310785374,-73.9795139607],"landmarks":{"end_point":[[40.7269194,-73.9885114],"vacant shop"],"start_point":[[40.7310785374,-73.9795139607],"parking space"],"main_pivot":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_2":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_3":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_4":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_5":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_6":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_7":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_8":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_9":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_10":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_11":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_12":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_13":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_14":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_15":[[40.726309,-73.9881509],"two benches"],"near_pivot":[[40.726309,-73.9881509],"two benches"],"beyond_pivot":[[40.7262181,-73.9891844],"bank"],"around_goal_pivot_1":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_2":[[40.7288454,-73.9876886],"library"],"around_goal_pivot_3":[[40.7285192907,-73.9907984009],"park"],"around_goal_pivot_4":[[40.726169,-73.985403],"synagogue"],"around_goal_pivot_5":[[40.7259214,-73.9871441],"pharmacy"],"around_goal_pivot_6":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_7":[[40.726572,-73.9914542],"7-Eleven"],"around_goal_pivot_8":[[40.7290057,-73.9889655],"two vacant shops"],"around_goal_pivot_9":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_10":[[40.7247825,-73.9902794],"post box"]}} +{"rvs_sample_number":41,"content":"Meet me at the bar northeast of your location. Head north then turn east onto Stanton Street. Head east for seven blocks. Your destination is on the corner of the next block. If you see a Rivington Music studio, you've gone too far. Your destination is directly north of the Rivington Discount hardware shop.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.72019,-73.984615],"key":8010,"region":"Manhattan","rvs_start_point":[40.7188877,-73.9924391],"landmarks":{"end_point":[[40.72019,-73.984615],"bar"],"start_point":[[40.7188877,-73.9924391],"convenience shop"],"main_pivot":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_2":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_3":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_4":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_5":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_6":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_7":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_8":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_9":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_10":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_11":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_12":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_13":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_14":[[40.7203544,-73.9871259],"Low Line Park"],"main_pivot_15":[[40.7206644,-73.9851798],"bicycle rental"],"near_pivot":[[40.7206644,-73.9851798],"bicycle rental"],"around_goal_pivot_1":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_2":[[40.7192813,-73.9853944],"community centre"],"around_goal_pivot_3":[[40.7199931,-73.9833974],"studio"],"around_goal_pivot_4":[[40.7191689,-73.9840086],"drinking water"],"around_goal_pivot_5":[[40.7188389,-73.9845604],"pawnbroker shop"],"around_goal_pivot_6":[[40.7192605,-73.9853122],"clothes shop"],"around_goal_pivot_7":[[40.7211747,-73.9838873],"bakery shop"],"around_goal_pivot_8":[[40.7190935,-73.9848342],"hardware shop"]}} +{"rvs_sample_number":337,"content":"Head southwest to meet me at the garden on West Street. There is a car rental on my south and a museum is located on my northeast.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7077420128,-74.0151869177],"key":8011,"region":"Manhattan","rvs_start_point":[40.71186815,-74.01239945],"landmarks":{"end_point":[[40.7077420128,-74.0151869177],"garden"],"start_point":[[40.71186815,-74.01239945],"garden"],"main_pivot":[[40.7115585,-74.0123275],"9\/11 Memorial & Museum"],"main_pivot_2":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_3":[[40.7099962,-74.0136231],"5 World Trade Center"],"main_pivot_4":[[40.7099962,-74.0136231],"5 World Trade Center"],"main_pivot_5":[[40.711798109,-74.0119351152],"World Trade Center Transportation Hub - Oculus"],"main_pivot_6":[[40.7098995401,-74.0145108414],"90 West Street"],"main_pivot_7":[[40.711798109,-74.0119351152],"World Trade Center Transportation Hub - Oculus"],"main_pivot_8":[[40.7114124,-74.0120497],"3 World Trade Center"],"main_pivot_9":[[40.7106728513,-74.0143051996],"Liberty Street Bridge"],"main_pivot_10":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_11":[[40.7106728513,-74.0143051996],"Liberty Street Bridge"],"main_pivot_12":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_13":[[40.7099884,-74.0154825],"200 Liberty Street"],"main_pivot_14":[[40.7102488,-74.0132468],"St. Nicholas Greek Orthodox Church"],"main_pivot_15":[[40.7082349,-74.0142979],"Holiday Inn"],"near_pivot":[[40.7082349,-74.0142979],"Holiday Inn"],"around_goal_pivot_1":[[40.7083189,-74.0124105],"church"],"around_goal_pivot_2":[[40.7093647,-74.0138529],"W Hotels"],"around_goal_pivot_3":[[40.7079432,-74.0137633],"museum"],"around_goal_pivot_4":[[40.7083883,-74.014236],"chapel"],"around_goal_pivot_5":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_6":[[40.7070294,-74.0180978],"five benches"],"around_goal_pivot_7":[[40.7074871,-74.0182976],"3 benches"],"around_goal_pivot_8":[[40.7076284,-74.0182403],"three benches"],"around_goal_pivot_9":[[40.7073118,-74.0122309],"post office"],"around_goal_pivot_10":[[40.7070111,-74.0180911],"four benches"]}} +{"rvs_sample_number":197,"content":"Let's cut the rug at the nightclub just south of West 27th Street. It's four blocks to your west. There is a school a block to the south.","rvs_path":"data\/geodata\/manhattan_samples_v92.gpkg","rvs_goal_point":[40.7500931,-74.0028209],"key":8012,"region":"Manhattan","rvs_start_point":[40.7450761,-73.9914795],"landmarks":{"end_point":[[40.7500931,-74.0028209],"nightclub"],"start_point":[[40.7450761,-73.9914795],"bank"],"main_pivot":[[40.7472570372,-73.9972295487],"Penn South"],"main_pivot_2":[[40.7477005,-73.998538],"Penn South Playground"],"main_pivot_3":[[40.7472570372,-73.9972295487],"Penn South"],"main_pivot_4":[[40.7461235,-73.9943645],"Fashion Institute of Technology"],"main_pivot_5":[[40.7461235,-73.9943645],"Fashion Institute of Technology"],"main_pivot_6":[[40.7463891,-73.9949554],"Chelsea Television Studios"],"main_pivot_7":[[40.7461235,-73.9943645],"Fashion Institute of Technology"],"main_pivot_8":[[40.7472570372,-73.9972295487],"Penn South"],"main_pivot_9":[[40.7477005,-73.998538],"Penn South Playground"],"main_pivot_10":[[40.7472570372,-73.9972295487],"Penn South"],"main_pivot_11":[[40.7463891,-73.9949554],"Chelsea Television Studios"],"main_pivot_12":[[40.7477005,-73.998538],"Penn South Playground"],"main_pivot_13":[[40.7463891,-73.9949554],"Chelsea Television Studios"],"main_pivot_14":[[40.7472570372,-73.9972295487],"Penn South"],"main_pivot_15":[[40.7495875,-74.0029942],"school"],"near_pivot":[[40.7495875,-74.0029942],"school"],"beyond_pivot":[[40.7506815,-74.0038103],"theatre"],"around_goal_pivot_1":[[40.7512018,-74.0051943],"bicycle rental"],"around_goal_pivot_2":[[40.7494423,-74.0059445],"museum"],"around_goal_pivot_3":[[40.7511098,-74.0022451],"fast food restaurant"],"around_goal_pivot_4":[[40.7495468,-74.0014911],"community centre"],"around_goal_pivot_5":[[40.7509091,-74.0037676],"stripclub"],"around_goal_pivot_6":[[40.7478019,-74.0037753],"atm"],"around_goal_pivot_7":[[40.7498584,-74.000837],"toilets"],"around_goal_pivot_8":[[40.7486018,-74.0002068],"school"],"around_goal_pivot_9":[[40.7479898,-74.0044046],"pub"],"around_goal_pivot_10":[[40.7502928,-74.0048785],"nightclub"]}} +{"rvs_sample_number":286,"content":"Meet me at the bicycle parking northeast of you on the west side of University Place. Chase is nearby northwest of me. Icon Parking is on my southwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7319864,-73.9945589],"key":8013,"region":"Manhattan","rvs_start_point":[40.7300299,-74.0030254],"landmarks":{"end_point":[[40.7319864,-73.9945589],"bicycle parking"],"start_point":[[40.7300299,-74.0030254],"books shop"],"main_pivot":[[40.730175,-74.0004463],"Comedy Cellar"],"main_pivot_2":[[40.7311241,-73.9980065],"Alexander Lyman Holley"],"main_pivot_3":[[40.730175,-74.0004463],"Comedy Cellar"],"main_pivot_4":[[40.7303568,-73.9984058],"Judson Memorial Church"],"main_pivot_5":[[40.7305467,-74.0020629],"Joe's Pizza"],"main_pivot_6":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_7":[[40.7299095,-74.0025137],"Winston Churchill Square"],"main_pivot_8":[[40.7302212,-73.9954802],"Brown Building"],"main_pivot_9":[[40.7302366,-74.0004281],"Mamoun's Falafel"],"main_pivot_10":[[40.7302956,-74.0029061],"Our Lady of Pompeii Church"],"main_pivot_11":[[40.7311138,-74.0015926],"IFC Center"],"main_pivot_12":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_13":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_14":[[40.7311746442,-73.9970565574],"Washington Square Arch"],"main_pivot_15":[[40.7321008,-73.9946231],"bank"],"near_pivot":[[40.7321008,-73.9946231],"bank"],"beyond_pivot":[[40.7320387,-73.9956142],"Icon Parking"],"around_goal_pivot_1":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_2":[[40.7303727469,-73.9979938314],"park"],"around_goal_pivot_3":[[40.73167,-73.9910883],"2 schools"],"around_goal_pivot_5":[[40.7330604,-73.9932782],"historic manor"],"around_goal_pivot_6":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_7":[[40.7335459,-73.9936669],"bank"],"around_goal_pivot_8":[[40.7298359,-73.992872],"Lids"],"around_goal_pivot_10":[[40.7309784,-73.9956433],"3 universities"]}} +{"rvs_sample_number":267,"content":"Come to the restaurant on MacDonald Street. You need to head south to get here. There is a school on the northern side of the same block as the restaurant. Native Leather is opposite to the school. The restaurant is just southeast from the school.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7287909,-74.0016623],"key":8014,"region":"Manhattan","rvs_start_point":[40.7363315,-73.9971668],"landmarks":{"end_point":[[40.7287909,-74.0016623],"restaurant"],"start_point":[[40.7363315,-73.9971668],"cafe"],"main_pivot":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_2":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_3":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_4":[[40.7298011,-74.0022932],"Winston Churchill Square"],"main_pivot_5":[[40.7327109,-73.999944],"New York University"],"main_pivot_6":[[40.731419,-74.0001502],"Washington Square Church"],"main_pivot_7":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_8":[[40.7312367,-74.0015037],"IFC Center"],"main_pivot_9":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_10":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_11":[[40.7346999,-73.998972],"Jefferson Market Library"],"main_pivot_12":[[40.7327109,-73.999944],"New York University"],"main_pivot_13":[[40.7356352,-73.9971133],"The New School"],"main_pivot_14":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_15":[[40.7293554,-74.0017849],"school"],"near_pivot":[[40.7293554,-74.0017849],"school"],"around_goal_pivot_1":[[40.7298011,-74.0022932],"2 parks"],"around_goal_pivot_2":[[40.7274178,-74.001463],"church"],"around_goal_pivot_3":[[40.7284254,-73.9998816],"theatre"],"around_goal_pivot_4":[[40.7299618,-74.0024288],"fast food restaurant"],"around_goal_pivot_5":[[40.7281064,-74.0032465],"fire station"],"around_goal_pivot_6":[[40.7298338,-74.0004187],"amenity|ice cream"],"around_goal_pivot_7":[[40.7277454,-74.0020158],"parking lot"],"around_goal_pivot_8":[[40.7282639,-74.0026277],"bench"],"around_goal_pivot_9":[[40.7290551,-74.000701],"convenience shop"],"around_goal_pivot_10":[[40.7295812,-74.0016577],"clothes shop"]}} +{"rvs_sample_number":126,"content":"Meet me at the Starbucks on the west side of 7th Avenue. There is a theatre to the north, slightly northeast, which is on the adjacent block to the northeast. The Crowne Plaza is to the southwest.","rvs_path":"data\/geodata\/manhattan_samples_v117.gpkg","rvs_goal_point":[40.7608044,-73.9837222],"key":8015,"region":"Manhattan","rvs_start_point":[40.7501639,-73.9787201],"landmarks":{"end_point":[[40.7608044,-73.9837222],"cafe"],"start_point":[[40.7501639,-73.9787201],"bicycle parking"],"main_pivot":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_2":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_3":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_4":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_5":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_6":[[40.7566756,-73.9866851],"3 Times Square"],"main_pivot_7":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_8":[[40.7579629,-73.985335],"Bertelsmann Building"],"main_pivot_9":[[40.7577223,-73.9847443],"Lyceum Theatre"],"main_pivot_10":[[40.7527931,-73.9842657],"American Standard Building"],"main_pivot_11":[[40.752949,-73.9840106],"Stella and Charles Guttman Community College"],"main_pivot_12":[[40.7596231,-73.9851474],"Morgan Stanley Building"],"main_pivot_13":[[40.7513471,-73.9815002],"Mercantile Building"],"main_pivot_14":[[40.7579629,-73.985335],"Bertelsmann Building"],"main_pivot_15":[[40.7603051,-73.9849194],"Crowne Plaza"],"near_pivot":[[40.7603051,-73.9849194],"Crowne Plaza"],"beyond_pivot":[[40.7613999,-73.9832402],"theatre"],"around_goal_pivot_1":[[40.7622873,-73.9819779],"Sheraton"],"around_goal_pivot_2":[[40.7581537,-73.9857275],"Mariott"],"around_goal_pivot_3":[[40.7579089,-73.9854044],"square"],"around_goal_pivot_4":[[40.7599806,-73.9850423],"Fossil"],"around_goal_pivot_5":[[40.759375,-73.985491],"W Hotels"],"around_goal_pivot_6":[[40.7592676,-73.984303],"Hershey's"],"around_goal_pivot_7":[[40.758305,-73.985053],"Disney Store"],"around_goal_pivot_8":[[40.7597371,-73.9845837],"Renaissance"],"around_goal_pivot_9":[[40.7590118,-73.9844836],"DoubleTree"],"around_goal_pivot_10":[[40.7617166,-73.9862921],"The Food Emporium"]}} +{"rvs_sample_number":24,"content":"Go north and meet me at the hotel on West 54th Street, southeast of the attraction and north of Broadway Theatre. Of the two hotels on the block it's on the west side.","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7644862,-73.9829914],"key":8016,"region":"Manhattan","rvs_start_point":[40.7553036,-73.9869647],"landmarks":{"end_point":[[40.7644862,-73.9829914],"hotel"],"start_point":[[40.7553036,-73.9869647],"restaurant"],"main_pivot":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_2":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_3":[[40.7553207,-73.9863599],"The Knickerbocker Hotel"],"main_pivot_4":[[40.759211,-73.9856008],"Lunt-Fontanne Theatre"],"main_pivot_5":[[40.7635942,-73.9835989],"Aro"],"main_pivot_6":[[40.7584128,-73.9855641],"New York Marriott Marquis"],"main_pivot_7":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_8":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_9":[[40.7561343,-73.9865813],"Times Square Ball"],"main_pivot_10":[[40.7618293,-73.9836008],"Winter Garden Theatre"],"main_pivot_11":[[40.7580237,-73.9856867],"Times Square"],"main_pivot_12":[[40.7633619,-73.9830459],"Broadway Theatre"],"main_pivot_13":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_14":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_15":[[40.7650644,-73.9838591],"attraction"],"near_pivot":[[40.7650644,-73.9838591],"attraction"],"beyond_pivot":[[40.7650644,-73.9838591],"attraction"],"around_goal_pivot_1":[[40.7625457,-73.9839381],"church"],"around_goal_pivot_2":[[40.7624785,-73.982024],"Sheraton"],"around_goal_pivot_3":[[40.7632695,-73.9803085],"car rental"],"around_goal_pivot_4":[[40.7634312,-73.9855135],"T-Mobile"],"around_goal_pivot_5":[[40.7635383,-73.9854142],"Hampton"],"around_goal_pivot_6":[[40.7668594,-73.9836203],"Sur La Table"],"around_goal_pivot_7":[[40.7663468,-73.9824049],"Gap"],"around_goal_pivot_8":[[40.7663399,-73.9826892],"TJ Maxx"],"around_goal_pivot_9":[[40.766407,-73.9825371],"AT&T"],"around_goal_pivot_10":[[40.7640414,-73.9850873],"7-Eleven"]}} +{"rvs_sample_number":58,"content":"Go southwest and meet me at the drinking water right by the waterfront next to a pier, northeast of the ship and south of West 30th Street Heliport. It's on the west side of 12th Avenue.","rvs_path":"data\/geodata\/manhattan_samples_v63.gpkg","rvs_goal_point":[40.7523768,-74.0082777],"key":8017,"region":"Manhattan","rvs_start_point":[40.7617087,-73.9941785],"landmarks":{"end_point":[[40.7523768,-74.0082777],"drinking water"],"start_point":[[40.7617087,-73.9941785],"bar"],"main_pivot":[[40.755258,-74.0058629],"The High Line"],"main_pivot_2":[[40.755258,-74.0058629],"The High Line"],"main_pivot_3":[[40.7580934,-74.0047437],"Classic Car Club"],"main_pivot_4":[[40.755258,-74.0058629],"The High Line"],"main_pivot_5":[[40.7580934,-74.0047437],"Classic Car Club"],"main_pivot_6":[[40.7539085,-74.0075286],"West 30th Street Heliport"],"main_pivot_7":[[40.7539085,-74.0075286],"West 30th Street Heliport"],"main_pivot_8":[[40.759306,-74.002926],"Jacob K. Javits Convention Center"],"main_pivot_9":[[40.7580934,-74.0047437],"Classic Car Club"],"main_pivot_10":[[40.755258,-74.0058629],"The High Line"],"main_pivot_11":[[40.7580934,-74.0047437],"Classic Car Club"],"main_pivot_12":[[40.7580934,-74.0047437],"Classic Car Club"],"main_pivot_13":[[40.7552333,-74.0057626],"West Side Yard"],"main_pivot_14":[[40.759306,-74.002926],"Jacob K. Javits Convention Center"],"main_pivot_15":[[40.752014,-74.0090735],"historic ship"],"near_pivot":[[40.752014,-74.0090735],"historic ship"],"beyond_pivot":[[40.752014,-74.0090735],"ship"],"around_goal_pivot_1":[[40.7522626,-74.009591],"historic ship"],"around_goal_pivot_2":[[40.755258,-74.0058629],"bridge"],"around_goal_pivot_3":[[40.7515815,-74.0053292],"cafe"],"around_goal_pivot_4":[[40.7512018,-74.0051943],"bicycle rental"],"around_goal_pivot_5":[[40.7510676,-74.0087021],"three benches"],"around_goal_pivot_6":[[40.7513331,-74.0063215],"community centre"],"around_goal_pivot_7":[[40.7510927,-74.0087035],"2 benches"],"around_goal_pivot_8":[[40.7506824,-74.0059313],"books shop"],"around_goal_pivot_9":[[40.7500571,-74.0081231],"park"],"around_goal_pivot_10":[[40.7498993,-74.0078118],"pitch"]}} +{"rvs_sample_number":64,"content":"Meet me at the school on East Broadway. It is on the same block as the gallery and church. It is located on the north east corner of the block. It is on the block across from the post office.","rvs_path":"data\/geodata\/manhattan_samples_v33.gpkg","rvs_goal_point":[40.7138631,-73.9906331],"key":8018,"region":"Manhattan","rvs_start_point":[40.7223046,-73.9972877],"landmarks":{"end_point":[[40.7138631,-73.9906331],"school"],"start_point":[[40.7223046,-73.9972877],"bicycle parking"],"main_pivot":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_2":[[40.7213889,-73.9977778],"Storefront for Art and Architecture"],"main_pivot_3":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_4":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_5":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_6":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_7":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_8":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_9":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_10":[[40.7187398,-73.9948652],"Capitale"],"main_pivot_11":[[40.7204043,-73.9969996],"Grotta Azzurra"],"main_pivot_12":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_13":[[40.7205852412,-73.997645735],"240 Centre Street"],"main_pivot_14":[[40.7204346,-73.9963974],"San Lorenzo Ruiz Chapel"],"main_pivot_15":[[40.7136258564,-73.99061422],"church"],"near_pivot":[[40.7136258564,-73.99061422],"church"],"beyond_pivot":[[40.713402,-73.9912954],"gallery"],"around_goal_pivot_1":[[40.7145534,-73.9886486],"library"],"around_goal_pivot_2":[[40.7148373,-73.9935563],"museum"],"around_goal_pivot_3":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_4":[[40.7143187,-73.9893167],"3 benches"],"around_goal_pivot_5":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_6":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_7":[[40.7137259,-73.9929148],"Fairfield Inn & Suites"],"around_goal_pivot_8":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_9":[[40.7118964,-73.9902464],"recycling"],"around_goal_pivot_10":[[40.7147123,-73.9890679],"toilets"]}} +{"rvs_sample_number":135,"content":"Move northwest close to the river and see me at the bicycle parking east of historic ship on the pier. It is the north bicycle parking on there. ","rvs_path":"data\/geodata\/manhattan_samples_v111.gpkg","rvs_goal_point":[40.7520238,-74.0084075],"key":8019,"region":"Manhattan","rvs_start_point":[40.7406754,-73.9964838],"landmarks":{"end_point":[[40.7520238,-74.0084075],"bicycle parking"],"start_point":[[40.7406754,-73.9964838],"school"],"main_pivot":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_2":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_3":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_4":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_5":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_6":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_7":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_8":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_9":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_10":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_11":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_12":[[40.7483935,-74.0080492],"Chelsea Piers"],"main_pivot_13":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_14":[[40.7448690155,-74.006916736],"The High Line"],"main_pivot_15":[[40.752006,-74.0090752],"historic ship"],"near_pivot":[[40.752006,-74.0090752],"historic ship"],"beyond_pivot":[[40.7522626,-74.009591],"ship"],"around_goal_pivot_1":[[40.7522535,-74.0095937],"historic ship"],"around_goal_pivot_2":[[40.7510489,-74.0087875],"2 benches"],"around_goal_pivot_3":[[40.7515815,-74.0053292],"cafe"],"around_goal_pivot_4":[[40.7512018,-74.0051943],"bicycle rental"],"around_goal_pivot_5":[[40.7513331,-74.0063215],"community centre"],"around_goal_pivot_6":[[40.7506824,-74.0059313],"books shop"],"around_goal_pivot_7":[[40.7498365,-74.0081521],"park"],"around_goal_pivot_8":[[40.7492321,-74.0072107],"playground"]}} +{"rvs_sample_number":216,"content":"We can meet at a place about 4 blocks northwest of you. The place is a bicycle parking on Greenwich Street, on the east side of the street. On the other side of the street is a Barnes & Noble. There is also a Chase bank southwest of here. ","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.715188,-74.0111573],"key":8020,"region":"Manhattan","rvs_start_point":[40.7125548,-74.0037123],"landmarks":{"end_point":[[40.715188,-74.0111573],"bicycle parking"],"start_point":[[40.7125548,-74.0037123],"historic memorial"],"main_pivot":[[40.7148891,-74.009276],"The Mysterious Bookshop"],"main_pivot_2":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_3":[[40.7130254,-74.0062278],"New York City Hall"],"main_pivot_4":[[40.7135482,-74.0054261],"Lower Manhattan"],"main_pivot_5":[[40.7141703,-74.0065074],"Tower 270"],"main_pivot_6":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_7":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_8":[[40.7134041,-74.0050055],"Tweed Courthouse"],"main_pivot_9":[[40.7135779,-74.0074229],"Home Life Building"],"main_pivot_10":[[40.7137081,-74.0050316],"Emigrant Industrial Savings Bank Building"],"main_pivot_11":[[40.7134041,-74.0050055],"Tweed Courthouse"],"main_pivot_12":[[40.7137081,-74.0050316],"Emigrant Industrial Savings Bank Building"],"main_pivot_13":[[40.7134041,-74.0050055],"Tweed Courthouse"],"main_pivot_14":[[40.7134554,-74.0045385],"Surrogate's Courthouse"],"main_pivot_15":[[40.715448,-74.0115504],"Barnes & Noble"],"near_pivot":[[40.715448,-74.0115504],"Barnes & Noble"],"beyond_pivot":[[40.7147515,-74.0117712],"bank"],"around_goal_pivot_1":[[40.716501,-74.0111013],"park"],"around_goal_pivot_2":[[40.7152734,-74.0125417],"6 gardens"],"around_goal_pivot_3":[[40.7158302,-74.0123025],"Bed Bath & Beyond"],"around_goal_pivot_4":[[40.7142374,-74.0109381],"charging station"],"around_goal_pivot_5":[[40.7149787,-74.013012],"bicycle rental"],"around_goal_pivot_6":[[40.7143712,-74.0098061],"stripclub"],"around_goal_pivot_7":[[40.715442,-74.0097869],"dentist's office"],"around_goal_pivot_8":[[40.7152311,-74.0125188],"4 gardens"],"around_goal_pivot_9":[[40.7143268,-74.0097038],"pub"],"around_goal_pivot_10":[[40.7153667,-74.0123162],"4 gardens"]}} +{"rvs_sample_number":195,"content":"I'm feeding the pigeons from a bench, almost directly to your east on the other side of Manhattan. The bench is close to the north side of East Broadway. There is a library a bit to my east, and a shelter to my north.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7144882,-73.9891984],"key":8021,"region":"Manhattan","rvs_start_point":[40.7150577,-74.0076117],"landmarks":{"end_point":[[40.7144882,-73.9891984],"bench"],"start_point":[[40.7150577,-74.0076117],"fast food restaurant"],"main_pivot":[[40.7134416,-73.996239],"Chatham Square Library"],"main_pivot_2":[[40.7137027,-74.0039397],"Surrogate's Courthouse"],"main_pivot_3":[[40.7142286,-74.005123],"Emigrant Industrial Savings Bank Building"],"main_pivot_4":[[40.7125687048,-74.0011070436],"1 Police Plaza"],"main_pivot_5":[[40.714621,-73.9933657],"Museum at Eldridge Street"],"main_pivot_6":[[40.7125687048,-74.0011070436],"1 Police Plaza"],"main_pivot_7":[[40.7145728,-74.0065661],"Broadway-Chambers Building"],"main_pivot_8":[[40.7145068,-74.0072376],"Tower 270"],"main_pivot_9":[[40.7137027,-74.0039397],"Surrogate's Courthouse"],"main_pivot_10":[[40.7144358,-74.0028805],"Triumph of the Human Spirit"],"main_pivot_11":[[40.7143049,-74.004326],"African Burial Ground National Monument"],"main_pivot_12":[[40.7138565,-74.0016548],"New York State Supreme Court"],"main_pivot_13":[[40.7145068,-74.0072376],"Tower 270"],"main_pivot_14":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_15":[[40.7145534,-73.9886486],"library"],"near_pivot":[[40.7145534,-73.9886486],"library"],"beyond_pivot":[[40.7141466,-73.9883371],"bicycle_parking"],"around_goal_pivot_1":[[40.713649,-73.9903234],"church"],"around_goal_pivot_2":[[40.7133843,-73.988475],"hospital"],"around_goal_pivot_3":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_4":[[40.7135255,-73.9899284],"3 benches"],"around_goal_pivot_5":[[40.7158089,-73.987045],"bank"],"around_goal_pivot_6":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_7":[[40.7161587,-73.9867257],"Trader Joe's"],"around_goal_pivot_8":[[40.7161435,-73.9867797],"Target"],"around_goal_pivot_9":[[40.7165969,-73.9908729],"museum"],"around_goal_pivot_10":[[40.7153977,-73.9890158],"shelter"]}} +{"rvs_sample_number":288,"content":"There's a boutique we should meet at on Bleecker Street. It's right across from Planned Parenthood. It's a couple blocks south and several blocks east from where you are at. Bleecker Street starts at the Little Red School House so if you can find that and just go east you'll see the boutique. If you pass the Japanese Restaurant you've gone about a block too far.","rvs_path":"data\/geodata\/manhattan_samples_v50.gpkg","rvs_goal_point":[40.7257985,-73.9937468],"key":8022,"region":"Manhattan","rvs_start_point":[40.7326055,-74.0025709],"landmarks":{"end_point":[[40.7257985,-73.9937468],"clothes shop"],"start_point":[[40.7326055,-74.0025709],"restaurant"],"main_pivot":[[40.7294297,-74.001936],"Little Red School House & Elisabeth Irwin High School"],"main_pivot_2":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_3":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_4":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_5":[[40.7310049,-74.0030253],"Murray's Cheese"],"main_pivot_6":[[40.728823,-74.0011817],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_7":[[40.728823,-74.0011817],"MacDougal-Sullivan Gardens Historic District"],"main_pivot_8":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_9":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_10":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_11":[[40.7299558,-74.0023577],"Winston Churchill Square"],"main_pivot_12":[[40.7280872529,-73.9988097504],"New York University"],"main_pivot_13":[[40.7280556,-73.9977778],"Washington Square Village"],"main_pivot_14":[[40.7316098,-74.0033416],"John's of Bleecker St"],"main_pivot_15":[[40.7255007,-73.9937026],"clinic"],"near_pivot":[[40.7255007,-73.9937026],"clinic"],"beyond_pivot":[[40.7254629,-73.9927069],"restaurant"],"around_goal_pivot_1":[[40.7270937,-73.9956618],"2 clothes shops"],"around_goal_pivot_2":[[40.726918,-73.9926651],"fire station"],"around_goal_pivot_3":[[40.7236185,-73.9948834],"cathedral"],"around_goal_pivot_4":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_5":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_6":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_7":[[40.7248315,-73.9952195],"REI"],"around_goal_pivot_8":[[40.7245553,-73.9959859],"United Colors of Benetton"],"around_goal_pivot_9":[[40.7272833,-73.9917095],"Crunch Fitness"],"around_goal_pivot_10":[[40.7252052,-73.9968064],"Hollister"]}} +{"rvs_sample_number":60,"content":"Go northwest past NICE Actimize and move west on west 40th Street. I'm at the bar in the middle of the block, opposite bus station. It is on the same block with Chase atm and hotel.","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7565519,-73.9924744],"key":8023,"region":"Manhattan","rvs_start_point":[40.7475798,-73.9861702],"landmarks":{"end_point":[[40.7565519,-73.9924744],"bar"],"start_point":[[40.7475798,-73.9861702],"restaurant"],"main_pivot":[[40.7554372,-73.9885621],"Nederlander Theatre"],"main_pivot_2":[[40.7553245,-73.9889879],"CUNY Graduate School of Journalism"],"main_pivot_3":[[40.7554372,-73.9885621],"Nederlander Theatre"],"main_pivot_4":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_5":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_6":[[40.749125,-73.9884722],"Manhattan Mall"],"main_pivot_7":[[40.7506611,-73.987958],"Macy's"],"main_pivot_8":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_9":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_10":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_11":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_12":[[40.7476419,-73.9865157],"Koreatown"],"main_pivot_13":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_14":[[40.750651937,-73.9878342658],"Herald Square"],"main_pivot_15":[[40.7567431187,-73.9923941328],"bus station"],"near_pivot":[[40.7567431187,-73.9923941328],"bus station"],"beyond_pivot":[[40.756878,-73.9932298],"hotel"],"around_goal_pivot_1":[[40.7559175,-73.9910251],"atm"],"around_goal_pivot_2":[[40.7573717,-73.991969],"post office"],"around_goal_pivot_3":[[40.7561307,-73.9908411],"pharmacy"],"around_goal_pivot_4":[[40.7559243,-73.9910204],"bank"],"around_goal_pivot_5":[[40.7554548,-73.9917001],"Holiday Inn"],"around_goal_pivot_6":[[40.7556517,-73.992905],"La Quinta Inn & Suites"],"around_goal_pivot_7":[[40.7560063,-73.9918175],"Element"],"around_goal_pivot_8":[[40.7564582,-73.9937222],"bicycle rental"],"around_goal_pivot_9":[[40.7557915,-73.9914678],"hotel"],"around_goal_pivot_10":[[40.7575563,-73.9915067],"community centre"]}} +{"rvs_sample_number":160,"content":"Meet me at Broadway at a bakery on the east side kitty corner from a CVS pharmacy. You are already on Broadway so just head north like 5 1\/2 blocks. I'm a block north of Lululemon on the same side of the road.","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.782151,-73.9812378],"key":8024,"region":"Manhattan","rvs_start_point":[40.7777028,-73.9820546],"landmarks":{"end_point":[[40.782151,-73.9812378],"bakery shop"],"start_point":[[40.7777028,-73.9820546],"bench"],"main_pivot":[[40.7796717,-73.9822704],"Rutgers Church"],"main_pivot_2":[[40.7796717,-73.9822704],"Rutgers Church"],"main_pivot_3":[[40.7807355,-73.9810912],"Hotel Beacon"],"main_pivot_4":[[40.7803047,-73.9817807],"The Ansonia"],"main_pivot_5":[[40.7791421,-73.9819001],"72nd Street Subway Station (IRT)"],"main_pivot_6":[[40.7791421,-73.9819001],"72nd Street Subway Station (IRT)"],"main_pivot_7":[[40.7774197,-73.982318],"Sherman Square"],"main_pivot_8":[[40.7803047,-73.9817807],"The Ansonia"],"main_pivot_9":[[40.7791421,-73.9819001],"72nd Street Subway Station (IRT)"],"main_pivot_10":[[40.7796717,-73.9822704],"Rutgers Church"],"main_pivot_11":[[40.7803047,-73.9817807],"The Ansonia"],"main_pivot_12":[[40.7791421,-73.9819001],"72nd Street Subway Station (IRT)"],"main_pivot_13":[[40.7804903,-73.9811314],"Beacon Theater"],"main_pivot_14":[[40.7791782,-73.9815049],"Giuseppe Verdi Monument"],"main_pivot_15":[[40.7828035,-73.9813646],"church"],"near_pivot":[[40.7828035,-73.9813646],"church"],"beyond_pivot":[[40.7824879,-73.9804686],"pharmacy"],"around_goal_pivot_1":[[40.7804903,-73.9811314],"theatre"],"around_goal_pivot_2":[[40.7827778,-73.9836111],"historic district"],"around_goal_pivot_3":[[40.7836583,-73.9790891],"Goodwill"],"around_goal_pivot_4":[[40.7797929,-73.9819947],"The North Face"],"around_goal_pivot_5":[[40.7817731,-73.9796013],"SoulCycle"],"around_goal_pivot_6":[[40.7838678,-73.9796572],"DSW"],"around_goal_pivot_7":[[40.7812598,-73.9815522],"Lululemon"],"around_goal_pivot_8":[[40.7834674,-73.9806192],"Tumi"],"around_goal_pivot_9":[[40.7816937,-73.9796255],"Modell's Sporting Goods"],"around_goal_pivot_10":[[40.7830273,-73.9808621],"AT&T"]}} +{"rvs_sample_number":176,"content":"Go to the university south of you by walking past United Synagogue of America Building and Mad about you. The destination is ahead of two other universities. It is really close to the park in Greenwich Village. ","rvs_path":"data\/geodata\/manhattan_samples_v13.gpkg","rvs_goal_point":[40.7315925,-73.99629565],"key":8025,"region":"Manhattan","rvs_start_point":[40.7441231,-73.9876],"landmarks":{"end_point":[[40.7315925,-73.99629565],"university"],"start_point":[[40.7441231,-73.9876],"bicycle parking"],"main_pivot":[[40.7402778,-73.9905556],"United Synagogue of America Building"],"main_pivot_2":[[40.7402778,-73.9905556],"United Synagogue of America Building"],"main_pivot_3":[[40.7346861,-73.9946122],"Mad about you building"],"near_pivot":[[40.7320814,-73.9956374],"restaurant"],"around_goal_pivot_2":[[40.7322674,-73.9972548],"college"]}} +{"rvs_sample_number":24,"content":"When you finish lunch, can you pick me up at the lush cosmetics shop? It's on the south side of west 34th street on the same block as the WCBS-FM tower, but to the west of it. ","rvs_path":"data\/geodata\/manhattan_samples_v96.gpkg","rvs_goal_point":[40.7493,-73.9870577],"key":8026,"region":"Manhattan","rvs_start_point":[40.7428028,-73.9825352],"landmarks":{"end_point":[[40.7493,-73.9870577],"cosmetics shop"],"start_point":[[40.7428028,-73.9825352],"disused:restaurant"],"main_pivot":[[40.7480727,-73.9833098],"CUNY Graduate School and University Center"],"main_pivot_2":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_3":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_4":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_5":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_6":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_7":[[40.743338,-73.9841594],"Rose Hill"],"main_pivot_8":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_9":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_10":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_11":[[40.7484357,-73.9856932],"WCBS-FM (New York)"],"main_pivot_12":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_13":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_14":[[40.7428294,-73.9821376],"Kalustyan's"],"main_pivot_15":[[40.7486695,-73.9874053],"Curio Collection by Hilton"],"near_pivot":[[40.7486695,-73.9874053],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.7501745,-73.988051],"Macy's"],"around_goal_pivot_3":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_4":[[40.7489182,-73.9902688],"church"],"around_goal_pivot_5":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_7":[[40.7475255,-73.9861232],"ice cream"],"around_goal_pivot_8":[[40.750399,-73.9896635],"Vans"],"around_goal_pivot_9":[[40.7491232,-73.9887148],"LensCrafters"],"around_goal_pivot_10":[[40.7498965,-73.9884742],"Famous Footwear"]}} +{"rvs_sample_number":101,"content":"Meet me at a bicycle parking east of you on the west side of Mulberry Street. A cathedral is across the street from it. About a block south of this bicycle parking is a school which is on the same street.","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7236945,-73.9956346],"key":8027,"region":"Manhattan","rvs_start_point":[40.7252711,-74.01148],"landmarks":{"end_point":[[40.7236945,-73.9956346],"bicycle parking"],"start_point":[[40.7252711,-74.01148],"bicycle parking"],"main_pivot":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_2":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_3":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_4":[[40.7250219571,-74.0026463725],"Vesuvio Playground"],"main_pivot_5":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_6":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_7":[[40.7250219571,-74.0026463725],"Vesuvio Playground"],"main_pivot_8":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_9":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_10":[[40.7250219571,-74.0026463725],"Vesuvio Playground"],"main_pivot_11":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_12":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_13":[[40.7261841,-74.0058782],"City Winery New York"],"main_pivot_14":[[40.7256996,-74.0070464],"New York City Fire Museum"],"main_pivot_15":[[40.7236185001,-73.99546938],"cathedral"],"near_pivot":[[40.7236185001,-73.99546938],"cathedral"],"beyond_pivot":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_1":[[40.7259416,-73.9973321],"cinema"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7219999,-73.9937383],"hostel"],"around_goal_pivot_4":[[40.7242405,-73.9923327],"garden"],"around_goal_pivot_5":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_6":[[40.726185,-73.995877],"PetSmart"],"around_goal_pivot_7":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_8":[[40.7248196,-73.99707],"Ricky's NYC"],"around_goal_pivot_9":[[40.724535,-73.9985543],"Nespresso"],"around_goal_pivot_10":[[40.7235022,-73.998176],"Uniqlo"]}} +{"rvs_sample_number":179,"content":"Meet me at M&T Bank by the corner close to ProHealth care clinic. It is on East 23rd street and getting there should be easy. ","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7367822,-73.9788748],"key":8028,"region":"Manhattan","rvs_start_point":[40.7451393,-73.9949909],"landmarks":{"end_point":[[40.7367822,-73.9788748],"bank"],"start_point":[[40.7451393,-73.9949909],"bicycle parking"],"main_pivot":[[40.7406644,-73.9878741],"One Madison"],"main_pivot_2":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_3":[[40.7394371,-73.9849504],"122 East 23rd Street"],"main_pivot_4":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_5":[[40.7393369,-73.9839705],"Madison Square Station New York Post Office"],"main_pivot_6":[[40.7394371,-73.9849504],"122 East 23rd Street"],"main_pivot_7":[[40.7412336,-73.9875569],"Met Life Tower"],"main_pivot_8":[[40.7412827,-73.989507],"Flatiron Building"],"main_pivot_9":[[40.7438091,-73.9935577],"St. Vincent de Paul Church"],"main_pivot_10":[[40.7387513,-73.9825966],"School of Visual Arts"],"main_pivot_11":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_12":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_13":[[40.741499684,-73.988922188],"Madison Square Park"],"main_pivot_14":[[40.7381313,-73.9818616],"Epiphany Library"],"main_pivot_15":[[40.7368952,-73.9790601],"clinic"],"near_pivot":[[40.7368952,-73.9790601],"clinic"],"beyond_pivot":[[40.7358485,-73.9788859],"shelter"],"around_goal_pivot_1":[[40.7381313,-73.9818616],"library"],"around_goal_pivot_2":[[40.7380015,-73.9779099],"clock"],"around_goal_pivot_3":[[40.7358512,-73.9788593],"shelter"],"around_goal_pivot_4":[[40.7387685,-73.9773087],"dentist's office"],"around_goal_pivot_5":[[40.7388641,-73.9808406],"theatre"],"around_goal_pivot_6":[[40.7378088,-73.9812073],"restaurant"],"around_goal_pivot_7":[[40.7381734,-73.9773875],"college"],"around_goal_pivot_8":[[40.7384537,-73.9775577],"vending machine"],"around_goal_pivot_9":[[40.7356229,-73.977666],"fountain"],"around_goal_pivot_10":[[40.7355352,-73.9797556],"cafe"]}} +{"rvs_sample_number":489,"content":"Head northeast to meet me at the Italian restaurant on Bleecker Street. There is a hotel on my northeast. Chase is southeast of me.","rvs_path":"data\/geodata\/manhattan_samples_v56.gpkg","rvs_goal_point":[40.7255236,-73.9929218],"key":8029,"region":"Manhattan","rvs_start_point":[40.7215033,-74.0055845],"landmarks":{"end_point":[[40.7255236,-73.9929218],"restaurant"],"start_point":[[40.7215033,-74.0055845],"Maserati"],"main_pivot":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_2":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_3":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_4":[[40.7259942,-73.997591],"New York University"],"main_pivot_5":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_6":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_7":[[40.7222074,-74.0055424],"Duarte Square"],"main_pivot_8":[[40.721835216,-74.0056826146],"Albert Capsouto Park"],"main_pivot_9":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_10":[[40.7254997855,-73.9963492691],"NoHo Historic District"],"main_pivot_11":[[40.7259942,-73.997591],"New York University"],"main_pivot_12":[[40.7248984,-73.9953033],"Puck Building"],"main_pivot_13":[[40.721835216,-74.0056826146],"Albert Capsouto Park"],"main_pivot_14":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_15":[[40.7249291,-73.9920604],"bank"],"near_pivot":[[40.7249291,-73.9920604],"bank"],"beyond_pivot":[[40.7249291,-73.9920604],"bank"],"around_goal_pivot_1":[[40.7237654,-73.9954042],"cathedral"],"around_goal_pivot_2":[[40.7268488,-73.9925249],"fire station"],"around_goal_pivot_3":[[40.7247547,-73.9902601],"cinema"],"around_goal_pivot_4":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_5":[[40.724241,-73.9921517],"attraction"],"around_goal_pivot_6":[[40.7260894,-73.9916568],"hotel"],"around_goal_pivot_7":[[40.7237818,-73.9929941],"bank"],"around_goal_pivot_8":[[40.7250466,-73.9944794],"pharmacy"],"around_goal_pivot_9":[[40.725998,-73.99596],"Urban Outfitters"],"around_goal_pivot_10":[[40.726185,-73.995877],"PetSmart"]}} +{"rvs_sample_number":259,"content":"I could use a massage. Let's get one together. Meet me at the massage shop on the north side of Pell Street, which is short street. There is a restaurant on the same block as this massage shop and a church is also to the southwest from here on another block. The message shop is almost in the center of Pell Street, but slight more east then dead center. ","rvs_path":"data\/geodata\/manhattan_samples_v105.gpkg","rvs_goal_point":[40.7148458,-73.9979052],"key":8030,"region":"Manhattan","rvs_start_point":[40.7109559,-74.0078671],"landmarks":{"end_point":[[40.7148458,-73.9979052],"massage shop"],"start_point":[[40.7109559,-74.0078671],"restaurant"],"main_pivot":[[40.7118135941,-74.0061175235],"New York Times Building"],"main_pivot_2":[[40.7141975,-74.0007142],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_3":[[40.7117269,-74.0064643],"Potter Building"],"main_pivot_4":[[40.7146933,-74.0013266],"New York State Supreme Court"],"main_pivot_5":[[40.7149766333,-74.0014576328],"Louis J. Lefkowitz State Office Building"],"main_pivot_6":[[40.7124463,-74.0057836],"New York City Hall"],"main_pivot_7":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_8":[[40.7132691,-74.0040783],"Surrogate's Courthouse"],"main_pivot_9":[[40.7107323,-74.0077712],"Bennett Building"],"main_pivot_10":[[40.711396,-74.0061337],"Morse Building"],"main_pivot_11":[[40.7141975,-74.0007142],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_12":[[40.7137355,-74.0029752],"Thurgood Marshall United States Courthouse"],"main_pivot_13":[[40.7145243871,-74.0003787582],"Columbus Park"],"main_pivot_14":[[40.7141975,-74.0007142],"Daniel Patrick Moynihan United States Courthouse"],"main_pivot_15":[[40.7145166,-73.9991931],"church"],"near_pivot":[[40.7145166,-73.9991931],"church"],"beyond_pivot":[[40.7149725,-73.9970927],"restaurant"],"around_goal_pivot_1":[[40.7134272,-73.9964123],"library"],"around_goal_pivot_2":[[40.7143373,-74.0002438],"four bicycle parkings"],"around_goal_pivot_3":[[40.7130265,-73.9979511],"church"],"around_goal_pivot_4":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_5":[[40.7145195,-73.9998772],"5 benches"],"around_goal_pivot_6":[[40.7143256,-73.9948192],"bridge"],"around_goal_pivot_7":[[40.712933,-73.9983682],"grave yard"],"around_goal_pivot_8":[[40.715726,-73.9990159],"Cricket Wireless"],"around_goal_pivot_9":[[40.7171346,-73.9973865],"charging station"],"around_goal_pivot_10":[[40.7171152,-73.9985965],"attraction"]}} +{"rvs_sample_number":295,"content":"To the northwest of you there is a restaurant on West 14th Street where we can meet. It's the one farthest south on that block, and on the same block as a historic church next to another church. A community centre is to the southwest. ","rvs_path":"data\/geodata\/manhattan_samples_v103.gpkg","rvs_goal_point":[40.7389330894,-73.9999688348],"key":8031,"region":"Manhattan","rvs_start_point":[40.7319721,-73.9954261],"landmarks":{"end_point":[[40.7389330894,-73.9999688348],"restaurant"],"start_point":[[40.7319721,-73.9954261],"alcohol shop"],"main_pivot":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_2":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_3":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_4":[[40.734526,-73.9993301],"Jefferson Market Library"],"main_pivot_5":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_6":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_7":[[40.734526,-73.9993301],"Jefferson Market Library"],"main_pivot_8":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_9":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_10":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_11":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_12":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_13":[[40.7318531214,-73.9954760527],"New York University"],"main_pivot_14":[[40.7378267,-74.0010359],"NYC LGBT Community Center"],"main_pivot_15":[[40.739451862,-74.0006794002],"historic church"],"near_pivot":[[40.739451862,-74.0006794002],"historic church"],"beyond_pivot":[[40.739276159,-74.0008077502],"church"],"around_goal_pivot_1":[[40.7378267,-74.0010359],"community centre"],"around_goal_pivot_2":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_3":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_4":[[40.7399925,-73.9983707],"Barneys New York"],"around_goal_pivot_5":[[40.7415012,-74.0010256],"Ricky's NYC"],"around_goal_pivot_6":[[40.740108,-73.998784],"Pottery Barn"],"around_goal_pivot_7":[[40.7370016,-73.9978013],"charging station"],"around_goal_pivot_8":[[40.7402836,-74.0029616],"hotel"],"around_goal_pivot_9":[[40.7389255,-74.0028675],"fountain"],"around_goal_pivot_10":[[40.7395598,-74.0029107],"veterinary"]}} +{"rvs_sample_number":392,"content":"Let\u2019s have lunch at the restaurant. Meet me there by going west six blocks and south three. It\u2019s not far from you at all. It\u2019s on West 29th Street on the north side of the street. It\u2019s on the east side of the block between Eventi and Big Screen Plaza 1. The block south of it has a Double Tree, Hilton Garden Inn, and \u201c2 bicycle parkings\u201d in it. ","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7470894,-73.990326],"key":8032,"region":"Manhattan","rvs_start_point":[40.744804,-73.9784286],"landmarks":{"end_point":[[40.7470894,-73.990326],"restaurant"],"start_point":[[40.744804,-73.9784286],"animal boarding"],"main_pivot":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_2":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_3":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_4":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_5":[[40.7453665,-73.9860535],"Church of the Transfiguration"],"main_pivot_6":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_7":[[40.7465805,-73.9869345],"Hotel Wolcott"],"main_pivot_8":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_9":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_10":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_11":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_12":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_13":[[40.7471003,-73.9882492],"The Grand Hotel"],"main_pivot_14":[[40.7457357,-73.9869296],"Marble Collegiate Church"],"main_pivot_15":[[40.7467256,-73.9912526],"Hilton Garden Inn"],"near_pivot":[[40.7467256,-73.9912526],"Hilton Garden Inn"],"beyond_pivot":[[40.746983,-73.9912669],"DoubleTree"],"around_goal_pivot_1":[[40.748248363,-73.9878709427],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.748646,-73.9888224],"mall"],"around_goal_pivot_3":[[40.7472345,-73.993548],"college"],"around_goal_pivot_4":[[40.7483913,-73.9882737],"square"],"around_goal_pivot_5":[[40.7462253,-73.9913303],"Fairfield Inn"],"around_goal_pivot_6":[[40.7491232,-73.9887148],"LensCrafters"],"around_goal_pivot_7":[[40.749392,-73.9898746],"Victoria's Secret"],"around_goal_pivot_8":[[40.7489517,-73.9892683],"GNC"],"around_goal_pivot_9":[[40.7490774,-73.9903477],"MetroPCS"],"around_goal_pivot_10":[[40.7462723,-73.9908862],"2 bicycle parkings"]}} +{"rvs_sample_number":190,"content":"I'm at the baseball pitch east of you. Go up FDR Drive, and take a left after you pass under the bridge and go past the parking lot. Take the first left, and follow the curve to meet me at the pitch on the back side of the park.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7103787246,-73.9978640446],"key":8033,"region":"Manhattan","rvs_start_point":[40.7011484434,-74.0152275345],"landmarks":{"end_point":[[40.7103787246,-73.9978640446],"pitch"],"start_point":[[40.7011484434,-74.0152275345],"garden"],"main_pivot":[[40.7031578,-74.0081916],"55 Water Street"],"main_pivot_2":[[40.7044815,-74.0060878],"120 Wall Street"],"main_pivot_3":[[40.7057505,-74.0029056],"South Street Seaport"],"main_pivot_4":[[40.7082997364,-73.9994112905],"Brooklyn Bridge"],"main_pivot_5":[[40.7013336,-74.0140928],"Battery Park"],"main_pivot_6":[[40.7082997364,-73.9994112905],"Brooklyn Bridge"],"main_pivot_7":[[40.7057505,-74.0029056],"South Street Seaport"],"main_pivot_8":[[40.7082997364,-73.9994112905],"Brooklyn Bridge"],"main_pivot_9":[[40.7021464802,-74.0100472867],"Vietnam Veterans Plaza"],"main_pivot_10":[[40.7018413,-74.0095862],"Downtown Manhattan Heliport"],"main_pivot_11":[[40.7018413,-74.0095862],"Downtown Manhattan Heliport"],"main_pivot_12":[[40.7055497,-74.0033534],"Wavertree"],"main_pivot_13":[[40.7044815,-74.0060878],"120 Wall Street"],"main_pivot_14":[[40.7044815,-74.0060878],"120 Wall Street"],"main_pivot_15":[[40.7102444045,-73.9981207849],"park"],"near_pivot":[[40.7102444045,-73.9981207849],"park"],"beyond_pivot":[[40.7110647,-73.9985433],"garden"],"around_goal_pivot_1":[[40.7111744,-73.9968262],"bicycle rental"],"around_goal_pivot_2":[[40.7091166634,-73.9978723414],"parking lot"],"around_goal_pivot_3":[[40.7100655,-73.9961425],"drinking water"]}} +{"rvs_sample_number":430,"content":"Head southwest of 5th avenue and meet me at the bike parking just north of the Free People clothing store on the east side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7371986,-73.9925305],"key":8034,"region":"Manhattan","rvs_start_point":[40.7484372,-73.9856964],"landmarks":{"end_point":[[40.7371986,-73.9925305],"bicycle parking"],"start_point":[[40.7484372,-73.9856964],"tower"],"main_pivot":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_2":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_3":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_4":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_5":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_6":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_7":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_8":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_9":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_10":[[40.7484971,-73.9843119],"CUNY Graduate School and University Center"],"main_pivot_11":[[40.7455279,-73.9869076],"Marble Collegiate Church"],"main_pivot_12":[[40.7433196,-73.9881208],"Madison Square Park"],"main_pivot_13":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_14":[[40.7440374,-73.9873576],"Museum of Sex"],"main_pivot_15":[[40.7370704,-73.9926128],"Free People"],"near_pivot":[[40.7370704,-73.9926128],"Free People"],"around_goal_pivot_1":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_3":[[40.7377778,-73.9938889],"museum"],"around_goal_pivot_4":[[40.7361111952,-73.9910175591],"park"],"around_goal_pivot_5":[[40.7385891,-73.9896994],"cinema"],"around_goal_pivot_6":[[40.7393502,-73.9940627],"camera shop"],"around_goal_pivot_7":[[40.7354318,-73.9917629],"Reebok"],"around_goal_pivot_8":[[40.7387516,-73.9918721],"Express"],"around_goal_pivot_9":[[40.7353624,-73.9924866],"Footaction"],"around_goal_pivot_10":[[40.7393636,-73.9925642],"Muji"]}} +{"rvs_sample_number":374,"content":"Meet me at the bicycle parking, just off of West 14th Street. I am just East of the museum, but on the opposite side of the street and close to the Southeast corner of my block at intersection. There is also a Well Fargo to the Northeast of me on the adjacent block.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7411017,-74.0055465],"key":8035,"region":"Manhattan","rvs_start_point":[40.7338542,-74.0105342],"landmarks":{"end_point":[[40.7411017,-74.0055465],"bicycle parking"],"start_point":[[40.7338542,-74.0105342],"bicycle parking"],"main_pivot":[[40.7356943,-74.0061832],"Whitehorse Tavern"],"main_pivot_2":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_3":[[40.7400707,-74.0057512],"Hotel Gansevoort"],"main_pivot_4":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_5":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_6":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_7":[[40.7356943,-74.0061832],"Whitehorse Tavern"],"main_pivot_8":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_9":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_10":[[40.7400707,-74.0057512],"Hotel Gansevoort"],"main_pivot_11":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_12":[[40.7400707,-74.0057512],"Hotel Gansevoort"],"main_pivot_13":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_14":[[40.7356594,-74.0067155],"The Spotted Pig"],"main_pivot_15":[[40.7414431,-74.0047352],"bank"],"near_pivot":[[40.7414431,-74.0047352],"bank"],"beyond_pivot":[[40.74121,-74.0067195],"museum"],"around_goal_pivot_1":[[40.7395887576,-74.00814939],"bridge"],"around_goal_pivot_2":[[40.7400215,-74.0044728],"church"],"around_goal_pivot_3":[[40.7420513,-74.0048973],"mall"],"around_goal_pivot_4":[[40.7399977,-74.0025703],"pharmacy"],"around_goal_pivot_5":[[40.7401827,-74.0029998],"car rental"],"around_goal_pivot_6":[[40.7418658,-74.0044125],"post office"],"around_goal_pivot_7":[[40.7389906,-74.003482],"gas station"],"around_goal_pivot_8":[[40.7395076,-74.0075791],"Madewell"],"around_goal_pivot_9":[[40.7395721,-74.0059266],"WeWork"],"around_goal_pivot_10":[[40.7395756,-74.0078407],"Warby Parker"]}} +{"rvs_sample_number":253,"content":"Meet me southwest of your location at the bench facing the shore on the west side of 2nd Place, which is west from 3 gardens and northeast of four benches.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v73.gpkg","rvs_goal_point":[40.7072424,-74.0183922],"key":8036,"region":"Manhattan","rvs_start_point":[40.7175051,-74.003593],"landmarks":{"end_point":[[40.7072424,-74.0183922],"bench"],"start_point":[[40.7175051,-74.003593],"bicycle parking"],"main_pivot":[[40.7117604,-74.0085062],"Transportation Building"],"main_pivot_2":[[40.7088803559,-74.0109022663],"Zuccotti Park"],"main_pivot_3":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_4":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_5":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_6":[[40.7093711,-74.0106425],"One Liberty Plaza"],"main_pivot_7":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_8":[[40.7088803559,-74.0109022663],"Zuccotti Park"],"main_pivot_9":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_10":[[40.7075569,-74.0112231],"14 Wall Street"],"main_pivot_11":[[40.7111342,-74.0090528],"Saint Paul's Chapel"],"main_pivot_12":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_13":[[40.7075689,-74.0120196],"Trinity Churchyard"],"main_pivot_14":[[40.7089073,-74.0103999],"Red Cube"],"main_pivot_15":[[40.7068499,-74.0188294],"four benches"],"near_pivot":[[40.7068499,-74.0188294],"four benches"],"beyond_pivot":[[40.7064148,-74.0186801],"museum"],"around_goal_pivot_1":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_2":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_3":[[40.7059102,-74.0182242],"two fountains"],"around_goal_pivot_4":[[40.7060765,-74.018134],"two fountains"],"around_goal_pivot_5":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_6":[[40.7072017,-74.016769],"3 gardens"],"around_goal_pivot_7":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_8":[[40.7056406,-74.0185127],"three gardens"],"around_goal_pivot_9":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_10":[[40.7049597,-74.0187979],"five benches"]}} +{"rvs_sample_number":288,"content":"Meet me at the bicycle parking south of you on the northeast corner of a block on 2nd Avenue. A library is northeast of me. Duane Reade is on my southwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.7637563,-73.9623018],"key":8037,"region":"Manhattan","rvs_start_point":[40.7745082,-73.9590066],"landmarks":{"end_point":[[40.7637563,-73.9623018],"bicycle parking"],"start_point":[[40.7745082,-73.9590066],"restaurant"],"main_pivot":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_2":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_3":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_4":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_5":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_6":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_7":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_8":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_9":[[40.771073,-73.9593705],"J.G. Melon"],"main_pivot_10":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_11":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_12":[[40.7723883,-73.9578679],"Birch Wathen Lenox School"],"main_pivot_13":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_14":[[40.7679226,-73.9599974],"Lenox Hill Station Post Office"],"main_pivot_15":[[40.7630218,-73.9628489],"pharmacy"],"near_pivot":[[40.7630218,-73.9628489],"pharmacy"],"beyond_pivot":[[40.7630218,-73.9628489],"pharmacy"],"around_goal_pivot_1":[[40.7650375,-73.9595611],"library"],"around_goal_pivot_2":[[40.7630686,-73.9633929],"church"],"around_goal_pivot_3":[[40.7652383,-73.9593853],"park"],"around_goal_pivot_4":[[40.765831,-73.9636705],"DavidsTea"],"around_goal_pivot_5":[[40.7661743,-73.9629846],"Nike"],"around_goal_pivot_6":[[40.7624158,-73.9597159],"7-Eleven"],"around_goal_pivot_7":[[40.7655804,-73.9633446],"Lululemon"],"around_goal_pivot_8":[[40.7613802,-73.9607757],"bicycle rental"],"around_goal_pivot_9":[[40.7620734,-73.9606532],"two restaurants"],"around_goal_pivot_10":[[40.7622697,-73.9628334],"hotel"]}} +{"rvs_sample_number":228,"content":"Meet me at Multi Tastes Diner restaurant which is located opposite of a park on Saint James Place. Toilets is east of here. ","rvs_path":"data\/geodata\/manhattan_samples_v108.gpkg","rvs_goal_point":[40.7113535,-73.9998293],"key":8038,"region":"Manhattan","rvs_start_point":[40.704448,-74.0156268],"landmarks":{"end_point":[[40.7113535,-73.9998293],"restaurant"],"start_point":[[40.704448,-74.0156268],"drinking water"],"main_pivot":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_2":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_3":[[40.7057742,-74.0082148],"60 Wall Street"],"main_pivot_4":[[40.7051144,-74.0132487],"26 Broadway"],"main_pivot_5":[[40.705357,-74.0091183],"20 Exchange Place"],"main_pivot_6":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_7":[[40.7049797,-74.0100271],"1 William Street"],"main_pivot_8":[[40.7057742,-74.0082148],"60 Wall Street"],"main_pivot_9":[[40.7054286142,-74.0137933303],"Cunard Building"],"main_pivot_10":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_11":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_12":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_13":[[40.7047847,-74.0141853],"International Mercantile Marine Company Building"],"main_pivot_14":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_15":[[40.7115898161,-74.0000522827],"park"],"near_pivot":[[40.7115898161,-74.0000522827],"park"],"around_goal_pivot_1":[[40.7128246,-73.9978939],"church"],"around_goal_pivot_2":[[40.7131084,-74.0012053],"prison"],"around_goal_pivot_3":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_4":[[40.7130771308,-74.000232626],"historic neighbourhood"],"around_goal_pivot_5":[[40.7090276,-74.0007921],"attraction"],"around_goal_pivot_6":[[40.7126094,-73.9983883],"grave yard"],"around_goal_pivot_7":[[40.7093275,-74.0016375],"dog park"],"around_goal_pivot_8":[[40.7110694,-73.9974327],"toilets"],"around_goal_pivot_9":[[40.7137511,-73.9985135],"cafe"],"around_goal_pivot_10":[[40.7120721,-73.9979191],"pharmacy"]}} +{"rvs_sample_number":129,"content":"Let's get a sandwich ok? We can split a footlong at Subway Fast food, its the one to the west of the south end of Irving Place. A park is almost a block to the west. 2 restaurants is a block or so to the east.","rvs_path":"data\/geodata\/manhattan_samples_v109.gpkg","rvs_goal_point":[40.7342598,-73.9890767],"key":8039,"region":"Manhattan","rvs_start_point":[40.7212307797,-73.9932757749],"landmarks":{"end_point":[[40.7342598,-73.9890767],"fast food restaurant"],"start_point":[[40.7212307797,-73.9932757749],"restaurant"],"main_pivot":[[40.7205535,-73.9933538],"Bowery ballroom"],"main_pivot_2":[[40.7279762001,-73.9914456777],"NoHo Historic District"],"main_pivot_3":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_4":[[40.7258069,-73.9922282],"Bouwerie Lane Theatre"],"main_pivot_5":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_6":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_7":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_8":[[40.7224177,-73.9929044],"Rhizome"],"main_pivot_9":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_10":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_11":[[40.72233508,-73.99302824],"New Museum of Contemporary Art"],"main_pivot_12":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.7283555,-73.9905672],"41 Cooper Square"],"main_pivot_15":[[40.7345863,-73.9899797],"park"],"near_pivot":[[40.7345863,-73.9899797],"park"],"beyond_pivot":[[40.7352914,-73.9894585],"theatre"],"around_goal_pivot_1":[[40.7321037,-73.9900031],"post office"],"around_goal_pivot_2":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_3":[[40.7319895,-73.9906143],"church"],"around_goal_pivot_4":[[40.731708,-73.989317],"nightclub"],"around_goal_pivot_5":[[40.7318504,-73.9905257],"two schools"],"around_goal_pivot_6":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_8":[[40.736405,-73.9884292],"W Hotels"],"around_goal_pivot_9":[[40.7322437,-73.9892209],"historic building"],"around_goal_pivot_10":[[40.7330765,-73.9862563],"2 restaurants"]}} +{"rvs_sample_number":18,"content":"You can find me at Panera Bread fast food right across the street from the park. It is on the east side of 4th Avenue. ","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7349295,-73.9897844],"key":8040,"region":"Manhattan","rvs_start_point":[40.729279,-73.9835906],"landmarks":{"end_point":[[40.7349295,-73.9897844],"fast food restaurant"],"start_point":[[40.729279,-73.9835906],"bicycle parking"],"main_pivot":[[40.7305201,-73.9869385],"Saint Mark's in-the-Bowery"],"main_pivot_2":[[40.7309005,-73.9866276],"Village East Cinema"],"main_pivot_3":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_4":[[40.7319604,-73.9899185],"Cooper Post Office"],"main_pivot_5":[[40.7305201,-73.9869385],"Saint Mark's in-the-Bowery"],"main_pivot_6":[[40.7291605,-73.9832648],"Lower East Side Playground"],"main_pivot_7":[[40.7291605,-73.9832648],"Lower East Side Playground"],"main_pivot_8":[[40.7305201,-73.9869385],"Saint Mark's in-the-Bowery"],"main_pivot_9":[[40.731708,-73.989317],"Webster Hall"],"main_pivot_10":[[40.7309005,-73.9866276],"Village East Cinema"],"main_pivot_11":[[40.731708,-73.989317],"Webster Hall"],"main_pivot_12":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_13":[[40.7305201,-73.9869385],"Saint Mark's in-the-Bowery"],"main_pivot_14":[[40.7319895,-73.9906143],"Grace Church"],"main_pivot_15":[[40.7349019106,-73.9900212366],"park"],"near_pivot":[[40.7349019106,-73.9900212366],"park"],"beyond_pivot":[[40.735688,-73.9899972],"memorial"],"around_goal_pivot_1":[[40.7366628,-73.9896696],"marketplace"],"around_goal_pivot_2":[[40.7362396,-73.9887389],"college"],"around_goal_pivot_3":[[40.7365586,-73.988794],"W Hotels"],"around_goal_pivot_4":[[40.7322437,-73.9892209],"historic building"],"around_goal_pivot_5":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_6":[[40.7369619,-73.9884487],"pharmacy"],"around_goal_pivot_7":[[40.7327957,-73.989772],"Crunch Fitness"],"around_goal_pivot_8":[[40.7334209,-73.987875],"Trader Joe's"],"around_goal_pivot_9":[[40.7353624,-73.9924866],"Footaction"],"around_goal_pivot_10":[[40.736844,-73.9893271],"Sephora"]}} +{"rvs_sample_number":159,"content":"Go northeast and meet me at the bicycle parking on the east side of 3rd Avenue, south of a fast food restaurant and east of the Marriott.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7554752,-73.9709078],"key":8041,"region":"Manhattan","rvs_start_point":[40.746888,-73.9851291],"landmarks":{"end_point":[[40.7554752,-73.9709078],"bicycle parking"],"start_point":[[40.746888,-73.9851291],"cafe"],"main_pivot":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_2":[[40.7528114785,-73.97639781],"Grand Central Terminal"],"main_pivot_3":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_4":[[40.7551203,-73.9732112],"The Lexington"],"main_pivot_5":[[40.7493743,-73.9793732],"Church of Our Saviour"],"main_pivot_6":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_7":[[40.7531011,-73.9763378],"MetLife Building"],"main_pivot_8":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_9":[[40.7547674,-73.9737806],"277 Park Avenue"],"main_pivot_10":[[40.7524664,-73.9765733],"Grand Hyatt New York"],"main_pivot_11":[[40.7466559,-73.9814167],"3 Park Avenue"],"main_pivot_12":[[40.7555818,-73.9727139],"New York Marriott East Side"],"main_pivot_13":[[40.7531746,-73.9760609],"Graybar Building"],"main_pivot_14":[[40.7512683,-73.977998],"101 Park Avenue"],"main_pivot_15":[[40.7561694,-73.9707413],"fast food restaurant"],"near_pivot":[[40.7561694,-73.9707413],"fast food restaurant"],"beyond_pivot":[[40.7562528,-73.9702284],"fast_food"],"around_goal_pivot_1":[[40.7555818,-73.9727139],"Marriott"],"around_goal_pivot_2":[[40.755373,-73.9733514],"InterContinental"],"around_goal_pivot_3":[[40.7561897,-73.9692353],"two benches"],"around_goal_pivot_4":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_5":[[40.7562287,-73.9681099],"2 restaurants"],"around_goal_pivot_6":[[40.7533015,-73.9689535],"car rental"],"around_goal_pivot_7":[[40.7564657,-73.9675993],"Petco"],"around_goal_pivot_8":[[40.7565604,-73.9696057],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.7548348,-73.9737772],"Cohen's Fashion Optical"],"around_goal_pivot_10":[[40.7575892,-73.9713601],"Paris Baguette"]}} +{"rvs_sample_number":186,"content":"If you want to meet, I'm at the Chinese restaurant on Columbus Avenue, northeast of a post office on the other side of the street. There's a museum down the street to the south, and a Banana Republic to the southwest. ","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.77522,-73.9801757],"key":8042,"region":"Manhattan","rvs_start_point":[40.7671301,-73.9939026],"landmarks":{"end_point":[[40.77522,-73.9801757],"restaurant"],"start_point":[[40.7671301,-73.9939026],"bicycle parking"],"main_pivot":[[40.7741158,-73.9851198],"Fiorello H. LaGuardia High School"],"main_pivot_2":[[40.7716213,-73.9904588],"John Jay College of Criminal Justice"],"main_pivot_3":[[40.7723643,-73.9878182],"The Gateway School"],"main_pivot_4":[[40.771609,-73.9906628],"West 59th Street Generating Station"],"main_pivot_5":[[40.771609,-73.9906628],"West 59th Street Generating Station"],"main_pivot_6":[[40.7733980768,-73.9852943157],"Lincoln Center for the Performing Arts"],"main_pivot_7":[[40.7673506,-73.9937731],"DeWitt Clinton Park"],"main_pivot_8":[[40.7741158,-73.9851198],"Fiorello H. LaGuardia High School"],"main_pivot_9":[[40.7716213,-73.9904588],"John Jay College of Criminal Justice"],"main_pivot_10":[[40.7728055912,-73.9856615239],"Damrosch Park"],"main_pivot_11":[[40.7741158,-73.9851198],"Fiorello H. LaGuardia High School"],"main_pivot_12":[[40.7716213,-73.9904588],"John Jay College of Criminal Justice"],"main_pivot_13":[[40.7723643,-73.9878182],"The Gateway School"],"main_pivot_14":[[40.7723048,-73.9875717],"The American Musical and Dramatic Academy"],"main_pivot_15":[[40.7748111,-73.9809312],"post office"],"near_pivot":[[40.7748111,-73.9809312],"post office"],"around_goal_pivot_1":[[40.7748645,-73.9775849],"historic building"],"around_goal_pivot_2":[[40.7732296,-73.9815958],"museum"],"around_goal_pivot_3":[[40.7754354,-73.9830186],"arts centre"],"around_goal_pivot_4":[[40.7755857,-73.9835661],"post office"],"around_goal_pivot_5":[[40.7768271,-73.9817446],"CorePower Yoga"],"around_goal_pivot_6":[[40.7761721,-73.9777385],"La Quinta Inn"],"around_goal_pivot_7":[[40.7774249,-73.9792896],"Ricky's NYC"],"around_goal_pivot_8":[[40.7743637,-73.9818822],"Banana Republic"],"around_goal_pivot_9":[[40.7772295,-73.981801],"LensCrafters"],"around_goal_pivot_10":[[40.7742826,-73.982523],"Raymour & Flanigan"]}} +{"rvs_sample_number":294,"content":"Meet me at the bicycle parking on the east side 9th Avenue. It is on the same block as the hotel. Meet me at the northern most parking spot. There is a Rite Aid pharmacy to the south.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7461247,-74.0014905],"key":8043,"region":"Manhattan","rvs_start_point":[40.7411054,-74.0012613],"landmarks":{"end_point":[[40.7461247,-74.0014905],"bicycle parking"],"start_point":[[40.7411054,-74.0012613],"cafe"],"main_pivot":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_2":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_3":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_4":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_5":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_6":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_7":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_8":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_9":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_10":[[40.7438329,-74.0019369],"Saint Peter's Church"],"main_pivot_11":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_12":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_13":[[40.7439485,-74.001512],"Atlantic Theater"],"main_pivot_14":[[40.7410758,-74.001769],"111 Eighth Avenue"],"main_pivot_15":[[40.7455643,-74.0017197],"pharmacy"],"near_pivot":[[40.7455643,-74.0017197],"pharmacy"],"around_goal_pivot_1":[[40.7439485,-74.001512],"theatre"],"around_goal_pivot_2":[[40.7460456,-73.9998605],"cinema"],"around_goal_pivot_3":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_4":[[40.7463321,-74.004064],"park"],"around_goal_pivot_5":[[40.7477595,-74.0037921],"bank"],"around_goal_pivot_6":[[40.7456668,-73.9984565],"ice cream"],"around_goal_pivot_7":[[40.7456359,-73.9984752],"Dunkin' Donuts"],"around_goal_pivot_8":[[40.7452329,-73.9988122],"The Vitamin Shoppe"],"around_goal_pivot_9":[[40.74549,-73.9980402],"Gap"],"around_goal_pivot_10":[[40.7455005,-74.0000828],"hostel"]}} +{"rvs_sample_number":60,"content":"Meet me at the bicycle parking on Broadway on the west side of the street kitty corner from an attraction. You should go south until you get to The Dominick and then go east on the road that hotel is on and the road will veer more south east but stay on it. You'll pass Vesuvio Playground then R.M.Williams and a Chanel store and Broadway is 3 blocks past that store and you'll go north about a fifth of a block and again it's on the west side right there.","rvs_path":"data\/geodata\/manhattan_samples_v115.gpkg","rvs_goal_point":[40.7232746,-73.9987048],"key":8044,"region":"Manhattan","rvs_start_point":[40.7296291283,-74.0054346138],"landmarks":{"end_point":[[40.7232746,-73.9987048],"bicycle parking"],"start_point":[[40.7296291283,-74.0054346138],"fitness centre"],"main_pivot":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_2":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_3":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_4":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_5":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_6":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_7":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_8":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_9":[[40.7250957,-74.0049076],"Dahesh Museum of Art"],"main_pivot_10":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_11":[[40.7249848,-74.0037091],"10 Sullivan"],"main_pivot_12":[[40.7255684,-74.005612],"The Dominick"],"main_pivot_13":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_14":[[40.7250134,-74.0026286],"Vesuvio Playground"],"main_pivot_15":[[40.72288,-73.9987505],"attraction"],"near_pivot":[[40.72288,-73.9987505],"attraction"],"beyond_pivot":[[40.7246074,-73.9987503],"restaurant"],"around_goal_pivot_1":[[40.7235439,-73.9955025],"cathedral"],"around_goal_pivot_2":[[40.7227778,-73.9958333],"school"],"around_goal_pivot_3":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_4":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_5":[[40.7232351,-73.9956234],"John Fluevog"],"around_goal_pivot_6":[[40.7210425,-74.0003105],"Timberland"],"around_goal_pivot_7":[[40.72425,-74.0015568],"R.M.Williams"],"around_goal_pivot_8":[[40.7238405,-73.9965689],"G-Star Raw"],"around_goal_pivot_9":[[40.7241982,-73.998047],"Pink"],"around_goal_pivot_10":[[40.7241862,-74.0008978],"Chanel"]}} +{"rvs_sample_number":388,"content":"When you're done at the bank head northwest and meet me at the bicycle parking on the north side of West 35th Street. It's just a touch east of the long diagonal street. It's the eastern of the two parkings on that little block.","rvs_path":"data\/geodata\/manhattan_samples_v107.gpkg","rvs_goal_point":[40.7506209,-73.9875074],"key":8045,"region":"Manhattan","rvs_start_point":[40.7371753,-73.9882851],"landmarks":{"end_point":[[40.7506209,-73.9875074],"bicycle parking"],"start_point":[[40.7371753,-73.9882851],"bank"],"main_pivot":[[40.7438377,-73.9896617],"Cathedral of St. Sava"],"main_pivot_2":[[40.7366935,-73.9885051],"W Hotels"],"main_pivot_3":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_4":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_5":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_6":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_7":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_8":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_9":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_10":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_11":[[40.7417405,-73.9883511],"Madison Square Fountain"],"main_pivot_12":[[40.7366935,-73.9885051],"W Hotels"],"main_pivot_13":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_14":[[40.7366935,-73.9885051],"W Hotels"],"main_pivot_15":[[40.7506611,-73.987958],"Macy's"],"near_pivot":[[40.7506611,-73.987958],"Macy's"],"beyond_pivot":[[40.7512172,-73.9879054],"Rituals"],"around_goal_pivot_1":[[40.7484398,-73.9856926],"14 towers"],"around_goal_pivot_2":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_3":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_5":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_6":[[40.7493062,-73.9883682],"atm"],"around_goal_pivot_8":[[40.750399,-73.9896635],"Vans"],"around_goal_pivot_9":[[40.7498965,-73.9884742],"Famous Footwear"]}} +{"rvs_sample_number":114,"content":"Let\u2019s meet for the sermon at the church on East 13th Street. It\u2019s in the same block as the clinic literally right next to it. B Cup Cafe is on the right of it in the northeast corner of the block. There is a Citi Bike in the block east of it. ","rvs_path":"data\/geodata\/manhattan_samples_v68.gpkg","rvs_goal_point":[40.7287323337,-73.9790032151],"key":8046,"region":"Manhattan","rvs_start_point":[40.7213923,-73.995125],"landmarks":{"end_point":[[40.7287323337,-73.9790032151],"church"],"start_point":[[40.7213923,-73.995125],"restaurant"],"main_pivot":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_2":[[40.7219800766,-73.9945429499],"Elizabeth Street Garden"],"main_pivot_3":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_4":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_5":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_6":[[40.722756,-73.9874399],"Peretz Square"],"main_pivot_7":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_8":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_9":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_10":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_11":[[40.7262821,-73.9835462],"Ray's Candy Store"],"main_pivot_12":[[40.7277,-73.9824996],"St. Nicholas of Myra Orthodox Church"],"main_pivot_13":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_14":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_15":[[40.7288813,-73.9790944],"clinic"],"near_pivot":[[40.7288813,-73.9790944],"clinic"],"beyond_pivot":[[40.727977,-73.978587],"Citi Bike"],"around_goal_pivot_1":[[40.7272306,-73.9805648],"library"],"around_goal_pivot_2":[[40.7268975,-73.9813718],"historic memorial"],"around_goal_pivot_3":[[40.7305095,-73.9810994],"Trader Joe's"],"around_goal_pivot_4":[[40.7268661926,-73.9764463949],"C-Town Supermarkets"],"around_goal_pivot_5":[[40.7301488,-73.980262],"Target"],"around_goal_pivot_6":[[40.7282615,-73.9817169],"7-Eleven"],"around_goal_pivot_7":[[40.7297217,-73.9791649],"prep school"],"around_goal_pivot_8":[[40.7282946,-73.982093],"nightclub"],"around_goal_pivot_9":[[40.7264758,-73.9806637],"social facility"],"around_goal_pivot_10":[[40.7302786,-73.9791178],"two gardens"]}} +{"rvs_sample_number":30,"content":"Go west past West street. You will probably see a Hertz car rental just before you cross that street. I am at a garden west of a parallel street west of West street. It is one block north of a bicycle rental.","rvs_path":"data\/geodata\/manhattan_samples_v22.gpkg","rvs_goal_point":[40.7067517568,-74.0167465315],"key":8047,"region":"Manhattan","rvs_start_point":[40.7075612,-74.0075651],"landmarks":{"end_point":[[40.7067517568,-74.0167465315],"garden"],"start_point":[[40.7075612,-74.0075651],"fast food restaurant"],"main_pivot":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_2":[[40.706727,-74.0085572],"Wallace Building"],"main_pivot_3":[[40.7069431,-74.008909],"Church of Our Lady of Victory"],"main_pivot_4":[[40.706727,-74.0085572],"Wallace Building"],"main_pivot_5":[[40.7067138,-74.0087045],"60 Wall Street"],"main_pivot_6":[[40.7077103,-74.0084696],"28 Liberty"],"main_pivot_7":[[40.7069431,-74.008909],"Church of Our Lady of Victory"],"main_pivot_8":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_9":[[40.7066568,-74.011145],"New York Stock Exchange"],"main_pivot_10":[[40.706727,-74.0085572],"Wallace Building"],"main_pivot_11":[[40.7070772,-74.0124032],"65 Broadway"],"main_pivot_12":[[40.7056858422,-74.0098073061],"20 Exchange Place"],"main_pivot_13":[[40.7079596081,-74.0081127222],"Federal Reserve Bank of New York"],"main_pivot_14":[[40.7064274,-74.0093687],"Bank of New York Building"],"main_pivot_15":[[40.7072394,-74.0162194],"drinking water"],"near_pivot":[[40.7072394,-74.0162194],"drinking water"],"around_goal_pivot_1":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_2":[[40.7057686,-74.0167688],"bicycle rental"],"around_goal_pivot_3":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_4":[[40.7068884,-74.0185311],"viewpoint"],"around_goal_pivot_5":[[40.7059484,-74.0182187],"3 fountains"],"around_goal_pivot_6":[[40.7059851,-74.0170998],"restaurant"],"around_goal_pivot_7":[[40.7075936136,-74.0152603133],"parking lot"],"around_goal_pivot_8":[[40.7073439,-74.0182461],"drinking water"],"around_goal_pivot_9":[[40.7064667,-74.0155263],"convenience shop"]}} +{"rvs_sample_number":392,"content":"Head northeast to meet me at Aldo on Broadway. There is a museum on my southeast and a cafe is located on my northwest.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7209937,-74.0003561],"key":8048,"region":"Manhattan","rvs_start_point":[40.7152683,-74.0148288],"landmarks":{"end_point":[[40.7209937,-74.0003561],"Aldo"],"start_point":[[40.7152683,-74.0148288],"fast food restaurant"],"main_pivot":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_2":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_3":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_4":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_5":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_6":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_7":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_8":[[40.7153048,-74.0146159],"Goldman Sachs Tower"],"main_pivot_9":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_10":[[40.7145309943,-74.0058460093],"Sun Building"],"main_pivot_11":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_12":[[40.7134916,-74.0079247],"New Amsterdam Library"],"main_pivot_13":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_14":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_15":[[40.7212663,-74.0005133],"cafe"],"near_pivot":[[40.7212663,-74.0005133],"cafe"],"beyond_pivot":[[40.7221114,-73.9997761],"Levi's"],"around_goal_pivot_1":[[40.719811,-73.9983397],"historic building"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7194172,-73.9990481],"museum"],"around_goal_pivot_4":[[40.7216467,-73.9976189],"park"],"around_goal_pivot_5":[[40.7228499,-73.9987477],"Aritzia"],"around_goal_pivot_6":[[40.7233032,-74.0009234],"Burton"],"around_goal_pivot_7":[[40.7223219,-73.9996236],"Zara"],"around_goal_pivot_8":[[40.7221932,-73.9992705],"The North Face"],"around_goal_pivot_9":[[40.7228556,-73.9981918],"Paper Source"],"around_goal_pivot_10":[[40.7196292,-74.0025424],"GNC"]}} +{"rvs_sample_number":129,"content":"Go southwest and then west on Morton Street. Meet me at the bicycle parking near the Cherry Lane Theater, before you reach the Henrietta Hudson nightclub.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7308675,-74.0053093],"key":8049,"region":"Manhattan","rvs_start_point":[40.7360128,-73.9981157],"landmarks":{"end_point":[[40.7308675,-74.0053093],"bicycle parking"],"start_point":[[40.7360128,-73.9981157],"pharmacy"],"main_pivot":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_2":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_3":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_4":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_5":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_6":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_7":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_8":[[40.7336068,-74.0023951],"Gay Liberation Monument"],"main_pivot_9":[[40.7327694,-74.0030897],"Jekyll and Hyde Club"],"main_pivot_10":[[40.7338007,-74.0021484],"Stonewall Inn"],"main_pivot_11":[[40.7339069,-73.9990967],"C.O. Bigelow Chemists"],"main_pivot_12":[[40.7335093,-74.0030709],"Hess Triangle"],"main_pivot_13":[[40.7335844,-74.0028172],"Greenwich Village"],"main_pivot_14":[[40.7337876,-74.0021008],"Stonewalll Inn State Historic Site"],"main_pivot_15":[[40.7312452,-74.0052802],"theatre"],"near_pivot":[[40.7312452,-74.0052802],"theatre"],"beyond_pivot":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_1":[[40.7300856,-74.0052553],"library"],"around_goal_pivot_2":[[40.7321198,-74.0044609],"arts centre"],"around_goal_pivot_3":[[40.7317418,-74.0068052],"bicycle rental"],"around_goal_pivot_4":[[40.7321622,-74.0057742],"attraction"],"around_goal_pivot_5":[[40.7297262,-74.0060455],"three benches"],"around_goal_pivot_6":[[40.7310628,-74.0065268],"nightclub"],"around_goal_pivot_7":[[40.7317675,-74.0064128],"cafe"],"around_goal_pivot_8":[[40.7321597,-74.0045267],"theatre"],"around_goal_pivot_9":[[40.7297476,-74.0060857],"2 benches"],"around_goal_pivot_10":[[40.7299242161,-74.0061414459],"2 pitches"]}} +{"rvs_sample_number":69,"content":"Head west several blocks and meet me at the bicycle parking at the end of West 61st Street near the highway, just west of a school.","rvs_path":"data\/geodata\/manhattan_samples_v31.gpkg","rvs_goal_point":[40.7739135,-73.9920137],"key":8050,"region":"Manhattan","rvs_start_point":[40.7731369,-73.9806374],"landmarks":{"end_point":[[40.7739135,-73.9920137],"bicycle parking"],"start_point":[[40.7731369,-73.9806374],"bicycle parking"],"main_pivot":[[40.7735012,-73.984403],"Lincoln Center Theater"],"main_pivot_2":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_3":[[40.7731831,-73.9836819],"Reclining Figure"],"main_pivot_4":[[40.7742567,-73.9867878],"Fiorello H. LaGuardia High School"],"main_pivot_5":[[40.7742567,-73.9867878],"Fiorello H. LaGuardia High School"],"main_pivot_6":[[40.7731831,-73.9836819],"Reclining Figure"],"main_pivot_7":[[40.7735159431,-73.9852082685],"Lincoln Center for the Performing Arts"],"main_pivot_8":[[40.7735159431,-73.9852082685],"Lincoln Center for the Performing Arts"],"main_pivot_9":[[40.7732296,-73.9815958],"American Folk Art Museum"],"main_pivot_10":[[40.7735159431,-73.9852082685],"Lincoln Center for the Performing Arts"],"main_pivot_11":[[40.7729987,-73.9824848],"David Geffen Hall"],"main_pivot_12":[[40.7733609,-73.9852553],"Metropolitan Opera House"],"main_pivot_13":[[40.7742567,-73.9867878],"Fiorello H. LaGuardia High School"],"main_pivot_14":[[40.7742567,-73.9867878],"Fiorello H. LaGuardia High School"],"main_pivot_15":[[40.7746454,-73.9923303],"drinking water"],"near_pivot":[[40.7746454,-73.9923303],"drinking water"],"beyond_pivot":[[40.7737074191,-73.990816805],"school"],"around_goal_pivot_1":[[40.7716213,-73.9904588],"college"],"around_goal_pivot_2":[[40.7715792,-73.9937946],"cinema"],"around_goal_pivot_3":[[40.7737017,-73.9892353],"Brooklyn Fare"],"around_goal_pivot_4":[[40.7724312,-73.9901599],"SoulCycle"],"around_goal_pivot_5":[[40.7721096,-73.9902467],"two bicycle parkings"],"around_goal_pivot_6":[[40.772094,-73.9906024],"bar"],"around_goal_pivot_7":[[40.7729377,-73.990154],"school"],"around_goal_pivot_8":[[40.773159,-73.9939096],"waste transfer station"],"around_goal_pivot_9":[[40.7728,-73.9890072],"car shop"],"around_goal_pivot_10":[[40.7722534,-73.9904013],"supermarket"]}} +{"rvs_sample_number":246,"content":"Meet me at the bicycle parking northwest of your location. Get to Lexington Avenue. The bicycle parking is on the same block with Monica Tadros clinic. The parking is opposite Church of All Souls by the west side. ","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.775353,-73.9587392],"key":8051,"region":"Manhattan","rvs_start_point":[40.7683481,-73.9524186],"landmarks":{"end_point":[[40.775353,-73.9587392],"bicycle parking"],"start_point":[[40.7683481,-73.9524186],"dentist's office"],"main_pivot":[[40.7697091,-73.9529748],"Gracie Square Hospital"],"main_pivot_2":[[40.7726338,-73.9576885],"Birch Wathen Lenox School"],"main_pivot_3":[[40.7726338,-73.9576885],"Birch Wathen Lenox School"],"main_pivot_4":[[40.7702593,-73.9535844],"Eleanor Roosevelt High School"],"main_pivot_5":[[40.7688696,-73.9520684],"Lyc\u00e9e Fran\u00e7ais de New-York"],"main_pivot_6":[[40.7726338,-73.9576885],"Birch Wathen Lenox School"],"main_pivot_7":[[40.7697091,-73.9529748],"Gracie Square Hospital"],"main_pivot_8":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_9":[[40.7726338,-73.9576885],"Birch Wathen Lenox School"],"main_pivot_10":[[40.7688696,-73.9520684],"Lyc\u00e9e Fran\u00e7ais de New-York"],"main_pivot_11":[[40.7697091,-73.9529748],"Gracie Square Hospital"],"main_pivot_12":[[40.7697091,-73.9529748],"Gracie Square Hospital"],"main_pivot_13":[[40.7726338,-73.9576885],"Birch Wathen Lenox School"],"main_pivot_14":[[40.7722806,-73.9549444],"Orwashers"],"main_pivot_15":[[40.7753731,-73.9584376],"church"],"near_pivot":[[40.7753731,-73.9584376],"church"],"beyond_pivot":[[40.7761494,-73.958163],"bicycle_parking"],"around_goal_pivot_1":[[40.7742739,-73.9598549],"school"],"around_goal_pivot_2":[[40.7743094,-73.9591888],"Verizon"],"around_goal_pivot_3":[[40.774432,-73.959489],"FedEx Office"],"around_goal_pivot_4":[[40.7742591,-73.9595379],"post box"],"around_goal_pivot_5":[[40.7746293,-73.9572952],"bar"],"around_goal_pivot_6":[[40.7759675,-73.9599058],"clinic"],"around_goal_pivot_7":[[40.774237,-73.95965],"florist shop"],"around_goal_pivot_8":[[40.7748511,-73.957228],"bicycle shop"],"around_goal_pivot_9":[[40.774676,-73.959296],"beauty shop"],"around_goal_pivot_10":[[40.7751716,-73.9568665],"shoes shop"]}} +{"rvs_sample_number":15,"content":"After you get lunch, just go east a few blocks, and south about 1 block to find me at the chase bank on the northeast corner of the block south of the 2 hotels.","rvs_path":"data\/geodata\/manhattan_samples_v103.gpkg","rvs_goal_point":[40.7451691,-73.9829825],"key":8052,"region":"Manhattan","rvs_start_point":[40.7486317,-73.9893492],"landmarks":{"end_point":[[40.7451691,-73.9829825],"bank"],"start_point":[[40.7486317,-73.9893492],"fast food restaurant"],"main_pivot":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_2":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_3":[[40.7488691,-73.9897917],"The Epic"],"main_pivot_4":[[40.7488691,-73.9897917],"The Epic"],"main_pivot_5":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_6":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_7":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_8":[[40.7466617,-73.9864763],"Hotel Wolcott"],"main_pivot_9":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_10":[[40.7488691,-73.9897917],"The Epic"],"main_pivot_11":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_12":[[40.7471647,-73.9876565],"The Grand Hotel"],"main_pivot_13":[[40.748341,-73.9880295],"Martinique New York on Broadway"],"main_pivot_14":[[40.748646,-73.9888224],"Manhattan Mall"],"main_pivot_15":[[40.7458687,-73.9833366],"2 hotels"],"near_pivot":[[40.7458687,-73.9833366],"2 hotels"],"around_goal_pivot_1":[[40.7438353,-73.9801259],"library"],"around_goal_pivot_2":[[40.7445115,-73.9855322],"The James Hotels"],"around_goal_pivot_3":[[40.7440329,-73.9803501],"car sharing"],"around_goal_pivot_4":[[40.7464522,-73.9803133],"AT&T"],"around_goal_pivot_5":[[40.7471461,-73.9832346],"7-Eleven"],"around_goal_pivot_6":[[40.7445787,-73.9799908],"three dentist's offices"],"around_goal_pivot_7":[[40.7475523,-73.9842453],"True Value"],"around_goal_pivot_8":[[40.743931,-73.983874],"Lacoste"],"around_goal_pivot_9":[[40.7468137,-73.982336],"Hilton Garden Inn"],"around_goal_pivot_10":[[40.7438954,-73.9850741],"WeWork"]}} +{"rvs_sample_number":283,"content":"Head north past the Chipotle and turn west at the corner with the GNC. The waste basket is one block west from you at the intersection with Lexington Ave.","rvs_path":"data\/geodata\/manhattan_samples_v40.gpkg","rvs_goal_point":[40.7634067,-73.9674497],"key":8053,"region":"Manhattan","rvs_start_point":[40.7618761,-73.9660651],"landmarks":{"end_point":[[40.7634067,-73.9674497],"waste basket"],"start_point":[[40.7618761,-73.9660651],"cinema"],"main_pivot":[[40.7616711,-73.9662275],"Clarks"],"main_pivot_2":[[40.7624232,-73.9682627],"Zara"],"main_pivot_3":[[40.7626004,-73.9660817],"Chipotle"],"main_pivot_4":[[40.7625457,-73.9681887],"innisfree"],"main_pivot_5":[[40.7625457,-73.9681887],"innisfree"],"main_pivot_6":[[40.7624729,-73.9656461],"Starbucks"],"main_pivot_7":[[40.7614327,-73.9668873],"The Home Depot"],"main_pivot_8":[[40.7624729,-73.9656461],"Starbucks"],"main_pivot_9":[[40.7624729,-73.9656461],"Starbucks"],"main_pivot_10":[[40.7612928,-73.9670098],"Citibank"],"main_pivot_11":[[40.7626004,-73.9660817],"Chipotle"],"main_pivot_12":[[40.7624232,-73.9682627],"Zara"],"main_pivot_13":[[40.7624232,-73.9682627],"Zara"],"main_pivot_14":[[40.7612928,-73.9670098],"Citibank"],"main_pivot_15":[[40.7630737,-73.9680022],"bank"],"near_pivot":[[40.7630737,-73.9680022],"bank"],"beyond_pivot":[[40.7642257,-73.9666358],"Citi Bike"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7608617,-73.968481],"department store shop"],"around_goal_pivot_3":[[40.7643498,-73.9665276],"historic building"],"around_goal_pivot_4":[[40.7655528,-73.9671847],"church"],"around_goal_pivot_5":[[40.7632609,-73.9709178],"pharmacy"],"around_goal_pivot_6":[[40.7630331,-73.9657532],"GNC"],"around_goal_pivot_7":[[40.7652014,-73.9661944],"Verizon Wireless"],"around_goal_pivot_8":[[40.7621956,-73.9683817],"Banana Republic"],"around_goal_pivot_9":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_10":[[40.7624232,-73.9682627],"Zara"]}} +{"rvs_sample_number":378,"content":"Meet me at the pharmacy. Go one block west, then 18 blocks north. You should see a park here. Then cross 2nd Avenue to the west and the pharmacy is right there Lon the other side of the street (in the southeast corner of its block). ","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7400827,-73.979582],"key":8054,"region":"Manhattan","rvs_start_point":[40.728018,-73.984755],"landmarks":{"end_point":[[40.7400827,-73.979582],"pharmacy"],"start_point":[[40.728018,-73.984755],"convenience shop"],"main_pivot":[[40.7281116,-73.9844261],"Performance Space 122"],"main_pivot_2":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_3":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_4":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_5":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_6":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_7":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_8":[[40.7369451,-73.9782975],"Veteran Affairs New York Harbor Healthcare System"],"main_pivot_9":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_10":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_11":[[40.731432,-73.9821693],"Stuyvesant Town"],"main_pivot_12":[[40.7296019,-73.9832262],"Lower East Side Playground"],"main_pivot_13":[[40.7328024,-73.9817177],"Mount Sinai Beth Israel"],"main_pivot_14":[[40.7306702,-73.9824721],"Immaculate Conception Church"],"main_pivot_15":[[40.7396022,-73.9786872],"park"],"near_pivot":[[40.7396022,-73.9786872],"park"],"around_goal_pivot_1":[[40.7381313,-73.9818616],"library"],"around_goal_pivot_2":[[40.7413163,-73.9780726],"pharmacy"],"around_goal_pivot_3":[[40.7421757,-73.9804623],"atm"],"around_goal_pivot_4":[[40.7405018,-73.9817056],"post office"],"around_goal_pivot_5":[[40.7402251,-73.9763556],"bank"],"around_goal_pivot_6":[[40.7413178,-73.9781491],"Target"],"around_goal_pivot_7":[[40.7422794,-73.9799678],"True Value"],"around_goal_pivot_8":[[40.7420191,-73.9805597],"7-Eleven"],"around_goal_pivot_9":[[40.7420864,-73.9805205],"Verizon Wireless"],"around_goal_pivot_10":[[40.7422842,-73.9803953],"T-Mobile"]}} +{"rvs_sample_number":2,"content":"You can meet me at the Rituals shop on Broadway. It's many blocks northwest of you, on the block where Broadway ends in a T-intersection with another street. A Sunglass Hat is on the block south of here. ","rvs_path":"data\/geodata\/manhattan_samples_v55.gpkg","rvs_goal_point":[40.7512172,-73.9879054],"key":8055,"region":"Manhattan","rvs_start_point":[40.7353267,-73.9942122],"landmarks":{"end_point":[[40.7512172,-73.9879054],"Rituals"],"start_point":[[40.7353267,-73.9942122],"bicycle parking"],"main_pivot":[[40.7446884,-73.9882851],"NoMad"],"main_pivot_2":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_3":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_4":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_5":[[40.7409073,-73.989865],"Flatiron Building"],"main_pivot_6":[[40.7490703,-73.9878949],"Herald Towers"],"main_pivot_7":[[40.7350017,-73.9941667],"Benjamin N. Cardozo School of Law"],"main_pivot_8":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_9":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_10":[[40.7350017,-73.9941667],"Benjamin N. Cardozo School of Law"],"main_pivot_11":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_12":[[40.736832,-73.9932235],"Judge Building"],"main_pivot_13":[[40.7451135,-73.9886344],"The Nomad"],"main_pivot_14":[[40.7435762,-73.9892435],"Rizzoli"],"main_pivot_15":[[40.7506209,-73.9875074],"2 bicycle parkings"],"near_pivot":[[40.7506209,-73.9875074],"2 bicycle parkings"],"around_goal_pivot_1":[[40.7485682,-73.987986],"Curio Collection by Hilton"],"around_goal_pivot_2":[[40.749125,-73.9884722],"mall"],"around_goal_pivot_3":[[40.7484833,-73.9864855],"attraction"],"around_goal_pivot_4":[[40.750134,-73.9880993],"Sunglass Hut"],"around_goal_pivot_5":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_6":[[40.7491932,-73.986829],"Fossil"],"around_goal_pivot_7":[[40.7502874,-73.9864948],"Hampton"],"around_goal_pivot_8":[[40.7492014,-73.9889236],"Express"],"around_goal_pivot_9":[[40.750474,-73.9897651],"Old Navy"],"around_goal_pivot_10":[[40.7498559,-73.9883655],"Verizon Wireless"]}} +{"rvs_sample_number":12,"content":"I'm on the street near the post box near a Boost Mobile. I'm just a block west of the Williamsburg bridge. A block west of me there is a clinic.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7181792,-73.9864016],"key":8056,"region":"Manhattan","rvs_start_point":[40.7323273,-73.9873238],"landmarks":{"end_point":[[40.7181792,-73.9864016],"post box"],"start_point":[[40.7323273,-73.9873238],"restaurant"],"main_pivot":[[40.7288916,-73.9876546],"Ottendorfer Library"],"main_pivot_2":[[40.7204581,-73.985425],"Lower East Side Preparatory High School"],"main_pivot_3":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_4":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_5":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_6":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_7":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_8":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_9":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_10":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_11":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_12":[[40.7276255,-73.9876847],"Middle Collegiate Church"],"main_pivot_13":[[40.7301453,-73.9869907],"Saint Mark's in-the-Bowery"],"main_pivot_14":[[40.7204581,-73.985425],"Lower East Side Preparatory High School"],"main_pivot_15":[[40.7184227,-73.9869123],"clinic"],"near_pivot":[[40.7184227,-73.9869123],"clinic"],"beyond_pivot":[[40.718018,-73.9855067],"Boost Mobile"],"around_goal_pivot_1":[[40.7176452,-73.9880905],"3 restaurants"],"around_goal_pivot_2":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_3":[[40.7176603,-73.9881324],"two restaurants"],"around_goal_pivot_4":[[40.7196055,-73.9864863],"2 pitches"],"around_goal_pivot_5":[[40.7180763,-73.988245],"2 restaurants"],"around_goal_pivot_6":[[40.716963,-73.986048],"bank"],"around_goal_pivot_7":[[40.7185267,-73.9852558],"Metro by T-Mobile"],"around_goal_pivot_8":[[40.7172232,-73.9856565],"clinic"],"around_goal_pivot_9":[[40.7179964,-73.9881825],"fast food restaurant"],"around_goal_pivot_10":[[40.7175729,-73.9880757],"cafe"]}} +{"rvs_sample_number":246,"content":"I will be at the gift shop on Saint Mark's place. It on the south side of the street and just west of New York library, which is on the opposite block. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7290676,-73.9891644],"key":8057,"region":"Manhattan","rvs_start_point":[40.736466386,-74.0054377942],"landmarks":{"end_point":[[40.7290676,-73.9891644],"gift shop"],"start_point":[[40.736466386,-74.0054377942],"playground"],"main_pivot":[[40.7312379402,-73.994098828],"New York University"],"main_pivot_2":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_3":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_4":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_5":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_6":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_7":[[40.7370659,-74.0055586],"Abingdon Square"],"main_pivot_8":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_9":[[40.7305111778,-73.9923598032],"NoHo Historic District"],"main_pivot_10":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_11":[[40.7308849,-73.9916384],"AOL Inc"],"main_pivot_12":[[40.7312379402,-73.994098828],"New York University"],"main_pivot_13":[[40.7298354,-73.990355],"51 Astor Place"],"main_pivot_14":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_15":[[40.7286547,-73.989944],"university"],"near_pivot":[[40.7286547,-73.989944],"university"],"beyond_pivot":[[40.7289394,-73.9879103],"library"],"around_goal_pivot_1":[[40.7316659449,-73.9892161601],"nightclub"],"around_goal_pivot_2":[[40.7277854,-73.9896764],"museum"],"around_goal_pivot_3":[[40.7286441,-73.9862139],"two clothes shops"],"around_goal_pivot_4":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_5":[[40.73,-73.9886111],"historic district"],"around_goal_pivot_6":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_7":[[40.7288409,-73.9912369],"Muji"],"around_goal_pivot_8":[[40.7304151,-73.9910411],"Kmart"],"around_goal_pivot_9":[[40.7302306,-73.9890875],"H Mart"],"around_goal_pivot_10":[[40.7272833,-73.9917095],"Crunch Fitness"]}} +{"rvs_sample_number":30,"content":"I'm not too far from southwest from you, on a bench. It's just south of where 2nd Place comes to a T-intersection with another street, on the west side of that street. The Wagner Hotel is about a block to the south, on the other side of the street. ","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7062227,-74.01674],"key":8058,"region":"Manhattan","rvs_start_point":[40.7080812,-74.0182068],"landmarks":{"end_point":[[40.7062227,-74.01674],"bench"],"start_point":[[40.7080812,-74.0182068],"restaurant"],"main_pivot":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_2":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_3":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_4":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_5":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_6":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_7":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_8":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_9":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_10":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_11":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_12":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_13":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_14":[[40.7081619,-74.0185549],"The Esplanade"],"main_pivot_15":[[40.7057686,-74.0167688],"bicycle rental"],"near_pivot":[[40.7057686,-74.0167688],"bicycle rental"],"beyond_pivot":[[40.7055156,-74.0170068],"bench"],"around_goal_pivot_1":[[40.7059484,-74.0182187],"three fountains"],"around_goal_pivot_2":[[40.7059253,-74.0180764],"park"],"around_goal_pivot_3":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_4":[[40.7055562,-74.0181529],"two benches"],"around_goal_pivot_5":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.7067161,-74.0157272],"parking lot"],"around_goal_pivot_8":[[40.7072394,-74.0162194],"drinking water"],"around_goal_pivot_9":[[40.7056671,-74.0182292],"two benches"],"around_goal_pivot_10":[[40.7072236,-74.0170631],"supermarket"]}} +{"rvs_sample_number":102,"content":"I'm northeast of you at the convenience shop on East 47th Street just north of the Grand Central Library.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7545055,-73.9732109],"key":8059,"region":"Manhattan","rvs_start_point":[40.7528389,-73.9777142],"landmarks":{"end_point":[[40.7545055,-73.9732109],"convenience shop"],"start_point":[[40.7528389,-73.9777142],"vending machine"],"main_pivot":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_2":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_3":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_4":[[40.7531781,-73.9772638],"MetLife Building"],"main_pivot_5":[[40.7531781,-73.9772638],"MetLife Building"],"main_pivot_6":[[40.7530629,-73.9780306],"One Vanderbilt"],"main_pivot_7":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_8":[[40.7522207,-73.9756395],"Graybar Building"],"main_pivot_9":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_10":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_11":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_12":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_13":[[40.7520604366,-73.975753366],"Grand Hyatt New York"],"main_pivot_14":[[40.7519828,-73.9754899],"Chrysler Building"],"main_pivot_15":[[40.7537872,-73.9733504],"library"],"near_pivot":[[40.7537872,-73.9733504],"library"],"beyond_pivot":[[40.7535214,-73.9727283],"bank"],"around_goal_pivot_1":[[40.7555818,-73.9727139],"Marriott"],"around_goal_pivot_2":[[40.7518442,-73.9746934],"church"],"around_goal_pivot_3":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_4":[[40.753177,-73.9749926],"post office"],"around_goal_pivot_5":[[40.7561485,-73.9708905],"Affinia Hotels"],"around_goal_pivot_6":[[40.7530121,-73.9734869],"True Value"],"around_goal_pivot_7":[[40.7559068,-73.9704102],"GNC"],"around_goal_pivot_8":[[40.7525288,-73.9750326],"AT&T"],"around_goal_pivot_9":[[40.7559859,-73.9725033],"W Hotels"],"around_goal_pivot_10":[[40.753684,-73.9745903],"T-Mobile"]}} +{"rvs_sample_number":308,"content":"Let's get some knick knacks at Bed Bath and Beyond. It's on the south side of Warren Street, just east of the same long street that you're east of.","rvs_path":"data\/geodata\/manhattan_samples_v112.gpkg","rvs_goal_point":[40.7158302,-74.0123025],"key":8060,"region":"Manhattan","rvs_start_point":[40.7105633,-74.0139786],"landmarks":{"end_point":[[40.7158302,-74.0123025],"Bed Bath & Beyond"],"start_point":[[40.7105633,-74.0139786],"bench"],"main_pivot":[[40.7099962,-74.0136231],"5 World Trade Center"],"main_pivot_2":[[40.7142392,-74.0132665],"Verizon Building"],"main_pivot_3":[[40.7128229935,-74.0138534858],"National September 11 Memorial & Museum"],"main_pivot_4":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_5":[[40.7102067,-74.013387],"St. Nicholas Greek Orthodox Church"],"main_pivot_6":[[40.7099962,-74.0136231],"5 World Trade Center"],"main_pivot_7":[[40.7128229935,-74.0138534858],"National September 11 Memorial & Museum"],"main_pivot_8":[[40.7102067,-74.013387],"St. Nicholas Greek Orthodox Church"],"main_pivot_9":[[40.7104974,-74.0138892],"The Sphere"],"main_pivot_10":[[40.7142392,-74.0132665],"Verizon Building"],"main_pivot_11":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_12":[[40.7101882995,-74.0141421595],"90 West Street"],"main_pivot_13":[[40.7102067,-74.013387],"St. Nicholas Greek Orthodox Church"],"main_pivot_14":[[40.7107162,-74.0141797],"Liberty Street Bridge"],"main_pivot_15":[[40.7151427,-74.0115565],"bank"],"near_pivot":[[40.7151427,-74.0115565],"bank"],"beyond_pivot":[[40.7149834,-74.011137],"fast_food"],"around_goal_pivot_1":[[40.7157749,-74.0156954],"library"],"around_goal_pivot_2":[[40.712874,-74.0137117],"attraction"],"around_goal_pivot_3":[[40.714742,-74.015169],"cinema"],"around_goal_pivot_4":[[40.7172055,-74.0124632],"university"],"around_goal_pivot_5":[[40.715575,-74.008857],"hotel"],"around_goal_pivot_6":[[40.7145279,-74.0112651],"Target"],"around_goal_pivot_7":[[40.715043,-74.011071],"Verizon Wireless"],"around_goal_pivot_8":[[40.7142374,-74.0109381],"charging station"],"around_goal_pivot_9":[[40.7168038,-74.0154401],"viewpoint"],"around_goal_pivot_10":[[40.7174878044,-74.0143658514],"social facility"]}} +{"rvs_sample_number":29,"content":"Meet me at the Central parking lot on West 32nd street. It's between the Chase Bank, and the Pinkberry Ice cream shop.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7477252,-73.9869059],"key":8061,"region":"Manhattan","rvs_start_point":[40.758174,-73.9843363],"landmarks":{"end_point":[[40.7477252,-73.9869059],"parking lot"],"start_point":[[40.758174,-73.9843363],"parking entrance"],"main_pivot":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_2":[[40.7561308,-73.9865711],"Times Square Ball"],"main_pivot_3":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_4":[[40.7579089,-73.9854044],"Duffy Square"],"main_pivot_5":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_6":[[40.7564276,-73.9855704],"Casablanca Hotel"],"main_pivot_7":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_8":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_9":[[40.7563903,-73.9863915],"One Times Square"],"main_pivot_10":[[40.7590503,-73.9849231],"TKTS"],"main_pivot_11":[[40.757127,-73.9857678],"1500 Broadway"],"main_pivot_12":[[40.7579089,-73.9854044],"Times Square"],"main_pivot_13":[[40.7516716,-73.9874036],"Haier Building"],"main_pivot_14":[[40.7506611,-73.987958],"Macy's"],"main_pivot_15":[[40.7475255,-73.9861232],"ice cream"],"near_pivot":[[40.7475255,-73.9861232],"ice cream"],"beyond_pivot":[[40.7467897,-73.9867839],"hotel"],"around_goal_pivot_1":[[40.7484273,-73.9856942],"fourteen towers"],"around_goal_pivot_2":[[40.7484357,-73.9856932],"13 towers"],"around_goal_pivot_3":[[40.7490585,-73.9881993],"square"],"around_goal_pivot_4":[[40.7483642,-73.9879796],"bank"],"around_goal_pivot_5":[[40.7491272,-73.986641],"Journeys"],"around_goal_pivot_6":[[40.7484343,-73.9856963],"12 towers"],"around_goal_pivot_7":[[40.7470496,-73.9875285],"Hyatt"],"around_goal_pivot_8":[[40.74908,-73.9864875],"Timberland"],"around_goal_pivot_9":[[40.748586,-73.988087],"bicycle rental"],"around_goal_pivot_10":[[40.7484398,-73.9856926],"eleven towers"]}} +{"rvs_sample_number":360,"content":"Meet me at an English restaurant southwest of you on Orchard Street. Flixbus is north of it. South of the restaurant is a post office.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7152479,-73.9918344],"key":8062,"region":"Manhattan","rvs_start_point":[40.7194395,-73.9821387],"landmarks":{"end_point":[[40.7152479,-73.9918344],"restaurant"],"start_point":[[40.7194395,-73.9821387],"school"],"main_pivot":[[40.7191045,-73.9822432],"Church of Our Lady of Sorrows"],"main_pivot_2":[[40.7143055,-73.9884177],"Seward Park Library"],"main_pivot_3":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_4":[[40.7191045,-73.9822432],"Church of Our Lady of Sorrows"],"main_pivot_5":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_6":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_7":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_8":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_9":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_10":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_11":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_12":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_13":[[40.7155777,-73.985033],"St. Mary's Church"],"main_pivot_14":[[40.7171492127,-73.9832441309],"Williamsburg Bridge"],"main_pivot_15":[[40.7156266,-73.9918664],"FlixBus"],"near_pivot":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_1":[[40.713649,-73.9903234],"church"],"around_goal_pivot_2":[[40.7143055,-73.9884177],"library"],"around_goal_pivot_3":[[40.713833934,-73.9940297111],"bridge"],"around_goal_pivot_4":[[40.7135019,-73.9898958],"three benches"],"around_goal_pivot_5":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_6":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_7":[[40.7147307,-73.9930413],"Howard Johnson"],"around_goal_pivot_8":[[40.7162362,-73.9898296],"pub"],"around_goal_pivot_9":[[40.7153696,-73.9892524],"marketplace"],"around_goal_pivot_10":[[40.7156623,-73.9940231],"bus station"]}} +{"rvs_sample_number":158,"content":"Meet me at the bench across from the two gardens. Head north on Greenwich Street until you see the fire station. Head west at the next street past the fire station. You'll see the bench on the south side of the street a little over half a block down. It's right across from the two gardens.","rvs_path":"data\/geodata\/manhattan_samples_v27.gpkg","rvs_goal_point":[40.7104251,-74.0137771],"key":8063,"region":"Manhattan","rvs_start_point":[40.7037918,-74.0084041],"landmarks":{"end_point":[[40.7104251,-74.0137771],"bench"],"start_point":[[40.7037918,-74.0084041],"bench"],"main_pivot":[[40.7102077,-74.0124944],"4 World Trade Center"],"main_pivot_2":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_3":[[40.7068167,-74.0107995],"Fearless Girl"],"main_pivot_4":[[40.7075025,-74.0113643],"1 Wall Street"],"main_pivot_5":[[40.7072018,-74.0105797],"Federal Hall National Memorial"],"main_pivot_6":[[40.7091173,-74.012497],"125 Greenwich Street"],"main_pivot_7":[[40.7073927,-74.0112167],"New York Stock Exchange"],"main_pivot_8":[[40.7062602,-74.0090887],"60 Wall Street"],"main_pivot_9":[[40.7063713,-74.0091958],"Museum of American Finance"],"main_pivot_10":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_11":[[40.7072635,-74.0107633],"14 Wall Street"],"main_pivot_12":[[40.7074528,-74.0121093],"Empire Building"],"main_pivot_13":[[40.7074528,-74.0121093],"Empire Building"],"main_pivot_14":[[40.708291,-74.0110888],"Equitable Building"],"main_pivot_15":[[40.7107299,-74.0134957],"2 gardens"],"near_pivot":[[40.7107299,-74.0134957],"2 gardens"],"around_goal_pivot_1":[[40.7113209,-74.0138233],"2 gardens"],"around_goal_pivot_2":[[40.7092105,-74.0134238],"W Hotels"],"around_goal_pivot_3":[[40.7115628,-74.0134002],"six benches"],"around_goal_pivot_4":[[40.7115334,-74.0131468],"museum"],"around_goal_pivot_5":[[40.7090784,-74.0122745],"school"],"around_goal_pivot_6":[[40.7091894,-74.0125281],"Courtyard"],"around_goal_pivot_7":[[40.7115,-74.0134293],"2 gardens"],"around_goal_pivot_8":[[40.709459,-74.0140009],"Marriott"],"around_goal_pivot_9":[[40.7097037,-74.0127085],"fire station"],"around_goal_pivot_10":[[40.709558,-74.012778],"pub"]}} +{"rvs_sample_number":15,"content":"Meet me on the southeast of you at The Grand Daddy cafe on the north side of Grand Street, to the northeast of another cafe and southwest of 2 restaurants.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v106.gpkg","rvs_goal_point":[40.7177448,-73.9920297],"key":8064,"region":"Manhattan","rvs_start_point":[40.7247974,-73.9951169],"landmarks":{"end_point":[[40.7177448,-73.9920297],"cafe"],"start_point":[[40.7247974,-73.9951169],"bicycle parking"],"main_pivot":[[40.7237654,-73.9954042],"Saint Patrick's Old Cathedral"],"main_pivot_2":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_3":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_4":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_5":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_6":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_7":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_8":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_9":[[40.7217205,-73.9958906],"Desalvio Playground"],"main_pivot_10":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_11":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_12":[[40.7215577,-73.9956097],"Lombardi's Pizza"],"main_pivot_13":[[40.722124,-73.995174],"Elizabeth Street Garden"],"main_pivot_14":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_15":[[40.7173194,-73.9926356],"cafe"],"near_pivot":[[40.7173194,-73.9926356],"cafe"],"around_goal_pivot_1":[[40.7180122,-73.9904029],"2 restaurants"],"around_goal_pivot_2":[[40.7188712,-73.9948129],"events venue"],"around_goal_pivot_3":[[40.7187601,-73.9897608],"optician shop"],"around_goal_pivot_4":[[40.7191185,-73.9891931],"T-Mobile"],"around_goal_pivot_5":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_6":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_7":[[40.7155013013,-73.9927915378],"fire station"],"around_goal_pivot_8":[[40.7200058,-73.9902712],"graphic design"],"around_goal_pivot_9":[[40.716749,-73.9942069],"toilets"],"around_goal_pivot_10":[[40.7164454,-73.9949186],"prep school"]}} +{"rvs_sample_number":292,"content":"Meet me at the drinking water facing East Drive. If is inside a big forest area and close to a parking lot. You will find two toilets to the northwest of the drinking water.","rvs_path":"data\/geodata\/manhattan_samples_v26.gpkg","rvs_goal_point":[40.777673,-73.9673262],"key":8065,"region":"Manhattan","rvs_start_point":[40.7783198,-73.9780259],"landmarks":{"end_point":[[40.777673,-73.9673262],"drinking water"],"start_point":[[40.7783198,-73.9780259],"bicycle parking"],"main_pivot":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_2":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_3":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_4":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_5":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_6":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_7":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_8":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_9":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_10":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_11":[[40.7796292,-73.9742835],"New-York Historical Society"],"main_pivot_12":[[40.7787670938,-73.9717226737],"The Lake"],"main_pivot_13":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_14":[[40.780043,-73.9736489],"American Museum of Natural History"],"main_pivot_15":[[40.7776953878,-73.9673897329],"parking lot"],"near_pivot":[[40.7776953878,-73.9673897329],"parking lot"],"around_goal_pivot_1":[[40.7790864,-73.9676318],"water"],"around_goal_pivot_2":[[40.7790315,-73.9669537],"viewpoint"],"around_goal_pivot_3":[[40.7783792,-73.9677093],"toilets"],"around_goal_pivot_4":[[40.7784089,-73.9678911],"parking lot"]}} +{"rvs_sample_number":7,"content":"I'm northwest of you at the bench in the park along West Drive just south of the restaurant, northwest of the cafe.","rvs_path":"data\/geodata\/manhattan_samples_v42.gpkg","rvs_goal_point":[40.7714531,-73.9777756],"key":8066,"region":"Manhattan","rvs_start_point":[40.767325,-73.9718792],"landmarks":{"end_point":[[40.7714531,-73.9777756],"bench"],"start_point":[[40.767325,-73.9718792],"drinking water"],"main_pivot":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_2":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_3":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_4":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_5":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_6":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_7":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_8":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_9":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_10":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_11":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_12":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_13":[[40.7679788,-73.9742226],"Wollman Rink"],"main_pivot_14":[[40.770042,-73.9751956],"Central Park Carousel"],"main_pivot_15":[[40.7718866,-73.9774574],"restaurant"],"near_pivot":[[40.7718866,-73.9774574],"restaurant"],"around_goal_pivot_1":[[40.7700997,-73.980237],"two benches"],"around_goal_pivot_2":[[40.7699458,-73.980351],"2 benches"],"around_goal_pivot_3":[[40.7699765,-73.98033],"two benches"],"around_goal_pivot_4":[[40.7703934,-73.980019],"2 benches"],"around_goal_pivot_5":[[40.770042,-73.9751956],"attraction"],"around_goal_pivot_6":[[40.7693608,-73.977694],"bare rock"],"around_goal_pivot_7":[[40.7735229,-73.9778007],"bicycle rental"],"around_goal_pivot_8":[[40.7707317,-73.9804233],"hostel"],"around_goal_pivot_9":[[40.7732646414,-73.9802608887],"studio"],"around_goal_pivot_10":[[40.7703684,-73.9759254],"cafe"]}} +{"rvs_sample_number":168,"content":"Meet me at the restaurant on North Moore Street just west of the post office. You'll need to go quite a way south and west.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7198226,-74.0084234],"key":8067,"region":"Manhattan","rvs_start_point":[40.7241258,-73.9934471],"landmarks":{"end_point":[[40.7198226,-74.0084234],"restaurant"],"start_point":[[40.7241258,-73.9934471],"clothes shop"],"main_pivot":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_2":[[40.7248911882,-73.9952829052],"Puck Building"],"main_pivot_3":[[40.7259942,-73.997591],"New York University"],"main_pivot_4":[[40.7223437,-74.0004142],"New Era Building"],"main_pivot_5":[[40.7246074,-73.9987503],"Fanelli Cafe"],"main_pivot_6":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_7":[[40.7256266,-73.9969459],"NoHo Historic District"],"main_pivot_8":[[40.7248911882,-73.9952829052],"Puck Building"],"main_pivot_9":[[40.7196753,-74.0066489],"FDNY Ladder 8"],"main_pivot_10":[[40.7256266,-73.9969459],"NoHo Historic District"],"main_pivot_11":[[40.7222992,-74.0017396],"Gunther Building"],"main_pivot_12":[[40.7203951,-74.0048818],"32 Avenue of the Americas"],"main_pivot_13":[[40.7259942,-73.997591],"New York University"],"main_pivot_14":[[40.7256266,-73.9969459],"NoHo Historic District"],"main_pivot_15":[[40.7202542,-74.008727],"bank"],"near_pivot":[[40.7202542,-74.008727],"bank"],"around_goal_pivot_1":[[40.7196753,-74.0066489],"fire station"],"around_goal_pivot_2":[[40.7208617,-74.0075588],"park"],"around_goal_pivot_3":[[40.7187099,-74.0090009],"bicycle rental"],"around_goal_pivot_4":[[40.7196829,-74.0069566],"post box"],"around_goal_pivot_5":[[40.7203451,-74.0070419],"police station"],"around_goal_pivot_6":[[40.7185618711,-74.008598713],"parking lot"]}} +{"rvs_sample_number":72,"content":"I'm north of you and a little to the east, at a books shop on East 6th Street. On this same block there are two synagogues, and to the east of here is a historic monument. Southeast of here is an arts centre. ","rvs_path":"data\/geodata\/manhattan_samples_v70.gpkg","rvs_goal_point":[40.7257903,-73.9844558],"key":8068,"region":"Manhattan","rvs_start_point":[40.714304,-73.9922826],"landmarks":{"end_point":[[40.7257903,-73.9844558],"books shop"],"start_point":[[40.714304,-73.9922826],"social facility"],"main_pivot":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_2":[[40.7164332,-73.9888101],"kossar's bialys"],"main_pivot_3":[[40.7231078481,-73.9858223164],"First Houses"],"main_pivot_4":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_5":[[40.7164332,-73.9888101],"kossar's bialys"],"main_pivot_6":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_7":[[40.7190082,-73.9875343],"Blue Condominium"],"main_pivot_8":[[40.7214764,-73.9868461],"Stanton Substation"],"main_pivot_9":[[40.7149852,-73.989903],"Seward Park"],"main_pivot_10":[[40.714329,-73.9901093],"Straus Square"],"main_pivot_11":[[40.7164332,-73.9888101],"kossar's bialys"],"main_pivot_12":[[40.7190082,-73.9875343],"Blue Condominium"],"main_pivot_13":[[40.7214764,-73.9868461],"Stanton Substation"],"main_pivot_14":[[40.7190082,-73.9875343],"Blue Condominium"],"main_pivot_15":[[40.7263275126,-73.9851950988],"synagogue"],"near_pivot":[[40.7263275126,-73.9851950988],"synagogue"],"beyond_pivot":[[40.7261902023,-73.9852949612],"synagogue"],"around_goal_pivot_1":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_2":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_3":[[40.7276111,-73.9858672],"museum"],"around_goal_pivot_4":[[40.7268739,-73.986116],"two restaurants"],"around_goal_pivot_5":[[40.7233367,-73.9823425],"two schools"],"around_goal_pivot_6":[[40.7257886,-73.9868271],"pharmacy"],"around_goal_pivot_7":[[40.7249657,-73.9874477],"Ace Hardware"],"around_goal_pivot_8":[[40.7243544,-73.9820812],"two shelters"],"around_goal_pivot_9":[[40.7273742,-73.9826843],"post box"],"around_goal_pivot_10":[[40.7249615,-73.9830825],"arts centre"]}} +{"rvs_sample_number":135,"content":"Meet me at the church on the east side of Oliver Street. Oliver Street is not very long. Look for the historical memorial to the north on the same block. There is also a library to the east on the adjacent block to the east.","rvs_path":"data\/geodata\/manhattan_samples_v116.gpkg","rvs_goal_point":[40.7129651979,-73.997704809],"key":8069,"region":"Manhattan","rvs_start_point":[40.7101447,-73.9792429],"landmarks":{"end_point":[[40.7129651979,-73.997704809],"church"],"start_point":[[40.7101447,-73.9792429],"ferry terminal"],"main_pivot":[[40.7130849,-73.9948801],"First Chinese Presbyterian Church"],"main_pivot_2":[[40.7131688,-73.9963752],"Chatham Square Library"],"main_pivot_3":[[40.7131688,-73.9963752],"Chatham Square Library"],"main_pivot_4":[[40.7104355534,-73.9793308298],"John V. Lindsay East River Park"],"main_pivot_5":[[40.7130849,-73.9948801],"First Chinese Presbyterian Church"],"main_pivot_6":[[40.7131688,-73.9963752],"Chatham Square Library"],"main_pivot_7":[[40.7130849,-73.9948801],"First Chinese Presbyterian Church"],"main_pivot_8":[[40.7130849,-73.9948801],"First Chinese Presbyterian Church"],"main_pivot_9":[[40.712335843,-73.9932028554],"Manhattan Bridge"],"main_pivot_10":[[40.712335843,-73.9932028554],"Manhattan Bridge"],"main_pivot_11":[[40.7131688,-73.9963752],"Chatham Square Library"],"main_pivot_12":[[40.7131688,-73.9963752],"Chatham Square Library"],"main_pivot_13":[[40.712335843,-73.9932028554],"Manhattan Bridge"],"main_pivot_14":[[40.7130849,-73.9948801],"First Chinese Presbyterian Church"],"main_pivot_15":[[40.7134095,-73.9981518],"historic memorial"],"near_pivot":[[40.7134095,-73.9981518],"historic memorial"],"around_goal_pivot_1":[[40.714686,-73.9980383],"two hairdresser shops"],"around_goal_pivot_2":[[40.7140035,-74.0003396],"courthouse"],"around_goal_pivot_3":[[40.7131925,-74.0011408],"prison"],"around_goal_pivot_4":[[40.7145088,-74.0000891],"four benches"],"around_goal_pivot_5":[[40.7131688,-73.9963752],"library"],"around_goal_pivot_6":[[40.712532,-74.0010248],"police station"],"around_goal_pivot_7":[[40.7137307772,-73.9980402407],"historic neighbourhood"],"around_goal_pivot_8":[[40.7145002,-74.0002479],"4 benches"],"around_goal_pivot_9":[[40.7143373,-74.0002438],"four bicycle parkings"],"around_goal_pivot_10":[[40.712335843,-73.9932028554],"bridge"]}} +{"rvs_sample_number":1,"content":"Meet me at the Thai restaurant which is by the north corner on the east side 9th Avenue. Hilton Garden Inn is on the same block. ","rvs_path":"data\/geodata\/manhattan_samples_v82.gpkg","rvs_goal_point":[40.7550458,-73.9948474],"key":8070,"region":"Manhattan","rvs_start_point":[40.7448238,-74.0058698],"landmarks":{"end_point":[[40.7550458,-73.9948474],"restaurant"],"start_point":[[40.7448238,-74.0058698],"gift shop"],"main_pivot":[[40.7453368,-74.0064549],"The High Line"],"main_pivot_2":[[40.748162,-74.0036169],"London Terrace"],"main_pivot_3":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_4":[[40.7453368,-74.0064549],"The High Line"],"main_pivot_5":[[40.7471834,-74.0043111],"Empire Diner"],"main_pivot_6":[[40.7524816,-73.9967442],"James A. Farley Building"],"main_pivot_7":[[40.7491156,-74.0033368],"Avenues"],"main_pivot_8":[[40.7453368,-74.0064549],"The High Line"],"main_pivot_9":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_10":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_11":[[40.7466614,-74.0051299],"Church of the Guardian Angel"],"main_pivot_12":[[40.75259,-73.9974431],"1 Manhattan West"],"main_pivot_13":[[40.7466614,-74.0051299],"Church of the Guardian Angel"],"main_pivot_14":[[40.7524816,-73.9967442],"James A. Farley Building"],"main_pivot_15":[[40.7552441,-73.9945593],"attraction"],"near_pivot":[[40.7552441,-73.9945593],"attraction"],"around_goal_pivot_1":[[40.753056,-73.9973709],"church"],"around_goal_pivot_2":[[40.7531288,-73.9961373],"electronics shop"],"around_goal_pivot_3":[[40.7524154,-73.9944494],"cinema"],"around_goal_pivot_4":[[40.7558451,-73.9979078],"gas station"],"around_goal_pivot_5":[[40.7568576,-73.9972051],"pharmacy"],"around_goal_pivot_6":[[40.7534014,-73.9940412],"EVEN Hotels"],"around_goal_pivot_8":[[40.7537552,-73.9929683],"T-Mobile"],"around_goal_pivot_10":[[40.7544144,-73.9937985],"Hilton Garden Inn"]}} +{"rvs_sample_number":371,"content":"Meet me at the drinking fountain on the north side of Laight Street. The Juan Pablo Duarte historical memorial is on the adjacent street to the north.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7218679,-74.0056594],"key":8071,"region":"Manhattan","rvs_start_point":[40.734646,-73.9927932],"landmarks":{"end_point":[[40.7218679,-74.0056594],"drinking water"],"start_point":[[40.734646,-73.9927932],"restaurant"],"main_pivot":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_2":[[40.7309784,-73.9956433],"NYU Silver School of Social Work"],"main_pivot_3":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_4":[[40.7292811082,-73.998876448],"New York University"],"main_pivot_5":[[40.7292811082,-73.998876448],"New York University"],"main_pivot_6":[[40.7303727469,-73.9979938314],"Washington Square Park"],"main_pivot_7":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_8":[[40.7300275,-73.9984077],"Judson Memorial Church"],"main_pivot_9":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_10":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_11":[[40.7255222,-74.0022022],"Vesuvio Playground"],"main_pivot_12":[[40.7283941,-73.9997973],"Mill House No.1"],"main_pivot_13":[[40.7270944,-74.0010692],"St. Anthony of Padua Church"],"main_pivot_14":[[40.7283337,-73.9992168],"The Bitter End"],"main_pivot_15":[[40.7226058,-74.005459],"historic memorial"],"near_pivot":[[40.7226058,-74.005459],"historic memorial"],"beyond_pivot":[[40.7216606,-74.0067414],"park"],"around_goal_pivot_1":[[40.7196659,-74.0065529],"fire station"],"around_goal_pivot_2":[[40.7208594,-74.0042677],"Sheraton"],"around_goal_pivot_3":[[40.720765,-74.0027411],"Canada Goose"],"around_goal_pivot_4":[[40.7208098,-74.004187],"Planet Fitness"],"around_goal_pivot_5":[[40.7203451,-74.0070419],"police station"],"around_goal_pivot_6":[[40.7230548,-74.0078313],"school"],"around_goal_pivot_7":[[40.7235926,-74.0032044],"toilets"],"around_goal_pivot_8":[[40.7198019,-74.0054212],"pharmacy"],"around_goal_pivot_9":[[40.7194583,-74.0041799],"atm"],"around_goal_pivot_10":[[40.7203858,-74.0029385],"cinema"]}} +{"rvs_sample_number":106,"content":"I'm picking up some chips at the convenience shop on the south side of East 50th street, far to your east. There is a CityMD clinic to my north on the next block.","rvs_path":"data\/geodata\/manhattan_samples_v86.gpkg","rvs_goal_point":[40.7546863,-73.968435],"key":8072,"region":"Manhattan","rvs_start_point":[40.7626458,-73.9834959],"landmarks":{"end_point":[[40.7546863,-73.968435],"convenience shop"],"start_point":[[40.7626458,-73.9834959],"pharmacy"],"main_pivot":[[40.7605501,-73.981763],"Time-Life Building"],"main_pivot_2":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_3":[[40.7582302,-73.977652],"La Maison Fran\u00e7aise"],"main_pivot_4":[[40.7568323,-73.9722756],"General Electric Building"],"main_pivot_5":[[40.7621229,-73.9841152],"Paramount Plaza"],"main_pivot_6":[[40.7605501,-73.981763],"Time-Life Building"],"main_pivot_7":[[40.7583799,-73.9764207],"Saint Patrick\u2019s Cathedral"],"main_pivot_8":[[40.7585404,-73.9774288],"British Empire Building"],"main_pivot_9":[[40.7621229,-73.9841152],"Paramount Plaza"],"main_pivot_10":[[40.7621229,-73.9841152],"Paramount Plaza"],"main_pivot_11":[[40.7632574986,-73.9832417089],"Broadway Theatre"],"main_pivot_12":[[40.7564759,-73.9725354],"Waldorf-Astoria Hotel"],"main_pivot_13":[[40.7625457,-73.9839381],"Times Square Church"],"main_pivot_14":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_15":[[40.7550272,-73.9681765],"clinic"],"near_pivot":[[40.7550272,-73.9681765],"clinic"],"beyond_pivot":[[40.7534996,-73.9661994],"hotel"],"around_goal_pivot_1":[[40.7541667,-73.9702778],"historic district"],"around_goal_pivot_2":[[40.7533015,-73.9689535],"car rental"],"around_goal_pivot_3":[[40.7539601,-73.9718638],"CVS Pharmacy"],"around_goal_pivot_4":[[40.7559068,-73.9704102],"GNC"],"around_goal_pivot_5":[[40.7565604,-73.9696057],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.7561485,-73.9708905],"Affinia Hotels"],"around_goal_pivot_7":[[40.7564657,-73.9675993],"Petco"],"around_goal_pivot_8":[[40.7570279,-73.9666871],"Casa de Montecristo"],"around_goal_pivot_9":[[40.7566343,-73.9718142],"DoubleTree"],"around_goal_pivot_10":[[40.7532128,-73.9687333],"charging station"]}} +{"rvs_sample_number":371,"content":"Meet me at the bench on State Street Plaza. It is directly east across the street from park on the same street.","rvs_path":"data\/geodata\/manhattan_samples_v64.gpkg","rvs_goal_point":[40.7026066,-74.0138546],"key":8073,"region":"Manhattan","rvs_start_point":[40.7153379,-74.0165835],"landmarks":{"end_point":[[40.7026066,-74.0138546],"bench"],"start_point":[[40.7153379,-74.0165835],"bicycle rental"],"main_pivot":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_2":[[40.7104854,-74.0143552],"Liberty Park"],"main_pivot_3":[[40.7104854,-74.0143552],"Liberty Park"],"main_pivot_4":[[40.714732,-74.0164526],"300 Vesey Street"],"main_pivot_5":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_6":[[40.7137587,-74.0143211],"200 Vesey Street"],"main_pivot_7":[[40.7137587,-74.0143211],"200 Vesey Street"],"main_pivot_8":[[40.7108841592,-74.014720133],"Liberty Street Bridge"],"main_pivot_9":[[40.711667,-74.0149107],"225 Liberty Street"],"main_pivot_10":[[40.711667,-74.0149107],"225 Liberty Street"],"main_pivot_11":[[40.7136691866,-74.0133999083],"Verizon Building"],"main_pivot_12":[[40.7062324,-74.0153313],"The Downtown Club"],"main_pivot_13":[[40.7098589,-74.014527],"90 West Street"],"main_pivot_14":[[40.7105138,-74.0151961],"200 Liberty Street"],"main_pivot_15":[[40.7026403765,-74.0141843475],"park"],"near_pivot":[[40.7026403765,-74.0141843475],"park"],"beyond_pivot":[[40.7027759,-74.012773],"cafe"],"around_goal_pivot_1":[[40.7037156,-74.0166171],"historic fort"],"around_goal_pivot_2":[[40.7034359,-74.010973],"historic district"],"around_goal_pivot_3":[[40.7039219,-74.0130056],"pharmacy"],"around_goal_pivot_4":[[40.7018608,-74.0131535],"two benches"],"around_goal_pivot_5":[[40.7051796,-74.0135629],"seven benches"],"around_goal_pivot_6":[[40.7023652,-74.0165992],"four benches"],"around_goal_pivot_7":[[40.701485,-74.0132488],"atm"],"around_goal_pivot_8":[[40.7009505,-74.0151817],"two benches"],"around_goal_pivot_9":[[40.7020841,-74.0118801],"Retro Fitness"],"around_goal_pivot_10":[[40.7048979,-74.0127034],"Verizon Wireless"]}} +{"rvs_sample_number":197,"content":"I am east of you at a bench by the FDR Drive, well to its east, near the waterfront. Nearby to the west is a drinking water. A bridge is a block north of this bench.","rvs_path":"data\/geodata\/manhattan_samples_v45.gpkg","rvs_goal_point":[40.712797,-73.9768791],"key":8074,"region":"Manhattan","rvs_start_point":[40.7155413,-73.9984504],"landmarks":{"end_point":[[40.712797,-73.9768791],"bench"],"start_point":[[40.7155413,-73.9984504],"restaurant"],"main_pivot":[[40.7141917,-73.9846668],"Henry Street Settlement"],"main_pivot_2":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_3":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_4":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_5":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_6":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_7":[[40.7147635,-73.996735],"Confucius Plaza"],"main_pivot_8":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_9":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_10":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_11":[[40.7139131,-73.9830806],"St. Augustine's Church"],"main_pivot_12":[[40.7139131,-73.9830806],"St. Augustine's Church"],"main_pivot_13":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_14":[[40.7148373,-73.9935563],"Museum at Eldridge Street"],"main_pivot_15":[[40.7128335,-73.9770856],"drinking water"],"near_pivot":[[40.7128335,-73.9770856],"drinking water"],"beyond_pivot":[[40.7123789279,-73.9780206818],"park"],"around_goal_pivot_1":[[40.7148788,-73.977178],"bridge"],"around_goal_pivot_2":[[40.7121991,-73.9794815],"bicycle rental"],"around_goal_pivot_3":[[40.7117123,-73.9789393],"fountain"],"around_goal_pivot_4":[[40.7114935,-73.9778215],"theatre"],"around_goal_pivot_5":[[40.7147938,-73.9751548],"waste basket"],"around_goal_pivot_6":[[40.7138013,-73.9798785],"convenience shop"],"around_goal_pivot_7":[[40.7138483,-73.9800148],"dry cleaning shop"],"around_goal_pivot_8":[[40.7120877,-73.9789229],"garden"]}} +{"rvs_sample_number":304,"content":"I'm at the bicycle parking north west of you it's just past the college and it's the first parking spot on the west side just past East 11th Street next to a TD bank. It's one block west of Avis Car rental but on the opposite side of the road.","rvs_path":"data\/geodata\/manhattan_samples_v48.gpkg","rvs_goal_point":[40.7334767,-73.9932814],"key":8075,"region":"Manhattan","rvs_start_point":[40.7287612,-73.9897021],"landmarks":{"end_point":[[40.7334767,-73.9932814],"bicycle parking"],"start_point":[[40.7287612,-73.9897021],"pub"],"main_pivot":[[40.7304409,-73.9904223],"51 Astor Place"],"main_pivot_2":[[40.7285835,-73.9897858],"St. George's Church"],"main_pivot_3":[[40.7285835,-73.9897858],"St. George's Church"],"main_pivot_4":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_5":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_6":[[40.7291227,-73.9911121],"NoHo Historic District"],"main_pivot_7":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_8":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_9":[[40.7291227,-73.9911121],"NoHo Historic District"],"main_pivot_10":[[40.7287854,-73.9902533],"41 Cooper Square"],"main_pivot_11":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_12":[[40.7287854,-73.9902533],"41 Cooper Square"],"main_pivot_13":[[40.7318694,-73.9909956],"Grace Church"],"main_pivot_14":[[40.7318694,-73.9909956],"Grace Church"],"main_pivot_15":[[40.7330264,-73.9937706],"college"],"near_pivot":[[40.7330264,-73.9937706],"college"],"beyond_pivot":[[40.7342765,-73.9934278],"restaurant"],"around_goal_pivot_1":[[40.7355148,-73.9913011],"historic memorial"],"around_goal_pivot_2":[[40.7347904,-73.9905721],"park"],"around_goal_pivot_4":[[40.7340532,-73.9907254],"cinema"],"around_goal_pivot_5":[[40.7326422,-73.9921769],"car rental"],"around_goal_pivot_6":[[40.73359,-73.9912177],"Cohen's Fashion Optical"],"around_goal_pivot_7":[[40.7337929,-73.9908003],"Zumiez"],"around_goal_pivot_8":[[40.735247,-73.9922811],"GameStop"],"around_goal_pivot_9":[[40.7354318,-73.9917629],"Reebok"],"around_goal_pivot_10":[[40.7343059,-73.9902653],"Nordstrom Rack"]}} +{"rvs_sample_number":161,"content":"Meet me at the hotel on West 29th Street. It is east of you. When you head east on this street, you will see Kimpton and Hyatt House on two opposite blocks. The hotel is on the next block to the east. If you see Marble Collegiate Church, you have gone too far.","rvs_path":"data\/geodata\/manhattan_samples_v25.gpkg","rvs_goal_point":[40.7460969,-73.9891468],"key":8076,"region":"Manhattan","rvs_start_point":[40.7448844,-73.9999695],"landmarks":{"end_point":[[40.7460969,-73.9891468],"hotel"],"start_point":[[40.7448844,-73.9999695],"hotel"],"main_pivot":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_2":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_3":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_4":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_5":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_6":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_7":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_8":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_9":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_10":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_11":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_12":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_13":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_14":[[40.7487769,-73.9953514],"Magnet Theater"],"main_pivot_15":[[40.7462009,-73.9885572],"bicycle rental"],"near_pivot":[[40.7462009,-73.9885572],"bicycle rental"],"around_goal_pivot_1":[[40.745641,-73.987429],"church"],"around_goal_pivot_2":[[40.746922,-73.9904716],"Kimpton"],"around_goal_pivot_3":[[40.7469283,-73.9878262],"Hyatt"],"around_goal_pivot_4":[[40.7462925,-73.9905337],"Hyatt House"],"around_goal_pivot_5":[[40.7469066,-73.9885791],"post box"],"around_goal_pivot_6":[[40.7459787,-73.9907274],"waste basket"],"around_goal_pivot_7":[[40.7462506,-73.9908333],"2 bicycle parkings"],"around_goal_pivot_8":[[40.7469596,-73.9880707],"travel agency shop"],"around_goal_pivot_9":[[40.7470136,-73.9887212],"bag shop"],"around_goal_pivot_10":[[40.7473207,-73.9881607],"clothes shop"]}} +{"rvs_sample_number":100,"content":"I'm in a garden several blocks north of you, on Murray street. So just head north until you see a Target and turn toward the water and it will be in the middle of the block on your right. ","rvs_path":"data\/geodata\/manhattan_samples_v58.gpkg","rvs_goal_point":[40.7153489083,-74.0125801043],"key":8077,"region":"Manhattan","rvs_start_point":[40.7062697,-74.0127166],"landmarks":{"end_point":[[40.7153489083,-74.0125801043],"garden"],"start_point":[[40.7062697,-74.0127166],"fast food restaurant"],"main_pivot":[[40.707798,-74.0127655],"Trinity Churchyard"],"main_pivot_2":[[40.7092862,-74.0129064],"125 Greenwich Street"],"main_pivot_3":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_4":[[40.7101167,-74.013978],"90 West Street"],"main_pivot_5":[[40.7104591,-74.0140533],"America's Response Monument"],"main_pivot_6":[[40.7076725878,-74.0128658419],"Empire Building"],"main_pivot_7":[[40.7092105,-74.0134238],"W Downtown"],"main_pivot_8":[[40.7102077,-74.0124944],"4 World Trade Center"],"main_pivot_9":[[40.7067407,-74.0137701],"Elizabeth H. Berger Plaza"],"main_pivot_10":[[40.7096737,-74.0129631],"5 World Trade Center"],"main_pivot_11":[[40.7076725878,-74.0128658419],"Empire Building"],"main_pivot_12":[[40.7092862,-74.0129064],"125 Greenwich Street"],"main_pivot_13":[[40.7096737,-74.0129631],"5 World Trade Center"],"main_pivot_14":[[40.7067407,-74.0137701],"Elizabeth H. Berger Plaza"],"main_pivot_15":[[40.7153049,-74.0126166],"5 gardens"],"near_pivot":[[40.7153049,-74.0126166],"5 gardens"],"around_goal_pivot_1":[[40.7157749,-74.0156954],"library"],"around_goal_pivot_2":[[40.7127698,-74.0114323],"post office"],"around_goal_pivot_3":[[40.7151255,-74.0160757],"historic memorial"],"around_goal_pivot_4":[[40.712874,-74.0137117],"attraction"],"around_goal_pivot_5":[[40.714742,-74.015169],"cinema"],"around_goal_pivot_6":[[40.7172042,-74.0124529],"university"],"around_goal_pivot_7":[[40.7145279,-74.0112651],"Target"],"around_goal_pivot_8":[[40.715043,-74.011071],"Verizon Wireless"],"around_goal_pivot_9":[[40.7149558,-74.015694],"hotel"],"around_goal_pivot_10":[[40.7172185,-74.0145771],"social facility"]}} +{"rvs_sample_number":191,"content":"Go west and turn north at 3rd Avenue. Continue north past Smith & Wollensky and P.J. Clarke's. At the next block after the cinema turn west. When you reach Sephora go north for about a block and a half to reach the restaurant. You've gone too far if you reach the building.","rvs_path":"data\/geodata\/manhattan_samples_v38.gpkg","rvs_goal_point":[40.7637591,-73.9673426],"key":8078,"region":"Manhattan","rvs_start_point":[40.7485835,-73.973844],"landmarks":{"end_point":[[40.7637591,-73.9673426],"restaurant"],"start_point":[[40.7485835,-73.973844],"drinking water"],"main_pivot":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_2":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_3":[[40.7583164,-73.969157],"Citigroup Center"],"main_pivot_4":[[40.7583164,-73.969157],"Citigroup Center"],"main_pivot_5":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_6":[[40.7608617,-73.968481],"Hammacher Schlemmer"],"main_pivot_7":[[40.7583164,-73.969157],"Citigroup Center"],"main_pivot_8":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_9":[[40.7608878,-73.9694109],"Hotel 57"],"main_pivot_10":[[40.7583164,-73.969157],"Citigroup Center"],"main_pivot_11":[[40.7552548,-73.9709515],"Smith & Wollensky"],"main_pivot_12":[[40.7497273,-73.9738504],"Daily News Building"],"main_pivot_13":[[40.7589826,-73.9682301],"P.J. Clarke\u2019s"],"main_pivot_14":[[40.7619839,-73.9691028],"58th Street Library"],"main_pivot_15":[[40.7643498,-73.9665276],"historic building"],"near_pivot":[[40.7643498,-73.9665276],"historic building"],"beyond_pivot":[[40.7643498,-73.9665276],"building"],"around_goal_pivot_1":[[40.7619839,-73.9691028],"library"],"around_goal_pivot_2":[[40.7655528,-73.9671847],"church"],"around_goal_pivot_3":[[40.7618761,-73.9660651],"cinema"],"around_goal_pivot_4":[[40.7625457,-73.9681887],"innisfree"],"around_goal_pivot_5":[[40.7626847,-73.9680817],"Sephora"],"around_goal_pivot_6":[[40.7627273,-73.9676634],"Bloomingdale's"],"around_goal_pivot_7":[[40.7614855,-73.9689095],"American Eagle Outfitters"],"around_goal_pivot_8":[[40.7615638,-73.9688483],"Aerie"],"around_goal_pivot_9":[[40.7652941,-73.9661282],"Rituals"],"around_goal_pivot_10":[[40.7653878,-73.9656772],"Kiehl's"]}} +{"rvs_sample_number":468,"content":"Let's meet at the bicycle parking on Allen Street, during it's most northern block, at least before it becomes another Ave. Across the street is a Citi bike Bicycle rental place. A park is on the next block to the north, shaped like a slim triangle.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7219155,-73.9892853],"key":8079,"region":"Manhattan","rvs_start_point":[40.7205108,-73.9850978],"landmarks":{"end_point":[[40.7219155,-73.9892853],"bicycle parking"],"start_point":[[40.7205108,-73.9850978],"hairdresser shop"],"main_pivot":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_2":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_3":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_4":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_5":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_6":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_7":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_8":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_9":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_10":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_11":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_12":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_13":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_14":[[40.7204713,-73.9854057],"Lower East Side Preparatory High School"],"main_pivot_15":[[40.7217732,-73.9891682],"bicycle rental"],"near_pivot":[[40.7217732,-73.9891682],"bicycle rental"],"beyond_pivot":[[40.7230122,-73.9882739],"park"],"around_goal_pivot_1":[[40.7224889,-73.9878547],"pharmacy"],"around_goal_pivot_2":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_3":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_4":[[40.7224138,-73.9875998],"Marshalls"],"around_goal_pivot_5":[[40.7231911,-73.9902082],"The GEM Hotel"],"around_goal_pivot_6":[[40.720009,-73.991158],"community centre"],"around_goal_pivot_7":[[40.7195856,-73.9908359],"bus station"],"around_goal_pivot_8":[[40.7204577,-73.9870469],"bank"],"around_goal_pivot_9":[[40.7200058,-73.9902712],"graphic design"]}} +{"rvs_sample_number":308,"content":"Come south towards the water and let's ride a see-saw together at the playground. It's just south of Madison Street. There is a CitiBike bicycle rental on the northwest corner of the block. I'm at the playground in the middle of the block.","rvs_path":"data\/geodata\/manhattan_samples_v113.gpkg","rvs_goal_point":[40.71207755,-73.9909877],"key":8080,"region":"Manhattan","rvs_start_point":[40.7251224,-73.9905271],"landmarks":{"end_point":[[40.71207755,-73.9909877],"playground"],"start_point":[[40.7251224,-73.9905271],"restaurant"],"main_pivot":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_2":[[40.7251627,-73.989961],"Church of the Nativity"],"main_pivot_3":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_4":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_5":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_8":[[40.7253778,-73.9906398],"New York Marble Cemetery"],"main_pivot_9":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_10":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_11":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_14":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_15":[[40.712377,-73.992032],"bicycle rental"],"near_pivot":[[40.712377,-73.992032],"bicycle rental"],"around_goal_pivot_1":[[40.7134348,-73.9906217],"church"],"around_goal_pivot_2":[[40.7142509,-73.9893997],"2 gardens"],"around_goal_pivot_3":[[40.7128951,-73.9883998],"hospital"],"around_goal_pivot_4":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_5":[[40.7137098,-73.9928635],"Fairfield Inn & Suites"],"around_goal_pivot_6":[[40.7113902,-73.9926339],"attraction"],"around_goal_pivot_7":[[40.7135255,-73.9899284],"3 benches"],"around_goal_pivot_8":[[40.714304,-73.9922826],"social facility"],"around_goal_pivot_9":[[40.7136681,-73.9884395],"community centre"],"around_goal_pivot_10":[[40.7135564,-73.9899307],"2 benches"]}} +{"rvs_sample_number":168,"content":"Let's park our bikes at the bicycle parking on Broome Street. It's about 3 and a half blocks from where the street changes names, and slight direction west of the parking spot for bikes. Almost a block south is a cafe (starbucks) ant north is an Ugg shoe shop.","rvs_path":"data\/geodata\/manhattan_samples_v67.gpkg","rvs_goal_point":[40.7220093,-74.0001299],"key":8081,"region":"Manhattan","rvs_start_point":[40.7325756,-73.9849242],"landmarks":{"end_point":[[40.7220093,-74.0001299],"bicycle parking"],"start_point":[[40.7325756,-73.9849242],"bicycle parking"],"main_pivot":[[40.7301399,-73.9872014],"Saint Mark's in-the-Bowery"],"main_pivot_2":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_3":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_4":[[40.72288,-73.9987505],"SoHo"],"main_pivot_5":[[40.7294822378,-73.9932310258],"NoHo Historic District"],"main_pivot_6":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_7":[[40.72288,-73.9987505],"SoHo"],"main_pivot_8":[[40.7266667,-73.995],"Robbins and Appleton Building"],"main_pivot_9":[[40.7291082,-73.9942146],"Center for Neural Science"],"main_pivot_10":[[40.72928,-73.9924535],"Colonnade row"],"main_pivot_11":[[40.7250745,-73.996916],"Gina Keatley, CDN"],"main_pivot_12":[[40.731009,-73.9861217],"Village East Cinema"],"main_pivot_13":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_14":[[40.7295707,-73.993453],"Tisch School of the Arts"],"main_pivot_15":[[40.7212663,-74.0005133],"cafe"],"near_pivot":[[40.7212663,-74.0005133],"cafe"],"beyond_pivot":[[40.7228135,-74.0003307],"UGG"],"around_goal_pivot_1":[[40.7202377,-73.9980004],"historic building"],"around_goal_pivot_2":[[40.7230556,-74.0011111],"historic district"],"around_goal_pivot_3":[[40.7219733,-73.9973535],"park"],"around_goal_pivot_4":[[40.7230126,-73.9990655],"bank"],"around_goal_pivot_5":[[40.7221136,-73.9969825],"pharmacy"],"around_goal_pivot_6":[[40.7202887,-74.001354],"G-Star Raw"],"around_goal_pivot_7":[[40.7237297,-74.0000202],"Adidas"],"around_goal_pivot_8":[[40.7239185,-73.9978216],"Converse"],"around_goal_pivot_9":[[40.7243375,-73.999063],"A.P.C."],"around_goal_pivot_10":[[40.7235022,-73.998176],"Uniqlo"]}} +{"rvs_sample_number":58,"content":"Go northeast and meet me at the post box on the corner on East 46th Street, directly north of the NBA Store.","rvs_path":"data\/geodata\/manhattan_samples_v28.gpkg","rvs_goal_point":[40.7559653,-73.9792042],"key":8082,"region":"Manhattan","rvs_start_point":[40.7537894,-73.9868326],"landmarks":{"end_point":[[40.7559653,-73.9792042],"post box"],"start_point":[[40.7537894,-73.9868326],"clinic"],"main_pivot":[[40.7569746,-73.981566],"1166 Avenue of the Americas"],"main_pivot_2":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_3":[[40.7536111,-73.9841667],"Crystal Palace"],"main_pivot_4":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_5":[[40.7562958,-73.9823466],"Cassa Hotel"],"main_pivot_6":[[40.7555108,-73.9838616],"Bank of America Tower"],"main_pivot_7":[[40.7559522,-73.9824888],"Algonquin Hotel"],"main_pivot_8":[[40.7535787,-73.984804],"Bryant Park"],"main_pivot_9":[[40.7569313,-73.9827882],"Americas Tower"],"main_pivot_10":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_11":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_12":[[40.7543229,-73.9847373],"1095 Avenue Of The Americas"],"main_pivot_13":[[40.7557394,-73.9837251],"International Center of Photography"],"main_pivot_14":[[40.7538298,-73.9873708],"Golda Meir"],"main_pivot_15":[[40.7568878,-73.9807966],"attraction"],"near_pivot":[[40.7568878,-73.9807966],"attraction"],"around_goal_pivot_1":[[40.755312,-73.9782143],"hotel"],"around_goal_pivot_2":[[40.7560383,-73.980752],"post office"],"around_goal_pivot_3":[[40.754972,-73.9800815],"bank"],"around_goal_pivot_4":[[40.7552093,-73.9793633],"NBA Store"],"around_goal_pivot_5":[[40.7570942,-73.9785146],"AT&T"],"around_goal_pivot_6":[[40.755296,-73.979822],"Vans"],"around_goal_pivot_7":[[40.7551816,-73.9798997],"Five Below"],"around_goal_pivot_8":[[40.7566218,-73.9806493],"Cambria Hotel"],"around_goal_pivot_9":[[40.7566145,-73.9780743],"ASICS"],"around_goal_pivot_10":[[40.7570244,-73.9779903],"H&M"]}} +{"rvs_sample_number":63,"content":"I'm fairly far to the south of you, at a deli shop on the corner where Pine Street ends. Go south, pass the Financial District, and get on Pine Street, then go southeast on it until it ends. The shop will be on its west side. A PNC bank atm is south, next to a Starbucks cafe. To the east there's an AC Hotel. ","rvs_path":"data\/geodata\/manhattan_samples_v110.gpkg","rvs_goal_point":[40.7056658,-74.0070321],"key":8083,"region":"Manhattan","rvs_start_point":[40.7191524,-74.001861],"landmarks":{"end_point":[[40.7056658,-74.0070321],"deli shop"],"start_point":[[40.7191524,-74.001861],"cafe"],"main_pivot":[[40.7090406,-74.0082973],"John Street Church"],"main_pivot_2":[[40.7090406,-74.0082973],"John Street Church"],"main_pivot_3":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_4":[[40.7125647,-74.0068474],"City Hall"],"main_pivot_5":[[40.7173656,-74.0028203],"Mmuseumm 1"],"main_pivot_6":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_7":[[40.7143407355,-74.0063326777],"Broadway-Chambers Building"],"main_pivot_8":[[40.7145492,-74.005831],"Sun Building"],"main_pivot_9":[[40.7121488,-74.008175],"Woolworth Building"],"main_pivot_10":[[40.7077307,-74.0084813],"28 Liberty"],"main_pivot_11":[[40.7097579,-74.0103392],"One Liberty Plaza"],"main_pivot_12":[[40.7136465,-74.0058833],"Tweed Courthouse"],"main_pivot_13":[[40.7088872,-74.0091913],"The Liberty Tower"],"main_pivot_14":[[40.7112578801,-74.0089468339],"Saint Paul's Chapel"],"main_pivot_15":[[40.7049006,-74.00727],"atm"],"near_pivot":[[40.7049006,-74.00727],"atm"],"beyond_pivot":[[40.7047913,-74.0071236],"cafe"],"around_goal_pivot_1":[[40.7070753,-74.0085238],"church"],"around_goal_pivot_2":[[40.7054582,-74.0035066],"historic ship"],"around_goal_pivot_3":[[40.7063713,-74.0091958],"museum"],"around_goal_pivot_4":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_5":[[40.704919,-74.0093135],"Block Advisors"],"around_goal_pivot_6":[[40.7040045,-74.0074685],"two benches"],"around_goal_pivot_7":[[40.7057586,-74.0051334],"AC Hotel"],"around_goal_pivot_8":[[40.7063494,-74.0060557],"T-Mobile"],"around_goal_pivot_9":[[40.7065818,-74.0100596],"Tiffany & Company"],"around_goal_pivot_10":[[40.7067138,-74.0087045],"Radisson"]}} +{"rvs_sample_number":199,"content":"Meet me at a fountain northwest of you west of 12 Avenue on the waterfront. A bicycle shop is south of it and a historic ship (Intrepid Museum) is to the northeast. ","rvs_path":"data\/geodata\/manhattan_samples_v83.gpkg","rvs_goal_point":[40.7637096177,-74.0011273584],"key":8084,"region":"Manhattan","rvs_start_point":[40.7601614,-73.9911074],"landmarks":{"end_point":[[40.7637096177,-74.0011273584],"fountain"],"start_point":[[40.7601614,-73.9911074],"restaurant"],"main_pivot":[[40.7610811,-73.9941852],"Hallo Berlin"],"main_pivot_2":[[40.7610811,-73.9941852],"Hallo Berlin"],"main_pivot_3":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_4":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_5":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_6":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_7":[[40.7610811,-73.9941852],"Hallo Berlin"],"main_pivot_8":[[40.7610811,-73.9941852],"Hallo Berlin"],"main_pivot_9":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_10":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_11":[[40.7610811,-73.9941852],"Hallo Berlin"],"main_pivot_12":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_13":[[40.7610868,-73.9927401],"Matthews-Palmer Playground"],"main_pivot_14":[[40.7610811,-73.9941852],"Hallo Berlin"],"main_pivot_15":[[40.7640396,-73.9994523],"historic ship"],"near_pivot":[[40.7640396,-73.9994523],"historic ship"],"around_goal_pivot_1":[[40.7648527,-73.9993419],"historic ship"],"around_goal_pivot_2":[[40.7642838,-73.998222],"car wash"],"around_goal_pivot_3":[[40.7635309,-73.9977928],"nightclub"],"around_goal_pivot_4":[[40.7627274,-74.0014192],"parking entrance"],"around_goal_pivot_8":[[40.7627546,-74.0011356],"bicycle shop"],"around_goal_pivot_9":[[40.7647923,-74.00019],"gift shop"]}} +{"rvs_sample_number":244,"content":"Meet me at the bicycle parking on the east side of 3rd Avenue. I'm one block south of the pharmacy. I'm not right at the corner. I'm a little bit up from there.","rvs_path":"data\/geodata\/manhattan_samples_v80.gpkg","rvs_goal_point":[40.7327528,-73.9874711],"key":8085,"region":"Manhattan","rvs_start_point":[40.7178829,-73.9952742],"landmarks":{"end_point":[[40.7327528,-73.9874711],"bicycle parking"],"start_point":[[40.7178829,-73.9952742],"hotel"],"main_pivot":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_2":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_3":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_4":[[40.7285515378,-73.9898089899],"St. George's Church"],"main_pivot_5":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_6":[[40.7285515378,-73.9898089899],"St. George's Church"],"main_pivot_7":[[40.7276338,-73.9915453],"NoHo Historic District"],"main_pivot_8":[[40.7287854,-73.9902533],"41 Cooper Square"],"main_pivot_9":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_10":[[40.7315896,-73.9890331],"Webster Hall"],"main_pivot_11":[[40.7285515378,-73.9898089899],"St. George's Church"],"main_pivot_12":[[40.7285515378,-73.9898089899],"St. George's Church"],"main_pivot_13":[[40.7258764,-73.992203],"Bouwerie Lane Theatre"],"main_pivot_14":[[40.722493,-73.9929756],"New Museum of Contemporary Art"],"main_pivot_15":[[40.7333888,-73.9868305],"pharmacy"],"near_pivot":[[40.7333888,-73.9868305],"pharmacy"],"beyond_pivot":[[40.7333888,-73.9868305],"pharmacy"],"around_goal_pivot_1":[[40.7315896,-73.9890331],"nightclub"],"around_goal_pivot_2":[[40.7318226,-73.9895447],"post office"],"around_goal_pivot_3":[[40.7321763,-73.9890579],"historic building"],"around_goal_pivot_4":[[40.7349099,-73.9882699],"theatre"],"around_goal_pivot_5":[[40.7338546,-73.9844697],"fountain"],"around_goal_pivot_6":[[40.7327957,-73.989772],"Crunch Fitness"],"around_goal_pivot_7":[[40.7332214,-73.9900934],"Hyatt"],"around_goal_pivot_9":[[40.7327511,-73.9854492],"7-Eleven"],"around_goal_pivot_10":[[40.7346281,-73.9897516],"FedEx Office"]}} +{"rvs_sample_number":135,"content":"I am dying for some pizza. Will you buy me some. I'll wait for you at the pizza fast food place on 2nd ave. It's catty corner to a Duane Reade. Over a block south is a True value.","rvs_path":"data\/geodata\/manhattan_samples_v118.gpkg","rvs_goal_point":[40.7481904,-73.9736387],"key":8086,"region":"Manhattan","rvs_start_point":[40.7500199,-73.969053],"landmarks":{"end_point":[[40.7481904,-73.9736387],"fast food restaurant"],"start_point":[[40.7500199,-73.969053],"bicycle rental"],"main_pivot":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_2":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_3":[[40.7505535,-73.9694314],"Millennium Hilton One UN Plaza"],"main_pivot_4":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_5":[[40.7492902,-73.9728025],"Daily News Building"],"main_pivot_6":[[40.750249,-73.9694209],"UNICEF House"],"main_pivot_7":[[40.7505535,-73.9694314],"Millennium Hilton One UN Plaza"],"main_pivot_8":[[40.7490903485,-73.969975846],"Ralph Bunche Park"],"main_pivot_9":[[40.7505535,-73.9694314],"Millennium Hilton One UN Plaza"],"main_pivot_10":[[40.7490903485,-73.969975846],"Ralph Bunche Park"],"main_pivot_11":[[40.7490903485,-73.969975846],"Ralph Bunche Park"],"main_pivot_12":[[40.750249,-73.9694209],"UNICEF House"],"main_pivot_13":[[40.7490903485,-73.969975846],"Ralph Bunche Park"],"main_pivot_14":[[40.7505535,-73.9694314],"Millennium Hilton One UN Plaza"],"main_pivot_15":[[40.7477238,-73.9734385],"pharmacy"],"near_pivot":[[40.7477238,-73.9734385],"pharmacy"],"around_goal_pivot_1":[[40.7502687,-73.9736532],"Westin"],"around_goal_pivot_2":[[40.7488889,-73.9708333],"historic district"],"around_goal_pivot_3":[[40.7505246,-73.9743574],"Gap"],"around_goal_pivot_4":[[40.7471447,-73.9744008],"True Value"],"around_goal_pivot_5":[[40.7495001,-73.9718919],"Westgate Resorts"],"around_goal_pivot_6":[[40.7494009,-73.9756955],"Blink Fitness"],"around_goal_pivot_7":[[40.7484684,-73.9763928],"D'Agostino"],"around_goal_pivot_8":[[40.7489027,-73.9754015],"Orangetheory Fitness"],"around_goal_pivot_9":[[40.7489006,-73.9760488],"bicycle rental"],"around_goal_pivot_10":[[40.7484026,-73.9751699],"dentist's office"]}} +{"rvs_sample_number":122,"content":"Meet me at a post box north of you on 2nd Avenue. It is right next to a cinema. This post box is between 2 restaurants and a garden all on the same street.","rvs_path":"data\/geodata\/manhattan_samples_v59.gpkg","rvs_goal_point":[40.7247825,-73.9902794],"key":8087,"region":"Manhattan","rvs_start_point":[40.7189073,-73.9901737],"landmarks":{"end_point":[[40.7247825,-73.9902794],"post box"],"start_point":[[40.7189073,-73.9901737],"cafe"],"main_pivot":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_2":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_3":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_4":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_5":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_6":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_7":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_8":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_9":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_10":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_11":[[40.7187636,-73.9903134],"USA Shaolin Temple"],"main_pivot_12":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_13":[[40.7187837,-73.9900266],"Lower East Side Tenement Museum"],"main_pivot_14":[[40.7213529,-73.9889648],"Bluestockings"],"main_pivot_15":[[40.7247547,-73.9902601],"cinema"],"near_pivot":[[40.7247547,-73.9902601],"cinema"],"beyond_pivot":[[40.7243345,-73.9880064],"bar"],"around_goal_pivot_1":[[40.7263308,-73.9882179],"two benches"],"around_goal_pivot_2":[[40.7268488,-73.9925249],"fire station"],"around_goal_pivot_3":[[40.7261117,-73.9897202],"2 restaurants"],"around_goal_pivot_4":[[40.72665,-73.9907961],"supermarket"],"around_goal_pivot_5":[[40.7231346,-73.9923925],"museum"],"around_goal_pivot_6":[[40.7239831,-73.9912971],"garden"],"around_goal_pivot_7":[[40.725748,-73.9872695],"pharmacy"],"around_goal_pivot_8":[[40.7255007,-73.9937026],"clinic"],"around_goal_pivot_9":[[40.726572,-73.9914542],"7-Eleven"],"around_goal_pivot_10":[[40.7231911,-73.9902082],"The GEM Hotel"]}} +{"rvs_sample_number":34,"content":"Meet me at a school northwest of you on the west side of 10 Avenue. It is right next to a Catholic Church. A historic district is east of the school and a CVS Pharmacy is northeast of it.","rvs_path":"data\/geodata\/manhattan_samples_v72.gpkg","rvs_goal_point":[40.7466876,-74.0050109],"key":8088,"region":"Manhattan","rvs_start_point":[40.7402786,-73.9870432],"landmarks":{"end_point":[[40.7466876,-74.0050109],"school"],"start_point":[[40.7402786,-73.9870432],"cafe"],"main_pivot":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_2":[[40.7406644,-73.9878741],"One Madison"],"main_pivot_3":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_4":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_5":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_6":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_7":[[40.743476,-73.9938003],"St. Vincent de Paul Church"],"main_pivot_8":[[40.7412974,-73.9895293],"Flatiron Building"],"main_pivot_9":[[40.7409388,-73.9877701],"Metropolitan Life Insurance Company Tower"],"main_pivot_10":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_11":[[40.7410826,-73.9880987],"Madison Square Park"],"main_pivot_12":[[40.7414841,-73.9888503],"William Henry Seward Monument"],"main_pivot_13":[[40.7412344,-73.9882278],"Roscoe Conkling"],"main_pivot_14":[[40.7416914,-73.9883283],"Madison Square Fountain"],"main_pivot_15":[[40.7466614,-74.0051299],"church"],"near_pivot":[[40.7466614,-74.0051299],"church"],"around_goal_pivot_1":[[40.74528,-74.00472],"school"],"around_goal_pivot_2":[[40.7463889,-74.0033333],"historic district"],"around_goal_pivot_3":[[40.7476133,-74.0045044],"pharmacy"],"around_goal_pivot_4":[[40.7477595,-74.0037921],"bank"],"around_goal_pivot_5":[[40.7482541,-74.0059322],"U-Haul"],"around_goal_pivot_6":[[40.7446199,-74.0030314],"bar"],"around_goal_pivot_7":[[40.7478019,-74.0037753],"atm"],"around_goal_pivot_8":[[40.7479898,-74.0044046],"pub"],"around_goal_pivot_9":[[40.7447087,-74.0062049],"telephone"],"around_goal_pivot_10":[[40.7480635,-74.0054963],"storage rental shop"]}} +{"rvs_sample_number":425,"content":"You will see me at the bakery shop located on 6th Avenue, south of two playgrounds and west of the library.","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7532983,-73.9849528],"key":8089,"region":"Manhattan","rvs_start_point":[40.7430669,-73.9933671],"landmarks":{"end_point":[[40.7532983,-73.9849528],"bakery shop"],"start_point":[[40.7430669,-73.9933671],"bicycle parking"],"main_pivot":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_2":[[40.7433941,-73.993606],"St. Vincent de Paul Church"],"main_pivot_3":[[40.7485682,-73.987986],"Martinique New York on Broadway"],"main_pivot_4":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_5":[[40.7501745,-73.988051],"Macy's"],"main_pivot_6":[[40.7433941,-73.993606],"St. Vincent de Paul Church"],"main_pivot_7":[[40.7496098,-73.9877104],"Herald Towers"],"main_pivot_8":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_9":[[40.7433941,-73.993606],"St. Vincent de Paul Church"],"main_pivot_10":[[40.7498929,-73.9877902],"Herald Square"],"main_pivot_11":[[40.7501745,-73.988051],"Macy's"],"main_pivot_12":[[40.7433941,-73.993606],"St. Vincent de Paul Church"],"main_pivot_13":[[40.7501745,-73.988051],"Macy's"],"main_pivot_14":[[40.7514371,-73.9867994],"Haier Building"],"main_pivot_15":[[40.7538755,-73.9844619],"two playgrounds"],"near_pivot":[[40.7538755,-73.9844619],"two playgrounds"],"beyond_pivot":[[40.7539846,-73.9840908],"fountain"],"around_goal_pivot_1":[[40.7543018,-73.9824604],"college"],"around_goal_pivot_2":[[40.7558962,-73.9849328],"theatre"],"around_goal_pivot_3":[[40.752948,-73.9829827],"library"],"around_goal_pivot_4":[[40.7528852,-73.9819038],"5 fountains"],"around_goal_pivot_5":[[40.7534349,-73.9823612],"historic reservoir"],"around_goal_pivot_6":[[40.7557394,-73.9837251],"museum"],"around_goal_pivot_7":[[40.7522346,-73.9879101],"church"],"around_goal_pivot_8":[[40.7551989,-73.9826489],"Independent"],"around_goal_pivot_9":[[40.7553098,-73.9848042],"atm"],"around_goal_pivot_10":[[40.7531276,-73.9816742],"five fountains"]}} +{"rvs_sample_number":264,"content":"Meet me at the bicycle parking southeast of you in Alphabet City. Orpheum Theatre is about halfway between us. This parking is on East 7th Street, and it's the one farthest to the west on this block. An arts centre is about a block to the west, and to the north on the next block there is a small park by another bicycle parking. ","rvs_path":"data\/geodata\/manhattan_samples_v87.gpkg","rvs_goal_point":[40.7247936,-73.9803592],"key":8090,"region":"Manhattan","rvs_start_point":[40.7321588068,-73.9980427894],"landmarks":{"end_point":[[40.7247936,-73.9803592],"bicycle parking"],"start_point":[[40.7321588068,-73.9980427894],"university"],"main_pivot":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_2":[[40.7282432,-73.9877201],"Orpheum Theatre"],"main_pivot_3":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_4":[[40.7299192,-73.9905513],"51 Astor Place"],"main_pivot_5":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_6":[[40.7322674,-73.9972548],"New York Studio School of Drawing, Painting and Sculpture"],"main_pivot_7":[[40.7301234,-73.9951033],"Brown Building"],"main_pivot_8":[[40.7299781239,-73.9928012608],"NoHo Historic District"],"main_pivot_9":[[40.72928,-73.9924535],"Colonnade row"],"main_pivot_10":[[40.7287854,-73.9902533],"41 Cooper Square"],"main_pivot_11":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_12":[[40.7319802,-73.9965658],"Greenwich Village"],"main_pivot_13":[[40.7301107,-73.9902463],"IBM Watson"],"main_pivot_14":[[40.7287612,-73.9897021],"McSorley's Old Ale House"],"main_pivot_15":[[40.7260589,-73.9832976],"park"],"near_pivot":[[40.7260589,-73.9832976],"park"],"beyond_pivot":[[40.7253836,-73.9798611],"bicycle_parking"],"around_goal_pivot_1":[[40.7272306,-73.9805648],"library"],"around_goal_pivot_2":[[40.7266364,-73.9821854],"fountain"],"around_goal_pivot_3":[[40.7243587,-73.9820544],"two shelters"],"around_goal_pivot_4":[[40.7260468,-73.9831537],"historic monument"],"around_goal_pivot_5":[[40.7257313,-73.9778791],"museum"],"around_goal_pivot_6":[[40.7255484,-73.97962],"park"],"around_goal_pivot_7":[[40.7261037,-73.9775918],"MetroPCS"],"around_goal_pivot_8":[[40.7261322,-73.9775683],"2 vacant shops"],"around_goal_pivot_9":[[40.7256814,-73.9835909],"Blink Fitness"],"around_goal_pivot_10":[[40.7249615,-73.9830825],"arts centre"]}} +{"rvs_sample_number":216,"content":"Head southwest to meet me at the cafe on West 4th Street. There are two parks on my east and an attraction is located on my west.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v62.gpkg","rvs_goal_point":[40.7354463,-74.0031986],"key":8091,"region":"Manhattan","rvs_start_point":[40.7385347,-74.0014028],"landmarks":{"end_point":[[40.7354463,-74.0031986],"cafe"],"start_point":[[40.7385347,-74.0014028],"fitness centre"],"main_pivot":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_2":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_3":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_4":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_5":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_6":[[40.7381996,-74.0011757],"NYC LGBT Community Center"],"main_pivot_7":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_8":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_9":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_10":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_11":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_12":[[40.7359753,-74.0019193],"Ta\u00efm"],"main_pivot_13":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_14":[[40.7360361,-74.0016519],"Village Vanguard"],"main_pivot_15":[[40.7353583,-74.0038569],"attraction"],"near_pivot":[[40.7353583,-74.0038569],"attraction"],"around_goal_pivot_1":[[40.7335844,-74.0028172],"attraction"],"around_goal_pivot_2":[[40.7353254,-74.0017053],"two parks"],"around_goal_pivot_3":[[40.7358879,-74.005],"pastry shop"],"around_goal_pivot_4":[[40.7342099,-74.0027123],"FedEx Office"],"around_goal_pivot_5":[[40.733039,-74.0039458],"Scotch & Soda"],"around_goal_pivot_6":[[40.7343178,-74.0019239],"charging station"],"around_goal_pivot_7":[[40.7365247,-74.0055329],"two playgrounds"],"around_goal_pivot_8":[[40.7368066,-74.001398],"bbq"],"around_goal_pivot_9":[[40.7363548,-74.0055805],"toilets"],"around_goal_pivot_10":[[40.735505,-74.0002905],"school"]}} +{"rvs_sample_number":176,"content":"Meet me at a seafood restaurant south of you on the corner of 7th Avenue. A Walgreens Pharmacy is south of it on the same street. Southwest of the seafood restaurant is a theatre.","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.7572194,-73.9863644],"key":8092,"region":"Manhattan","rvs_start_point":[40.7710475,-73.9921017],"landmarks":{"end_point":[[40.7572194,-73.9863644],"restaurant"],"start_point":[[40.7710475,-73.9921017],"parking entrance"],"main_pivot":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_2":[[40.75876,-73.9851484],"George M. Cohan"],"main_pivot_3":[[40.7715011282,-73.9919095546],"West 59th Street Generating Station"],"main_pivot_4":[[40.7596231,-73.9851474],"Morgan Stanley Building"],"main_pivot_5":[[40.7590961,-73.9850311],"TKTS"],"main_pivot_6":[[40.7628531,-73.9838317],"Gallaghers Steakhouse"],"main_pivot_7":[[40.7637743,-73.9828196],"Ed Sullivan Theater"],"main_pivot_8":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_9":[[40.7669287,-73.9837541],"Hearst Tower"],"main_pivot_10":[[40.7607865,-73.9842619],"750 Seventh Avenue"],"main_pivot_11":[[40.7664201,-73.9814245],"Central Park Tower"],"main_pivot_12":[[40.7683375,-73.9863395],"Church for All Nations"],"main_pivot_13":[[40.7612283,-73.9843745],"Brill Building"],"main_pivot_14":[[40.7683375,-73.9863395],"Church for All Nations"],"main_pivot_15":[[40.7580237,-73.9856867],"attraction"],"near_pivot":[[40.7580237,-73.9856867],"attraction"],"beyond_pivot":[[40.7569209,-73.9871855],"theatre"],"around_goal_pivot_1":[[40.7582128,-73.9839676],"church"],"around_goal_pivot_2":[[40.7584128,-73.9855641],"Mariott"],"around_goal_pivot_3":[[40.7580237,-73.9856867],"square"],"around_goal_pivot_4":[[40.7575785,-73.9838256],"school"],"around_goal_pivot_5":[[40.756837,-73.98844],"nightclub"],"around_goal_pivot_6":[[40.756098,-73.9866768],"pharmacy"],"around_goal_pivot_7":[[40.7569181,-73.9886311],"ice cream"],"around_goal_pivot_8":[[40.7575376,-73.988639],"Westin"],"around_goal_pivot_9":[[40.7567716,-73.9896414],"Microsoft"],"around_goal_pivot_10":[[40.7594464,-73.9854395],"W Hotels"]}} +{"rvs_sample_number":175,"content":"Meet me at the clothes shop on Broadway by going southwest. It shares a block with \u201cattraction\u201d. There is a church right across the street from the shop. It\u2019s next to a shoe store. ","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7287947,-73.9936354],"key":8093,"region":"Manhattan","rvs_start_point":[40.7327255,-73.9845346],"landmarks":{"end_point":[[40.7287947,-73.9936354],"clothes shop"],"start_point":[[40.7327255,-73.9845346],"bicycle parking"],"main_pivot":[[40.72928,-73.9924535],"Colonnade row"],"main_pivot_2":[[40.7292892,-73.9917253],"Public Theater"],"main_pivot_3":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_4":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_5":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_6":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_7":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_8":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_9":[[40.7298846,-73.9910185],"Alamo"],"main_pivot_10":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_11":[[40.7295282,-73.9905606],"The Cooper Union"],"main_pivot_12":[[40.7292688,-73.9873613],"East Village"],"main_pivot_13":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_14":[[40.7318799,-73.9845807],"New York Eye and Ear Infirmary of Mount Sinai"],"main_pivot_15":[[40.7287594,-73.9941328],"church"],"near_pivot":[[40.7287594,-73.9941328],"church"],"beyond_pivot":[[40.7284023,-73.9944386],"pharmacy"],"around_goal_pivot_1":[[40.7271081,-73.992503],"fire station"],"around_goal_pivot_2":[[40.7299471,-73.996123],"arts centre"],"around_goal_pivot_3":[[40.7277068987,-73.9923560555],"museum"],"around_goal_pivot_4":[[40.72928,-73.9924535],"attraction"],"around_goal_pivot_5":[[40.727834,-73.9907398],"hotel"],"around_goal_pivot_6":[[40.7270937,-73.9956618],"two clothes shops"],"around_goal_pivot_7":[[40.728742,-73.996835],"bicycle repair station"],"around_goal_pivot_8":[[40.7299609,-73.9905041],"pharmacy"],"around_goal_pivot_9":[[40.7297054,-73.9913425],"bank"],"around_goal_pivot_10":[[40.727029,-73.9957015],"CeX"]}} +{"rvs_sample_number":309,"content":"Go west to the waterfront and meet me at the bench north of a museum and west from Hertz car rental. It's right on the water's edge.","rvs_path":"data\/geodata\/manhattan_samples_v93.gpkg","rvs_goal_point":[40.7070502,-74.0184733],"key":8094,"region":"Manhattan","rvs_start_point":[40.7078067,-74.0128054],"landmarks":{"end_point":[[40.7070502,-74.0184733],"bench"],"start_point":[[40.7078067,-74.0128054],"waste basket"],"main_pivot":[[40.7067464,-74.0137776],"Elizabeth H. Berger Plaza"],"main_pivot_2":[[40.7067464,-74.0137776],"Elizabeth H. Berger Plaza"],"main_pivot_3":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_4":[[40.7077978,-74.0144477],"Greenwich Club Residences"],"main_pivot_5":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_6":[[40.7079432,-74.0137633],"9\/11 Tribute Museum"],"main_pivot_7":[[40.7079632,-74.0126206],"Trinity Church"],"main_pivot_8":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_9":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_10":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_11":[[40.7076967,-74.0128525],"Empire Building"],"main_pivot_12":[[40.707116,-74.0132443],"Adams Express Building"],"main_pivot_13":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_14":[[40.707572,-74.0129215],"65 Broadway"],"main_pivot_15":[[40.7064148,-74.0186801],"museum"],"near_pivot":[[40.7064148,-74.0186801],"museum"],"beyond_pivot":[[40.7063681,-74.0190218],"bench"],"around_goal_pivot_1":[[40.7057229,-74.0177051],"museum"],"around_goal_pivot_2":[[40.7066344,-74.0152123],"car rental"],"around_goal_pivot_3":[[40.70522,-74.0162734],"pharmacy"],"around_goal_pivot_4":[[40.705095,-74.0179317],"3 benches"],"around_goal_pivot_5":[[40.7055297,-74.0183555],"4 gardens"],"around_goal_pivot_6":[[40.705449,-74.0172945],"hotel"],"around_goal_pivot_7":[[40.704383,-74.0185432],"viewpoint"],"around_goal_pivot_8":[[40.7052227,-74.0183978],"toilets"],"around_goal_pivot_9":[[40.704891,-74.0180116],"eight gardens"],"around_goal_pivot_10":[[40.7082742,-74.0177294],"dry cleaning shop"]}} +{"rvs_sample_number":212,"content":"Meet me on the south of you at the hotel on the east side of Allen Street, to the north of a museum and northwest of a pharmacy.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v75.gpkg","rvs_goal_point":[40.7194926,-73.9899366],"key":8095,"region":"Manhattan","rvs_start_point":[40.7293869,-73.9919505],"landmarks":{"end_point":[[40.7194926,-73.9899366],"hotel"],"start_point":[[40.7293869,-73.9919505],"bicycle parking"],"main_pivot":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_2":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_3":[[40.7244764,-73.9904429],"Matchless Gifts Hare Krishna Temple"],"main_pivot_4":[[40.7231858,-73.9901312],"Yonah Shimmel Knish Bakery"],"main_pivot_5":[[40.7292347881,-73.9917715519],"Public Theater"],"main_pivot_6":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_7":[[40.727039,-73.9923628],"FDNY Engine 33\/Ladder 9"],"main_pivot_8":[[40.7216511,-73.988822],"The Meatball Shop"],"main_pivot_9":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_10":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_11":[[40.7247547,-73.9902601],"Anthology Film Archives"],"main_pivot_12":[[40.7231123,-73.9882648],"Peretz Square"],"main_pivot_13":[[40.7256864,-73.991428],"New York Marble Cemetery"],"main_pivot_14":[[40.7291974,-73.9916255],"Joe's Pub at the Public"],"main_pivot_15":[[40.7187837,-73.9900266],"museum"],"near_pivot":[[40.7187837,-73.9900266],"museum"],"around_goal_pivot_1":[[40.7180584,-73.9879745],"cinema"],"around_goal_pivot_2":[[40.71905,-73.9887206],"pharmacy"],"around_goal_pivot_3":[[40.7184227,-73.9869123],"clinic"],"around_goal_pivot_4":[[40.7209931,-73.9911118],"VapeNY"],"around_goal_pivot_5":[[40.7181797,-73.9900735],"Scotch & Soda"],"around_goal_pivot_6":[[40.7180122,-73.9904029],"2 restaurants"],"around_goal_pivot_7":[[40.7209296,-73.988926],"Self Edge"],"around_goal_pivot_8":[[40.7172739,-73.9895047],"three schools"],"around_goal_pivot_9":[[40.7172752,-73.9899004],"internet cafe"],"around_goal_pivot_10":[[40.718144,-73.991184],"ice cream"]}} +{"rvs_sample_number":163,"content":"Let's meet up at that Fast food restaurant on East 35th street. It's the one that is around 3 blocks west of the eastern terminus of the street. Cattycorner to the southeast of it is a Aremenian Church.","rvs_path":"data\/geodata\/manhattan_samples_v97.gpkg","rvs_goal_point":[40.7456827,-73.9754601],"key":8096,"region":"Manhattan","rvs_start_point":[40.7564659831,-73.9885078396],"landmarks":{"end_point":[[40.7456827,-73.9754601],"fast food restaurant"],"start_point":[[40.7564659831,-73.9885078396],"attraction"],"main_pivot":[[40.7556079,-73.986279],"The Knickerbocker Hotel"],"main_pivot_2":[[40.7567274,-73.9890758],"AMC Empire 25"],"main_pivot_3":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_4":[[40.7479128,-73.9783796],"Soldiers\u2019, Sailors\u2019, Marines\u2019, Coast Guard and Airmen\u2019s Club"],"main_pivot_5":[[40.7481574,-73.97875],"Murray Hill"],"main_pivot_6":[[40.7566649,-73.9880379],"American Airlines Theater"],"main_pivot_7":[[40.7561287,-73.98658],"Times Square Ball"],"main_pivot_8":[[40.7564859,-73.9876494],"Lyric Theatre"],"main_pivot_9":[[40.7566649,-73.9880379],"American Airlines Theater"],"main_pivot_10":[[40.7562895,-73.9878868],"Candler Building"],"main_pivot_11":[[40.7518998,-73.9877345],"NICE Actimize"],"main_pivot_12":[[40.7565139,-73.9877155],"Times Square Theater"],"main_pivot_13":[[40.7557187,-73.9866146],"Times Square Tower"],"main_pivot_14":[[40.7566649,-73.9880379],"American Airlines Theater"],"main_pivot_15":[[40.7453042,-73.9752877],"church"],"near_pivot":[[40.7453042,-73.9752877],"church"],"around_goal_pivot_1":[[40.7436044,-73.9734453],"hospital"],"around_goal_pivot_2":[[40.7469444,-73.9783333],"historic district"],"around_goal_pivot_3":[[40.7451776,-73.9772772],"Sola Salons"],"around_goal_pivot_4":[[40.74445,-73.9773808],"2 schools"],"around_goal_pivot_5":[[40.7450946,-73.9770693],"Crunch Fitness"],"around_goal_pivot_6":[[40.7471447,-73.9744008],"True Value"],"around_goal_pivot_7":[[40.7452361,-73.977421],"European Wax Center"],"around_goal_pivot_8":[[40.7468119,-73.9775867],"Verizon Wireless"],"around_goal_pivot_9":[[40.7466075,-73.9777324],"D'Agostino"],"around_goal_pivot_10":[[40.7443976,-73.9754634],"charging station"]}} +{"rvs_sample_number":335,"content":"Go east on East Houston and a block after a museum you should turn onto an avenue. The pub would be on the second block on the left side of the street.","rvs_path":"data\/geodata\/manhattan_samples_v52.gpkg","rvs_goal_point":[40.7224516,-73.9832865],"key":8097,"region":"Manhattan","rvs_start_point":[40.7241058,-73.9973868],"landmarks":{"end_point":[[40.7224516,-73.9832865],"pub"],"start_point":[[40.7241058,-73.9973868],"bicycle parking"],"main_pivot":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_2":[[40.7246936649,-73.9963814879],"Gina Keatley, CDN"],"main_pivot_3":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_4":[[40.724241,-73.9921517],"Liz Christy Garden"],"main_pivot_5":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_6":[[40.7248974,-73.995307],"Puck Building"],"main_pivot_7":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_8":[[40.7246936649,-73.9963814879],"Gina Keatley, CDN"],"main_pivot_9":[[40.722345,-73.9873614],"Katz's Delicatessen"],"main_pivot_10":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_11":[[40.7252649,-73.9953291],"NoHo Historic District"],"main_pivot_12":[[40.7225826,-73.9881925],"Russ & Daughters"],"main_pivot_13":[[40.7248974,-73.995307],"Puck Building"],"main_pivot_14":[[40.7246936649,-73.9963814879],"Gina Keatley, CDN"],"main_pivot_15":[[40.7221506,-73.9834658],"pharmacy"],"near_pivot":[[40.7221506,-73.9834658],"pharmacy"],"beyond_pivot":[[40.7231548,-73.9826986],"supermarket"],"around_goal_pivot_1":[[40.7211589,-73.9857222],"museum"],"around_goal_pivot_2":[[40.7243356,-73.982076],"two shelters"],"around_goal_pivot_3":[[40.7219266,-73.9845187],"FedEx Office"],"around_goal_pivot_4":[[40.7249615,-73.9830825],"arts centre"],"around_goal_pivot_5":[[40.7210728,-73.9818662],"attraction"],"around_goal_pivot_6":[[40.7207051,-73.984356],"childcare"],"around_goal_pivot_7":[[40.721615,-73.9800434],"clinic"],"around_goal_pivot_8":[[40.7243201,-73.982288],"shelter"],"around_goal_pivot_9":[[40.7239592,-73.9844334],"recycling"],"around_goal_pivot_10":[[40.7237397,-73.9802085],"community centre"]}} +{"rvs_sample_number":101,"content":"Meet me at the bicycle parking northwest of you on West 23rd Street. A clinic is northeast of me. A restaurant is on my northwest.\r\n","rvs_path":"data\/geodata\/manhattan_samples_v78.gpkg","rvs_goal_point":[40.7422762,-73.9911153],"key":8098,"region":"Manhattan","rvs_start_point":[40.7376764,-73.9846657],"landmarks":{"end_point":[[40.7422762,-73.9911153],"bicycle parking"],"start_point":[[40.7376764,-73.9846657],"dentist's office"],"main_pivot":[[40.7415032,-73.9888584],"William Henry Seward Monument"],"main_pivot_2":[[40.7379034,-73.9851607],"Gramercy Park"],"main_pivot_3":[[40.7379034,-73.9851607],"Gramercy Park"],"main_pivot_4":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_5":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_6":[[40.7415589,-73.9889666],"Madison Square Park"],"main_pivot_7":[[40.7388248045,-73.9868820734],"Calvary Church"],"main_pivot_8":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_9":[[40.7388248045,-73.9868820734],"Calvary Church"],"main_pivot_10":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_11":[[40.7379034,-73.9851607],"Gramercy Park"],"main_pivot_12":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_13":[[40.7407764,-73.9895699],"Flatiron Building"],"main_pivot_14":[[40.7379294,-73.9858956],"Edwin Booth"],"main_pivot_15":[[40.7422994,-73.9909359],"clinic"],"near_pivot":[[40.7422994,-73.9909359],"clinic"],"beyond_pivot":[[40.7427924,-73.9920482],"restaurant"],"around_goal_pivot_1":[[40.7405048,-73.9933185],"library"],"around_goal_pivot_2":[[40.7415589,-73.9889666],"park"],"around_goal_pivot_3":[[40.7437272,-73.9933634],"church"],"around_goal_pivot_4":[[40.743566,-73.9901372],"cathedral"],"around_goal_pivot_5":[[40.74,-73.9925],"historic district"],"around_goal_pivot_6":[[40.7412378,-73.98971],"3 bicycle parkings"],"around_goal_pivot_7":[[40.743776619,-73.993094855],"museum"],"around_goal_pivot_8":[[40.7431982,-73.993057],"post office"],"around_goal_pivot_9":[[40.7436147,-73.9927157],"car rental"],"around_goal_pivot_10":[[40.740401,-73.9895748],"bicycle repair station"]}} +{"rvs_sample_number":220,"content":"I will be waiting at the garden by Hudson River Greenway. Cross over the red street and you'll find it directly west of viewpoint. It is far north from the bridge. ","rvs_path":"data\/geodata\/manhattan_samples_v104.gpkg","rvs_goal_point":[40.7128890306,-74.0144841801],"key":8099,"region":"Manhattan","rvs_start_point":[40.7200875,-73.99943],"landmarks":{"end_point":[[40.7128890306,-74.0144841801],"garden"],"start_point":[[40.7200875,-73.99943],"hairdresser shop"],"main_pivot":[[40.7120232,-74.0089725],"Barclay Tower"],"main_pivot_2":[[40.7122324,-74.0102482],"Church Street Station Post Office"],"main_pivot_3":[[40.7111761,-74.009877],"195 Broadway"],"main_pivot_4":[[40.7124615,-74.0125033],"Performing Arts Center at the World Trade Center"],"main_pivot_5":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_6":[[40.7122324,-74.0102482],"Church Street Station Post Office"],"main_pivot_7":[[40.7143017,-74.0063639],"Broadway-Chambers Building"],"main_pivot_8":[[40.714054,-74.0065999],"Tower 270"],"main_pivot_9":[[40.7158853,-74.0042548],"Javits Federal Building"],"main_pivot_10":[[40.7131998,-74.0073037],"Home Life Building"],"main_pivot_11":[[40.7118666086,-74.0118755252],"World Trade Center Transportation Hub - Oculus"],"main_pivot_12":[[40.7114957,-74.0093095],"Saint Paul's Chapel"],"main_pivot_13":[[40.7124615,-74.0125033],"Performing Arts Center at the World Trade Center"],"main_pivot_14":[[40.7142029,-74.0061165],"Sun Building"],"main_pivot_15":[[40.7122088,-74.0139701],"three gardens"],"near_pivot":[[40.7122088,-74.0139701],"three gardens"],"around_goal_pivot_1":[[40.7122324,-74.0102482],"post office"],"around_goal_pivot_2":[[40.7115585,-74.0123275],"museum"],"around_goal_pivot_3":[[40.7109938775,-74.0150731676],"bridge"],"around_goal_pivot_4":[[40.7118666086,-74.0118755252],"train station"],"around_goal_pivot_5":[[40.714742,-74.015169],"cinema"],"around_goal_pivot_6":[[40.712949,-74.0130438],"viewpoint"],"around_goal_pivot_7":[[40.7119682,-74.0140261],"3 gardens"],"around_goal_pivot_8":[[40.7106658,-74.0126942],"3 gardens"],"around_goal_pivot_9":[[40.7109977,-74.0162395],"bank"],"around_goal_pivot_10":[[40.7117673,-74.0116509],"Apple Store"]}} +{"rvs_sample_number":480,"content":"Meet me at a garden east of you near Pearl Street. East of it is a ATM. A Radisson hotel and a church is north of the garden.","rvs_path":"data\/geodata\/manhattan_samples_v60.gpkg","rvs_goal_point":[40.7049781282,-74.0083396974],"key":8100,"region":"Manhattan","rvs_start_point":[40.7050859,-74.0137144],"landmarks":{"end_point":[[40.7049781282,-74.0083396974],"garden"],"start_point":[[40.7050859,-74.0137144],"bench"],"main_pivot":[[40.7054016,-74.0138151],"Cunard Building"],"main_pivot_2":[[40.7051227,-74.0140021],"Bowling Green Building"],"main_pivot_3":[[40.7049408,-74.012904],"2 Broadway"],"main_pivot_4":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_5":[[40.7050115,-74.0140947],"International Mercantile Marine Company Building"],"main_pivot_6":[[40.7050115,-74.0140947],"International Mercantile Marine Company Building"],"main_pivot_7":[[40.7054016,-74.0138151],"Cunard Building"],"main_pivot_8":[[40.7050115,-74.0140947],"International Mercantile Marine Company Building"],"main_pivot_9":[[40.7054016,-74.0138151],"Cunard Building"],"main_pivot_10":[[40.7050115,-74.0140947],"International Mercantile Marine Company Building"],"main_pivot_11":[[40.7054016,-74.0138151],"Cunard Building"],"main_pivot_12":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_13":[[40.7051141448,-74.0132409336],"26 Broadway"],"main_pivot_14":[[40.705468,-74.0134788],"Charging Bull"],"main_pivot_15":[[40.7049006,-74.00727],"atm"],"near_pivot":[[40.7049006,-74.00727],"atm"],"around_goal_pivot_1":[[40.7068506,-74.008752],"church"],"around_goal_pivot_2":[[40.7063713,-74.0091958],"museum"],"around_goal_pivot_3":[[40.7044516,-74.0114151],"post office"],"around_goal_pivot_4":[[40.705201,-74.0105358],"car sharing"],"around_goal_pivot_5":[[40.7069229,-74.0072141],"2 fast food restaurants"],"around_goal_pivot_6":[[40.7046103,-74.0108612],"car rental"],"around_goal_pivot_7":[[40.706603,-74.0087984],"Radisson"],"around_goal_pivot_8":[[40.7029278,-74.0101116],"two gardens"],"around_goal_pivot_9":[[40.7057586,-74.0051334],"AC Hotel"],"around_goal_pivot_10":[[40.7076017,-74.0078097],"2 benches"]}} +{"rvs_sample_number":297,"content":"Meet me at the convenience shop on Canal Street. It is in the southwest corner of the block. The block south of it has a museum. ","rvs_path":"data\/geodata\/manhattan_samples_v76.gpkg","rvs_goal_point":[40.7154219,-73.9932075],"key":8101,"region":"Manhattan","rvs_start_point":[40.7160854,-74.0003229],"landmarks":{"end_point":[[40.7154219,-73.9932075],"convenience shop"],"start_point":[[40.7160854,-74.0003229],"bicycle parking"],"main_pivot":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_2":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_3":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_4":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_5":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_6":[[40.7176318,-73.9987688],"Most Precious Blood Church"],"main_pivot_7":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_8":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_9":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_10":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_11":[[40.7159882138,-74.0001830241],"Columbus Park"],"main_pivot_12":[[40.7164898,-74.0000849],"Manhattan Detention Complex"],"main_pivot_13":[[40.7164913,-73.9962504],"Chinatown"],"main_pivot_14":[[40.7159882138,-74.0001830241],"Columbus Park"],"main_pivot_15":[[40.7148155325,-73.9934845712],"museum"],"near_pivot":[[40.7148155325,-73.9934845712],"museum"],"around_goal_pivot_1":[[40.7160854,-74.0003229],"historic neighbourhood"],"around_goal_pivot_2":[[40.7144617,-73.9943762],"bridge"],"around_goal_pivot_3":[[40.7140388,-73.9918477],"post office"],"around_goal_pivot_4":[[40.713721,-73.9929747],"Fairfield Inn & Suites"],"around_goal_pivot_5":[[40.7156266,-73.9918664],"FlixBus"],"around_goal_pivot_6":[[40.716686,-73.9953975],"hostel"],"around_goal_pivot_7":[[40.7165969,-73.9908729],"museum"],"around_goal_pivot_8":[[40.7148107,-73.9965532],"atm"],"around_goal_pivot_9":[[40.7164454,-73.9949186],"prep school"],"around_goal_pivot_10":[[40.7163866,-73.9955049],"dentist's office"]}} +{"rvs_sample_number":198,"content":"Meet me at the new age shop on East 10th Street. There is a church to its east in the opposite block. You can find Buffalo Exchange in the block west of it. \r\n\r\n","rvs_path":"data\/geodata\/manhattan_samples_v29.gpkg","rvs_goal_point":[40.7287171,-73.9840335],"key":8102,"region":"Manhattan","rvs_start_point":[40.727497,-73.9793554],"landmarks":{"end_point":[[40.7287171,-73.9840335],"new age shop"],"start_point":[[40.727497,-73.9793554],"bicycle parking"],"main_pivot":[[40.7273725,-73.9802551],"Tompkins Square Library"],"main_pivot_2":[[40.7279569,-73.9827222],"St. Nicholas of Myra Orthodox Church"],"main_pivot_3":[[40.7288235583,-73.9823491907],"East Side Community High School"],"main_pivot_4":[[40.7279569,-73.9827222],"St. Nicholas of Myra Orthodox Church"],"main_pivot_5":[[40.7288235583,-73.9823491907],"East Side Community High School"],"main_pivot_6":[[40.7279569,-73.9827222],"St. Nicholas of Myra Orthodox Church"],"main_pivot_7":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_8":[[40.7288235583,-73.9823491907],"East Side Community High School"],"main_pivot_9":[[40.7288235583,-73.9823491907],"East Side Community High School"],"main_pivot_10":[[40.7279569,-73.9827222],"St. Nicholas of Myra Orthodox Church"],"main_pivot_11":[[40.7288235583,-73.9823491907],"East Side Community High School"],"main_pivot_12":[[40.7288235583,-73.9823491907],"East Side Community High School"],"main_pivot_13":[[40.7273725,-73.9802551],"Tompkins Square Library"],"main_pivot_14":[[40.7276734,-73.9821316],"Tompkins Square Park"],"main_pivot_15":[[40.7291605,-73.9832648],"garden"],"near_pivot":[[40.7291605,-73.9832648],"garden"],"beyond_pivot":[[40.7291605,-73.9832648],"park"],"around_goal_pivot_1":[[40.7292644,-73.9827718],"2 pitches"],"around_goal_pivot_2":[[40.7295465,-73.982639],"two schools"],"around_goal_pivot_3":[[40.7279569,-73.9827222],"church"],"around_goal_pivot_4":[[40.7290191,-73.9829263],"park"],"around_goal_pivot_5":[[40.7295992,-73.9848031],"Buffalo Exchange"],"around_goal_pivot_6":[[40.7295384,-73.9842673],"bicycle rental"],"around_goal_pivot_7":[[40.7283837,-73.9850797],"hotel"],"around_goal_pivot_8":[[40.7277913,-73.9852783],"telephone"],"around_goal_pivot_9":[[40.7279187,-73.9852957],"ice cream"],"around_goal_pivot_10":[[40.7283129,-73.9854512],"veterinary"]}} diff --git a/dataset/pittsburgh.json b/dataset/pittsburgh.json index eadbee4f..d077ae5b 100644 --- a/dataset/pittsburgh.json +++ b/dataset/pittsburgh.json @@ -1,1023 +1,1023 @@ -{"content":"Meet me at the supermarket on Penn Avenue. It is the building right next to the atm. The atm is on the same side of the street as the confectionery shop.","rvs_goal_point":[40.4513322,-79.9834142],"key":8103,"region":"Pittsburgh","rvs_start_point":[40.4550607934,-79.9811333067]} -{"content":"After you get your haircut come meet me at the university at the beginning of the Academic Walk. The Rooney Field is just east south of it. You should pass Old Allegheny County Jail. ","rvs_goal_point":[40.4564202678,-80.0157939245],"key":8104,"region":"Pittsburgh","rvs_start_point":[40.4558506146,-80.0061373903]} -{"content":"Get on Liberty Avenue past basketball pitch located on your northeast. I'm at the garden just before storage rental shop.","rvs_goal_point":[40.4581242703,-79.9721109557],"key":8105,"region":"Pittsburgh","rvs_start_point":[40.4560415154,-79.9789356644]} -{"content":"Go north across the main bridge then west on East Ohio Street and meet me at the antiques shop past Cricket Wireless, before Rita's Italian Ice.","rvs_goal_point":[40.4534029,-80.000485],"key":8106,"region":"Pittsburgh","rvs_start_point":[40.4445182444,-79.9958080969]} -{"content":"Meet me at the boutique shop on East Carson Street. It is one block to the west of Great Clips. It is on the east side of the block. On the same side of the street as the Great Clips.","rvs_goal_point":[40.4289082,-79.9844281],"key":8107,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706]} -{"content":"I'm at the school northeast of you. It's located on North Craig Street, There is a large Christian high School chapel nearby. You'll find me located in the building named after the Martyr burned at the steak while still a very young woman. It's just west of Ascension Green park.","rvs_goal_point":[40.4483335929,-79.949047041],"key":8108,"region":"Pittsburgh","rvs_start_point":[40.4421833,-79.9428742]} -{"content":"Meet me at the fitness center on 6th street. It's north of the Butcher and the Rye Bar we went to last weekend. You'll see it on the west side of the street before you get to the Renaissance Hotel.","rvs_goal_point":[40.4430931,-80.0024682],"key":8109,"region":"Pittsburgh","rvs_start_point":[40.4397324619,-80.0004047711]} -{"content":"I'm waiting for you at the garden on Smallman street. On the same block, there is a hairdresser shop on the southeast corner, and a fitness centre on the northeast corner.\r\n","rvs_goal_point":[40.4538594,-79.9818726],"key":8110,"region":"Pittsburgh","rvs_start_point":[40.4573088104,-79.978890412]} -{"content":"Meet me at the Bing pitch south of your location. Head south one block then turn east. Then turn south onto the next street. Head south past Central Catholic High School. Keep heading south on Boundary Street. Stay on Boundary Street and keep going south at the fork in the road. Your destination will be on the west side after the fork in the road. It is directly south of Panther Hollow.","rvs_goal_point":[40.4386271002,-79.9504667473],"key":8111,"region":"Pittsburgh","rvs_start_point":[40.4478509883,-79.9493932073]} -{"content":"Head west, and meet me at the Love, Pittsburgh gift shop just south of the Fine Wine & Good Spirits on Shiloh Street. ","rvs_goal_point":[40.4292309737,-80.0071907455],"key":8112,"region":"Pittsburgh","rvs_start_point":[40.4264032039,-79.9886613395]} -{"content":"I'm waiting for you by a waste basket on Ridge Avenue. Cross the bridge to get here. On the east block from the waste basket, you'll find a fast food restaurant and a vending machine.\r\n\r\n","rvs_goal_point":[40.4501501,-80.0153448],"key":8113,"region":"Pittsburgh","rvs_start_point":[40.4422099,-80.0054427]} -{"content":"Meet me at the bar northwest of you. Head north past BABB Incorporated, and then turn west on Western Avenue. You will see the bar about one third of the way down the block on the south side of the street. If you get to the hotel, you went too far.","rvs_goal_point":[40.4515855,-80.0171842],"key":8114,"region":"Pittsburgh","rvs_start_point":[40.4495233,-80.0132934]} -{"content":"Meet me at the parking entrance on South Commons. It's on the other side of the river. Seems to be the exact same spot as \"2 parking entrances.\"","rvs_goal_point":[40.4505807,-80.0041605],"key":8115,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234]} -{"content":"I'm at a garden across the water on West Carson, after you cross the bridge head west along the river. You would see a large parking lot on your right and then the garden would be on your left nect to several parking lots.","rvs_goal_point":[40.4408194069,-80.019880667],"key":8116,"region":"Pittsburgh","rvs_start_point":[40.4421078,-80.0032967]} -{"content":"I'm at the Medicine Shoppe pharmacy a few blocks east of you, on Centre Avenue. It's between University of Pittsburgh Medical Center and Hillman Cancer Center. ","rvs_goal_point":[40.4542215,-79.9434748],"key":8117,"region":"Pittsburgh","rvs_start_point":[40.4518803998,-79.9510268669]} -{"content":"Walk straight east on the street you are on and meet me at Cupka's cafe restaurant immediately before State farm.","rvs_goal_point":[40.4280160779,-79.9723044021],"key":8118,"region":"Pittsburgh","rvs_start_point":[40.4289038852,-79.9796153695]} -{"content":"Grab me a sandwich while you're at the deli, and bring it to me at the bench on Western Avenue just in front of the sandwich shop where I got food poisoning last time. It's the one about a block west of West Park, on the corner.","rvs_goal_point":[40.4523023,-80.0150617],"key":8119,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406]} -{"content":"Cross the river and head east on East Carson Street to find the clothes shop where I'm in. On the preceding block of the shop, you'll see Vogt True Value Hardware. On the same block, there is a fast food restaurant before the clothes shop.\r\n","rvs_goal_point":[40.4286572266,-79.9838474971],"key":8120,"region":"Pittsburgh","rvs_start_point":[40.4401762741,-79.9927781574]} -{"content":"I'm at the University It's the second building on your left from the beginning of Academic Walk. Go south. Cross the boulevard east. and see me at the Academic Walk. If you reach the stadium you have gone too far.","rvs_goal_point":[40.4362353308,-79.9916765165],"key":8121,"region":"Pittsburgh","rvs_start_point":[40.4441772,-79.9961827]} -{"content":"Meet me at the bike repair station at the University. It's jus east of you between William Pitt Union and Litchfield Tower B on the southeast side of Fifth Avenue.","rvs_goal_point":[40.4431912,-79.9555779],"key":8122,"region":"Pittsburgh","rvs_start_point":[40.4439142,-79.9582883]} -{"content":"Come to Papa John's on Centre Avenue. Aspen Dental is just next to it and Pep Boys is located west of it.","rvs_goal_point":[40.4535476,-79.9469155],"key":8123,"region":"Pittsburgh","rvs_start_point":[40.4567199,-79.9345217]} -{"content":"Let's meet up at the gap east of you about 4 blocks or so. It's the one on walnut street. It's one block east of Lewis Hair shop, same side of the street. If you get to the drug store, you're too far east.","rvs_goal_point":[40.4509523,-79.93416],"key":8124,"region":"Pittsburgh","rvs_start_point":[40.4520016,-79.9518821]} -{"content":"Meet me at the post box east of you. You can take Forbes Avenue to the east, past Central Catholic High School. When you see Gesling Stadium, turn walk around the stadium and you will see the post box south of the stadium right before the street to its south. You will pass the stadium food court on your way.","rvs_goal_point":[40.4418971,-79.9395812],"key":8125,"region":"Pittsburgh","rvs_start_point":[40.4414441,-79.9573262]} -{"content":"Head east and meet me at the bar on Brereton Street. Go past the entrance at Immaculate Heart of Mary Parking, and I'll be on the end of the block across the street.","rvs_goal_point":[40.4567786,-79.9677217],"key":8126,"region":"Pittsburgh","rvs_start_point":[40.4551474869,-79.9813685567]} -{"content":"Let's meet at the Jack's bar on East Carson Street. It's west of you. It's just southwest of Bloom Cigar Company. One block before the bar you'll see Great Clips (on the same side of the road). If you need a snack, you can grab a blizzard at the Dairy Queen beside the Great Clips, it's not likely to melt before you get to the bar, it's only a block away.","rvs_goal_point":[40.4288409022,-79.9866265757],"key":8127,"region":"Pittsburgh","rvs_start_point":[40.4279944217,-79.9722193385]} -{"content":"Let's meet up at the garden on North Shore Drive, right before it ends at it's easternmost part (a half block). It's just across the street from Riverfront park. Just east of the garden there is a sort of baseball park.","rvs_goal_point":[40.4465054522,-80.0087700955],"key":8128,"region":"Pittsburgh","rvs_start_point":[40.4558511839,-80.0150083379]} -{"content":"Go to the parking lot where I parked the car. You should cross the bridge north and keep going north after you pass west north avenue go north for another 2 blocks near the theater. I'm two blocks west of the marketplace.","rvs_goal_point":[40.4567362886,-80.0085183242],"key":8129,"region":"Pittsburgh","rvs_start_point":[40.4427926971,-80.0066476058]} -{"content":"Can you meet me and pick me up at the Doctors? I'm not allowed to drive home by myself, I have taken a sedative. It's located just north of West Commerce Way. It's about a block or less from where the road ends and stops at it's westmost end. Masterwork Paint is about a half block west of here.","rvs_goal_point":[40.458833,-79.9316836],"key":8130,"region":"Pittsburgh","rvs_start_point":[40.4535393,-79.9326295]} -{"content":"Cross the bridge south over the river and meet me at the cafe on Graeme Street right where it ends at Market Square. It is right next to Chase bank and east of Rite Aid.","rvs_goal_point":[40.4411656,-80.0028461],"key":8131,"region":"Pittsburgh","rvs_start_point":[40.4520527,-80.0062278]} -{"content":"Meet me at the school. It is on the other side of the river. It is to the east of a university under the highway. It is on fifth avenue.Meet me at the school. It is on the other side of the river. It is to the east of a university under the highway. It is on fifth avenue.","rvs_goal_point":[40.4389581,-79.9936641],"key":8132,"region":"Pittsburgh","rvs_start_point":[40.4290585589,-79.9816240486]} -{"content":"Meet me at the garden on Liberty Avenue. You will find an art shop on its northeast. A bank is just across the street in the west direction.","rvs_goal_point":[40.4523337911,-79.9802745008],"key":8133,"region":"Pittsburgh","rvs_start_point":[40.4435985,-79.9959204]} -{"content":"When you're done at the beauty shop, meet me at the REI on South 27th Street. After I'm done shopping we can grab a drink at Hofbr\u00e4uhaus just north east of the store, and across Tunnel Park.","rvs_goal_point":[40.428568,-79.9657239],"key":8134,"region":"Pittsburgh","rvs_start_point":[40.428619023,-79.9826135835]} -{"content":"I'm east of you and a bit south, at the florist shop next to a PNC Bank ATM on Bellefonte Street. It's on the block east of Pandora, and on the same block as Sephora.","rvs_goal_point":[40.4510513,-79.933702],"key":8135,"region":"Pittsburgh","rvs_start_point":[40.4513454,-79.9514553]} -{"content":"Go northeast past Allegheny West Historic District and Valero gas station. Meet me at the post box by the corner south of car repair shop and on the opposite side of the street. ","rvs_goal_point":[40.4567614,-80.0154516],"key":8136,"region":"Pittsburgh","rvs_start_point":[40.4466217435,-80.0231358474]} -{"content":"You can take Forbes Avenue a few blocks east to meet me at this multipolygon garden, next to seven gardens. The University of Pittsburgh has a theatre on the block north of here. If you get to the Carnegie Music Hall, you've gone too far east. ","rvs_goal_point":[40.4431862616,-79.9529553847],"key":8137,"region":"Pittsburgh","rvs_start_point":[40.44144,-79.9566713]} -{"content":"Move northwest past post box on Forbes avenue, meet me at the books shop north of Carnegie Museum of Art. There is a police station up north.","rvs_goal_point":[40.4449435,-79.9488571],"key":8138,"region":"Pittsburgh","rvs_start_point":[40.441953,-79.9459498]} -{"content":"Move northwest over Monongahela River past 11 Stanwix Street and 6 gardens. See mee at Sly Fox restaurant southeast of drinking water.","rvs_goal_point":[40.4408589,-80.0060956],"key":8139,"region":"Pittsburgh","rvs_start_point":[40.4307837912,-80.0018278207]} -{"content":"Meet me at the garden southwest of your location. Head south until you get to Fort Pitt Boulevard. There is a garden on the corner of the street. Your destination is another garden northeast of that one. It is just northwest of Bluebird Kitchen restaurant.","rvs_goal_point":[40.4393715379,-80.0064314864],"key":8140,"region":"Pittsburgh","rvs_start_point":[40.4419422,-80.0050743]} -{"content":"You can meet me at the restaurant in the food court. It's south of you, and near Margaret Morrison Street. This restaurant is the one on the southeast in a group of others, near the middle of the food court. ","rvs_goal_point":[40.4425229,-79.9399823],"key":8141,"region":"Pittsburgh","rvs_start_point":[40.4562577,-79.9446608]} -{"content":"Meet me at the parking lot that is at the spot where Wrights way is interrupted by the Birmingham Bridge on it's west. The parking lot is the last thing on the corner right where Wrights way ends on it's north.","rvs_goal_point":[40.4288490348,-79.972862334],"key":8142,"region":"Pittsburgh","rvs_start_point":[40.4289103675,-79.9881930502]} -{"content":"meet me at the parking lot of the carnegie library. from where you are, head south until you see heinz hall then take a left. take a right when you get the the cross section and keep heading north and cross the bridge. keep going down until the reach martin luther king jr elementary school and turn left. go past the verizon store and turn right. keep going along that street until you see rasta house restaurant. the library will be right next to it. walk around to the other side of it and you'll find me at the parking lot. ","rvs_goal_point":[40.4566110158,-80.0065619248],"key":8143,"region":"Pittsburgh","rvs_start_point":[40.4432892,-80.0012487]} -{"content":"I'm a good way northwest of you. Meet me at the storage rental shop on the west side of South Millvale Avenue just north of the Enterprise car rental.","rvs_goal_point":[40.4556483,-79.9479333],"key":8144,"region":"Pittsburgh","rvs_start_point":[40.4439431,-79.9421986]} -{"content":"Move east past Nicholas Lochoff Cloister and Schenley Bridge. I'm at the wooden bench close to the bicycle parking.","rvs_goal_point":[40.4389205,-79.9422762],"key":8145,"region":"Pittsburgh","rvs_start_point":[40.4417862,-79.9574481]} -{"content":"Let's meet at the parking lot that is in the parking lot off the exit ramp that leads to woodruff street. I think it's probably the carpool lot there where people using the main US Highway it leads off of park. Just to the southeast you'll see Emerald View or Mount Washington park. ","rvs_goal_point":[40.425902655,-80.0206219558],"key":8146,"region":"Pittsburgh","rvs_start_point":[40.4337735517,-80.0310080822]} -{"content":"Head southwest and pass Langley Hall, Benedum Hall, and meet me at the coffee cafe just west of the university of Sisters of Mercy on Terrace Street.","rvs_goal_point":[40.4404839565,-79.9653309251],"key":8147,"region":"Pittsburgh","rvs_start_point":[40.4500903,-79.9507227]} -{"content":"I'm almost directly east of you. I'm at the pitch south of restaurant and on the north side of garden.","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8148,"region":"Pittsburgh","rvs_start_point":[40.4407735,-79.9583094]} -{"content":"Just move south on Smithfield street bridge past bicycle rental. I'm waiting at the garden west of Subway fast food restaurant. It is near the restaurant. ","rvs_goal_point":[40.4325766179,-80.0042314496],"key":8149,"region":"Pittsburgh","rvs_start_point":[40.4403005,-79.9971708]} -{"content":"We will meet on the south side of the river at State Farm on East Carson Street. A fast food restaurant is next to it and a post box is at the end of the block west of it.\r\n\r\n","rvs_goal_point":[40.4280522157,-79.9720498073],"key":8150,"region":"Pittsburgh","rvs_start_point":[40.4363066498,-79.9726933456]} -{"content":"Meet me at the fast food restaurant southwest of you on Centre Avenue. You'll see it on the north side of the street next to the dentist's office.","rvs_goal_point":[40.4535476,-79.9469155],"key":8151,"region":"Pittsburgh","rvs_start_point":[40.4567199,-79.9345217]} -{"content":"I'm northeast of you, at a parking entrance on Hemlock Street. It's on the large block with the hospital and the Allegheny-Singer Research Institute. Also, it's the entrance closest to the northeast corner of that block. ","rvs_goal_point":[40.4580014,-80.0024448],"key":8152,"region":"Pittsburgh","rvs_start_point":[40.4554246912,-80.0094677138]} -{"content":"Let's pick up bikes at the HealthyRide Bike rental place on Tennyson Avenue. It's near a University Hall. It's across (North) from a large open space with different walks. The University Music building is on the next block north of the bike place. ","rvs_goal_point":[40.4457094,-79.9533863],"key":8153,"region":"Pittsburgh","rvs_start_point":[40.4527735,-79.9494416]} -{"content":"Head west on East Carson Street. After you pass Slacker boutique, turn right at the next block and immediately on your left you will meet me at the Dairy Queen right next to the Great Clips.","rvs_goal_point":[40.4289650261,-79.9854737476],"key":8154,"region":"Pittsburgh","rvs_start_point":[40.4264652025,-79.9764653249]} -{"content":"Cross over Veterans Bridge and go past Pennsylvania Railroad. Meet me at the farm shop on the block before nightclub. It is on the same side of the street with coffee shop.","rvs_goal_point":[40.4507464473,-79.9848277969],"key":8155,"region":"Pittsburgh","rvs_start_point":[40.4535275,-80.0009731]} -{"content":"We'll meet up at a parking lot northeast of you. It is on a parallel street north of West North Ave. This place is on the south side of the street, about a block northeast of a church. Go to the north side of the park and walk 3 blocks east and to the parallel street north and I am there. ","rvs_goal_point":[40.4550204104,-80.0119682115],"key":8156,"region":"Pittsburgh","rvs_start_point":[40.4476638,-80.0213755]} -{"content":"Come to the restaurant on North Shore Drive. Head south towards the expressway to get there. The restaurant is in the second block towards the river. There is a park across the street facing the river. Fort Duquesne Bridge is in the northeast corner of same block as the park.","rvs_goal_point":[40.4461439,-80.0110516],"key":8157,"region":"Pittsburgh","rvs_start_point":[40.4544787439,-80.012525152]} -{"content":"After you pick up the Buca De Bepo, come meet me at the garden on West Station Square Drive. Once you pass the Sheraton Hotel, It's on the south side on the curve that goes south.","rvs_goal_point":[40.4355449275,-80.0088492465],"key":8158,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859]} -{"content":"I'm fairly far southwest of you, at the obelisk off Fourth Avenue. It's east of St. Mary of Mercy Church, and southwest of the Hilton Garden Inn. ","rvs_goal_point":[40.439775,-80.0031759],"key":8159,"region":"Pittsburgh","rvs_start_point":[40.4490529,-79.9873428]} -{"content":"Head south then turn west on West North Avenue, travel several blocks then meet me at the fountain across the street from the park. It is on the right side about a block before the hotel.","rvs_goal_point":[40.4545393,-80.0122572],"key":8160,"region":"Pittsburgh","rvs_start_point":[40.4581070983,-80.0079752565]} -{"content":"Meet me at the garden north of your location. Head northeast then turn northwest onto 23rd Street. Walk all the way to the water and stay on this street. Your destination is on the corner on the northeastern block of this street. It is northeast of Lock Wall One Marina.","rvs_goal_point":[40.4549385142,-79.9839774235],"key":8161,"region":"Pittsburgh","rvs_start_point":[40.4516049,-79.9834452]} -{"content":"Meet me at the restaurant on East Ohio Street. It is in between the antiques shop and H&R Block. It is the fourth shop from the east, same block as the antiques shop.","rvs_goal_point":[40.4535755,-79.9995036],"key":8162,"region":"Pittsburgh","rvs_start_point":[40.4484373799,-79.9922332357]} -{"content":"Let's meet up at the cathedral building on North Bellefield Avenue. It is almost catty-cornered with a relay box. Oakland Catholic High School is on a northeast block from the destination.","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8163,"region":"Pittsburgh","rvs_start_point":[40.4570102155,-79.936444284]} -{"content":"Meet me at the garden up north on Penn street from you. It's about 11 blocks or so up north of you. The garden is just a block south of the fitness centre. ","rvs_goal_point":[40.4582315985,-79.9738251738],"key":8164,"region":"Pittsburgh","rvs_start_point":[40.4500896751,-79.9852429964]} -{"content":"Let's meet at the entrance to the parking lot facing Meyran Avenue. It's in the middle of the block that's southwest of the block with Dave and Andy's Ice cream.","rvs_goal_point":[40.4403112,-79.9578308],"key":8165,"region":"Pittsburgh","rvs_start_point":[40.4422807376,-79.9581279469]} -{"content":"I'm west of you parking my bike on the corner of 5th avenue. across from the Academy of Jazz and Starbucks. There is also a church next to me. ","rvs_goal_point":[40.4436817,-79.9560549],"key":8166,"region":"Pittsburgh","rvs_start_point":[40.4440544,-79.9432025]} -{"content":"After you grab the pizza, head west about four blocks and meet me at the parking lot on the 400 block of Eloise Street. The park is just south of there.","rvs_goal_point":[40.4551936311,-80.0110232103],"key":8167,"region":"Pittsburgh","rvs_start_point":[40.4558213,-80.0065793]} -{"content":"Follow Forbes Ave west from where you are, and continue past Hillman Library. Follow the road as it goes southward, and pass by the police station before you see the University of Pittsburgh on the same side of the street just past it.","rvs_goal_point":[40.4384579,-79.961056],"key":8168,"region":"Pittsburgh","rvs_start_point":[40.4441769665,-79.9433905785]} -{"content":"Go a few blocks east and let's meet up at the playground in the park on Spring Way. It's a bit east of the clothes shop, and just a block south of the restaurant.","rvs_goal_point":[40.4577083474,-79.9734005743],"key":8169,"region":"Pittsburgh","rvs_start_point":[40.4575693608,-79.9791470446]} -{"content":"Meet me at the garden on 26th Street. You'll find a pub on its southeast. On the same block which faces the river and where the destination is located, there are other gardens.","rvs_goal_point":[40.4566988391,-79.98041416],"key":8170,"region":"Pittsburgh","rvs_start_point":[40.4507954494,-79.9856799219]} -{"content":"Meet me at the sports shop southwest of you on Forbes Avenue. It's in the block southwest of Rite-Aid towards the middle of the block.","rvs_goal_point":[40.440825,-79.9578198],"key":8171,"region":"Pittsburgh","rvs_start_point":[40.4432714,-79.9541855]} -{"content":"Go north across the river and meet me at the Cricket Wireless on East Ohio Street. It is just east of the Goodwill.\r\n","rvs_goal_point":[40.4535623,-79.9995754],"key":8172,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"Meet me at the garden southwest of you. It's across Waterfront Drive from the Hampton Inn & Suites and in the middle of that block on the north side of Waterfront.","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8173,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791]} -{"content":"Let's meet at the CVS. It's The one on North Craig Street. I'll be waiting in the parking space right beside of it, we can meet there and go inside together. Logan's Pub is on the next block north, other side of the street. ","rvs_goal_point":[40.4513724393,-79.9513652678],"key":8174,"region":"Pittsburgh","rvs_start_point":[40.4463971,-79.9462007]} -{"content":"Meet me at the florist shop southwest of you. If you head down Penn Avenue, you will see the florist in the block past the frame shop. It's one of the first things you will see after you cross the street after the frame shop.","rvs_goal_point":[40.4556286539,-79.9770370774],"key":8175,"region":"Pittsburgh","rvs_start_point":[40.4574214563,-79.9724620484]} -{"content":"Meet me at the parking lot on Boulevard of the Allies which branches out from the big road forming a loop. There is a public building west of the parking lot across the subway and a train station across the big road to its southwest.\r\n\r\n\r\n","rvs_goal_point":[40.4363583143,-79.9950984684],"key":8176,"region":"Pittsburgh","rvs_start_point":[40.4367139398,-79.9779690417]} -{"content":"Meet me at the Parking Entrance southwest of your location. Head southwest from your location then turn southeast onto Meyran Avenue. Keep heading southeast past Piada Italian Street Food. Your destination is on the same block in the middle of the block. It is one block southwest of Fine Wine & Good Spirits.","rvs_goal_point":[40.4403112,-79.9578308],"key":8177,"region":"Pittsburgh","rvs_start_point":[40.4434533,-79.9559284]} -{"content":"When you're done eating, meet me at the clothes shop on East Carson Street. It's east of you and about a block past the Perlora furniture shop. If you pass the state farm on the same side of the street, you've gone too far.","rvs_goal_point":[40.4280807616,-79.9726517041],"key":8178,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657]} -{"content":"Meet me at the garden. It's southwest of you on Smallman Street. It's right past the Homewood Suites but on the other side of the street. It's before the bridge.","rvs_goal_point":[40.4479943362,-79.99066821],"key":8179,"region":"Pittsburgh","rvs_start_point":[40.4586924677,-79.9748860826]} -{"content":"Go north across the bridge and then meet me on West Ohio Street at the books shop right next to the 412 Brewery pub. It is on the south side of the street, just east of Happy Day Dessert Factory.","rvs_goal_point":[40.4519032515,-80.0158661345],"key":8180,"region":"Pittsburgh","rvs_start_point":[40.4421755,-80.0059283]} -{"content":"Move east on Penn Avenue past marketplace. You will see a clothes shop in the middle of the block just before a bar. Meet me there. ","rvs_goal_point":[40.4515303,-79.9835507],"key":8181,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234]} -{"content":"Meet me at the garden northeast of you on Penn Avenue. It's on the next block past City Collision Inc II , and a little ways past the clothes shop on the other side of the street.","rvs_goal_point":[40.4593999687,-79.971777514],"key":8182,"region":"Pittsburgh","rvs_start_point":[40.4515587913,-79.9822498593]} -{"content":"Meet me at the sushi restaurant northeast of your location. Head northeast from your location then turn east at the third opportunity. Keep heading east until you see Mansions On Fifth Hotel. Keep going then turn northwest onto Bellefonte Street. Head up four blocks then turn west. Your destination is on the middle of the block. It is one block southwest of a Rite Aid.","rvs_goal_point":[40.4509018,-79.9342484],"key":8183,"region":"Pittsburgh","rvs_start_point":[40.4442603432,-79.9415708381]} -{"content":"Meet me at the school across the river. If you go over the South 10th Street Bridge, you will see it in the block past Rooney Field on the west side of the street.","rvs_goal_point":[40.4366667,-79.9922222],"key":8184,"region":"Pittsburgh","rvs_start_point":[40.4303623747,-79.9839688158]} -{"content":"Meet me at the bench southwest of you. You can take Forbes Avenue past Fire Station Number 4 and then head south at the next street. You will see the bench next to Starbucks, to it's northeast.","rvs_goal_point":[40.4367983,-79.9861346],"key":8185,"region":"Pittsburgh","rvs_start_point":[40.4425478,-80.0033165]} -{"content":"Meet me at the bank southwest of you. It's the one on the corner of Fifth Avenue right across the street from PNC Bank.","rvs_goal_point":[40.4467044,-79.9491703],"key":8186,"region":"Pittsburgh","rvs_start_point":[40.4559544783,-79.9424493118]} -{"content":"Meet me at the post office on East Carson Street on the opposite side of the river from you. The post office is facing a fast food restaurant. On the south side of the street in the opposite corner, there is Clarissa Boutique.\r\n\r\n","rvs_goal_point":[40.4289702,-79.98067205],"key":8187,"region":"Pittsburgh","rvs_start_point":[40.4372400921,-79.9964404877]} -{"content":"Meet me at the hairdresser. It is on William Penn Place. It is across the street diagonally from Citizens Bank. And across the street from Kimpton.","rvs_goal_point":[40.4405583,-79.9967137],"key":8188,"region":"Pittsburgh","rvs_start_point":[40.4370859382,-79.9907493196]} -{"content":"Let's get together at the parking space on North Craig Street. Dunkin' Donuts is several shops away to the north across the street. A post box is catty-cornered from Dunkin' Donuts.\r\n","rvs_goal_point":[40.4513454,-79.9514553],"key":8189,"region":"Pittsburgh","rvs_start_point":[40.4418917,-79.9458795]} -{"content":"Go west on Railroad Street then meet me at the garden to your right by the U-shaped driveway and The Cork Factory. It is across the street from Meraku Studio fitness centre","rvs_goal_point":[40.4547210113,-79.9828856534],"key":8190,"region":"Pittsburgh","rvs_start_point":[40.4571585682,-79.9801176282]} -{"content":"Meet me at a bench. It is near the post box on Forbes Avenue. It is almost in the same exact location as three bicycle parkings. Disregard the other bench closer to the road.","rvs_goal_point":[40.4436516,-79.945474],"key":8191,"region":"Pittsburgh","rvs_start_point":[40.45239385,-79.9486554]} -{"content":"Move southwest towards Ridge Avenue and go south at the vending machine. Meet me at the parking lot east of garden and southeast of bicycle parking.","rvs_goal_point":[40.4492037769,-80.0128838771],"key":8192,"region":"Pittsburgh","rvs_start_point":[40.4534274,-80.0014876]} -{"content":"Meet me at the USGS Geonames Theatre northwest of your location. Head north from your location until you get to Cedar Avenue. Starting from the southern end of Cedar Avenue, head north. You will see a playground to the west. Your destination is just north of it. It is west of a Lockhart Tire shop.","rvs_goal_point":[40.4519825,-80.0017383],"key":8193,"region":"Pittsburgh","rvs_start_point":[40.4475522733,-79.9898862412]} -{"content":"Meet me at the parking lot south of Cypress Street. It's southwest of you past the Courtyard by Marriott Pittsburgh Shadyside. Once you see the Arby's you'll find me on the west side of the loop.","rvs_goal_point":[40.4561694041,-79.9427242621],"key":8194,"region":"Pittsburgh","rvs_start_point":[40.4586968742,-79.9302807693]} -{"content":"Move past Shadyside Commons on the east side of you and go slightly south. I'm at the Bruegger's fast food restaurant on South Aiken Avenue directly west of Pandora.","rvs_goal_point":[40.4507402,-79.9357127],"key":8195,"region":"Pittsburgh","rvs_start_point":[40.4510585,-79.9529737]} -{"content":"I'm west of you, at a tiny garden in between the end of Desoto Street and a turn-off to the south onto another street. The Litchfield Tower C is just to the east of here. ","rvs_goal_point":[40.4422807376,-79.9581279469],"key":8196,"region":"Pittsburgh","rvs_start_point":[40.4419504,-79.9459192]} -{"content":"Go northeast and meet me near the waterfront at the garden in the middle of the last block of 26th Street. It's just south of 3 gardens, and a block northwest of Cinderlands Warehouse pub","rvs_goal_point":[40.4566988391,-79.98041416],"key":8197,"region":"Pittsburgh","rvs_start_point":[40.4507954494,-79.9856799219]} -{"content":"Meet me at the pitch close to a bench inside a golf course facing Schenley Drive. It is located at the northwest corner of the course. There is a bicycle parking to its northwest outside the course.\r\n","rvs_goal_point":[40.438927855,-79.9423241205],"key":8198,"region":"Pittsburgh","rvs_start_point":[40.43179365,-79.94309815]} -{"content":"I'm waiting for you at the garden on Liberty Avenue where it intersected with another street. There is a courthouse on its southeast and art centre on its southwest, all on different blocks.","rvs_goal_point":[40.44371544,-79.9942679357],"key":8199,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008]} -{"content":"Let's meet at the farm shop northeast of you on Penn Avenue. Go past the Byrnes & Kiefer Building and the biergarten, and you'll see it on the left on the next block where the marketplace is.","rvs_goal_point":[40.4507464473,-79.9848277969],"key":8200,"region":"Pittsburgh","rvs_start_point":[40.4441014,-79.9965117]} -{"content":"Just move west on East Carson street past PNC atm. You will see me at the beauty shop just before the theatre.","rvs_goal_point":[40.4286734,-79.9819179],"key":8201,"region":"Pittsburgh","rvs_start_point":[40.427814,-79.965599]} -{"content":"Come to the garden on Forbes Avenue. Head south and get past a playground to get there. To the east of the garden, there is a shelter. At the far west end of the garden, there is a waste basket.","rvs_goal_point":[40.4447772308,-79.9439276564],"key":8202,"region":"Pittsburgh","rvs_start_point":[40.4561829,-79.94193]} -{"content":"Go south to West North Avenue, and head west on that street. Meet me in the small garden across the street from the little lake at West Park. It's right next to a church and east of a bar. ","rvs_goal_point":[40.4543821476,-80.0130165725],"key":8203,"region":"Pittsburgh","rvs_start_point":[40.4580963,-80.0031123]} -{"content":"Cross the river to the south then head east. Meet me on Smallman Street at the garden next to the Homewood Suites. It's just northeast of the fire station.","rvs_goal_point":[40.4485377767,-79.9893466458],"key":8204,"region":"Pittsburgh","rvs_start_point":[40.4481669,-80.0040518]} -{"content":"After you pick up the sandwiches from Subway, meet me at the Fine Wine & Good Spirits on Liberty Avenue. It's across the river northeast of you across the street and just east of the August Wilson Center for African American Culture.","rvs_goal_point":[40.4435985,-79.9959204],"key":8205,"region":"Pittsburgh","rvs_start_point":[40.4325381,-80.0039932]} -{"content":"Meet me at the fitness centre on 6th Street. Head to the opposite side of the river to get there. There is a theatre at the corner of the northeast block, and a parking entrance at the northwest corner on the same block.\r\n","rvs_goal_point":[40.4430931,-80.0024682],"key":8206,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859]} -{"content":"Meet me at the restaurant on 6th Street. It's about a block north of Butcher and the Rye. Head northeast past Two PPG Place to get there.","rvs_goal_point":[40.4431343,-80.0024879],"key":8207,"region":"Pittsburgh","rvs_start_point":[40.4392984888,-80.0060371096]} -{"content":"Meet me at this bench southeast of you. There's a parking lot at the end of Margaret Morrison Street. If you go west of that parking lot, the bench is tucked into a corner of the first building you come to. ","rvs_goal_point":[40.4422356,-79.9444056],"key":8208,"region":"Pittsburgh","rvs_start_point":[40.4528163,-79.9493263]} -{"content":"Let's eat. Meet me at the restaurant at Virginia ave. It's right at the southeastern end of the street, north side of it. There is a shop and Save a block west, just on the uppser side of the triangular block.","rvs_goal_point":[40.4292385556,-80.0066088204],"key":8209,"region":"Pittsburgh","rvs_start_point":[40.4365402247,-80.010532293]} -{"content":"Let's meet at the garden at the north end of 23rd Street just south of the river. It's on the east side of 23rd at the very end of the street.","rvs_goal_point":[40.4549385142,-79.9839774235],"key":8210,"region":"Pittsburgh","rvs_start_point":[40.4516049,-79.9834452]} -{"content":"Please come to the fast food restaurant on Federal Street almost north of your current position. On the same block as the restaurant , there is PNC Bank and a convenience shop to its northwest. \r\n\r\n","rvs_goal_point":[40.4564011,-80.0071036],"key":8211,"region":"Pittsburgh","rvs_start_point":[40.4511429,-80.0049447]} -{"content":"Can you to the bike rack infront of the library? It's not far from you, just go up Forber Avenue until you see the library and then turn right and it's the second bike rack you will see. ","rvs_goal_point":[40.4423844,-79.9534361],"key":8212,"region":"Pittsburgh","rvs_start_point":[40.4408627,-79.9577648]} -{"content":"I'm like 4 blocks east of you. Meet me at the parking lot opposite 3 gardens and east of bicycle parking.","rvs_goal_point":[40.4552228073,-79.9790435559],"key":8213,"region":"Pittsburgh","rvs_start_point":[40.4543144875,-79.9830179054]} -{"content":"Meet me at the parking space next to CVS on Centre Avenue. It's the open space to the east of CVS. The CVS is across the street from Luna Bar & Grill.","rvs_goal_point":[40.4518582339,-79.9511001944],"key":8214,"region":"Pittsburgh","rvs_start_point":[40.4421945,-79.9563137]} -{"content":"Move up north towards O'Hara Street. I'm waiting at the bench almost at the centre of the block west of Pittsburgh Science and Technology academy school.","rvs_goal_point":[40.4438851,-79.958156],"key":8215,"region":"Pittsburgh","rvs_start_point":[40.4313842196,-79.9590803429]} -{"content":"Head northeast past garden. You will see me at the bench close to St. John Baptist and west of Studio.","rvs_goal_point":[40.4464475,-79.9464791],"key":8216,"region":"Pittsburgh","rvs_start_point":[40.4442776,-79.9488965]} -{"content":"I'd like to meet you at the garden on Railroad Street. There is a bicycle parking in the block north of it and a hairdresser shop in the block south of it.\r\n\r\n","rvs_goal_point":[40.4547828734,-79.9815684568],"key":8217,"region":"Pittsburgh","rvs_start_point":[40.4534483911,-79.9933539097]} -{"content":"Meet me at the parking space on North Craig street. Go past Oakland Catholic High School on that street. There are 2 fast food restaurants located north of the destination. Dunkin' Donuts is in the northwest direction.\r\n\r\n\r\n","rvs_goal_point":[40.4513815106,-79.9513351321],"key":8218,"region":"Pittsburgh","rvs_start_point":[40.4421556,-79.9433239]} -{"content":"I'm at a bench south of you, on South Neville Street. It's just south of student accommodations, across a small road. On the block north of here there's a Seoul mart convenience shop. ","rvs_goal_point":[40.4464475,-79.9464791],"key":8219,"region":"Pittsburgh","rvs_start_point":[40.454208421,-79.9478239667]} -{"content":"Head west and meet me at the garden in the middle of the large block, just east of the Wyndham Grand Pittsburgh Downtown. It is off Penn Avenue west of the variety store shop.","rvs_goal_point":[40.4422803529,-80.0052653001],"key":8220,"region":"Pittsburgh","rvs_start_point":[40.4436373,-79.9957766]} -{"content":"Meet me at the mexican fast food restaurant directly east of you. Move past One PPG Place, it is at the corner north of Starbucks cafe.","rvs_goal_point":[40.440636,-80.0019972],"key":8221,"region":"Pittsburgh","rvs_start_point":[40.4403692323,-80.0056745556]} -{"content":"Meet me at the restaurant east of you. It's in that building off of Forbes Avenue where Au Bon Pain is. It's the center-most restaurant in that building.","rvs_goal_point":[40.4433003,-79.9419895],"key":8222,"region":"Pittsburgh","rvs_start_point":[40.4431976,-79.952645]} -{"content":"Let's meet at the memorial between North Shore Drive and the Allegheny river. There is a tribute to youngsters just southwest of the memorial.","rvs_goal_point":[40.445024,-80.0136296],"key":8223,"region":"Pittsburgh","rvs_start_point":[40.4410510615,-80.0043073121]} -{"content":"Meet me at the restaurant on East Carson Street. It is on the block across the street from Fat Head's pub. It is on the eastern end of the block.","rvs_goal_point":[40.428407407,-79.9792959295],"key":8224,"region":"Pittsburgh","rvs_start_point":[40.4303623747,-79.9839688158]} -{"content":"Move north over the bridge and stop on West North Avenue, you'll see me at the first garden on the next block east of Trinity Lutheran church.","rvs_goal_point":[40.4544787439,-80.012525152],"key":8225,"region":"Pittsburgh","rvs_start_point":[40.444988274,-80.0136847095]} -{"content":"Meet me at the alcohol shop northeast of your location. Head northeast on Penn Avenue. When you see Penn Ave Pottery art shop, you are two blocks away. It is just before a pub. It is also southwest one block of Penn Animal Hospital.","rvs_goal_point":[40.4518681,-79.9830582],"key":8226,"region":"Pittsburgh","rvs_start_point":[40.449177,-79.9858277]} -{"content":"Meet me at the garden on Station Square Drive. It is in between two gardens and the stadium. It is directly north of another two gardens.","rvs_goal_point":[40.4355237074,-80.0080304432],"key":8227,"region":"Pittsburgh","rvs_start_point":[40.440636,-80.0019972]} -{"content":"Meet me at the optician shop on Forbes Avenue. Starbucks is on the south block from the shop and a townhall is on the east block.\r\n\r\n","rvs_goal_point":[40.4388544,-79.9982075],"key":8228,"region":"Pittsburgh","rvs_start_point":[40.4423966997,-80.0050416254]} -{"content":"I'm waiting at the bench near St. John Baptist statue and west of WQED studio. You will go northeast to get to the place.","rvs_goal_point":[40.4463237,-79.9464574],"key":8229,"region":"Pittsburgh","rvs_start_point":[40.4431234695,-79.952724674]} -{"content":"Meet me at the bicycle rental located southwest of your position. Move past Information Sciences Building. It is by the street on Tennyson Avenue and north of historic building.","rvs_goal_point":[40.4457094,-79.9533863],"key":8230,"region":"Pittsburgh","rvs_start_point":[40.4527735,-79.9494416]} -{"content":"Meet me at the restaurant. If you head east on East Carson Street, you will see the restaurant a block past Barry's Pub on the same side of the street.","rvs_goal_point":[40.4288854634,-79.9860642256],"key":8231,"region":"Pittsburgh","rvs_start_point":[40.4342293268,-80.0061106782]} -{"content":"Meet me at CVS parking lot on North Craig Street. The pharmacy is catty-cornered from a pub and Dunkin' Donuts is just across the street.","rvs_goal_point":[40.45139055,-79.95130505],"key":8232,"region":"Pittsburgh","rvs_start_point":[40.4430783171,-79.9528023869]} -{"content":"I'm at a restaurant on the southwest corner of Market Square. It's on the same street as the Hilton Garden Inn to the east, and the Rite Aid to the west. Also, the Fifth Avenue Place building is to the north, and there's a church to the southwest. ","rvs_goal_point":[40.4406267,-80.0032456],"key":8233,"region":"Pittsburgh","rvs_start_point":[40.4524064907,-79.9982073185]} -{"content":"I'm across the water, southeast of where you are, at a Chase bank. It's right where Graeme Street hits the square. The Fairmont Pittsburgh hotel is a short ways northeast of here, and on the block to the west is a Boost Mobile and McDonald's. ","rvs_goal_point":[40.4410422,-80.0029338],"key":8234,"region":"Pittsburgh","rvs_start_point":[40.4456839,-80.0080784]} -{"content":"Meet me at the post box on Forbes Avenue. It is to the east of the bicycle rental and museum. There is another post box further down the road near recycling and bicycle parking. Meet me at the one closer to Starbucks.","rvs_goal_point":[40.4444144,-79.9478904],"key":8235,"region":"Pittsburgh","rvs_start_point":[40.4425845552,-79.9527381281]} -{"content":"I'm east of you on Jane street sitting at a bar. Come and join me for a drink.","rvs_goal_point":[40.4266126863,-79.9729458145],"key":8236,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234]} -{"content":"You should meet me at the peak on Monument Hill...if you can! It's not hard to find. It's west of you, south of Ridge Avenue. West Park is on the north side of the road where it's at. If you get to the Allegheny West Historic District you can take the little path south to get there.","rvs_goal_point":[40.4497123,-80.0126675],"key":8237,"region":"Pittsburgh","rvs_start_point":[40.4552279,-79.9997709]} -{"content":"Meet me at the parking lot on Kilday way. It's on the block just east of the one where The Priory hotel is. So you'll need to head northwest across the river. It's just north of the Giant Eagle.","rvs_goal_point":[40.4521629701,-79.9997150307],"key":8238,"region":"Pittsburgh","rvs_start_point":[40.4397308,-80.0008734]} -{"content":"I'm southwest of you, at a waste basket on Ridge Avenue. After you pass Allegheny Traditional Academy, keep going southwest. When you get to Ridge, follow it after it splits with another street. The waste basket is a couple of blocks after the split, on the north side of the street, across from a cafe. ","rvs_goal_point":[40.4502536,-80.015531],"key":8239,"region":"Pittsburgh","rvs_start_point":[40.4554343753,-80.0043226317]} -{"content":"Meet me at the parking lot just south of Saw Mill Run Boulevard. It's the first parking spot you'll see when you head east, and pass the Parkway Service Complete Auto Repair. ","rvs_goal_point":[40.425902655,-80.0206219558],"key":8240,"region":"Pittsburgh","rvs_start_point":[40.4337735517,-80.0310080822]} -{"content":"Meet me at the university. It is across the street from Pittsburgh Science and Technology Academy to the north.","rvs_goal_point":[40.4438736,-79.9586265],"key":8241,"region":"Pittsburgh","rvs_start_point":[40.4384579,-79.961056]} -{"content":"Go east and meet me at the Parking lot southeast of the dentist's office. It is on Moravian Street north of Fine Wine & Good Spirits.","rvs_goal_point":[40.454374009,-80.0012909062],"key":8242,"region":"Pittsburgh","rvs_start_point":[40.4495233,-80.0132934]} -{"content":"You can meet me at a cafe almost straight east of you, on Walnut Street. This place is on the south side of the street, in the middle of the block. On the same block as here is a Rite Aid and a florist shop. If you come to the bank, you've gone too far east. ","rvs_goal_point":[40.4513911,-79.9328242],"key":8243,"region":"Pittsburgh","rvs_start_point":[40.4489692275,-79.9462109648]} -{"content":"Let's meet at the restaurant on Ross Street. It's southeast of where you are now. Across the street that runs south of the restaurant you'll find Pittsburgh City Housing authority. The grant building is just to the west of the restaurant about half a block.","rvs_goal_point":[40.437095,-79.9965509],"key":8244,"region":"Pittsburgh","rvs_start_point":[40.4398392173,-80.0012067278]} -{"content":"I'm northeast of you, at a parking lot on the south end of 16th street. You should go up the street and turn east when you get to the big intersection and see Federated Tower, after you turn walk until you see 16th and it will be on your right after you turn on the street.","rvs_goal_point":[40.4485484759,-79.9869831494],"key":8245,"region":"Pittsburgh","rvs_start_point":[40.4403594,-79.9955717]} -{"content":"I'm to the west of you, about three blocks past Central Catholic High School, at a cathedral where North Dithridge Street begins. There's a relay box on the corner across the street from here. ","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8246,"region":"Pittsburgh","rvs_start_point":[40.451078,-79.9343686]} -{"content":"Go about 4 blocks north and meet me at the garden on Smallman Street right next to the bicycle parking. Meraki Studio fitness is to the west of it.\r\n","rvs_goal_point":[40.4548334062,-79.980534221],"key":8247,"region":"Pittsburgh","rvs_start_point":[40.4521231435,-79.9805926391]} -{"content":"You can meet me on Penn Avenue, many blocks to your northeast. I'm at a bar on the corner, where the only other building on the block is a restaurant. It's on the block east of Penn Animal Hospital. ","rvs_goal_point":[40.4534235462,-79.980928496],"key":8248,"region":"Pittsburgh","rvs_start_point":[40.4470308218,-79.9921538628]} -{"content":"I'm directly east of your position at the cafe on Graeme street. It is east of Rite Aid and on the next block from Boost Mobile.","rvs_goal_point":[40.4411656,-80.0028461],"key":8249,"region":"Pittsburgh","rvs_start_point":[40.4409494096,-80.0198121422]} -{"content":"Meet me at the southmost parking lot on Brighton Road after you pass Allegheny West Historic District. There is another parking across the street. In the block north of the destination, there is a restaurant.\r\n","rvs_goal_point":[40.4550395316,-80.0145270973],"key":8250,"region":"Pittsburgh","rvs_start_point":[40.4495242,-80.0134734]} -{"content":"Meet me at the clothes shop east of you on East Carson Street. It's a block past the bridge, and on the south side of the street. If you get to State Farm, you've gone too far.","rvs_goal_point":[40.4280807616,-79.9726517041],"key":8251,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657]} -{"content":"Meet me at the restaurant on Smallman Street. It is located in the same structure as the hairdresser shop and fitness centre. It is located in the southern corner.","rvs_goal_point":[40.4537468,-79.9822684],"key":8252,"region":"Pittsburgh","rvs_start_point":[40.4574099763,-79.9796250742]} -{"content":"I'm only a couple blocks northwest from you, at a stationery shop on Penn Avenue. It's on the block east of the train station, and about a block west of a 7-Eleven. ","rvs_goal_point":[40.4422781,-80.0033896],"key":8253,"region":"Pittsburgh","rvs_start_point":[40.4418147,-80.0000837]} -{"content":"Let's get some sun, meet up at the garden to the north of where the Boulevard of the Allies has it's western end. The garden is Across the street and north of the fairly large christian church there. There's also a high school on the same block just next to the garden, southeast of it.","rvs_goal_point":[40.440490538,-80.0051998742],"key":8254,"region":"Pittsburgh","rvs_start_point":[40.4376203361,-80.0027189822]} -{"content":"Meet me at the toy shop northeast of you on Walnut Street. It's on the same block as the florist shop and the Apple Store. It's on the east end of the block.","rvs_goal_point":[40.4513983,-79.9321878],"key":8255,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959]} -{"content":"I'm waiting at the garden on 24th street opposite Italian restaurant. Go northeast to get there, it is the first garden on the block.","rvs_goal_point":[40.4545019796,-79.9819387727],"key":8256,"region":"Pittsburgh","rvs_start_point":[40.4443183,-79.9957294]} -{"content":"I'm at a post box on Forbes Avenue, southwest of you. It's on the south side of the street, where a smaller road hits Forbes. Farther west of here, past the next street that crosses Forbes, is the CMU ArtPark Lab park. West of that is another post box, but you don't want that one. ","rvs_goal_point":[40.4444725,-79.9461216],"key":8257,"region":"Pittsburgh","rvs_start_point":[40.455936159,-79.9367241729]} -{"content":"Meet me at the garden on the other side of the river from you. It's at the north end of Station Square Drive on the east side of the street there. It's on the same block as two parking entrances, but on the opposite end of the block.","rvs_goal_point":[40.4348629746,-80.0076493784],"key":8258,"region":"Pittsburgh","rvs_start_point":[40.4402229,-80.0024697]} -{"content":"Head a couple blocks east and meet me at the school right next to the Pittsburgh Musical Theater. It's on South Main just past the cafe.","rvs_goal_point":[40.441458,-80.0319984],"key":8259,"region":"Pittsburgh","rvs_start_point":[40.441427,-80.0346601]} -{"content":"Head north and meet me at the bench on the south side of Ridge Avenue, just outside the campus cafeteria fast food restaurant. It's west of the bicycle parking and east of Starbucks.","rvs_goal_point":[40.4498383,-80.014548],"key":8260,"region":"Pittsburgh","rvs_start_point":[40.4461775,-80.0108803]} -{"content":"We'll meet at the parking entrance to the convention center. Go east down Penn Avenue past the theaters. You'll go about four blocks and pass the FedEx office on the right before you get to our location. It's right on the corner before the convention center.","rvs_goal_point":[40.4444071,-79.9953094],"key":8261,"region":"Pittsburgh","rvs_start_point":[40.4415657342,-80.0057515958]} -{"content":"Meet me at the garden on Waterfront Drive. There are two other gardens to its south. A convenience shop is located southeast of it. ","rvs_goal_point":[40.4472130405,-79.9929201274],"key":8262,"region":"Pittsburgh","rvs_start_point":[40.4445182444,-79.9958080969]} -{"content":"Cross the bridge south to the other side of the river, then go west and meet me at the parking lot by the West End Overlook park. It's on the northwest side of the street where Fairview Avenue ends.","rvs_goal_point":[40.4458516403,-80.0342030489],"key":8263,"region":"Pittsburgh","rvs_start_point":[40.4484218645,-80.0236772131]} -{"content":"Meet me at the school on Centre Avenue to your northeast. If you go up to Centre Avenue and head east, the school will be be on the north side of the road. It's just west of the library.","rvs_goal_point":[40.4497913,-79.9622744],"key":8264,"region":"Pittsburgh","rvs_start_point":[40.4367358,-79.9631076]} -{"content":"I'm southwest from you on 6th Street, at a gift shop near the middle of the block. It's not far from where you are. The shop is south of Renaissance, but on the other side of the street. If you come to the Butcher and Rye bar, you've gone too far south. ","rvs_goal_point":[40.4433325,-80.0025725],"key":8265,"region":"Pittsburgh","rvs_start_point":[40.4448434503,-79.9996308959]} -{"content":"Let's get our hair done, meet me at the hairdresser shop that is on Smithfield Street about 2 blocks north of the Monongahela (and the bridge beginning that spans it). It's on the west side of the street. Mon Wharf landing is also 2 blocks south of here.","rvs_goal_point":[40.4375828391,-80.0005627287],"key":8266,"region":"Pittsburgh","rvs_start_point":[40.4464973,-79.9960431]} -{"content":"There's a pharmacy a few blocks east of you, on Centre Avenue, where we can meet. It's on the block south of the hospital and east of the church. ","rvs_goal_point":[40.4542215,-79.9434748],"key":8267,"region":"Pittsburgh","rvs_start_point":[40.4518803998,-79.9510268669]} -{"content":"Meet me at the garden. Head northwest on Oakland Avenue. After you pass Touch of Gold & Silver jewelry shop and First National Bank ATM, you will go past two more streets and then the garden is on a tiny island in the middle of the roadway on the west side of the street that you are on. It's a block south of Pittsburgh Science and Technology Academy.","rvs_goal_point":[40.4422807376,-79.9581279469],"key":8268,"region":"Pittsburgh","rvs_start_point":[40.4391236,-79.9553278]} -{"content":"Meet me at a mobile phone shop which is located in a small street that intersects with the west end of Forbes Avenue. It's a block from the train station.","rvs_goal_point":[40.4414144,-80.0033033],"key":8269,"region":"Pittsburgh","rvs_start_point":[40.4392677,-79.9958864]} -{"content":"Meet me at the bench to your east. Head past the Cathedral of Learning and the Heinz Memorial Chapel and you will see the bench past the chapel but before you get to South Bellefield Avenue.","rvs_goal_point":[40.4451975,-79.9515907],"key":8270,"region":"Pittsburgh","rvs_start_point":[40.4447562,-79.9555289]} -{"content":"I'm southwest of you, across the water, at a library on Wabash Tunnel. It's at the beginning of the street. Come here.","rvs_goal_point":[40.4335037,-80.0104666],"key":8271,"region":"Pittsburgh","rvs_start_point":[40.4408736696,-80.0061862115]} -{"content":"Let's just meet up at the parking entrance located at the last exit of Gross Street. It makes a sharp western turn right at the entry that is southeast most. The garage that is gained entry where I am is named after the moon.","rvs_goal_point":[40.4562935,-79.9448823],"key":8272,"region":"Pittsburgh","rvs_start_point":[40.4451416429,-79.9490473075]} -{"content":"Let's meet at the Benedum Center theatre on Penn Avenue. It's southeast of Bridgestreet The Encore on 7th hotel, as well as the Small World Early Learning Center kindergarten. ","rvs_goal_point":[40.4430954,-80.0000006],"key":8273,"region":"Pittsburgh","rvs_start_point":[40.4519268,-79.9825802]} -{"content":"Meet me at the garden northeast of your location. Head northwest then turn northeast onto Railroad Street. Your destination is on the next block after two gardens. It is right on the western corner. It is on the opposite side of the block of private parking.","rvs_goal_point":[40.4574882082,-79.9787085745],"key":8274,"region":"Pittsburgh","rvs_start_point":[40.4555785403,-79.9797309344]} -{"content":"Come join me for coffee on the north side of Libert avenue north of you. You should pass the courthouse and it's just north of Gulf Tower.","rvs_goal_point":[40.4436373,-79.9957766],"key":8275,"region":"Pittsburgh","rvs_start_point":[40.44093556,-79.995227304]} -{"content":"I'd like to meet you at the parking entrance on Sandusky Street. It is the south one on that street. You'll find a parking lot across the street.\r\n\r\n","rvs_goal_point":[40.456207,-80.0044734],"key":8276,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406]} -{"content":"I'm northeast of you. Meet me at the small parking lot where 16th street ends. It's just south of a hair dresser shop, but on the last segment of the street on the north side.","rvs_goal_point":[40.4485484759,-79.9869831494],"key":8277,"region":"Pittsburgh","rvs_start_point":[40.4403594,-79.9955717]} -{"content":"Meet me at the bench northwest of you. Head past Peace Garden and towards Hunan Express. You will see the bench about halfway between the garden and the restaurant right in the corner of the building there. It's just west of two benches.","rvs_goal_point":[40.4422356,-79.9444056],"key":8278,"region":"Pittsburgh","rvs_start_point":[40.433321,-79.9362711]} -{"content":"Meet me at the garden southwest of you on the other side of the river on Station Square Trail. It's northeast of two gardens.","rvs_goal_point":[40.4357138831,-80.0075319862],"key":8279,"region":"Pittsburgh","rvs_start_point":[40.4431844,-80.0025077]} -{"content":"Don't get too drunk, you have to meet me at the historic memorial for pictures. It's northeast of you on fifth avenue, just west of the WQED studio, and on the opposite side of the street from Seoul Mart at the west end of the block.","rvs_goal_point":[40.4470585,-79.9459714],"key":8280,"region":"Pittsburgh","rvs_start_point":[40.4370765,-79.9547638]} -{"content":"Meet me at the parking lot on North Canal Street. It is right below the Sunoco gas station. Just a few steps away.","rvs_goal_point":[40.4510302234,-80.0003603254],"key":8281,"region":"Pittsburgh","rvs_start_point":[40.44371544,-79.9942679357]} -{"content":"I am at a restaurant north of the two bridges on Penn Ave. It is across from the marketplace. It is the first restaurant you will see on the block ","rvs_goal_point":[40.4504944565,-79.9846519187],"key":8282,"region":"Pittsburgh","rvs_start_point":[40.4431039,-79.9979225]} -{"content":"Meet me at the garden on the corner of 25th street. It's in the same location as Meraki fitness, but the on the next block east. ","rvs_goal_point":[40.4551474869,-79.9813685567],"key":8283,"region":"Pittsburgh","rvs_start_point":[40.4539564,-79.9987368]} -{"content":"Let's get together near that waste basket on Ridge Avenue. Just stay on the street you are on now until after it becomes the aforementioned Avenue. When you pass by the post office at the university keep an eye out, the trash can is on the corner before the next left turn.","rvs_goal_point":[40.4501676,-80.0151601],"key":8284,"region":"Pittsburgh","rvs_start_point":[40.4535275,-80.0009731]} -{"content":"I'm waiting for you by the waste basket inside a university. There is a fitness centre to its southwest. Another waste basket is located northwest of it.\r\n","rvs_goal_point":[40.4447796,-79.9611108],"key":8285,"region":"Pittsburgh","rvs_start_point":[40.4400521,-79.9578023]} -{"content":"Meet me at the clothes shop on Federal Street. It's southwest of you in the block south of that restaurant, Soho. It's about halfway between Soho and PNC Bank.","rvs_goal_point":[40.4476428,-80.0043128],"key":8286,"region":"Pittsburgh","rvs_start_point":[40.4537078685,-79.998336073]} -{"content":"Meet me at the bicycle rental southwest of your location. Head southwest down the street. Keep going until you see a Yinzers clothes shop on the corner of the block. Turn northwest on the 21st Street. Your destination is in the middle of the block.","rvs_goal_point":[40.451801,-79.9833387],"key":8287,"region":"Pittsburgh","rvs_start_point":[40.4573062,-79.9751722]} -{"content":"Meet me at the garden on Reedsdale Street in front of the casino. It's on the north side of the casino towards the middle of that side of the building. There is parking on the west side and two parking entrances on the east side.","rvs_goal_point":[40.4482627106,-80.0228662641],"key":8288,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134]} -{"content":"Go south then west on Western Avenue and meet me at the Physique Rx'd fitness centre on the south side of the street. It is just before the pub and Book Discount Warehouse.","rvs_goal_point":[40.4519188306,-80.0154647132],"key":8289,"region":"Pittsburgh","rvs_start_point":[40.4561149819,-80.0162277659]} -{"content":"Meet me at the garden on North Shore Trail facing the river. There is a playground to its east and a park northeast of it.","rvs_goal_point":[40.4456198267,-80.0080994923],"key":8290,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473]} -{"content":"Let's meet up at the fast food restaurant on East Carson Street. It is on the north side of the street while you are on the south. You'll see Burger King and a pub across the street. \r\n","rvs_goal_point":[40.428929458,-79.9803485238],"key":8291,"region":"Pittsburgh","rvs_start_point":[40.4282932747,-79.9768054433]} -{"content":"Head north past gambling place and CVS pharmacy. You'll see me on Fifth Avenue at Fine Wine & Good spirits opposite Warner Centre mall.","rvs_goal_point":[40.4404115,-79.9992279],"key":8292,"region":"Pittsburgh","rvs_start_point":[40.4375828391,-80.0005627287]} -{"content":"Let's get together at the bakery shop on Penn Avenue. There is an atm across the street and a cafe is east of the atm on a different block.\r\n","rvs_goal_point":[40.4514191,-79.9837101],"key":8293,"region":"Pittsburgh","rvs_start_point":[40.4431039,-79.9979225]} -{"content":"Meet me at the garden on 10th Street. It is in between the school and the fast food restaurant. Looks like there are two. Meet me at the one on the West side of 10th Street.","rvs_goal_point":[40.4448276891,-79.9960273426],"key":8294,"region":"Pittsburgh","rvs_start_point":[40.4483897881,-79.989200249]} -{"content":"Meet me at the garden northwest of your location. Head west toward the St. Mary of Mercy Church. From there, cross Starwix Street. Your destination is in the center of block toward the north. It is southwest from a fountain and southeast of Wyndham Grand Pittsburgh Downtown hotel.","rvs_goal_point":[40.4407480506,-80.0053767709],"key":8295,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091]} -{"content":"Head east and meet me at the bench between Porter Hall and Dr. Mao Yisheng Statue. It is near Frew Street, just south of the Sorrells Library.","rvs_goal_point":[40.4418824,-79.9458926],"key":8296,"region":"Pittsburgh","rvs_start_point":[40.44154,-79.9512271]} -{"content":"Cross the bridge over the river to the south and meet me at the garden in the middle of the large square with Gateway Centers. I am right near the central fountain, east of the Wyndham hotel, just north of where Liberty Avenue splits.","rvs_goal_point":[40.4421527696,-80.0052069003],"key":8297,"region":"Pittsburgh","rvs_start_point":[40.4536835,-80.0097648]} -{"content":"Oh you went to the bar across from Pizza Hut? Then you are at the wrong one. All the guys are at a bar west of there but on the same street. It is a block after you pass the theatre at the begining of the south block.","rvs_goal_point":[40.428679327,-79.9829409262],"key":8298,"region":"Pittsburgh","rvs_start_point":[40.4287682336,-79.9774564268]} -{"content":"Meet me at the beauty shop northeast of you on Federal Street. It's a little past the library on the opposite side of the street.","rvs_goal_point":[40.4565662,-80.0071629],"key":8299,"region":"Pittsburgh","rvs_start_point":[40.444988274,-80.0136847095]} -{"content":"Meet up with me at the garden in the park that is 3 or so blocks southwest of you. There is a protestant Christian type church just east of the garden. This is just northeast of the parking lot at the end of Kenney Way.","rvs_goal_point":[40.4536526198,-79.974852389],"key":8300,"region":"Pittsburgh","rvs_start_point":[40.4545019796,-79.9819387727]} -{"content":"Get on East Carson street and head east past Rex theatre. Meet me at PNC atm by the corner of the block where Clarissa boutique is.","rvs_goal_point":[40.4286588,-79.9806678],"key":8301,"region":"Pittsburgh","rvs_start_point":[40.4299553,-79.9931254]} -{"content":"Let's get together at the garden that is Northeast of you. It's on Penn Avenue. When you get to Federated Tower, you'll be about half way there, continue going northeast. The garden is south of McDonalds, only a few doors, and is on the same side. We can eat there after we get our Big Macs.","rvs_goal_point":[40.449256398,-79.9866219553],"key":8302,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091]} -{"content":"Move down towards spring way, there's a cafe two blocks from Pittsburgh Opera, meet me there. There is three gardens east of the place.","rvs_goal_point":[40.4521270318,-79.9818897458],"key":8303,"region":"Pittsburgh","rvs_start_point":[40.4582674,-79.9751717]} -{"content":"Move past Wilson's restaurant on your west side. You'll see me at the pharmacy on the next block close to the gas station.","rvs_goal_point":[40.4564202678,-80.0157939245],"key":8304,"region":"Pittsburgh","rvs_start_point":[40.4558506146,-80.0061373903]} -{"content":"Meet me at the clothes shop west of you on East Carson Street. It's in the next block west of Rite-Aid. It's about a quarter of the way down the block and on the same side as Bruegger's Bagels.","rvs_goal_point":[40.4289196084,-79.9795431784],"key":8305,"region":"Pittsburgh","rvs_start_point":[40.4274792,-79.9692531]} -{"content":"When you get off work, meet me at the butcher shop so we can pick out something for dinner. It's the one on Penn Avenue one block north east of Lefty's, and on the same side of the street.","rvs_goal_point":[40.4521799,-79.9826034],"key":8306,"region":"Pittsburgh","rvs_start_point":[40.4435162,-79.9962249]} -{"content":"Meet me at the convenience shop. Head northeast past Gardner Steel Conference Center. When you get to the street where Oakland Catholic High School, turn north. Go one block and then you will see the convenience shop right on the corner of the next block. It's just to the north of CVS pharmacy.","rvs_goal_point":[40.4521112211,-79.9519514388],"key":8307,"region":"Pittsburgh","rvs_start_point":[40.4438848,-79.9583548]} -{"content":"Head West on East Carson Street. I'm at a restaurant on the same side of the street as you are on now (North) and about 4 blocks down. Across the street you'll see a theatre on your left on the block right before you reach me here. I'm on the corner of the street at the southeast corner of this block.","rvs_goal_point":[40.4289956169,-79.982836909],"key":8308,"region":"Pittsburgh","rvs_start_point":[40.4288820995,-79.9783491543]} -{"content":"Meet me up northeast of you. I'm just past the southern end of Culloden Way. Let's look at the new phones at the Apple Store there. There is a Drug Store just west of there. There is a Sephora about a block and a half east of here.","rvs_goal_point":[40.4511693,-79.9334241],"key":8309,"region":"Pittsburgh","rvs_start_point":[40.441953,-79.9459498]} -{"content":"Meet me at the garden across the river. If you head down Mazeroski Way to the end of the street, head west at North Shore Riverfront Park over to the southwest part of the park before crossing over the water. I'll be waiting in the garden for you.","rvs_goal_point":[40.4456198267,-80.0080994923],"key":8310,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473]} -{"content":"Go northeast up Penn Avenue and meet me at the parking lot on the right side of the road just past Zerrer's Antiques. It is right next to Hens and Chicks flower shop.","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8311,"region":"Pittsburgh","rvs_start_point":[40.4456972,-79.9937454]} -{"content":"Meet me at the kindergarten north of your location. Head northeast onto Cedar Avenue. When the road ends, head west. You'll see Allegheny General Hospital at the intersection. Your destination is just ahead on the north side of the block. If you see a Light of Life Rescue Mission social facility, you've gone too far.","rvs_goal_point":[40.45600295,-80.0050463],"key":8312,"region":"Pittsburgh","rvs_start_point":[40.4411604,-80.0023681]} -{"content":"Meet me at the CCAC Campus bookstore. It's southwest of you on Ridge Avenue. It's about two blocks west of Jones Hall, right past the cafe, on the same side of the street as the cafe.","rvs_goal_point":[40.4500516,-80.0155438],"key":8313,"region":"Pittsburgh","rvs_start_point":[40.4547586393,-80.0111117913]} -{"content":"Move northeast past bicycle rental. I'm at the art shop on the next block on 22nd street. There is a cafe adjacent the shop and on the other side of the street. ","rvs_goal_point":[40.4523176303,-79.9826161316],"key":8314,"region":"Pittsburgh","rvs_start_point":[40.4490529,-79.9873428]} -{"content":"Meet me at this garden, south of you and a bit west. It's on West Station Square Drive, south side of the street, across from the Sheraton. It's about the middle of the block, where a tiny unnamed road crosses West Station Square Drive. ","rvs_goal_point":[40.4435326,-79.974052],"key":8315,"region":"Pittsburgh","rvs_start_point":[40.4288837402,-79.9727716015]} -{"content":"Meet me at the sports shop to your east. It's across the street from Bruegger's Bagels on South Aiken Avenue.","rvs_goal_point":[40.4507756,-79.9353916],"key":8316,"region":"Pittsburgh","rvs_start_point":[40.4520016,-79.9518821]} -{"content":"Move far north past The Andy Warhol Museum and over the expressway to get on East Ohio Street. I'm at the hairdresser shop near Subway fast food restaurant.","rvs_goal_point":[40.4534414,-80.0014056],"key":8317,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879]} -{"content":"Go west two and a half blocks down East Carson and meet me at the Bruegger's Bagels fast food restaurant on the north side of the road. It's on the corner, a bit past Burger King. If you pass Dollar Bank you went too far.","rvs_goal_point":[40.428929458,-79.9803485238],"key":8318,"region":"Pittsburgh","rvs_start_point":[40.4282932747,-79.9768054433]} -{"content":"Hey, Let's meet up at the club ya'll. Just go down the major street your on now eastward. When you notice South 22nd Street, keep an eye and the club is on the right, It's the first nightclub where music is featured, but there is a bar in the block on the south side after you pass 22nd, THAT is not it. It's next biz on the south side though.","rvs_goal_point":[40.4281668228,-79.9743226348],"key":8319,"region":"Pittsburgh","rvs_start_point":[40.4289566467,-79.9855467642]} -{"content":"Meet me at the cafe just a few blocks north of you on Liberty Avenue. If you head north past Gulf Tower, the cafe will be about a quarter of a block west when you get to Liberty Avenue.","rvs_goal_point":[40.4436373,-79.9957766],"key":8320,"region":"Pittsburgh","rvs_start_point":[40.44093556,-79.995227304]} -{"content":"Meet me at the garden just east of you. It's on Penn Avenue a block north of a park that has a semi circle feature. It's a block northeast of a fixture and supply shop.","rvs_goal_point":[40.4580080951,-79.9738182395],"key":8321,"region":"Pittsburgh","rvs_start_point":[40.4571931625,-79.980424247]} -{"content":"After you're done playing, meet me at the restaurant on the west side of the food court. It's north of you, and slightly east. Once you pass Kraus Campo, go about a block north and east, and you'll see the food court sign just north of the restaurant.","rvs_goal_point":[40.4426765,-79.9402389],"key":8322,"region":"Pittsburgh","rvs_start_point":[40.4318634432,-79.943323464]} -{"content":"Meet me at the bar on East Carson Street. There is a nightclub to its west on the same block and two libraries on the northwest block.","rvs_goal_point":[40.4280913903,-79.973549524],"key":8323,"region":"Pittsburgh","rvs_start_point":[40.4265433,-79.9658555]} -{"content":"Let's meet at the most northeastern of the tennis courts just north of the end of Margaret Morrison Streets western end. It's on the University grounds there. If we get hungry later we can walk over to the Tartan's Pavillion food court for a bite to eat. It's just east across Donner Ditch.","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8324,"region":"Pittsburgh","rvs_start_point":[40.4367912248,-79.937455363]} -{"content":"Let's meet at the drinking water source east of you, it's almost to the edge of the land. It's west of the portal Bridge (Fort Duquesne) bridge.","rvs_goal_point":[40.4425876,-80.0101805],"key":8325,"region":"Pittsburgh","rvs_start_point":[40.439353,-79.9963234]} -{"content":"Let's meet up, northwest of where you are now at the restaurant on wood street. It's just west of the Warner Centre mall. The Pittsburgh Playhouse is also a block east of where we're meeting. ","rvs_goal_point":[40.4403554,-80.00091575],"key":8326,"region":"Pittsburgh","rvs_start_point":[40.4384415,-79.9983932]} -{"content":"Meet me at the tennis pitch at the park south of Panther Hollow Road. It's northeast of the two pitches.","rvs_goal_point":[40.432850581,-79.9418273472],"key":8327,"region":"Pittsburgh","rvs_start_point":[40.4417977,-79.9528802]} -{"content":"Meet me at the middle of the bridge leading to Centre Avenue. There is a hotel on the south end of the bridge. To the east of the bridge, there is a church.","rvs_goal_point":[40.4401762741,-79.9927781574],"key":8328,"region":"Pittsburgh","rvs_start_point":[40.4519184296,-79.9808903554]} -{"content":"Let's meet up at the polygon garden just off Forbes Avenue. Make your way out of the golfcourse, leaving by it's most northwest corner. The garden is just west 1 block of the fiberglass art installation near the music hall. It's on the same side of the street. The block where the garden sits is north of the pavillion.","rvs_goal_point":[40.4432174526,-79.9527765462],"key":8329,"region":"Pittsburgh","rvs_start_point":[40.4374831,-79.9398976]} -{"content":"Move west past LA Fitness and Cogo's. Meet me at the clothes shop on the next block of where hairdresser shop is. It is almost in the middle of the block east of the pub.","rvs_goal_point":[40.4281368839,-79.9736242703],"key":8330,"region":"Pittsburgh","rvs_start_point":[40.4274439,-79.9638079]} -{"content":"Meet me at the garden northeast of your location. Head northeast toward past EQT Natural Gas for Vehicles. Go up two blocks then turn southeast. Then turn southwest onto Penn Avenue. Your destination is on the southern side of the block. It is across the street from a clothes shop.","rvs_goal_point":[40.4593999687,-79.971777514],"key":8331,"region":"Pittsburgh","rvs_start_point":[40.4586623,-79.974608]} -{"content":"Meet me at the garden on the other side of the river that is south of you. Unfortunately you'll have to cross the river and backtrack some though as there is no bridge straight across. (Unless you can get a boat across) It's almost due south of where you are now, Probably you'll want to take Fort Pitt bridge and head down West station square drive south. There is a Sheraton south of the garden and across the street, it can be seen from the windows of the Sheraton upper floors. ","rvs_goal_point":[40.4345144873,-80.0066808955],"key":8332,"region":"Pittsburgh","rvs_start_point":[40.4421527696,-80.0052069003]} -{"content":"After the bar go get the car from the parking lot. It's on South 21th, on the other side of the block from Duquesne Brewery. So just head west. ","rvs_goal_point":[40.4264652025,-79.9764653249],"key":8333,"region":"Pittsburgh","rvs_start_point":[40.4263751499,-79.9672154046]} -{"content":"Meet me at the basketball pitch south of your location. Head southwest from your location. When you see Federated Tower, keep heading south. Keep heading south until you see BNY Mellon Center. Turn east onto the next street. Keep heading east then turn south onto Magee Street. Stay on the street as it turns west then turn south at the next street. You'll see a school. Your destination is to the south just before the next crossing street.","rvs_goal_point":[40.4361743231,-79.9887922053],"key":8334,"region":"Pittsburgh","rvs_start_point":[40.4493182728,-79.9863070576]} -{"content":"Let's get together at the garden that is at a spot where there is a terminus or interruption of 30th street. It's got a southeastern end. Keep in mind though that after the railroad line, 30th will pick back up in the south. The garden is in a parking lot type area though that is northeast of a baseball pitch. To the east of the garden there is a moving van and storage spot.","rvs_goal_point":[40.4581242703,-79.9721109557],"key":8335,"region":"Pittsburgh","rvs_start_point":[40.4560415154,-79.9789356644]} -{"content":"If you move across the river towards Penn avenue, you'll see me at the supermarket by the corner and on the same block with Lin's Hair hairdresser shop. Cruze Bar nightclub is located west of the supermarket.","rvs_goal_point":[40.4497326,-79.9862681],"key":8336,"region":"Pittsburgh","rvs_start_point":[40.4548059338,-79.9922633925]} -{"content":"Go north and cross the river, then turn west on East North avenue. When you see the hospital you should go around it, and I'm on the north side across the street from the hospital. I parked the car there.","rvs_goal_point":[40.4579699,-80.0040179],"key":8337,"region":"Pittsburgh","rvs_start_point":[40.4485377767,-79.9893466458]} -{"content":"I'm mostly south of you parking my car near the Sorrells Library and across the street from the Carnegie Museum. ","rvs_goal_point":[40.4431796747,-79.9469946886],"key":8338,"region":"Pittsburgh","rvs_start_point":[40.4530660735,-79.9489232102]} -{"content":"Go south and cross the river, then go northeast on Smallman Street and meet me at the Cake Nightclub. It's on a corner on the right side, a block before Fine Wine & Good Spirits.","rvs_goal_point":[40.4512457,-79.9850555],"key":8339,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401]} -{"content":"Meet me at the pub southwest of you on Forbes Avenue. It's in the same block as the Pittsburgh Playhouse and that gambling place. It's near the northwest corner of that block on the south side of Forbes Avenue.","rvs_goal_point":[40.4397797,-80.0004641],"key":8340,"region":"Pittsburgh","rvs_start_point":[40.4475522733,-79.9898862412]} -{"content":"I'm just a few blocks east of you on East Carson Street. Meet me at the restaurant west of the Citgo station.","rvs_goal_point":[40.4284839085,-79.971485365],"key":8341,"region":"Pittsburgh","rvs_start_point":[40.4287688017,-79.9768797181]} -{"content":"I'm a ways to your southwest, at a garden. This garden is in the the large block where Boulevard of the Allies begins. If you go north into the block from the Boulevard of the Allies, the bench is between the two buildings there, and near the middle of the block. ","rvs_goal_point":[40.4404579478,-80.0056558481],"key":8342,"region":"Pittsburgh","rvs_start_point":[40.4475522733,-79.9898862412]} -{"content":"Meet me at the supermarket on Penn Avenue. There is a bar across the street and a wholesale shop is on the northwest block from the destination.\r\n","rvs_goal_point":[40.4511952,-79.9836178],"key":8343,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008]} -{"content":"Move east on Forbes Avenue past Pittsburgh playhouse and EVEN Hotels. I'm at the bicycle parking very close to townhall.","rvs_goal_point":[40.4385899,-79.9972473],"key":8344,"region":"Pittsburgh","rvs_start_point":[40.4411656,-80.0028461]} -{"content":"Head southwest on Smallman Street, and meet me at the bar in the AC Hotel. It's on the south side of the street.","rvs_goal_point":[40.4456972,-79.9937454],"key":8345,"region":"Pittsburgh","rvs_start_point":[40.4503262,-79.9848814]} -{"content":"Meet me at the pharmacy southeast of you on Brighton Road. It's a just south of Dollar Tree and the police station but on the same side of Brighton as the police station.","rvs_goal_point":[40.4564202678,-80.0157939245],"key":8346,"region":"Pittsburgh","rvs_start_point":[40.45994495,-80.01817215]} -{"content":"Go southwest of your current location and meet me at the garden at the end of Fort Duquesne Boulevard, right by the water where the Fort Wayne Bridge starts. It is west of the bicycle parking.","rvs_goal_point":[40.4469774077,-79.9952712353],"key":8347,"region":"Pittsburgh","rvs_start_point":[40.4555083643,-79.9780494145]} -{"content":"Meet me at the massage shop northwest of your location. Head northwest past UPMC Shadyside Medical Center. Keep going until you see bicycle parking. Your destination is on the next block on the other side of the street. It is just southeast of Hertz car rental.","rvs_goal_point":[40.457565,-79.9336342],"key":8348,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388]} -{"content":"Go west on West North Avenue and turn left where the road ends. Meet me at the restaurant in the middle of the block near Parador hotel.","rvs_goal_point":[40.4516601,-80.0175026],"key":8349,"region":"Pittsburgh","rvs_start_point":[40.4556178,-80.0065066]} -{"content":"Meet me at the garden on the same block with car repair shop. It is the first garden on the block. Move northeast on Penn avenue past appliance shop.","rvs_goal_point":[40.4578896412,-79.973994525],"key":8350,"region":"Pittsburgh","rvs_start_point":[40.4514610326,-79.9838743022]} -{"content":"We can meet at a garden, south of you across from the water. It's on the end of Federal Street, on the east part of a big park with a pond and a baseball pitch. ","rvs_goal_point":[40.4466598667,-80.0041416667],"key":8351,"region":"Pittsburgh","rvs_start_point":[40.4535054,-80.0010857]} -{"content":"Let's meet up at the hockey pitch. It's at the park west of Olympia Road. It's not hard to find if you go west and pass the Rite Aid, you see Olympia on the left about 5 or 6 blocks west of there.","rvs_goal_point":[40.4316682547,-80.0177612885],"key":8352,"region":"Pittsburgh","rvs_start_point":[40.430027,-80.0072286]} -{"content":"Get on 20th street southwest of you, you'll see me at the supermarket directly south of Pamela's Diner.","rvs_goal_point":[40.4511952,-79.9836178],"key":8353,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008]} -{"content":"Pick me from my hotel on West North avenue. north of the big park and the pond. There is a church next to the hotel. You should head west passing Allegheny General Hospital. ","rvs_goal_point":[40.4545159945,-80.0131373764],"key":8354,"region":"Pittsburgh","rvs_start_point":[40.4537078685,-79.998336073]} -{"content":"Let's meet up at the parking entrance that is the last drive leading off of Sandusky street before it ends at it's southmost end. Be careful though, Helicopters might be nearby as they park right inside the parking lot entrance here. Keep your head down. This is the southernmost parking lot entry I'm talking about. Keep an eye out for flying baseballs too, there is a baseball pitch just to the south across the avenue there.","rvs_goal_point":[40.456207,-80.0044734],"key":8355,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406]} -{"content":"I'm at a garden on the corner of West North Avenue. This place is a few blocks northwest of you. It's also north of the National Aviary zoo, and southwest of Cowley School. When you're going west on West North Avenue, it's the garden on the first corner past Cowley School. ","rvs_goal_point":[40.4473258,-80.0089654],"key":8356,"region":"Pittsburgh","rvs_start_point":[40.4535685,-80.0007676]} -{"content":"Meet me at the pub on Penn Avenue. It's one block northeast of Lin's Hair Studio along Penn but on the opposite side of the street. It's the first building after you cross the street.","rvs_goal_point":[40.4496963,-79.9858214],"key":8357,"region":"Pittsburgh","rvs_start_point":[40.4433,-79.981]} -{"content":"Meet me at the clothes shop east of your location. Head east on East Carson Street as you walk by Rex Theater. Keep heading east until you see Ibiza Tapas & Wine Bar. Your destination is in the middle of the next block right next to State Farm.","rvs_goal_point":[40.4280367501,-79.9721307015],"key":8358,"region":"Pittsburgh","rvs_start_point":[40.4289650261,-79.9854737476]} -{"content":"Go 6 blocks south-west. Meet me at a florist shop one block south of a veterinary, and east of a church.","rvs_goal_point":[40.4520628,-79.9827898],"key":8359,"region":"Pittsburgh","rvs_start_point":[40.4566679347,-79.9749411801]} -{"content":"Meet me at the library south of you. It's on the other side of Penn-Lincoln Parkway from you and in between two schools.","rvs_goal_point":[40.4263871,-79.9440874],"key":8360,"region":"Pittsburgh","rvs_start_point":[40.43179365,-79.94309815]} -{"content":"Meet me at the Dollar Bank southwest of your location. Head southwest on Fifth Avenue. Keep heading southwest until you see a Holland Hall at the University of Pittsburgh. Your destination is two more blocks southwest. It is right next to Rita's Italian Ice.","rvs_goal_point":[40.4419825,-79.9578877],"key":8361,"region":"Pittsburgh","rvs_start_point":[40.447247877,-79.9471840158]} -{"content":"If you go southwest on Liberty Avenue, and pass Fifth Avenue Place and the train station, you'll see me at the garden just southwest of the fountain ahead on your left.","rvs_goal_point":[40.440714861,-80.0055477525],"key":8362,"region":"Pittsburgh","rvs_start_point":[40.4423,-80.0021167]} -{"content":"Meet me at the parking entrance to your southwest. Head down Penn Avenue past Federated Tower and the Westin and then head north at the next street. The parking entrance is the second one on the east side of the street.","rvs_goal_point":[40.4450335,-79.9953305],"key":8363,"region":"Pittsburgh","rvs_start_point":[40.4520628,-79.9827898]} -{"content":"Meet me at the bench next to one other bench west of the parking lot that is just north of Peace Garden. It's pretty far northwest of you, and west of Bob O'Connor Golf Course. ","rvs_goal_point":[40.4422356,-79.9444056],"key":8364,"region":"Pittsburgh","rvs_start_point":[40.433321,-79.9362711]} -{"content":"Let's meet at the garden. It's a half block south (and across the major Ave. there) from the southeast end of 23rd street. Just north is a credit union associated with a historical union in this City. ","rvs_goal_point":[40.451827877,-79.98101161],"key":8365,"region":"Pittsburgh","rvs_start_point":[40.4527348268,-79.965711588]} -{"content":"Meet me at the garden southwest of you. It's not too far from you. Just head southwest on Railroad Street and you'll see it in the block past four gardens. It's towards the southwest end of the block. It's in the block before that Italian restaurant. ","rvs_goal_point":[40.4547617733,-79.9820305396],"key":8366,"region":"Pittsburgh","rvs_start_point":[40.4574211941,-79.9798798003]} -{"content":"Come to the bench near an attraction facing South Bellefield Avenue. You'll find a Music Building in the north part of the avenue. A bicycle parking is located in the south of the bench in the same block.\r\n\r\n","rvs_goal_point":[40.4451171,-79.951812],"key":8367,"region":"Pittsburgh","rvs_start_point":[40.4557388,-79.9526928]} -{"content":"Head northeast and meet me at the little garden on Penn Avenue, just east of the Veterans Bridge. It's south of the Homewood Suites.","rvs_goal_point":[40.4471907672,-79.9899027249],"key":8368,"region":"Pittsburgh","rvs_start_point":[40.4406356441,-80.0046099616]} -{"content":"Move northwest past Allegheny General Hospital. You will see me at the shelter north of research institute and south of two parking entrances. ","rvs_goal_point":[40.4572331534,-80.002944026],"key":8369,"region":"Pittsburgh","rvs_start_point":[40.448241823,-79.992348244]} -{"content":"Meet me at the parking lot on Eloise Street. Get past a school on that street and go to the next block. The destination is across the street. There is a place of worship to the east of it.\r\n","rvs_goal_point":[40.4555161481,-80.0094276603],"key":8370,"region":"Pittsburgh","rvs_start_point":[40.4567614,-80.0154516]} -{"content":"Meet me at the fountain right next to the Cathedral of Learning, to the west of you, off of Bigelow Boulevard. It is across the street from the Millenium Panther.","rvs_goal_point":[40.4440043,-79.95359],"key":8371,"region":"Pittsburgh","rvs_start_point":[40.4427045,-79.9466726]} -{"content":"Move east and move 2 blocks north on the street after Lava Lounge nightclub. I'm at the parking space close to the veterinary.","rvs_goal_point":[40.4288421479,-79.9727305979],"key":8372,"region":"Pittsburgh","rvs_start_point":[40.42859268,-79.9848777775]} -{"content":"Move far east on Penn Avenue, I'm located at the garden just before McDonald's fast food restaurant. The garden is directly east of 16th Strret Bridge.","rvs_goal_point":[40.4490865351,-79.9866659875],"key":8373,"region":"Pittsburgh","rvs_start_point":[40.4427926971,-80.0066476058]} -{"content":"Meet me at the garden northwest of you. If you head northwest on Fourth Avenue from your location, Fourth Avenue will end. Keep walking between the two buildings there and you will see the garden on the other side of the buildings about halfway between the west side of the buildings and the street to the north. The fountain is to the northeast of the garden.","rvs_goal_point":[40.4407480506,-80.0053767709],"key":8374,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091]} -{"content":"Meet me at the parking lot on the east side of Mulberry Way. It's northeast of you. If you take the street just north of you, pass the Pennsylvania Railroad Fruit Auction & Sales building, and turn right after the animal boarding. You'll see me on the corner of the second block.","rvs_goal_point":[40.4550575771,-79.9788430976],"key":8375,"region":"Pittsburgh","rvs_start_point":[40.4464965872,-79.9929969892]} -{"content":"Meet me at the garden northwest of you. It's over on West Station Square Drive a block west of the Sheraton. It's at the intersection where there is another street that ends at West Station Square Drive. The garden is on the southwest corner of that intersection.","rvs_goal_point":[40.4350072521,-80.0078252506],"key":8376,"region":"Pittsburgh","rvs_start_point":[40.4314467,-79.9921706]} -{"content":"Meet me at the money lender shop next to the Goodwill. It's north across the river from you by the green space. Make sure you turn right at Rita's Italian Ice Cream to find me.","rvs_goal_point":[40.4534164,-80.0004003],"key":8377,"region":"Pittsburgh","rvs_start_point":[40.4435394,-79.9961389]} -{"content":"Meet me on Boulevard of the Allies, at Engine company public building east of waste basket. Move southeast to get there.","rvs_goal_point":[40.4377486478,-80.0007075511],"key":8378,"region":"Pittsburgh","rvs_start_point":[40.4413113,-80.002748]} -{"content":"Meet me at Urban Outfitters east of you. If you go east on Sidney Street, you will see it a block past the bicycle rental. If you get to the PNC Bank ATM, you went too far.","rvs_goal_point":[40.4277401,-79.9652069],"key":8379,"region":"Pittsburgh","rvs_start_point":[40.4284342421,-79.9786560358]} -{"content":"Meet me at the bench on South Bellefield Avenue located northeast of you. There are 10 other benches in front of the one I'm sitting on. You will find a theatre directly south of the bench.","rvs_goal_point":[40.4451171,-79.951812],"key":8380,"region":"Pittsburgh","rvs_start_point":[40.4403112,-79.9578308]} -{"content":"Come to the garden on West Carson Street facing a tunnel. There is a huge parking garage to the east of the garden with five parking entrances, all in the same block. You will find Sheraton across the street.","rvs_goal_point":[40.4345705512,-80.0078564929],"key":8381,"region":"Pittsburgh","rvs_start_point":[40.439474,-80.0035742]} -{"content":"Ok, head southwest and meet me at the restaurant selling Mediterranean Greek Pizza place. It's on Fourth Avenue. It's about a block west of the First National Bank. In the same block, just northeast is a Hilton inn.","rvs_goal_point":[40.4398867,-80.0023571],"key":8382,"region":"Pittsburgh","rvs_start_point":[40.4467441542,-79.9912687018]} -{"content":"Cross the river and come to the restaurant on West General Robinson Street. Holiday Inn Express & Suites is north of it across two streets. There is a parking entrance northeast of it and east of the inn,","rvs_goal_point":[40.4481669,-80.0040518],"key":8383,"region":"Pittsburgh","rvs_start_point":[40.4420045,-80.0006161]} -{"content":"I am located on the north west of your position. At Bing school, close to Bing private parking on North Craig Street. ","rvs_goal_point":[40.4483335929,-79.949047041],"key":8384,"region":"Pittsburgh","rvs_start_point":[40.4421833,-79.9428742]} -{"content":"Meet me at the parking entrance northwest of your location. Head north then turn west onto the first major crossing street. Keep heading west past the Carnegie Museum of Art. Head west then turn north onto the second street. You will see Bellefield Hall as you go north. Turn west onto the next street when you see a Music Building. Turn north onto Ruskin Street. Your destination is on the northeastern side at the end of the block.","rvs_goal_point":[40.4470928,-79.9534652],"key":8385,"region":"Pittsburgh","rvs_start_point":[40.4422109091,-79.9405383508]} -{"content":"Meet me at the restaurant northeast of your location. Head northeast until you see the David L. Lawrence Convention Center and head northeast from there. You will walk by a Byrnes & Kiefer Building. Keep going until you see General Merchandise Outlet. Then go to the bar on the next block. From there, head northwest onto the next crossing street. Your destination is in the middle of the block to the northwest. It is on the same block as Yinzers clothes shop.","rvs_goal_point":[40.4519558,-79.9833119],"key":8386,"region":"Pittsburgh","rvs_start_point":[40.4429062038,-79.9947815429]} -{"content":"Meet me at the school next to a library on Ossipee Street. There is a running track on the school's east side.","rvs_goal_point":[40.4497913,-79.9622744],"key":8387,"region":"Pittsburgh","rvs_start_point":[40.4367358,-79.9631076]} -{"content":"Meet me at the parking lot on Bayard Street. There is another parking lot in the southeast direction in the same block. You will find a parking entrance in the south also in the same block. There is a university across the street in the middle of the opposite block.\r\n\r\n","rvs_goal_point":[40.448379155,-79.9524069693],"key":8388,"region":"Pittsburgh","rvs_start_point":[40.4431862616,-79.9529553847]} -{"content":"Go east from where you are, and meet me at The Andy Warhol Museum on the south side of West General Robinson Street. There's a restaurant in front of it.","rvs_goal_point":[40.4483809671,-80.0024998671],"key":8389,"region":"Pittsburgh","rvs_start_point":[40.4483951911,-80.0124143408]} -{"content":"Let's meet at the garden on the north side of Smallman Street. It's a block south of a fitness centre. The garden is in a parking lot. On the block two blocks to the southeast (NOT on same street as garden) you'll find Dancer's Pointe Clothes.","rvs_goal_point":[40.4581377103,-79.9760791652],"key":8390,"region":"Pittsburgh","rvs_start_point":[40.4518012,-79.982765]} -{"content":"Go north up to Liberty Avenue and meet me at the massage shop across the street from the First Commonwealth Bank. It is a couple blocks north of UPMC Shadyside.","rvs_goal_point":[40.4598914,-79.9461803],"key":8391,"region":"Pittsburgh","rvs_start_point":[40.4501627,-79.9520449]} -{"content":"Let's meet at the bench that is just south of Ridge Avenue. It's located about 2 blocks west of the place where the avenue forks off and splits into a wholly other street on it's north part. The bench is located in front of the library for the local community school there for those who have graduated high school already. ","rvs_goal_point":[40.4500398,-80.0140256],"key":8392,"region":"Pittsburgh","rvs_start_point":[40.4536497,-79.9990091]} -{"content":"Meet me at the Conestoga building at the University. It's at the end of Wood Street near the river. You'll see it about a block south of the Pittsburgh Ballet Theater Building.","rvs_goal_point":[40.4376203361,-80.0027189822],"key":8393,"region":"Pittsburgh","rvs_start_point":[40.446245601,-79.991835621]} -{"content":"Go southwest down Forbes Avenue. Meet me at the Verizon store just past the Chipotle. It's a block west of the Fine Wine & Good Spirits.","rvs_goal_point":[40.4407735,-79.9583094],"key":8394,"region":"Pittsburgh","rvs_start_point":[40.4419966189,-79.9518972776]} -{"content":"Meet me at the Moroccan restaurant southeast of your location. Head southeast until you get onto South Bouquet Street. Walk past Barco Law Building. When you see University of Pittsburgh, your destination will be on the other side of the street at the end of the block. It is just southwest of Forbes Field Outfield Wall and Flagpole.","rvs_goal_point":[40.440067,-79.9532053],"key":8395,"region":"Pittsburgh","rvs_start_point":[40.4440962,-79.9582139]} -{"content":"I'm waiting for you at the Mexican fast food restaurant on South Millvale Avenue. It's the restaurant closest to the middle of the block on that street. On the same block there's Aspen Dental, and on the block to the west is a library. ","rvs_goal_point":[40.4536696,-79.9472753],"key":8396,"region":"Pittsburgh","rvs_start_point":[40.4592612685,-79.9314267055]} -{"content":"meet me in front of the casino on Reedsdale street. It's northwest of you across the river, and west of Heinz Field.","rvs_goal_point":[40.4484213463,-80.0234291474],"key":8397,"region":"Pittsburgh","rvs_start_point":[40.4427608514,-80.0088894901]} -{"content":"Let's go give blood and take a walk in the garden located in the block where we can donate at the headquarters there. It's at the spot where 28th street becomes the bridge to the south of it. There is an animal boarding place to the west of the garden about a block.","rvs_goal_point":[40.4566015971,-79.9747962428],"key":8398,"region":"Pittsburgh","rvs_start_point":[40.4517158,-79.9843764]} -{"content":"Go south down Cherry Way. Meet me at the optician shop on the east side of the street. It's right next to the computer shop, about a block past the EVEN Hotels.","rvs_goal_point":[40.438012,-79.9988585],"key":8399,"region":"Pittsburgh","rvs_start_point":[40.4532779,-80.0010938]} -{"content":"Let's meet up at the garden on Railroad Street located north of you. Sherwin Williams is directly south of it in the opposite block. 2 gardens are in the center of the block same as the destination garden.","rvs_goal_point":[40.45788961,-79.9778846706],"key":8400,"region":"Pittsburgh","rvs_start_point":[40.4553284583,-79.9772881201]} -{"content":"Go east on Centre avenue, your destination is just south of the library. I'm at the parking lot. It's like 5 blocks from where you are but on the other side of the street.","rvs_goal_point":[40.4530660735,-79.9489232102],"key":8401,"region":"Pittsburgh","rvs_start_point":[40.4510585,-79.9529737]} -{"content":"Meet me at the restaurant on South Craig Street. You'll find Starbucks at the far end across the street. There is a museum on the south block from the restaurant.","rvs_goal_point":[40.4451416429,-79.9490473075],"key":8402,"region":"Pittsburgh","rvs_start_point":[40.4547076835,-79.9353208295]} -{"content":"Meet me at the bar on East Carson Street. It is near a bridge. You will find State Farm on its east and The Blind Pig on its west.","rvs_goal_point":[40.42808135,-79.97283895],"key":8403,"region":"Pittsburgh","rvs_start_point":[40.4251876073,-79.9765928777]} -{"content":"Meet me at the doctor's office on Baum Boulevard northeast of you. Shell gas station is across the street and a post box is northwest of the destination.","rvs_goal_point":[40.458833,-79.9316836],"key":8404,"region":"Pittsburgh","rvs_start_point":[40.4563172,-79.9367732]} -{"content":"Meet me at the beauty shop on East Carson Street. It is located in the same exact spot as the theatre. If you see the confectionery shop you went too far.","rvs_goal_point":[40.428619023,-79.9826135835],"key":8405,"region":"Pittsburgh","rvs_start_point":[40.434827,-79.996873]} -{"content":"Meet me at the bicycle parking southwest of you on the other side of the river. It's on West Station Square Drive right across the street from the soccer pitch.","rvs_goal_point":[40.4354960209,-80.0092321281],"key":8406,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"Meet me at the garden to your north. It's one block north of Legends of the North Shore restaurant on Knoll Street. It's on the north side of the street.","rvs_goal_point":[40.4575694642,-80.0015756745],"key":8407,"region":"Pittsburgh","rvs_start_point":[40.4535275,-80.0009731]} -{"content":"Go west on East Carson street. The bar I'm in is like 7 blocks away from you. It is on the other side of the street from optician shop, on the northwest side.","rvs_goal_point":[40.428828447,-79.9773701189],"key":8408,"region":"Pittsburgh","rvs_start_point":[40.4279563,-79.9660175]} -{"content":"Meet me at Chipotle northeast of you. It's the one where Forbes Avenue runs into the square from the east. It's a block north of Starbucks.","rvs_goal_point":[40.440636,-80.0019972],"key":8409,"region":"Pittsburgh","rvs_start_point":[40.4403692323,-80.0056745556]} -{"content":"Meet me at the parking lot southwest of you. Head west on East Carson Street and turn south right before the optician shop. Go three blocks and you will see the parking lot in the middle of the street. If you get to the fitness centre, you need to go back about a block and a half.","rvs_goal_point":[40.4269608,-79.97640955],"key":8410,"region":"Pittsburgh","rvs_start_point":[40.4280790289,-79.9727195721]} -{"content":"Move north past Allegheny West Historic District towards California Avenue, meet me at the car shop just before hairdresser shop and on the same block.","rvs_goal_point":[40.4596461,-80.0180438],"key":8411,"region":"Pittsburgh","rvs_start_point":[40.4466269914,-80.0210887736]} -{"content":"Meet me at the garden on Mulberry Way. It's about two blocks southwest of Salem Halal Grill but on the others side of the street. If you get to Zerrer's Antiques, you passed it.","rvs_goal_point":[40.4570071628,-79.9765586119],"key":8412,"region":"Pittsburgh","rvs_start_point":[40.4598379824,-79.972864199]} -{"content":"I'm at the parking lot northeast of school and southeast of bicycle repair station. You can get there by going northwest past fifth Avenue. ","rvs_goal_point":[40.4432395408,-79.9575031816],"key":8413,"region":"Pittsburgh","rvs_start_point":[40.4368692,-79.9548469]} -{"content":"Meet me at the hairdresser shop on Penn Avenue on your southwest. Before the block of the destination, you'll see Pane e Pronto restaurant. At the beginning of the hairdresser's block, there is a fast food restaurant.\r\n\r\n","rvs_goal_point":[40.4546212,-79.9790847],"key":8414,"region":"Pittsburgh","rvs_start_point":[40.4579140054,-79.976097902]} -{"content":"I'm southwest of you, at a garden on Waterfront drive, in the middle of the block, across the street from the west corner of the Hampton Inn. If you come to where Waterfront ends, you've gone too far west. ","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8415,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791]} -{"content":"Meet me at the garden next to 3 gardens on Railroad Street. You'll find a pub on the south block and Pennsylvania Railroad Fruit Auction & Sales building many blocks away to its southwest.","rvs_goal_point":[40.4570275529,-79.9801760289],"key":8416,"region":"Pittsburgh","rvs_start_point":[40.4478667385,-79.9895037139]} -{"content":"Let's meet up at the parking space of CVS on Centre Avenue. There are two convenience shops across the street. You'll find Domino's fast food northeast of it .\r\n","rvs_goal_point":[40.4518131502,-79.9512484498],"key":8417,"region":"Pittsburgh","rvs_start_point":[40.4454541,-79.9433899]} -{"content":"Head east and meet up with me at the garden just north of Smallman St. It's located in the area where you can be frozen as a special treatment. Just park in the parking lot of that place and walk behind it to find me. Afterwards, if you're still feeling chilled and want to continue we can go to the ice cream shop two blocks directly south of the garden, Klavon's Ice Cream.","rvs_goal_point":[40.4583484694,-79.9761388874],"key":8418,"region":"Pittsburgh","rvs_start_point":[40.4553031433,-79.9836371514]} -{"content":"Meet me at the garden southwest of your location. Head southwest underneath the expressway then turn west. When you see Mike's Beer Bar, turn south onto that street. Keep heading south on Federal Street until you see a bridge. Your destination is right next to the bridge, just southeast of PNC Park baseball pitch.","rvs_goal_point":[40.4466598667,-80.0041416667],"key":8419,"region":"Pittsburgh","rvs_start_point":[40.4535054,-80.0010857]} -{"content":"I'm at a garden on the northwest corner of the casino on Reedsdale Street. It's northwest of where you are now, a couple of blocks past Heinz Field. ","rvs_goal_point":[40.4484213463,-80.0234291474],"key":8420,"region":"Pittsburgh","rvs_start_point":[40.4427608514,-80.0088894901]} -{"content":"I'm at the post office near Steuben Street. There is a library across the street. You should pass the Jerusalem Baptist Church on your way. You should then head west south on Steuben Street.","rvs_goal_point":[40.441427,-80.0346601],"key":8421,"region":"Pittsburgh","rvs_start_point":[40.4408194069,-80.019880667]} -{"content":"Meet me at the bench in the middle of a block where you will also find a hotel to its west and a bicycle parking to its east. The block is on the north side of Liberty Avenue. You should pass the bridge to the other side.","rvs_goal_point":[40.4424151,-80.0056683],"key":8422,"region":"Pittsburgh","rvs_start_point":[40.4492400404,-80.0147036067]} -{"content":"Come to the hairdresser shop on Smithfield Street. A fast food restaurant is on the southeast block from the hairdresser shop. You'll find a fountain on its west on the same block.","rvs_goal_point":[40.4375828391,-80.0005627287],"key":8423,"region":"Pittsburgh","rvs_start_point":[40.4389581,-79.9936641]} -{"content":"Let's meet at the garden on the west side of Stanwix Street. On the same block as the garden, there is a parking entrance on the north and 2 restaurants on the west.\r\n","rvs_goal_point":[40.442351197,-80.0049276836],"key":8424,"region":"Pittsburgh","rvs_start_point":[40.450653316,-79.9855090024]} -{"content":"Go down the street, when you see the ice cream shop go another block and a half and the parking lot would be on your left across the street from a fitness center. ","rvs_goal_point":[40.4555995992,-79.9769025069],"key":8425,"region":"Pittsburgh","rvs_start_point":[40.4593070329,-79.9719118586]} -{"content":"Meet me at the beverages shop on Penn Avenue. There is a fast food restaurant in the adjacent block to its west. You'll see a marketplace across the street in the northeast direction.\r\n\r\n\r\n","rvs_goal_point":[40.4497524,-79.9857343],"key":8426,"region":"Pittsburgh","rvs_start_point":[40.4469774077,-79.9952712353]} -{"content":"Meet me at the garden on Western Avenue. It is across the street, to the east, from parking, bench, and the Allegheny Sandwich Shop. I am at the North East corner of the park.","rvs_goal_point":[40.4530382699,-80.0144397649],"key":8427,"region":"Pittsburgh","rvs_start_point":[40.4530372572,-80.0071245609]} -{"content":"Go up northwest to the edge of the Allegheny River to the garden there where 23rd street ends at the river. I'm on the northeast side of the road. There is a factory to the northeast of here on this block where stoppers for wine bottles, among other things, are made.","rvs_goal_point":[40.4549444572,-79.9839173808],"key":8428,"region":"Pittsburgh","rvs_start_point":[40.4521270318,-79.9818897458]} -{"content":"Let's meet up at the garden just east of Schenley Drive. It's a couple of stores down from the spot where the Drive is begun at it's most Northern point. There is a spot there to the west of it before the Drive that is 2 fast food restaurants.","rvs_goal_point":[40.4431862616,-79.9529553847],"key":8429,"region":"Pittsburgh","rvs_start_point":[40.4425835,-79.9459898]} -{"content":"Meet me at the parking lot on Forbes Avenue. There is a library on the southwest of the destination, and a police station to its northwest.","rvs_goal_point":[40.4380884707,-79.9915047269],"key":8430,"region":"Pittsburgh","rvs_start_point":[40.4387988,-79.9973291]} -{"content":"Head west to South Bouquet Street and meet me at Beta Bites restaurant south of the University of Pittsburgh. It's a couple blocks west of Panther Hollow.","rvs_goal_point":[40.440067,-79.9532053],"key":8431,"region":"Pittsburgh","rvs_start_point":[40.4422076,-79.9428706]} -{"content":"I'm to your southwest, at the Au Bon Pain fast food restaurant on Seventh Avenue. It's a block east of Bruegger's Bagels and south of the William S. Moorhead Federal Building.","rvs_goal_point":[40.4425223,-79.9955603],"key":8432,"region":"Pittsburgh","rvs_start_point":[40.4520372,-79.9839204]} -{"content":"I'm at a small garden at the north end of Grant street on the other side of the block as the courthouse. It's a garden between the two lanes of the street. You should head mainly west and also north. ","rvs_goal_point":[40.4432835338,-79.9942183854],"key":8433,"region":"Pittsburgh","rvs_start_point":[40.4368,-79.9798]} -{"content":"I'm southwest of you across the river. Take a left at the end of the bridge, and meet me at the bike parking on the south side of West Station Square Drive as it curves north. The soccer pitch is across the street.","rvs_goal_point":[40.4354960209,-80.0092321281],"key":8434,"region":"Pittsburgh","rvs_start_point":[40.4428975751,-80.0081017502]} -{"content":"I'm waiting for you at the historic memorial on North shore Drive next to a park. Heinz Field is north of it. The historic memorial is very close to the river.\r\n\r\n","rvs_goal_point":[40.445024,-80.0136296],"key":8435,"region":"Pittsburgh","rvs_start_point":[40.4544378723,-80.0080954519]} -{"content":"You can go north to Moravian Street and meet me at a parking lot here. It's the last one on the east side, just before the street makes a T-intersection to the north. There's a guest house right across the street. If you come to Allegheny-Singer Research Institute, you've gone too far north. ","rvs_goal_point":[40.4561551526,-80.0017839247],"key":8436,"region":"Pittsburgh","rvs_start_point":[40.4433515,-80.0025539]} -{"content":"Meet me at the garden northeast of your location. Head northeast Penn Avenue. You will see a Penn Fixture & Supply appliance shop. Head northeast one more block to find your destination. If you see a City Collision Inc II car repair shop, you've gone too far.","rvs_goal_point":[40.4579388795,-79.9739211519],"key":8437,"region":"Pittsburgh","rvs_start_point":[40.4516516,-79.9844704]} -{"content":"I'm on Oakland Avenue northwest of you. At the post box by the corner, east of First national bank atm.","rvs_goal_point":[40.4414813,-79.9567722],"key":8438,"region":"Pittsburgh","rvs_start_point":[40.4353227117,-79.9466227121]} -{"content":"Meet me a garden. Go Northeast on Boundary Street, past La Prima Espresso and Sorrells Library. When you see Hunan Express, the destination will be to the east of that. ","rvs_goal_point":[40.4433428683,-79.9444568254],"key":8439,"region":"Pittsburgh","rvs_start_point":[40.4421288,-79.9504305]} -{"content":"Meet at the garden on West Station Square Drive. It is literally steps away from the bicycle parking. Just take a few steps towards the east.","rvs_goal_point":[40.4355449275,-80.0088492465],"key":8440,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859]} -{"content":"I'm just a few blocks southwest of you, at this supermarket on Penn Avenue. It's the western-most market on the block that is southwest of Grandpa Joe's candy, and Hot Haute Hot furniture. ","rvs_goal_point":[40.4511952,-79.9836178],"key":8441,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008]} -{"content":"Move northeast towards 29th street. I'm waiting at a garden on the corner of the street just two blocks south of an interior decoration shop.","rvs_goal_point":[40.4579388795,-79.9739211519],"key":8442,"region":"Pittsburgh","rvs_start_point":[40.4516516,-79.9844704]} -{"content":"We should meet up at the clothes shop on Federal Street. It's south of Allegheny Center, a block past Soho Restaurant, and north of the PNC Bank.","rvs_goal_point":[40.4476428,-80.0043128],"key":8443,"region":"Pittsburgh","rvs_start_point":[40.4537078685,-79.998336073]} -{"content":"Go north then west on Brereton Street. On the south side of the road you'll see West Penn Park, where you'll meet me at the playground by the fountain.","rvs_goal_point":[40.4561066697,-79.9701918368],"key":8444,"region":"Pittsburgh","rvs_start_point":[40.45229,-79.9645]} -{"content":"Meet me at the bench south of Forbes avenue. It is north of the library, directly west of the parking lot, and south of the arts centre.","rvs_goal_point":[40.442183,-79.943603],"key":8445,"region":"Pittsburgh","rvs_start_point":[40.4510773,-79.934669]} -{"content":"Let's meet up at the marketplace on Walnut Street. You'll find a florist shop two blocks away to the east. J.Crew is catty-cornered from the florist shop.","rvs_goal_point":[40.4506774,-79.9349721],"key":8446,"region":"Pittsburgh","rvs_start_point":[40.4457785814,-79.9473303619]} -{"content":"Cross the river then go northeast up Railroad Street and meet me at the garden just past the fitness centre. It is just northwest of the 4 gardens.","rvs_goal_point":[40.4551474869,-79.9813685567],"key":8447,"region":"Pittsburgh","rvs_start_point":[40.4539564,-79.9987368]} -{"content":"Let's meet at the parking lot northeast of you. The parking lot is on Western avenue. There is an animal shelter across the street. ","rvs_goal_point":[40.4513304609,-80.018514837],"key":8448,"region":"Pittsburgh","rvs_start_point":[40.4479752548,-80.021768262]} -{"content":"Head west a few blocks then turn north onto South Craig Street. Just after turning, meet me on the west side of the street at jewelry religion clothes shop. It's just up the block from Starbucks, on the opposite side of the road.\r\n","rvs_goal_point":[40.4449867,-79.9488638],"key":8449,"region":"Pittsburgh","rvs_start_point":[40.4444948,-79.943059]} -{"content":"Can you meet me at the fountain just past the westernmost end of Filmore street. It's right at the Heinz Memorial Chapel. ","rvs_goal_point":[40.4451744,-79.9517538],"key":8450,"region":"Pittsburgh","rvs_start_point":[40.4512311,-79.9347471]} -{"content":"Head down across the Monongahela River. I want you to meet me at the Bridge so I can show you something from that vantage. It's the bridge that allows the Mon line to maintain it's altitude. To find it follow East Station Square Drive south and IF the road were to continue, it would lead under where the bridge span covers. There is a park area with several trails just to the south.","rvs_goal_point":[40.4307837912,-80.0018278207],"key":8451,"region":"Pittsburgh","rvs_start_point":[40.4435162,-79.9962249]} -{"content":"Meet me at the waste basket on Ridge Avenue, which is very close to a vending machine. Head west and cross the railroad to get there. There is a garden to the north of our meeting place.\r\n","rvs_goal_point":[40.4506631,-80.0135315],"key":8452,"region":"Pittsburgh","rvs_start_point":[40.4537225,-79.9984743]} -{"content":"Meet me at the garden northeast of you on Railroad Street. It's north of the pub and on the other side of the block as the four gardens.","rvs_goal_point":[40.4567260318,-79.9795938436],"key":8453,"region":"Pittsburgh","rvs_start_point":[40.452191175,-79.9811296603]} -{"content":"Come meet me at the garden on the south side of Waterfront Drive. Head northeast with the road and get on Waterfront Drive, then it's just a block and ah half walk directly north from the museum. ","rvs_goal_point":[40.4472130405,-79.9929201274],"key":8454,"region":"Pittsburgh","rvs_start_point":[40.4437907,-80.0023122]} -{"content":"Bring me a coffee and meet me at the bench east of the fountain at Heinz Memorial Chapel. It's on the west side of South Bellefield Avenue.","rvs_goal_point":[40.4451595,-79.9516474],"key":8455,"region":"Pittsburgh","rvs_start_point":[40.4425835,-79.9459898]} -{"content":"Meet me at Verizon on the other side of the river from you on Smithfield Street. You'll find it one block south of Embassy Suites.","rvs_goal_point":[40.4402978,-79.998756],"key":8456,"region":"Pittsburgh","rvs_start_point":[40.4535755,-79.9995036]} -{"content":"Meet me at the Birthplace of the Great Guinness Toast in 1993 bar west of your location. Head west until you get to Penn Avenue. When you get to Edgar's Best Tacos, head southwest two blocks to find your destination on the corner. It is just southeast of a restaurant. If you see Penn Animal Hospital, you've gone too far.","rvs_goal_point":[40.4534235462,-79.980928496],"key":8457,"region":"Pittsburgh","rvs_start_point":[40.4535718109,-79.9749522936]} -{"content":"You can meet me at this musical instrument shop on East Carson Street. Take the street you're on now, and keep going east after it turns into East Carson. The shop will be on the north just after a Dairy Queen. If you come to Jester's Court tattoo, you've gone too far east. ","rvs_goal_point":[40.4289574233,-79.9850432775],"key":8458,"region":"Pittsburgh","rvs_start_point":[40.4323417571,-80.0040085623]} -{"content":"I'd like to meet you at the pitch next to a fountain facing Brereton Street. You'll see a parking in the nearest intersection from the pitch.","rvs_goal_point":[40.4560827415,-79.9705830434],"key":8459,"region":"Pittsburgh","rvs_start_point":[40.4564787189,-79.9800975457]} -{"content":"Almost directly east of you on Mulberry Way is a parking lot where we can meet. Klavon's Ice Cream Parlor is on the same block, but the parking lot is up on the northeast corner. If you get to Salem Halal Grill restaurant, you've gone about a half-block too far east. ","rvs_goal_point":[40.4579058838,-79.9747679282],"key":8460,"region":"Pittsburgh","rvs_start_point":[40.4574882082,-79.9787085745]} -{"content":"Meet me at Chase on Delray Street. The bank is opposite to a market square. Boost Mobile is across the street in the northwest direction. Bypassing the market square in the southeast direction, you will find Hilton Garden Inn.\r\n\r\n","rvs_goal_point":[40.4410422,-80.0029338],"key":8461,"region":"Pittsburgh","rvs_start_point":[40.4434477854,-80.0001351997]} -{"content":"Let's meet up and walk in the garden that is east and a bit north of you a few blocks. It's in the south part of 10th street in the block that ends north at the Allegheny river. The garden is in the south part of the block just north of the most southern parking spaces. There is a Westin across the street to the south of here.","rvs_goal_point":[40.4449660868,-79.9954311068],"key":8462,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134]} -{"content":"Cross the Smithfield Street Bridge going southwest, and meet me at the garden on the right, as the bridge ends.","rvs_goal_point":[40.4331771296,-80.0038705387],"key":8463,"region":"Pittsburgh","rvs_start_point":[40.4388041,-79.9985826]} -{"content":"Let's meet up at the parking entrance on Wood street. Head southwest and get past a railroad to get there. In the same block as the destination, you'll find Fairmont hotel and PNC Bank.\r\n","rvs_goal_point":[40.4418147,-80.0000837],"key":8464,"region":"Pittsburgh","rvs_start_point":[40.4518217,-79.9831366]} -{"content":"Meet me at the restaurant northwest of your location. Head west then turn north onto 6th Street. You will see Butcher and the Rye bar. Your destination is on the next block north. It is the second restaurant on the western side of the street.","rvs_goal_point":[40.4431844,-80.0025077],"key":8465,"region":"Pittsburgh","rvs_start_point":[40.4391422,-79.9980044]} -{"content":"I'm located southwest of you at the bench close to 6 benches. There is a Rothberg's cafe on by the northwest.","rvs_goal_point":[40.4419504,-79.9459192],"key":8466,"region":"Pittsburgh","rvs_start_point":[40.4442603432,-79.9415708381]} -{"content":"If you go north and cross over the bridge, you will see me at a bar on Federal street. There is SpringHill Suites a bit northwest of the bar.","rvs_goal_point":[40.4480087,-80.0040035],"key":8467,"region":"Pittsburgh","rvs_start_point":[40.4397960949,-80.0013443374]} -{"content":"Come meet me. Pass the park to it's east side and get on East Ohio St and cintinue east until you see me in the H&R Block on your right. ","rvs_goal_point":[40.4536546892,-79.998628142],"key":8468,"region":"Pittsburgh","rvs_start_point":[40.4545831514,-80.0132794439]} -{"content":"I'm really close to you, at a smaller park west of the big park between us. It's on end of Beech Avenue on the south side of the street.","rvs_goal_point":[40.4530382699,-80.0144397649],"key":8469,"region":"Pittsburgh","rvs_start_point":[40.4530372572,-80.0071245609]} -{"content":"Meet me at the garden on Smallman street west of Klavon's ice cream. It is on the block before three gardens, but not on the same side of the street. Go northeast to get there.","rvs_goal_point":[40.4572252834,-79.9767681787],"key":8470,"region":"Pittsburgh","rvs_start_point":[40.4479173865,-79.9928572511]} -{"content":"I'm west of you and a little north, at the drinking water feature on the coast just west of the Fort Duquesne bridge viewpoint.","rvs_goal_point":[40.4425876,-80.0101805],"key":8471,"region":"Pittsburgh","rvs_start_point":[40.439353,-79.9963234]} -{"content":"I'm pretty much straight southwards from you, off South Bellefield Avenue, at the bench in the middle of the block with the Nationality Rooms museum. The bench is right next to an attraction. Also, there's the Music Building on the block to the north. ","rvs_goal_point":[40.4451171,-79.951812],"key":8472,"region":"Pittsburgh","rvs_start_point":[40.4557388,-79.9526928]} -{"content":"Meet me at the fire station northeast of you. Head past the library and then go north at the bank. You will see the fire station right before the car rental.","rvs_goal_point":[40.454984,-79.9479618],"key":8473,"region":"Pittsburgh","rvs_start_point":[40.4502796961,-79.9533314796]} -{"content":"Meet me at the restaurant facing near a stadium facing the Forbes Avenue. It is very close to a food court. You'll find a bicycle repair station northwest of the restaurant.","rvs_goal_point":[40.4426765,-79.9402389],"key":8474,"region":"Pittsburgh","rvs_start_point":[40.4456807,-79.9490816]} -{"content":"Meet me at the waste basket on Boulevard of the Allies. It's southwest of you, on the corner of the street just north of Point Perk cafe.","rvs_goal_point":[40.4382439,-80.0018495],"key":8475,"region":"Pittsburgh","rvs_start_point":[40.4484373799,-79.9922332357]} -{"content":"Meet me at the Asian restaurant east of your location. Head east on East Carson Street. Keep heading east until you see Five Star Dentistry. Your destination is in the middle of the next block right before a Subway.","rvs_goal_point":[40.4282932747,-79.9768054433],"key":8476,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657]} -{"content":"Meet me at the McDonald's on Penn Avenue. It's across the river from you, and on the other side of Lin's Hair Studio.","rvs_goal_point":[40.4493182728,-79.9863070576],"key":8477,"region":"Pittsburgh","rvs_start_point":[40.4532231,-80.0014257]} -{"content":"Meet me at the restaurant southwest of you. Head down Dawson Street to the post box and then head west from there. The restaurant is in the middle of the block on the south side of the street.","rvs_goal_point":[40.4342756777,-79.9538382118],"key":8478,"region":"Pittsburgh","rvs_start_point":[40.4448006242,-79.9435524715]} -{"content":"Meet me south over the river at the optician shop located on Cherry Way, about 2 and a half blocks from it's start. By it's start I mean the spot where the street, at it's northern most point changes it's name. There are several businesses located in the inner part of the block east of the shop and north of it. These businesses include cleaners, baker, several places that sell food and drink as well as clothing shops. ","rvs_goal_point":[40.438012,-79.9988585],"key":8479,"region":"Pittsburgh","rvs_start_point":[40.4532779,-80.0010938]} -{"content":"Let's play tennis. Meet me at the pitch for it just south of panther Hollow road, It's in the park located there. I'm at the farthest court away from the track. The ice skating rink is a ways off to the southwest of here.","rvs_goal_point":[40.4329952308,-79.9411597338],"key":8480,"region":"Pittsburgh","rvs_start_point":[40.4370765,-79.9547638]} -{"content":"Let's meet up for lunch at the restaurant across the street from the August Wilson Center for African American Culture. It's northeast of you on Liberty Avenue about a block past the Ewart Building.","rvs_goal_point":[40.4435394,-79.9961389],"key":8481,"region":"Pittsburgh","rvs_start_point":[40.442357,-80.0058703]} -{"content":"I'm at the parking entrance on Roberto Clemente Drive. It is west of historic marker. Go southwest to get there.","rvs_goal_point":[40.4412287,-79.9537859],"key":8482,"region":"Pittsburgh","rvs_start_point":[40.4435975,-79.9455128]} -{"content":"You want to meet at the little coffee shop cafe on Walnut Street? Just go east and pass the Shadyside Variety Store, and the Rite Aid Pharmacy. It's on the south side of the street, but if you see the PNC Bank ATM you've gone too far.","rvs_goal_point":[40.4513911,-79.9328242],"key":8483,"region":"Pittsburgh","rvs_start_point":[40.4489692275,-79.9462109648]} -{"content":"I'm at a nightclub across the river on 19th street. After you cross the river go up the street until you reach 19th street. Come here when you can. ","rvs_goal_point":[40.4512457,-79.9850555],"key":8484,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401]} -{"content":"Move north on Liberty Avenue. I'm at the garden a little past storage rental shop and on the other side of the street. There is a pub on the its west side.","rvs_goal_point":[40.4576652696,-79.9727728281],"key":8485,"region":"Pittsburgh","rvs_start_point":[40.4516049,-79.9834452]} -{"content":"Head many blocks northeast. Let's meet on the small foot bridge over the train tracks connected to Brownell Street. It is right next to the Boys & Girls Club social facility.","rvs_goal_point":[40.4547076835,-79.9353208295],"key":8486,"region":"Pittsburgh","rvs_start_point":[40.4435975,-79.9455128]} -{"content":"I'm at the fitness centre south of animal boarding on Penn Avenue. The place is slightly northwest of where you are. ","rvs_goal_point":[40.4560872,-79.9765269],"key":8487,"region":"Pittsburgh","rvs_start_point":[40.4527391,-79.9676135]} -{"content":"Meet me at the waste basket east of your location. Head north then turn east onto Forbes Avenue. Keep heading east until you see Au Bon Pain fast food restaurant. When you're at Au Bon Pain, head south east toward Entropy convenience shop. From there, head east toward the waste basket. If you see Tartains Pavilion food court, you've gone too far.","rvs_goal_point":[40.4427274,-79.941398],"key":8488,"region":"Pittsburgh","rvs_start_point":[40.4422641,-79.9527501]} -{"content":"Move east from your location. I\"m waiting at Hilton Garden Inn on Forbes Avenue. It is on the same block with CVS pharmacy.","rvs_goal_point":[40.4395489,-79.9594471],"key":8489,"region":"Pittsburgh","rvs_start_point":[40.4382904,-79.9770518]} -{"content":"Meet me at the bar northeast of your location. Head east until you see Carnegie Museum of Art. From there, head north four blocks. Then head east five blocks until you get to South Aiken Avenue. Head north from there. Your destination is on the third block, at the end of the block. If you see Bruegger's Bagels, you've gone too far.","rvs_goal_point":[40.4504578,-79.9352413],"key":8490,"region":"Pittsburgh","rvs_start_point":[40.4431748826,-79.9528743907]} -{"content":"I'm at a massage place. Okay from where you are you need to cross the Roberto Clemente Bridge and keep on that road until it ends and then you'll make a left right by which it'll then wind right when you get to Nova Place. Then when you get to West Ohio Street you turn left onto it. When you get to a one way street you'll make a right (the only way you can go) and then I'll be at the garden on the left just after that.","rvs_goal_point":[40.442946,-80.0024031],"key":8491,"region":"Pittsburgh","rvs_start_point":[40.4527216511,-80.0148912644]} -{"content":"Walk east on the street you are on past Carnegie Library and clothes shop. I'm at the post box at the corner and on the same block with PNC Bank atm.","rvs_goal_point":[40.426256,-79.9655554],"key":8492,"region":"Pittsburgh","rvs_start_point":[40.4288971,-79.9853085]} -{"content":"Meet me at the garden on Penn Avenue northeast of you. MECKA Fitness is to its northwest and a clothes shop to its southwest. There are two other gardens on the northeast corner of the same block.\r\n","rvs_goal_point":[40.4579388795,-79.9739211519],"key":8493,"region":"Pittsburgh","rvs_start_point":[40.4516516,-79.9844704]} -{"content":"Meet me at the warehouse on Penn Avenue. Find the Crystal restaurant on the same street and it is the last building on the next block.","rvs_goal_point":[40.4452537723,-79.9936857059],"key":8494,"region":"Pittsburgh","rvs_start_point":[40.4550296134,-80.0008799021]} -{"content":"Meet me at the garden on Boulevard of the Allies. There is a restaurant on its northwest and a fountain on northeast. It is located in downtown.","rvs_goal_point":[40.4404244772,-80.0056293876],"key":8495,"region":"Pittsburgh","rvs_start_point":[40.4408951,-79.9999309]} -{"content":"Cross over the river then go northeast and meet me at the garden on Spruce Way. It's between the hairdresser shop and some other gardens.","rvs_goal_point":[40.4547828734,-79.9815684568],"key":8496,"region":"Pittsburgh","rvs_start_point":[40.4534483911,-79.9933539097]} -{"content":"Move southwest towards Forbes Avenue. Let's meet at the post box west of seven gardens and southeast of William Pitt attraction.","rvs_goal_point":[40.4430337,-79.9537191],"key":8497,"region":"Pittsburgh","rvs_start_point":[40.44822815,-79.94163055]} -{"content":"Meet me at the fast food restaurant east of your location. Head east on Carson Street. Keep going until you see a Perlora furniture shop. Your destination is the middle of the next block right next to a State Farm.","rvs_goal_point":[40.4279944217,-79.9722193385],"key":8498,"region":"Pittsburgh","rvs_start_point":[40.4289702,-79.98067205]} -{"content":"Meet me at the school next to a library on Watt Street. To the far northwest across the railroad, you'll find Pittsburgh Opera.","rvs_goal_point":[40.4495135,-79.9711635],"key":8499,"region":"Pittsburgh","rvs_start_point":[40.4517157333,-79.9811868667]} -{"content":"Let's meet up at the garden on Liberty Avenue on your northeast. Across the street and on the other end, there is a cafe . Two other gardens are located on the opposite block to its south near the railroad.","rvs_goal_point":[40.4522836406,-79.9810022624],"key":8500,"region":"Pittsburgh","rvs_start_point":[40.4503847,-79.986324]} -{"content":"Meet me at the bench near student accomodation on Fifth Avenue. It is in between the two building just south of the student accomodation.","rvs_goal_point":[40.446395,-79.9464315],"key":8501,"region":"Pittsburgh","rvs_start_point":[40.4395906,-79.9590965]} -{"content":"Let's meet at the University of Pittsburgh clothes shop on Forbes Ave. It's just southeast of you It's just north of Hemingway's pub, less than half a block, on the same side of the street. If you get to the library, you've gone a few dozen feet too far.","rvs_goal_point":[40.4427896,-79.9554318],"key":8502,"region":"Pittsburgh","rvs_start_point":[40.4463144,-79.9637143333]} -{"content":"Meet me at the parking entrance up east on Penn Avenue. It's the lot that serves the Convention Center for the hotel. On your way here you'll pass by the Benedum Center. When you do, you'll be about half way here.","rvs_goal_point":[40.4444071,-79.9953094],"key":8503,"region":"Pittsburgh","rvs_start_point":[40.4415657342,-80.0057515958]} -{"content":"You'll see me at the cafe southwest of your location. It is on Terrace street very close to university and west of parking lot.","rvs_goal_point":[40.4404839565,-79.9653309251],"key":8504,"region":"Pittsburgh","rvs_start_point":[40.4500903,-79.9507227]} -{"content":"I'm north of you at a car repair shop on Baum Boulevard, come meet me there. It is across the street from Prizant doctor's office, and south of SYN Taqueria + Pizzeria.","rvs_goal_point":[40.4592612685,-79.9314267055],"key":8505,"region":"Pittsburgh","rvs_start_point":[40.4507468,-79.9347737]} -{"content":"After you drop off the camera, head southeast and meet me at the parking entrance on the north side of fourth Avenue. It's about 1 block west of the Au Bon Pain restaurant.","rvs_goal_point":[40.4386807,-79.9992584],"key":8506,"region":"Pittsburgh","rvs_start_point":[40.4410997,-80.0023902]} -{"content":"Meet me at the parking lot on South 21st Street. On the second block to the west, there is a school. On the far side of the east block, there is a clock. \r\n","rvs_goal_point":[40.4260684295,-79.976504628],"key":8507,"region":"Pittsburgh","rvs_start_point":[40.4286606,-79.98546185]} -{"content":"Meet me at ALDI on East Carson Street, it north east of your current position. It is diagonally across from LA fitness.","rvs_goal_point":[40.4269826,-79.967243],"key":8508,"region":"Pittsburgh","rvs_start_point":[40.4251945368,-79.9749607592]} -{"content":"I'm at the barber east of North park, you should cross the bridge to the other side and in the middle of the park turn east. If you reach Goodwill you have gone too far. ","rvs_goal_point":[40.4534414,-80.0014056],"key":8509,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879]} -{"content":"I'm northeast of you, at a computer shop on Third Avenue. Just east of here is the townhall, and The Vision Center is on the block to the north. The Hartley-Rose Belting Company Building is south of here. ","rvs_goal_point":[40.4379569,-79.9983518],"key":8510,"region":"Pittsburgh","rvs_start_point":[40.4357446195,-80.0088070324]} -{"content":"Head northwest to meet me at the beauty shop right on the corner, located on Western Avenue. It's a couple blocks north of BABB Incorporated and just east of a cafe.","rvs_goal_point":[40.4517896,-80.0166761],"key":8511,"region":"Pittsburgh","rvs_start_point":[40.4497366,-80.0139861]} -{"content":"Move far east past open stage theatre. Meet me at Lockhart Tire which is directly north of Giant Eagle.","rvs_goal_point":[40.4521387,-79.9999429],"key":8512,"region":"Pittsburgh","rvs_start_point":[40.4500635,-80.0154789]} -{"content":"Go north up to Federal Street and meet me at the beauty shop across from the library. It's right next to a pizza place, and west of the shelter.","rvs_goal_point":[40.4565662,-80.0071629],"key":8513,"region":"Pittsburgh","rvs_start_point":[40.444988274,-80.0136847095]} -{"content":"Meet me at the garden on Smallman Street. Go past Bar Marco and head northeast to get there. There are two more gardens behind the one where I'd like to meet you. You will find an ice cream shop and a clothes shop\r\nsouth and southeast of the garden respectively across two blocks.\r\n","rvs_goal_point":[40.4581377103,-79.9760791652],"key":8514,"region":"Pittsburgh","rvs_start_point":[40.4518012,-79.982765]} -{"content":"Let's meet up at the garden on Liberty Avenue. A car repair shop is directly north of the garden and a supermarket northwest of it.\r\n\r\n","rvs_goal_point":[40.4580090831,-79.9722785381],"key":8515,"region":"Pittsburgh","rvs_start_point":[40.4546090768,-79.9831127826]} -{"content":"Meet me at the parking lot. Take the Rachel Carson Bridge north across the river and stay on that street until it ends at a cross street. The parking lot will be across that street and slightly to the west of that intersection.","rvs_goal_point":[40.4509972912,-80.0019248563],"key":8516,"region":"Pittsburgh","rvs_start_point":[40.4447757673,-79.9956076116]} -{"content":"Let's meet up at the bench that is in the southwest part of the mall area of the park. It's almost due east of where you are right now. The nearest street to the bench is Frew Street. There is a statue just east of the bench dedicated to a famous Asian.","rvs_goal_point":[40.4418824,-79.9458926],"key":8517,"region":"Pittsburgh","rvs_start_point":[40.44154,-79.9512271]} -{"content":"Cross the river and meet me at the garden inside a park facing Liberty Avenue. Across the street to the garden's northeast, you'll find Rite Aid and a fitness centre. ","rvs_goal_point":[40.4407480506,-80.0053767709],"key":8518,"region":"Pittsburgh","rvs_start_point":[40.4319922,-80.0009908]} -{"content":"Let's meet at the garden on Smallman street. It's just east of the major bridge\/overpass that provides a major artery to the area. Across the street from this garden is Homewood Suites, the Hilton hotel. There is a large parking lot on the same block though. I'm on the center of the block, near the street.","rvs_goal_point":[40.4479943362,-79.99066821],"key":8519,"region":"Pittsburgh","rvs_start_point":[40.4408761,-80.0018156]} -{"content":"Move southeast and go over the Monongahela River. I'm on East Carson street at the restaurant opposite Dairy Queen restaurant. It is by the corner east of florist shop.","rvs_goal_point":[40.4286662,-79.9855523],"key":8520,"region":"Pittsburgh","rvs_start_point":[40.4388544,-79.9982075]} -{"content":"We will meet at State Farm on East Carson Street. There is a convenience shop and a gas station on its northeast two blocks away.\r\n\r\n","rvs_goal_point":[40.4280522157,-79.9720498073],"key":8521,"region":"Pittsburgh","rvs_start_point":[40.4363066498,-79.9726933456]} -{"content":"Let's meet up at the hotel on Purple Belt. There is another hotel on the adjacent block to the east. You'll find 7-Eleven directly south of the hotel where we are meeting on a different block.\r\n","rvs_goal_point":[40.4437169,-80.0022349],"key":8522,"region":"Pittsburgh","rvs_start_point":[40.4520527,-80.0062278]} -{"content":"Meet me at the garden on Smallman Street. It is right next to the furniture shop. It is across the street diagonally from \"2parking lots.\"","rvs_goal_point":[40.4578862021,-79.9764368237],"key":8523,"region":"Pittsburgh","rvs_start_point":[40.4481808209,-79.9925016208]} -{"content":"Move southwest over the river. You will meet me at Jimmy D's bar directly west of Bruegger's Bagels restaurant and east of computer shop. ","rvs_goal_point":[40.4290489,-79.98153775],"key":8524,"region":"Pittsburgh","rvs_start_point":[40.4369752372,-79.9713042741]} -{"content":"I'd like to meet you at the clothes shop on Wood Street. You can take the shortest way by going past One PPG Place. The clothes shop is in the next block on the north side of the street. You will find two restaurants next to the shop, which is located at the northeast corner of the block. Starbucks is also in the same block, in the middle of the west side.\r\n\r\n\r\n","rvs_goal_point":[40.4399106376,-80.0011578139],"key":8525,"region":"Pittsburgh","rvs_start_point":[40.440411118,-80.0047789536]} -{"content":"Meet me at the entrance to the Luna Parking Garage just east of the University of Pittsburgh Medical Center. It's northeast of you just south of Cypress Street.","rvs_goal_point":[40.4562935,-79.9448823],"key":8526,"region":"Pittsburgh","rvs_start_point":[40.4451416429,-79.9490473075]} -{"content":"I'm pretty far east on you, and just a little north at the coffee shop on Walnut Street. It's on the south side of the street east of the Rite Aid.","rvs_goal_point":[40.4513911,-79.9328242],"key":8527,"region":"Pittsburgh","rvs_start_point":[40.4489692275,-79.9462109648]} -{"content":"I am not far from Bruegger's Bagels, just head east until you reach South 27th and I'm on the first block on the east side of the street in a bar. Come for a drink after you finish eating. ","rvs_goal_point":[40.4263751499,-79.9672154046],"key":8528,"region":"Pittsburgh","rvs_start_point":[40.428929458,-79.9803485238]} -{"content":"Please meet me up at the parking space about 3 blocks northeast of you. There is a pet doctor here and I need you to meet me and bring me the dog's collar so I can restrain it. It's on the western end of Wright's Way. There is a large bridge just west of here.","rvs_goal_point":[40.4288399017,-79.9726897631],"key":8529,"region":"Pittsburgh","rvs_start_point":[40.4282953,-79.97582715]} -{"content":"Go west down West North Avenue, and meet me at the garden on the north side of the road, just past the park. It's southeast of the parking place.","rvs_goal_point":[40.4543821476,-80.0130165725],"key":8530,"region":"Pittsburgh","rvs_start_point":[40.4580963,-80.0031123]} -{"content":"Go out to the southeast of you and meet me at a restaurant near the eastern end of Third avenue. Across the street from the restaurant is the Pittsburgh City Housing Authority. The Grant building is one block to the west.","rvs_goal_point":[40.437095,-79.9965509],"key":8531,"region":"Pittsburgh","rvs_start_point":[40.4398392173,-80.0012067278]} -{"content":"I'm at the Fine Wine and Good Spirits shop on Centre Ave. It's just north across the street from the robot place. There is a Dominoes on the same block though on the southwest corner of the block. If you see the Cipriani Pizza place though, you've gone too far.","rvs_goal_point":[40.4525194,-79.950317],"key":8532,"region":"Pittsburgh","rvs_start_point":[40.4579882,-79.9650734]} -{"content":"Let's meet up at the fine Wine and Good Spirits located on the major avenue just southwest of the spot where 10th Street ends and becomes a street named after the founder of the colony which became Pennsylvania. The There Ultra Lounge is a half block west of here. You can drop the kids at the Wee the People Day care center which is just across 10th a ways from here.","rvs_goal_point":[40.4435985,-79.9959204],"key":8533,"region":"Pittsburgh","rvs_start_point":[40.4405105,-80.00081445]} -{"content":"You can meet me at this warehouse northwest of you on 11th Street, on the corner. The AC Hotel is across the street from here to the north, while to the south is the Pittsburgh Greyhound Bus Station. ","rvs_goal_point":[40.4580635398,-79.9341973496],"key":8534,"region":"Pittsburgh","rvs_start_point":[40.4575675186,-79.9522593771]} -{"content":"I am at the bar east of you on Libert Ave. It is across from an art center, the second bar on the block.","rvs_goal_point":[40.4434335,-79.9965741],"key":8535,"region":"Pittsburgh","rvs_start_point":[40.441747041,-80.0044390984]} -{"content":"meet me at the garden north of you. It's across the river and all the way to Knoll Street. It's north of the Legends of the North Shore restaurant. The parking entrance is across the street to the west.","rvs_goal_point":[40.4575694642,-80.0015756745],"key":8536,"region":"Pittsburgh","rvs_start_point":[40.4434477854,-80.0001351997]} -{"content":"Meet me at the restaurant on the southwest corner of Market Square, just south of Forbes Avenue. It's southwest of where you are, past the Heinz Hall for the Performing Arts, and south at Gateway Station.","rvs_goal_point":[40.4406267,-80.0032456],"key":8537,"region":"Pittsburgh","rvs_start_point":[40.4444077,-79.9962786]} -{"content":"Could you pick me up from the museum at the end of Sandusky street just before the bridge? You should head south west and cross the express. It would be on the west side of the street.","rvs_goal_point":[40.4483809671,-80.0024998671],"key":8538,"region":"Pittsburgh","rvs_start_point":[40.454374009,-80.0012909062]} -{"content":"Meet me at the historic ruins at the University of Pittsburgh on North bellefield Avenue. It's south of the parking entrance.","rvs_goal_point":[40.4468304193,-79.9518583591],"key":8539,"region":"Pittsburgh","rvs_start_point":[40.4419099,-79.9565806]} -{"content":"After dinner, meet me at the bridge on Hot Metal Street.I'm at the northwest side of the street right next to the water, where the walking path entrance starts.","rvs_goal_point":[40.4276220736,-79.9621441623],"key":8540,"region":"Pittsburgh","rvs_start_point":[40.4277325,-79.9684992]} -{"content":"Head east about 9 blocks, then turn south onto South 27th Street and meet me at the bar on the east side of the street. It's just a block south of the ALDI.","rvs_goal_point":[40.4263751499,-79.9672154046],"key":8541,"region":"Pittsburgh","rvs_start_point":[40.428929458,-79.9803485238]} -{"content":"I'm on the south side, after the river. At the garden slightly southwest of 3 gardens and close to Station square Drive. It is also on the same block with 3 parking entrances.","rvs_goal_point":[40.4349298625,-80.0076073447],"key":8542,"region":"Pittsburgh","rvs_start_point":[40.4426872472,-80.0071368931]} -{"content":"I'm at a beauty salon on East Carson just 2-3 blocks after the bridge and the Carnegie Library. It's on the north side of the street. Come and meet me here.","rvs_goal_point":[40.4287561377,-79.9770406],"key":8543,"region":"Pittsburgh","rvs_start_point":[40.4277448,-79.9664387]} -{"content":"Meet me at the Parking Lot southeast of your location. Head southeast until you get to Penn Avenue. Head northeast on Penn Avenue until you walk past a Schorin Company variety store shop. Your destination is across the street on the block just before the intersection. If you see a Lefty's bar, you've gone too far.","rvs_goal_point":[40.4511528115,-79.9843435632],"key":8544,"region":"Pittsburgh","rvs_start_point":[40.4529814908,-80.0008693957]} -{"content":"Meet me at the fountain on South Bellefield Avenue. It is only a couple feet away from the en Heinz Memorial Chapel.","rvs_goal_point":[40.4451744,-79.9517538],"key":8545,"region":"Pittsburgh","rvs_start_point":[40.4510395,-79.9339269]} -{"content":"Walk west and turn right when you get to the atm. Walk 1 and half block, you'll meet me at the parking lot directly north of Minuteman Press.","rvs_goal_point":[40.4294450762,-79.9808073108],"key":8546,"region":"Pittsburgh","rvs_start_point":[40.4280160779,-79.9723044021]} -{"content":"I'm at a cafe on Liberty Avenue directly north of Gulf Tower. Move north, the cafe is on the same block with There Ultra Lounge bar.","rvs_goal_point":[40.4436373,-79.9957766],"key":8547,"region":"Pittsburgh","rvs_start_point":[40.44093556,-79.995227304]} -{"content":"Move directly north towards Ehlers way. I'm waiting on the basketball pitch close to the playground.","rvs_goal_point":[40.45896555,-80.01454655],"key":8548,"region":"Pittsburgh","rvs_start_point":[40.4497366,-80.0139861]} -{"content":"After your dentist appointment head southwest to meet me at the library on Whiting Drive. Go past Litchfield Towers, and you'll see the street on the right side. If you get to the school, you've gone too far.","rvs_goal_point":[40.4391667,-79.9636111],"key":8549,"region":"Pittsburgh","rvs_start_point":[40.4459168773,-79.9486541704]} -{"content":"Let's meet up at the garden northeast of here. We can then go donate blood in the facility in this same block. We're just northeast of 28th street and northwest of the bridge of the street.","rvs_goal_point":[40.4566586393,-79.9751191289],"key":8550,"region":"Pittsburgh","rvs_start_point":[40.4545931,-79.9852341]} -{"content":"We can meet at this H&R Block to the southwest of you, on Smithfield Street. The Centre City Tower is about halfway between us. Kaufmann's Clock is on the block to the north of here, and there's an arts centre on the block to the west. ","rvs_goal_point":[40.4390031,-79.9991179],"key":8551,"region":"Pittsburgh","rvs_start_point":[40.4467441542,-79.9912687018]} -{"content":"Meet me at the kiosk restaurant southwest of your location. Move southwest onto William Penn Place. Keep going until you see Omni William Penn Hotel. Your destination is two blocks south and across the street in the middle of the block. It is on the same block as an H&R Block on the opposite side.","rvs_goal_point":[40.4388041,-79.9985826],"key":8552,"region":"Pittsburgh","rvs_start_point":[40.4442636,-79.9959418]} -{"content":"Go northeast and meet me at the doctor's office on Federal Street, north of the library and east of the shelter.","rvs_goal_point":[40.4570154,-80.0074518],"key":8553,"region":"Pittsburgh","rvs_start_point":[40.447871626,-80.0214680022]} -{"content":"I am waiting for you at the parking lot west of you on the other side of the park on its southwest corner. There is a library to it's north. ","rvs_goal_point":[40.4492037769,-80.0128838771],"key":8554,"region":"Pittsburgh","rvs_start_point":[40.4534274,-80.0014876]} -{"content":"I'm like 4 blocks to the east of where you are. The fast food restaurant is located east of gambling place and west of PNC atm.","rvs_goal_point":[40.4387869,-79.9982533],"key":8555,"region":"Pittsburgh","rvs_start_point":[40.4383716006,-80.002277084]} -{"content":"Meet me at the parking lot next to the animal boarding place on Penn Avenue. It's to the northeast of your location, past Jim Ludwig's florist and Zerrer's Antiques. ","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8556,"region":"Pittsburgh","rvs_start_point":[40.4498010876,-79.9904952696]} -{"content":"Walk straight west on Centre avenue past post box. You will see me at the parking lot southwest of bicycle parking. It is near Giant eagle market.","rvs_goal_point":[40.4564919,-79.9350551],"key":8557,"region":"Pittsburgh","rvs_start_point":[40.4579234,-79.9320446]} -{"content":"I'm waiting for you at a parking lot on the north side of West North Avenue, across the street from the park. It's on the seventh block west of Garden Theater. There's a church across the street from it and a fitness center on south east from it. ","rvs_goal_point":[40.4549333306,-80.0143272001],"key":8558,"region":"Pittsburgh","rvs_start_point":[40.4466067667,-80.0042219667]} -{"content":"Meet me at the garden on Liberty Avenue. A storage rental shop is on its northeast in the adjacent block, and a playground is to the southwest of it across the street.\r\n","rvs_goal_point":[40.4580090831,-79.9722785381],"key":8559,"region":"Pittsburgh","rvs_start_point":[40.4546090768,-79.9831127826]} -{"content":"I'm directly east at starbucks cafe on Liberty avenue. It is close to the museum and east of Three PNC Plaza.","rvs_goal_point":[40.4421507,-80.0001703],"key":8560,"region":"Pittsburgh","rvs_start_point":[40.4423599937,-80.0036150855]} -{"content":"I'm at a garden across the water almost directly south of you, and a bit to the east. The garden is on the north side of Penn Avenue, just after the street curves. It's on the northeast corner of a plus-shaped building that is between two other building. Also, the Gateway Station is southeast of here. ","rvs_goal_point":[40.4420852675,-80.005374683],"key":8561,"region":"Pittsburgh","rvs_start_point":[40.4503858,-80.006879]} -{"content":"Let's meet up at the bike parking on the street where Thakery Street ends, northward. It's the third parking for bikes after you turn left at the north end of Thackery. It's on the south side of the street.","rvs_goal_point":[40.4439279,-79.9585866],"key":8562,"region":"Pittsburgh","rvs_start_point":[40.4449799,-79.9510887]} -{"content":"Let's meet up at the garden on the north side of Waterfront drive, which is south of the river. The garden is just to the west of the large bridge that traverses the river.","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8563,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791]} -{"content":"Let's get a drink, head to the bar on East Carson St. It's across the street from a bank and next to a bakery (just east of it). There is a PNC Financial Services inc just southeast across the street at the corner. There is a Theatre across the street and west of this block.","rvs_goal_point":[40.4290489,-79.98153775],"key":8564,"region":"Pittsburgh","rvs_start_point":[40.4369752372,-79.9713042741]} -{"content":"I'm at the supermarket not far from you on Penn Avenue It's near an ATM and a bakery. So after the church you should turn left. ","rvs_goal_point":[40.4513322,-79.9834142],"key":8565,"region":"Pittsburgh","rvs_start_point":[40.4550607934,-79.9811333067]} -{"content":"Meet me at the parking lot on Drovers Way. Two gardens is across the street to the north. Dollar General is across two streets to the southwest.\r\n\r\n","rvs_goal_point":[40.4555451251,-80.0145281159],"key":8566,"region":"Pittsburgh","rvs_start_point":[40.453205,-80.0014902]} -{"content":"Meet me at the parking entrance on West General Robinson Street. Find the train station on the same street. It is diagonally across the street from it. It is a parking structure, not a lot. The parking entrance is located on the north west corner of the building.","rvs_goal_point":[40.4473258,-80.0089654],"key":8567,"region":"Pittsburgh","rvs_start_point":[40.4567362886,-80.0085183242]} -{"content":"Go past the Pennsylvania Railroad Fruit Auction & Sales building. It's northeast of you, and on the same side of the river. After you pass that keep going north east and meet me at garden just north and west of the fitness center on Railroad street. It's past the loop driveway, and before the 5 gardens near a small rectangular pond.","rvs_goal_point":[40.4549002508,-79.9832874034],"key":8568,"region":"Pittsburgh","rvs_start_point":[40.443691298,-79.9945948277]} -{"content":"Head southwest and let's get some paint at the paint store on Bidwell St. at it's southern end, before the road Ts off. The paint shop is on the western side of Bidwell. It's one of the last businesses on the street except for the bank across the street.","rvs_goal_point":[40.4515845,-80.020431],"key":8569,"region":"Pittsburgh","rvs_start_point":[40.4573038047,-80.0030037767]} -{"content":"Meet me at the vacant shop on Fox Way. It is on the same block as the Popeyes fast food restaurant. On the other end of the block.","rvs_goal_point":[40.4299893842,-79.9763042697],"key":8570,"region":"Pittsburgh","rvs_start_point":[40.428407407,-79.9792959295]} -{"content":"Let's meet inside the shelter on Bridle Trail. It's just south of a golf course on the other side of a paved road though. There is an elliptically shaped thing south of the shelter. There is a fairly large parking lot due south of the pavillion if you need somewhere to park. The shelter happens to be south and a small bit east of where you are.","rvs_goal_point":[40.4338660624,-79.9440910956],"key":8571,"region":"Pittsburgh","rvs_start_point":[40.445361,-79.9489115]} -{"content":"I'm parked in the CVS parking lot northeast of you on Centre Avenue. I'm parked in a space in the center aisle and just a few spaces from CVS.","rvs_goal_point":[40.4518131502,-79.9512484498],"key":8572,"region":"Pittsburgh","rvs_start_point":[40.4397058,-79.9598145]} -{"content":"I'm standing next to a recycling bin on South 20th street. Just move east on the current street your on and turn to 20th and it will be on the second block on the left. ","rvs_goal_point":[40.4294249,-79.9776508],"key":8573,"region":"Pittsburgh","rvs_start_point":[40.4285733,-79.9861942]} -{"content":"I'm southwest of you, at a footbridge. It's on the trail that goes south from the parking lot to the west of the end of Woodruff Street. ","rvs_goal_point":[40.425188026,-80.0210064977],"key":8574,"region":"Pittsburgh","rvs_start_point":[40.4339830182,-80.0048986881]} -{"content":"I'm located northwest at the bench northwest of bicycle parking and on the east side of Starbucks cafe.","rvs_goal_point":[40.4498546,-80.0145513],"key":8575,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333]} -{"content":"Meet me at the McDonald's southwest of your location. It is on Allegheny Avenue, south of KeyBank and north of Wendy's fast food restaurant.","rvs_goal_point":[40.4508253951,-80.0190040044],"key":8576,"region":"Pittsburgh","rvs_start_point":[40.454431057,-80.0132273202]} -{"content":"Meet me at the bar west of you on East Carson Street. You will find the bar two blocks past Carnegie Library of Pittsburgh: South Side Branch on the same side of the street as the library. It's close to the west end of the block.","rvs_goal_point":[40.428828447,-79.9773701189],"key":8577,"region":"Pittsburgh","rvs_start_point":[40.4279563,-79.9660175]} -{"content":"Can you meet up with me and pick me up at the School that is off just a bit east from the spot where Herron Ave ends at it's south most point. I'm at the middle of the school, Jr. hi. section. It's in the area where there is a nice track just east of it.","rvs_goal_point":[40.4497913,-79.9622744],"key":8578,"region":"Pittsburgh","rvs_start_point":[40.4511517904,-79.9519500648]} -{"content":"Meet me at the Cricket Wireless northeast of your location. Head northeast then cross the bridge over the water. Keep heading north then turn west onto East Ohio Street. Your destination is one block west of H&R Block. If you see a Goodwill, you've gone too far.","rvs_goal_point":[40.4535623,-79.9995754],"key":8579,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"Head west a few blocks to the bar on this street. It's the next to last bar on the block ending on South 22nd Street. The bridge exit lane would go almost through the bar if you didn't take a hard enough turn.","rvs_goal_point":[40.4281909269,-79.9740651039],"key":8580,"region":"Pittsburgh","rvs_start_point":[40.4281906343,-79.9701681707]} -{"content":"Meet me at the school on Greenfield Avenue. There is a library next to it and another school located southeast of it.","rvs_goal_point":[40.4265076,-79.9446448],"key":8581,"region":"Pittsburgh","rvs_start_point":[40.4329952308,-79.9411597338]} -{"content":"Meet me at the parking space at CVS. Go west on Centre Avenue and then turn south on the street before Dunkin' Donuts. You'll see the parking lot a little bit further down the street on the east side of the street.","rvs_goal_point":[40.4513815106,-79.9513351321],"key":8582,"region":"Pittsburgh","rvs_start_point":[40.4567199,-79.9345217]} -{"content":"Meet me at the parking lot. Go west on East Carson Street and then head north at the street where Bruegger's Bagels is. Go a block and a half from there and the parking lot will be on the west side of the street.","rvs_goal_point":[40.4294450762,-79.9808073108],"key":8583,"region":"Pittsburgh","rvs_start_point":[40.4264121,-79.9644797]} -{"content":"I'm at a fast food restaurant a little to your southeast. It's past Gateway Station, and it's on Graeme Street, west side of the block. There's a Chase bank on this block, and the Fairmont hotel is about a block to the east of here. ","rvs_goal_point":[40.4413113,-80.002748],"key":8584,"region":"Pittsburgh","rvs_start_point":[40.4421281,-80.005765]} -{"content":"I'm southeast of you at the garden on Rope way. It's about halfway up the block from the sandwich restaurant, and on the east side of the road. It's 3 blocks south and east of the Emmanuel Episcopal Church.","rvs_goal_point":[40.4527216511,-80.0148912644],"key":8585,"region":"Pittsburgh","rvs_start_point":[40.45674,-80.02867]} -{"content":"I'm a few blocks northwest of you, at a fast food restaurant on Graeme Street. It's north of the Chase bank, on the same block. The Fairmont is a bit east of here, and Katie's Kandy is to the northwest. ","rvs_goal_point":[40.4413113,-80.002748],"key":8586,"region":"Pittsburgh","rvs_start_point":[40.4377097672,-80.0005011853]} -{"content":"Meet me at the post box on Atwood Street. On the northwest block from the post box, you'll find a pub. On the northeast block, there is rue21.","rvs_goal_point":[40.4409927,-79.9574184],"key":8587,"region":"Pittsburgh","rvs_start_point":[40.4425845552,-79.9527381281]} -{"content":"Head across the Allegheny River and let's meet up at the leisure garden on the northern bank of the river. It's just south of the Roberto Clemente Bridge which is part of Federal Street. The garden is there just to the west of the bridge near the waters edge.","rvs_goal_point":[40.4465993667,-80.0041203667],"key":8588,"region":"Pittsburgh","rvs_start_point":[40.4433145,-79.9970334]} -{"content":"Get onto Fifth Avenue and head west. Just after you pass the William Pitt Union, you'll see a Starbucks cafe on your left. Let's meet there. It's across the street from University Pharmacy.\r\n","rvs_goal_point":[40.4435445,-79.9557594],"key":8589,"region":"Pittsburgh","rvs_start_point":[40.4449435,-79.9488571]} -{"content":"Leave the convention center and head west on Penn Avenue. Once you pass Fifth Avenue Place you can go across the cross-shaped parking lot in front of you, and find me on the bench just north of the next cross-shaped parking lot.","rvs_goal_point":[40.4422835,-80.00549],"key":8590,"region":"Pittsburgh","rvs_start_point":[40.4450588,-79.9952768]} -{"content":"Go east on Smallman street to the garden that is across from a sort of workout center. Pittsburgh Rug company is one block southwest from the garden, on the same side of the street.","rvs_goal_point":[40.4588126768,-79.9747114824],"key":8591,"region":"Pittsburgh","rvs_start_point":[40.4535608224,-79.9811005939]} -{"content":"Meet me at the bicycle parking rack east of your location. Head east then turn north onto South 27th Street. Head up one block and your destination is on the middle of the block on the east side of the the street. It is one block west of Urban Outfitters.","rvs_goal_point":[40.4280087,-79.9659471],"key":8592,"region":"Pittsburgh","rvs_start_point":[40.4280979862,-79.9739842418]} -{"content":"Meet me at the beauty shop on East Ohio Street. It's a block east of the antiques shop on the same side of the street. If you get to Rite Aid, you went too far. It's about a half block west of there.","rvs_goal_point":[40.453694,-79.9988484],"key":8593,"region":"Pittsburgh","rvs_start_point":[40.4498546,-80.0145513]} -{"content":"Meet me at the restaurant southwest of your location. Head west then turn south onto North Craig Street. Keep heading south until the street changes names. You will see a Crepes Parisiennes fast food restaurant. Your destination is two blocks south at the start of the block. There is a Starbucks on the same block.","rvs_goal_point":[40.4451909,-79.9485562],"key":8594,"region":"Pittsburgh","rvs_start_point":[40.4561694041,-79.9427242621]} -{"content":"I'm not that far northeast of you on a parallel street to Smallman Street. Meet me here at the garden on the block on the water, and across from the street from a pub. There are several parking lots around me.","rvs_goal_point":[40.4567260318,-79.9795938436],"key":8595,"region":"Pittsburgh","rvs_start_point":[40.452191175,-79.9811296603]} -{"content":"Head directly south and meet me at the garden on Forbes Avenue, in a park area near a bunch of picnic tables. It is just west of a shelter and east of the university.","rvs_goal_point":[40.4447772308,-79.9439276564],"key":8596,"region":"Pittsburgh","rvs_start_point":[40.4561829,-79.94193]} -{"content":"Let's meet up at Citizens Bank on Fifth Avenue. You will find EVEN Hotels across the street on the south. Verizon is in the adjacent block to its west.\r\n","rvs_goal_point":[40.4403352,-79.9976914],"key":8597,"region":"Pittsburgh","rvs_start_point":[40.4480976084,-79.9924701433]} -{"content":"There's an Apple Store on Walnut Street where we can meet. It's northeast of you, next to a Rite Aid, on the same block as a Sephora and S.W. Randall Toyes & Giftes. ","rvs_goal_point":[40.4290179837,-79.9809642525],"key":8598,"region":"Pittsburgh","rvs_start_point":[40.4271926,-79.9668468]} -{"content":"I'd like to meet you at the cafe on Dobson Street located east of you. There is a park on the southwest corner of the block where the cafe is. A funeral directors shop is almost catty-cornered from the cafe.","rvs_goal_point":[40.4575406,-79.9658578],"key":8599,"region":"Pittsburgh","rvs_start_point":[40.4573267648,-79.9798744602]} -{"content":"Meet me at the beauty shop southwest of you. It's the one over on Chancery Way. It's a block west of the pizza restaurant.","rvs_goal_point":[40.439006807,-80.0047897259],"key":8600,"region":"Pittsburgh","rvs_start_point":[40.4479943362,-79.99066821]} -{"content":"Meet me at the garden on Liberty Avenue. Head past The Carlyle to get there. You will see Cricket Wireless and then Fine Wine & Good Spirits on that avenue before reaching the garden on the next block. There is an art centre in the southwest block.\r\n\r\n\r\n","rvs_goal_point":[40.4438708713,-79.9949855563],"key":8601,"region":"Pittsburgh","rvs_start_point":[40.439474,-80.0035742]} -{"content":"Let's meet up, just northwest of you on Eloise Street at a parking lot. It's a bit over a block west of a large church, also on the south side of the street, as the church is. On the block that is just west of the parking lot (which happens to be in the northeasternmost part of the block) there is both a YMCA and another protestant church.","rvs_goal_point":[40.4550204104,-80.0119682115],"key":8602,"region":"Pittsburgh","rvs_start_point":[40.4476638,-80.0213755]} -{"content":"Meet me at the bench. It is west of the shelter but east of the road. It is right next to where Panther Hollow Road intersects with another.","rvs_goal_point":[40.4330923,-79.936627],"key":8603,"region":"Pittsburgh","rvs_start_point":[40.4374831,-79.9398976]} -{"content":"Go north up South Neville Street and just after you pass a garden on your left, meet me at the bench on the right side of the road, next to two benches and the St. John Baptist de La Salle Statue.","rvs_goal_point":[40.446346,-79.9464092],"key":8604,"region":"Pittsburgh","rvs_start_point":[40.4446115,-79.9483075]} -{"content":"Go southwest on Terrace street and just after it bends you'll pass Sisters of Mercy university. Immediately after it, on the right side of the street is the cafe where we'll meet.","rvs_goal_point":[40.4404839565,-79.9653309251],"key":8605,"region":"Pittsburgh","rvs_start_point":[40.4500903,-79.9507227]} -{"content":"Go east on the street you are on, past gas station and hairdresser shop. Meet me at the car repair shop northeast of doctor's office.","rvs_goal_point":[40.4592612685,-79.9314267055],"key":8606,"region":"Pittsburgh","rvs_start_point":[40.4540618866,-79.9480182284]} -{"content":"Meet me at the Hilton Garden Inn about four blocks southwest of you. There is a Jimmy John's right next to it that we can eat at.","rvs_goal_point":[40.4395489,-79.9594471],"key":8607,"region":"Pittsburgh","rvs_start_point":[40.4412363,-79.9572632]} -{"content":"Go east down Baum Boulevard and meet me at the post box right next to the 3 parking spaces. It is on the north side of the road, and northwest of Damian hair dresser.","rvs_goal_point":[40.4583759,-79.934623],"key":8608,"region":"Pittsburgh","rvs_start_point":[40.4513815106,-79.9513351321]} -{"content":"Meet me at the restaurant southwest of your location. From your location, head southeast one block then turn southwest. Keep heading down this street for many blocks. You'll know you're on the right path when you see a Byrnes & Kiefer Building. Stay on this street until you can turn north onto 6th Street. Your destination is the third restaurant on the western side of the street. It is north one block of Butcher and the Rye bar.","rvs_goal_point":[40.4431343,-80.0024879],"key":8609,"region":"Pittsburgh","rvs_start_point":[40.4519657,-79.9836261]} -{"content":"Go west and meet me on Eloise Street at the garden just north of the park. It's a block southeast of Cowley School.","rvs_goal_point":[40.4554478922,-80.0093426026],"key":8610,"region":"Pittsburgh","rvs_start_point":[40.4579796,-80.0025595]} -{"content":"Let's eat. Meet me at the fast food restaurant on Graeme Street, on it's western side, near the middle of the street's length. This is just northwest (very slightly west, but quite north) of a square shaped area that contains trees but is named for something where people sell things.","rvs_goal_point":[40.4413113,-80.002748],"key":8611,"region":"Pittsburgh","rvs_start_point":[40.4377097672,-80.0005011853]} -{"content":"Let's meet up at the waste basket on the spot where Rope Way would continue IF it didn't just end it's southern direction. It's on the property of the Community college there, very near the main avenue. If you get tired of waiting, we can head to the benches just southwest of there.","rvs_goal_point":[40.4503668,-80.0141846],"key":8612,"region":"Pittsburgh","rvs_start_point":[40.4484213463,-80.0234291474]} -{"content":"I'm at a Turkish restaurant on Fourth Avenue. This place is south of you. On the same block is Weldin's Stationary and a Subway. West of here is One PPG Place. ","rvs_goal_point":[40.4398867,-80.0023571],"key":8613,"region":"Pittsburgh","rvs_start_point":[40.4512037,-80.0047247]} -{"content":"Head west towards Wabash Street and move north on the street past park and pitch, I'm at the post box north of playground but on the other side of the street.","rvs_goal_point":[40.4407534,-80.0348241],"key":8614,"region":"Pittsburgh","rvs_start_point":[40.4382096,-80.024439]} -{"content":"We'll meet at this parking lot on Charlick Way, a few blocks northeast of you. It's on the east side of the street, on the corner where Charlick makes a T-intersection with another street. On the larger block south of here there's Doscher's convenience shop, a clinic, and a doctor's office. ","rvs_goal_point":[40.4577086363,-80.007845473],"key":8615,"region":"Pittsburgh","rvs_start_point":[40.454767813,-80.0114885827]} -{"content":"Head on up Penn Avenue quite a ways. I'm at the bakery where they make an Italian baked good that is frequently paired with coffee. It's across the street from a bar. The Pennsylvania Market is about 2 regular blocks to the southwest.","rvs_goal_point":[40.4513145962,-79.9832266453],"key":8616,"region":"Pittsburgh","rvs_start_point":[40.443922,-79.9972592]} -{"content":"Meet me at the bench west of you. Head past Fifth Avenue Place and then head north at the next street. When you see the bicycle parking, walk west past there and you will see the bench on the other side of the fountain.","rvs_goal_point":[40.4424151,-80.0056683],"key":8617,"region":"Pittsburgh","rvs_start_point":[40.4434174443,-80.0002113078]} -{"content":"Meet me at the shelter on Butterfield Way. It is across the street from 2 gardens. It is located around the middle.","rvs_goal_point":[40.456478,-80.0084401],"key":8618,"region":"Pittsburgh","rvs_start_point":[40.4527236102,-80.0066827506]} -{"content":"Let's meet up at the garden on Smallman Street. Yuo'll find a bicycle parking southwest of it on the same block and a pub on the northeast on the adjacent block.\r\n","rvs_goal_point":[40.4555785403,-79.9797309344],"key":8619,"region":"Pittsburgh","rvs_start_point":[40.4513405372,-79.9830273947]} -{"content":"Meet me at the waste basket northwest of your location. Head north across the water then turn west onto Ridge Avenue. You will see the campus cafeteria fast food restaurant. Your destination is on the corner of the next block. It is one block west of a newspaper vending machine.","rvs_goal_point":[40.4501501,-80.0153448],"key":8620,"region":"Pittsburgh","rvs_start_point":[40.4422099,-80.0054427]} -{"content":"head east and slightly south to meet me at the Starbucks on Locust street. It's on the northeast corner of the block where you'll find the UPMC Mercy therapy garden.","rvs_goal_point":[40.4366434,-79.9863114],"key":8621,"region":"Pittsburgh","rvs_start_point":[40.4419389,-80.0032113]} -{"content":"Go southwest to Spruce Way where you can meet me at the garden east of the fitness centre. It is a bit west of The Dog Stop.","rvs_goal_point":[40.4547977149,-79.9814328752],"key":8622,"region":"Pittsburgh","rvs_start_point":[40.4586441193,-79.9728435649]} -{"content":"Cross over North shore Expressway and head north. I'm at Cricket Wireless in the middle of Goodwill and H&R Block.","rvs_goal_point":[40.4535623,-79.9995754],"key":8623,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"Meet me at the restaurant across the river from you. Take the Roberto Clemente Bridge and then keep going straight until that road ends by the post office. Keep walking straight into that block there and you will see the restaurant in front of you. There is a cafe right next to it to the east.","rvs_goal_point":[40.4511429,-80.0049447],"key":8624,"region":"Pittsburgh","rvs_start_point":[40.442357,-80.0058703]} -{"content":"Northeast of you is a parking lot on Bayard Street where we can meet. The Information Sciences Building of a university is on the block west of here. On this same block there are a couple of other parking lots, but this is the only one on Bayard. If you come to the 7-Eleven, you've gone too far east. ","rvs_goal_point":[40.448379155,-79.9524069693],"key":8625,"region":"Pittsburgh","rvs_start_point":[40.4419825,-79.9578877]} -{"content":"I'm northeast of you, at this CVS pharmacy parking space, on North Craig Street. On the block to the west of here is The Church of Jesus Christ of Latter-day Saints, and Logan's Pub is to the north. ","rvs_goal_point":[40.4513634786,-79.9513952338],"key":8626,"region":"Pittsburgh","rvs_start_point":[40.4458565,-79.9570958]} -{"content":"Get on Penn Avenue and move northeast past animal boarding, you will see me at the clothes shop just after the ice cream on the same block.","rvs_goal_point":[40.4573062,-79.9751722],"key":8627,"region":"Pittsburgh","rvs_start_point":[40.4517974667,-79.9810853]} -{"content":"Meet me at the bench inside a university facing Forbes Avenue. There is an arts centre to its north and Hunt Library to its south.","rvs_goal_point":[40.4422969,-79.943678],"key":8628,"region":"Pittsburgh","rvs_start_point":[40.4438848,-79.9583548]} -{"content":"Meet me at the garden on the opposite side of the river. The garden is situated on Commerce Street. There is a big parking garage next to it with the parking entrance on the far end of the same block. Sheraton Hotel is across the street at the southeast corner of the opposite block.","rvs_goal_point":[40.4342921986,-80.0064859905],"key":8629,"region":"Pittsburgh","rvs_start_point":[40.4418132367,-80.0050620106]} -{"content":"Head up northwest of you to the parking lot and garage that is at the end of Hamerschlag Dr. it's at the northwestern most end of it as it ends on a major avenue. The Hillel Jewish University Center is 1 block west of here and it's on the other side of the street from the garage (garage is on south side). There is a Football field just north of the garage, across the major avenue.","rvs_goal_point":[40.444392,-79.9465766],"key":8630,"region":"Pittsburgh","rvs_start_point":[40.4362707,-79.9340926]} -{"content":"I'm in a big park near a fountain, and just across the street is a pool. It's just at the end of Filmore street.","rvs_goal_point":[40.4451744,-79.9517538],"key":8631,"region":"Pittsburgh","rvs_start_point":[40.4510395,-79.9339269]} -{"content":"Go north a couple blocks then go east on West North Avenue. I'm waiting for you at the garden on the north side of the road, a block east of the park and about a block before you reach the three gardens. The lake in the park is directly south of our meeting location.","rvs_goal_point":[40.4545088721,-80.0123620138],"key":8632,"region":"Pittsburgh","rvs_start_point":[40.4511362,-80.0164483]} -{"content":"Let's meet at the Library at the University of Pittsburgh. It's just a few blocks southeast of you. If you go south on Bigelow Boulevard and look east after you pass the William Pitt Union. It's just south of the Cathedral of Learning.","rvs_goal_point":[40.4438078,-79.9528592],"key":8633,"region":"Pittsburgh","rvs_start_point":[40.4458565,-79.9570958]} -{"content":"Meet me at the farm shop northeast of you on Penn Avenue. After you pass the biergarten, you will see two streets that dead end at Penn Avenue on the north side of Penn Avenue. The farm shop is in the block between those two streets and on the southeast corner of that block. It's next to the marketplace.","rvs_goal_point":[40.4507464473,-79.9848277969],"key":8634,"region":"Pittsburgh","rvs_start_point":[40.4441014,-79.9965117]} -{"content":"Meet me at the bicycle rental southwest of your location. Head southwest toward Bar Marco. Head down two blocks then turn northwest onto 21st Street. Your destination is to the west on the middle of the block. It is just north of an ATM on the block south of it.","rvs_goal_point":[40.451801,-79.9833387],"key":8635,"region":"Pittsburgh","rvs_start_point":[40.4573062,-79.9751722]} -{"content":"Meet me at bicycle parking on Fifth Avenue. It is the next to the building just south of Brioche Doree restaurant.","rvs_goal_point":[40.4436817,-79.9560549],"key":8636,"region":"Pittsburgh","rvs_start_point":[40.4462841,-79.9487558]} -{"content":"Cross over the Allegheny, using the Fort Dusquesne bridge and take the first street the bridge ramp crosses over the top of, going west on it. There is a garden there just on the other side of the large open green space, the green area is North Shore Riverfront park. but across the drive from it. The garden borders the south part of a large parking lot there.","rvs_goal_point":[40.44564981,-80.0133174212],"key":8637,"region":"Pittsburgh","rvs_start_point":[40.4435985,-79.9959204]} -{"content":"Head southeast to meet me at the picnic shelter on the south east side of the Schenley Bridge. It's on the south side of Frew street right where the bridge ends.","rvs_goal_point":[40.4408836,-79.9477607],"key":8638,"region":"Pittsburgh","rvs_start_point":[40.4449799,-79.9510887]} -{"content":"I'm in a garden just west of Grant Street. It's in an area that persons in a Downtown Hotel might find handy to use. There is a courthouse\/Post office - federal type facility across the street on the eastern side of the park.","rvs_goal_point":[40.4429777808,-79.9946264474],"key":8639,"region":"Pittsburgh","rvs_start_point":[40.4391546105,-80.0071051375]} -{"content":"Come to the parking lot on Spring Way southwest of you. You'll see a restaurant in the middle of the opposite block. A frame shop is northeast of it.\r\n","rvs_goal_point":[40.4555995992,-79.9769025069],"key":8640,"region":"Pittsburgh","rvs_start_point":[40.4593070329,-79.9719118586]} -{"content":"Can you head northwest and cross the River to meet me at the bench that sits east of the Wyndham Grand Pittsburgh Downtown. It's between the two driveways shaped like a plus-sign.","rvs_goal_point":[40.4420293,-80.0051102],"key":8641,"region":"Pittsburgh","rvs_start_point":[40.431015794,-80.0010744669]} -{"content":"Meet me at the bench near some gateway centers on Penn Avenue. There is a garden to the northwest of the bench. And a hotel is located at its southwest direction.","rvs_goal_point":[40.4420293,-80.0051102],"key":8642,"region":"Pittsburgh","rvs_start_point":[40.431015794,-80.0010744669]} -{"content":"Move down south towards Cherry Way, meet me at the gift shop close the road. You will see it on the second block after Frick Building.","rvs_goal_point":[40.4381117,-79.9987887],"key":8643,"region":"Pittsburgh","rvs_start_point":[40.4403651,-79.9989328]} -{"content":"Bring the pizza, and meet me at the entrance to the parking lot across the street from the University Pharmacy on University place. it's southwest of you.","rvs_goal_point":[40.4442606,-79.9560729],"key":8644,"region":"Pittsburgh","rvs_start_point":[40.4521636361,-79.9516250531]} -{"content":"Meet me at the fountain in the center of the park. It is the park located next to the Wyndham Gran Hotel and Avis Car Rental.","rvs_goal_point":[40.4424318,-80.0052704],"key":8645,"region":"Pittsburgh","rvs_start_point":[40.4393715379,-80.0064314864]} -{"content":"Meet me at the garden northeast of your location. Head north then turn northeast onto Smallman Street. Your destination is several blocks northeast and across the street from a restaurant. It is at the end of the block. There is an EQT Natural Gas for Vehicles gas station on the next block northeast across the street.","rvs_goal_point":[40.4584831289,-79.9752872051],"key":8646,"region":"Pittsburgh","rvs_start_point":[40.4495515383,-79.9852290828]} -{"content":"Move northeast towards Penn Avenue. Meet me at the parking lot on the second block after the bridge. It is the one in the middle close to Homewood Suites.","rvs_goal_point":[40.4478032041,-79.9896212256],"key":8647,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"Meet me at the parking entrance southwest of your location. From your location, head southwest past Schenley Plaza. Stay on this street as you continue southwest. Keep going until you see Piada Italian Street Food restaurant. Make a left on the next block onto Semple Street. Your destination is in the middle of the block to the north.","rvs_goal_point":[40.4399638,-79.9583753],"key":8648,"region":"Pittsburgh","rvs_start_point":[40.4439392,-79.9520664]} -{"content":"Let's meet up at the school on McAnulty Drive. It's just south of the Gumberg Library, and west of the University. ","rvs_goal_point":[40.4366667,-79.9922222],"key":8649,"region":"Pittsburgh","rvs_start_point":[40.4397209,-80.0032088]} -{"content":"I'm a few blocks southwest of you, at the garden in the Y-shaped street that intersects Penn avenue. I'm in a really small garden on the northeast corner of a perking lot. ","rvs_goal_point":[40.4448276891,-79.9960273426],"key":8650,"region":"Pittsburgh","rvs_start_point":[40.4483897881,-79.989200249]} -{"content":"I am at a garden southeast of you. It's at the southeast corner of the food court. From here, the track makes a curve directly to the north. Margaret Morrison is the closest street. ","rvs_goal_point":[40.4422777643,-79.9396176362],"key":8651,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959]} -{"content":"I'm south of you across the river on the bridge that goes over the railroad. Meet me there by crossing the Smithfield Street Bridge, and pass the Subway. You'll see me after the end of the street right over the train tracks.","rvs_goal_point":[40.4318411865,-80.0043382381],"key":8652,"region":"Pittsburgh","rvs_start_point":[40.4423599937,-80.0036150855]} -{"content":"Meet me at the parking at Wabash Park, just off the east side of Wabash Street. It's southwest of you. Just head south when you reach the playground.","rvs_goal_point":[40.4384162227,-80.0343503811],"key":8653,"region":"Pittsburgh","rvs_start_point":[40.441458,-80.0319984]} -{"content":"Meet me at the library. It is located in the building next to the building with the museum and historic building. It's near Bigelow Boulevard.","rvs_goal_point":[40.4438078,-79.9528592],"key":8654,"region":"Pittsburgh","rvs_start_point":[40.4451615,-79.9570513]} -{"content":"Meet me at the university north of you on the other side of the river. If you go northwest on McKee Place, you'll see the university half a block past Jimmy John's on the same side of the street at Jimmy John's.","rvs_goal_point":[40.4399190141,-79.9599419368],"key":8655,"region":"Pittsburgh","rvs_start_point":[40.4276737886,-79.9619557674]} -{"content":"Go southwest down Railroad Street several blocks, and meet me on the south side of the street at the restaurant just past the fitness centre. It's on the corner, a block from the waterfront.","rvs_goal_point":[40.4541496,-79.9828158],"key":8656,"region":"Pittsburgh","rvs_start_point":[40.4575942687,-79.9798972855]} -{"content":"Meet me at the PNC Bank southeast of your location. Head south from your location and walk onto Federal Street. When you see SpringHill Suites, your destination is on the next block in the middle of the block. If you see 5 gardens, you've gone too far. Your destination is one block west of a fountain.","rvs_goal_point":[40.4471681,-80.0041565],"key":8657,"region":"Pittsburgh","rvs_start_point":[40.4570154,-80.0074518]} -{"content":"Head south on Brighton Avenue until it ends. Take a right and you'll see the campus cafeteria on the southwest corner of the first block. I'm at the bench on the southeast bend of the building.","rvs_goal_point":[40.4498634,-80.0145878],"key":8658,"region":"Pittsburgh","rvs_start_point":[40.4593599,-80.0167055]} -{"content":"Cross the river and come to the parking lot on Spring Way. There is an antiques shop to the north of it on the diagonal block. You'll find a restaurant to its southwest on the opposite block.\r\n","rvs_goal_point":[40.4555995992,-79.9769025069],"key":8659,"region":"Pittsburgh","rvs_start_point":[40.4534483911,-79.9933539097]} -{"content":"Go north then head east on Bayard Street. On the corner of that street and another major one, you will find the Sunoco gas station, where we will meet. It is just south of Legume restaurant.","rvs_goal_point":[40.4501035,-79.9507308],"key":8660,"region":"Pittsburgh","rvs_start_point":[40.4400521,-79.9578023]} -{"content":"I'm parked really close to the bar just go two blocks east, passing the bridge, then turn north and I'll be right after the first street crosses the road, in the parking lot. ","rvs_goal_point":[40.4288399017,-79.9726897631],"key":8661,"region":"Pittsburgh","rvs_start_point":[40.4282953,-79.97582715]} -{"content":"Go northwest and then up Brighton Road to meet at the garden on the west side of the street, across the street from the large West Park and a tad northeast of Physique Rx'd fitness.","rvs_goal_point":[40.4530382699,-80.0144397649],"key":8662,"region":"Pittsburgh","rvs_start_point":[40.4480087,-80.0040035]} -{"content":"Go several blocks down south on the street you are on. Meet me at the Cake nightclub by the corner of the block. It is on the third block from Pennsylvania Railroad.","rvs_goal_point":[40.4587761792,-79.9747647919],"key":8663,"region":"Pittsburgh","rvs_start_point":[40.4512457,-79.9850555]} -{"content":"I'm at this parking lot on Centre Avenue, southwest of you. It's on the northeast corner of a large block. On the block north of here there's a Starbucks and the Family House hotel. ","rvs_goal_point":[40.4555587991,-79.9387864808],"key":8664,"region":"Pittsburgh","rvs_start_point":[40.4590636858,-79.9325228202]} -{"content":"To meet me, head north and go a couple of blocks past Negley station. I'm at the single parking space in the middle of the other spaces, on the north side of Baum Boulevard. There's a Yinz Coffee on the block west of here. ","rvs_goal_point":[40.4583149,-79.934375],"key":8665,"region":"Pittsburgh","rvs_start_point":[40.4518567,-79.9321169]} -{"content":"Go east to get on Federal street and walk two blocks north. I'm at the marketplace north of library and on the same side of the street.","rvs_goal_point":[40.457238,-80.0070393],"key":8666,"region":"Pittsburgh","rvs_start_point":[40.4548039731,-80.0125794375]} -{"content":"Meet me at the parking lot closest to Legacy way southwest of your position. It is the second parking lot east of bicycle parking.","rvs_goal_point":[40.4492037769,-80.0128838771],"key":8667,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406]} -{"content":"We can meet at a garden that is south of you, and a bit west. It's on Commerce Street, on the west side of the street, and on the northeast corner of the building there. It's across from the Sheraton hotel. ","rvs_goal_point":[40.4342921986,-80.0064859905],"key":8668,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879]} -{"content":"I'm at the parking lot north of you on Moravian Way. It's on the corner, east of Open Stage Theatre, and north of Sunoco Gas Station. ","rvs_goal_point":[40.4520825363,-80.0007471011],"key":8669,"region":"Pittsburgh","rvs_start_point":[40.4445787822,-80.000456143]} -{"content":"Meet me at the bench south of you. Walk past the Carnegie Mellon University library and you will see the bench just south of there about halfway between the library and Frew Street.","rvs_goal_point":[40.441953,-79.9459498],"key":8670,"region":"Pittsburgh","rvs_start_point":[40.4438483,-79.9460623]} -{"content":"Meet me at the relay box northeast of your location. Head north until you get to Fifth Avenue. There will be the University of Pittsburgh Music Building. From there, head east. Your destination is on the northern side of the street, across from a HealthyRide bicycle rental. If you see a Citizens Bank, go back one block.","rvs_goal_point":[40.446906,-79.9508134],"key":8671,"region":"Pittsburgh","rvs_start_point":[40.4449799,-79.9510887]} -{"content":"Meet me at the parking lot on Penn Avenue. It is on the block in between 2 gardens and the gas station. It is the second parking lot from the west.","rvs_goal_point":[40.4583513101,-79.9738826316],"key":8672,"region":"Pittsburgh","rvs_start_point":[40.4547250131,-79.982946349]} -{"content":"Meet me at the bench southwest of you. If you take Margaret Morrison Street to the west, once the street ends keep heading west through the parking lot. You will see the bench in front of you at the end of the parking lot. It's almost directly centered between the Purnell Center for the Arts and the Hunt Library.","rvs_goal_point":[40.442183,-79.943603],"key":8673,"region":"Pittsburgh","rvs_start_point":[40.4510773,-79.934669]} -{"content":"Meet me at the parking entrance southwest of your location. Head south across the water then turn west onto West Station Square Drive. Keep going west until the street turns south. Your destination is to the northwest, just above two other separate parking entrances.","rvs_goal_point":[40.4342476,-80.0065797],"key":8674,"region":"Pittsburgh","rvs_start_point":[40.4444077539,-79.9996469088]} -{"content":"Let's get together at the garden Just off 30th street. It's the garden that is a couple of blocks north of the end of the street where it's interrupted by the Pittsburgh line. (The end of 30th street is a southern end of it) The garden is a couple of blocks northwest of the storage facility there.","rvs_goal_point":[40.4586441193,-79.9728435649],"key":8675,"region":"Pittsburgh","rvs_start_point":[40.452539413,-79.982280058]} -{"content":"I'm at a park if you want to meet up. Follow the street you're on now to the north until you hit Brereton Street, and go west. The park is at the end of the block, past Gooskis bar. Also, there's another bar across the street from here to the west. ","rvs_goal_point":[40.4286588,-79.9806678],"key":8676,"region":"Pittsburgh","rvs_start_point":[40.4299553,-79.9931254]} -{"content":"Meet me at the parking lot on Spring Way. Find the cafe on the same street. Across the street, there will be 3 parking lots. Meet me at the very narrow one.","rvs_goal_point":[40.4517921886,-79.9821264493],"key":8677,"region":"Pittsburgh","rvs_start_point":[40.4571559,-79.9801162]} -{"content":"Meet me at Starbucks on Locust Street near an intersection. There is a bench next to it and a fountain to the east of it in the same block.","rvs_goal_point":[40.4367814,-79.9861024],"key":8678,"region":"Pittsburgh","rvs_start_point":[40.4366941885,-79.9766161529]} -{"content":"Let's meet up at the parking lot for the Burger place named after Dave Thomas's red headed daughter. It's off Baum Boulevard and is just southwest of the restaurant. There is a park that features a triangle of green about a block south of where we'll meet. ","rvs_goal_point":[40.4569027831,-79.9376742997],"key":8679,"region":"Pittsburgh","rvs_start_point":[40.4590636858,-79.9325228202]} -{"content":"I'm at the garden located south of your position. You will see it on the east side of two restaurants and west of train station.","rvs_goal_point":[40.4420852675,-80.005374683],"key":8680,"region":"Pittsburgh","rvs_start_point":[40.4503858,-80.006879]} -{"content":"I'm on fourth Avenue, at the cafe by the corner west of Starbucks. Move southeast, it is on the second block after creative coffee & supply.","rvs_goal_point":[40.4381763,-79.9986315],"key":8681,"region":"Pittsburgh","rvs_start_point":[40.4455656469,-80.0121846416]} -{"content":"Meet me at the Boost Mobile on Liberty Avenue. It's northwest of you, on a block that is not square. Laurie's Hallmark stationery shop is to the north, and Fairmont hotel is to the east. If you get to the train station, you've gone too far west. ","rvs_goal_point":[40.4497524,-79.9857343],"key":8682,"region":"Pittsburgh","rvs_start_point":[40.4469774077,-79.9952712353]} -{"content":"Meet me at the parking lot northwest of your location. Head north west until you get to Pressley Street. Head northeast on Pressley Street. Your destination is past the Giant Eagle supermarket in the middle of the block and near the road.","rvs_goal_point":[40.4519070596,-79.9986664185],"key":8683,"region":"Pittsburgh","rvs_start_point":[40.4475414275,-79.9933873775]} -{"content":"Meet me at the fountain on South Bellefield Avenue. It is steps away from Heinz Memorial Chapel attraction. You can't miss it!","rvs_goal_point":[40.4451744,-79.9517538],"key":8684,"region":"Pittsburgh","rvs_start_point":[40.4512311,-79.9347471]} -{"content":"I'm in a supermarket on Penn Street. It is in the middle of a block where you can find a restaurant on the adjacent northeast block. Besides, there is a bank on the next southwest block.\r\n","rvs_goal_point":[40.4519268,-79.9825802],"key":8685,"region":"Pittsburgh","rvs_start_point":[40.4417029866,-79.9929281938]} -{"content":"Let's cross the bridge together that spans over Hodge street, it forms an irregular oval with other streets there. There are woods just west of this.","rvs_goal_point":[40.43251324,-79.9589413223],"key":8686,"region":"Pittsburgh","rvs_start_point":[40.4369752372,-79.9713042741]} -{"content":"Meet me at the post box on McKee Place. You can find it a block and a half southeast of the spot where the street is renamed and takes a more northwestern angle. There is a fairly large Hotel across the street.","rvs_goal_point":[40.4395949,-79.9591057],"key":8687,"region":"Pittsburgh","rvs_start_point":[40.4422550566,-79.9421459281]} -{"content":"Meet me at the parking entrance on Casino Drive. It is in front of a big casino which is facing the water. There are two gardens to the south of the parking entrance. You will see a post box across the street.\r\n","rvs_goal_point":[40.4476638,-80.0213755],"key":8688,"region":"Pittsburgh","rvs_start_point":[40.4500516,-80.0155438]} -{"content":"I'm southwest of you, at a cathedral at the end of North Dithridge Street. To the northeast of here is Oakland Catholic High School, and there's a relay box across the street. ","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8689,"region":"Pittsburgh","rvs_start_point":[40.4570102155,-79.936444284]} -{"content":"Meet me at the garden northeast of you on Smallman Street. It's two and a half blocks past Cinderlands Warehouse on the east most corner of the block. It's on the same block as two gardens.","rvs_goal_point":[40.4584831289,-79.9752872051],"key":8690,"region":"Pittsburgh","rvs_start_point":[40.4545035617,-79.9829259861]} -{"content":"Come volunteer at the shelter on Butterfield Way north of you. After the church and the Garden Theater, it's about 3 blocks north. ","rvs_goal_point":[40.456478,-80.0084401],"key":8691,"region":"Pittsburgh","rvs_start_point":[40.4527236102,-80.0066827506]} -{"content":"Move southeast towards Armstrong Tunnel. You will see me at the school of law building before Bing university.","rvs_goal_point":[40.4366667,-79.9922222],"key":8692,"region":"Pittsburgh","rvs_start_point":[40.4397209,-80.0032088]} -{"content":"Meet me at this bridge southwest of you, across the water. The bridge you want is directly south of a parking lot, and southwest of another parking lot. ","rvs_goal_point":[40.4436200054,-80.0279532633],"key":8693,"region":"Pittsburgh","rvs_start_point":[40.4500398,-80.0140256]} -{"content":"Meet me at the cafe southwest of your location. Head south from your location until you get to the end of the road then head west on that street. Stay on that street and keep heading west. Keep going until you see a Hemingway's. Head one more block then turn southeast onto Oakland Avenue. Your destination is on the northern side of the block, in the middle of the block. It is one block northeast of a USPS post box.","rvs_goal_point":[40.44144,-79.9566713],"key":8694,"region":"Pittsburgh","rvs_start_point":[40.4453689,-79.9502492]} -{"content":"Let's meet up at the parking entrance on Bigelow blvd. It's two blocks north of where the southern end of this Blvd. becomes a different street after it angles more southernly. The lot entry is on the western side of the road. It's in an area where there is a large green lawn.","rvs_goal_point":[40.4448738,-79.9555394],"key":8695,"region":"Pittsburgh","rvs_start_point":[40.4439431,-79.9421986]} -{"content":"Meet me at the historic memorial southeast of you. You'll find it on the entrance to Penn-Lincoln Parkway East directly east of the Fairfield Inn & Suites.","rvs_goal_point":[40.4362622,-79.9993193],"key":8696,"region":"Pittsburgh","rvs_start_point":[40.4411035,-80.0025489]} -{"content":"Meet me at the school southwest of your location. Head west then turn south onto South 20th Street. Head south five blocks until you get to the end of the road. Your destination is to the west in the middle of the block. It is one block north of the Morning Glory Inn Wedding Location.","rvs_goal_point":[40.4260678,-79.9780406],"key":8697,"region":"Pittsburgh","rvs_start_point":[40.4282932747,-79.9768054433]} -{"content":"Meet me at the State Farm west of your location. Head south one block then turn west onto East Carson Street. Keep heading west until you see Rita's Italian Ice. Your destination is on the next block on the other side of the street. It is right next to a fast food restaurant.","rvs_goal_point":[40.4280522157,-79.9720498073],"key":8698,"region":"Pittsburgh","rvs_start_point":[40.4279538,-79.966197]} -{"content":"Meet me at the garden on Waterfront Drive. It is across the street to the north from the Hampton Inn & Suites.","rvs_goal_point":[40.4479706434,-79.9927754431],"key":8699,"region":"Pittsburgh","rvs_start_point":[40.4447106,-79.9951092]} -{"content":"Move southwest past Brynes & Kiefer Building and Federated Tower. I'm at the garden on the left side of 10th street northeast of Subway fast food.","rvs_goal_point":[40.4448276891,-79.9960273426],"key":8700,"region":"Pittsburgh","rvs_start_point":[40.4483897881,-79.989200249]} -{"content":"Meet me at the post office, many blocks southeast of you, on East Carson Street. It's the post office on the corner, across from Bruegger's Bagels. On the block south of here is Clarissa Boutique, and the Foxtail bar is on the block west of here. ","rvs_goal_point":[40.4289702,-79.98067205],"key":8701,"region":"Pittsburgh","rvs_start_point":[40.4372400921,-79.9964404877]} -{"content":"Meet me at the restaurant southeast of your location. From your location, head west then turn south onto the first cross street. Head south for several blocks then turn east onto Walnut Street. Your destination is on the third block, on the northern side. It is right across the street from a Rite Aid.","rvs_goal_point":[40.4513527,-79.9335602],"key":8702,"region":"Pittsburgh","rvs_start_point":[40.4564289477,-79.9376455963]} -{"content":"Head northwest and go over Portal Bridge. You will see me at the bicycle parking straight north of bicycle repair station.","rvs_goal_point":[40.442319,-80.0093282],"key":8703,"region":"Pittsburgh","rvs_start_point":[40.441178542,-80.0044107104]} -{"content":"After school we should meet at the garden on Dounton Way. It's north of the 412 Brewery, and on the same block as the sandwich restaurant.","rvs_goal_point":[40.4523967117,-80.0159381124],"key":8704,"region":"Pittsburgh","rvs_start_point":[40.451641,-80.0252916]} -{"content":"Head east and meet up with me at the cafe on Baum Boulevatrd. It's a block away (almost) and west of a pharmacy. There is a fairly major grocery store on the corner just east of it.","rvs_goal_point":[40.4580119,-79.9353587],"key":8705,"region":"Pittsburgh","rvs_start_point":[40.4557388,-79.9526928]} -{"content":"I'm at the bench facing Ridge Avenue. Go past the expressways to get here. There is a fast food restaurant west of the bench and a vending machine to its northeast, all on the same block.\r\n\r\n","rvs_goal_point":[40.4501968,-80.0138015],"key":8706,"region":"Pittsburgh","rvs_start_point":[40.4463271,-80.0083943]} -{"content":"Meet me at the parking lot. It's near the north end of Butterfield Way. It's about a quarter block past the shelter but on the other side of the street.","rvs_goal_point":[40.4567534034,-80.0086859309],"key":8707,"region":"Pittsburgh","rvs_start_point":[40.4508253951,-80.0190040044]} -{"content":"Meet me at the garden northeast of your location. Head northeast on Smallman Street. Your destination is two blocks up, right next to three gardens. There is a MECKA Fitness one block northeast on the other side of the street.","rvs_goal_point":[40.4580181759,-79.9759877833],"key":8708,"region":"Pittsburgh","rvs_start_point":[40.45650583,-79.9775887272]} -{"content":"Meet me at the restaurant southeast of your location. Head southeast and cross the bridge over the water. Turn southwest onto Penn Avenue. Your destination is in the middle of the second block. It is down the street and on the same block as Mahla Office Furniture.","rvs_goal_point":[40.4463911,-79.9915914],"key":8709,"region":"Pittsburgh","rvs_start_point":[40.4534183,-80.0015575]} -{"content":"Meet me at the parking lot on Penn Avenue. It is on the same side as the florist shop. On the block across the Antiques shop. It is the parking area closest to middle of the block.","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8710,"region":"Pittsburgh","rvs_start_point":[40.4456972,-79.9937454]} -{"content":"Come to meet me at at the sports shop on East Carson Street. There is a fast food restaurant across the street. First National Bank is to its west on the neighboring block.\r\n\r\n\r\n","rvs_goal_point":[40.428583736,-79.9857152618],"key":8711,"region":"Pittsburgh","rvs_start_point":[40.4334934,-80.0035956]} -{"content":"Meet me at the parking lot south of you. If you walk straight south towards Frank Curto Park, you will pass the parking lot on your way. It is on Kenney Way right near the curve.","rvs_goal_point":[40.4535718109,-79.9749522936],"key":8712,"region":"Pittsburgh","rvs_start_point":[40.4566015971,-79.9747962428]} -{"content":"Go a couple of blocks southeast of you and let's meet up at the bike repair station. It's at U Pittsburgh. It's located in the nook on the northeastern side of it. The University place road would pass nearby it, about a quarter block to it's north if it continued southeasterly, (which it does not). Hillman library is on the other side of the main road to the south of here, just southeast.","rvs_goal_point":[40.4431912,-79.9555779],"key":8713,"region":"Pittsburgh","rvs_start_point":[40.4439142,-79.9582883]} -{"content":"Meet me at the historic memorial southeast of you. Head down to the garden on North Shore Drive and then head out along the water towards North Shore Riverfront Park. The historic memorial is near right before you get to the river.","rvs_goal_point":[40.4456839,-80.0080784],"key":8714,"region":"Pittsburgh","rvs_start_point":[40.4529473462,-80.0143577993]} -{"content":"There's a cafe many blocks south you, on the corner of Wood Street, next to a fountain, where we can meet. The cafe is a couple blocks past The Carlyle. Also, Wood Street comes to a T-intersection on the block south of here.","rvs_goal_point":[40.4379057,-80.0020219],"key":8715,"region":"Pittsburgh","rvs_start_point":[40.4509972912,-80.0019248563]} -{"content":"Head northeast past Nova Place, and go north on James street. Meet me at the parking lot on your right on the second block. ","rvs_goal_point":[40.454041803,-80.0006140797],"key":8716,"region":"Pittsburgh","rvs_start_point":[40.4470375,-80.0085345]} -{"content":"Meet me at the fast food restaurant on Centre Avenue. There is a dentist's office on the same block as the destination. You'll see a fire station on the north but across the street.\r\n\r\n","rvs_goal_point":[40.4536696,-79.9472753],"key":8717,"region":"Pittsburgh","rvs_start_point":[40.4592612685,-79.9314267055]} -{"content":"I'm mostly west of you, and a little to the north, at a Moe's Southwest Grill fast food place, on the south corner of Forbes Avenue where it hits the square. It's about a block past the Tower at PNC Plaza, and there's a Starbucks close to the south of here. ","rvs_goal_point":[40.4404631,-80.0021159],"key":8718,"region":"Pittsburgh","rvs_start_point":[40.4376179,-79.9895109]} -{"content":"Meet me at the garden southeast of your location. Hear northeast then turn south onto 10th Street. Stay on 10th Street and make a U-Turn. Your destination will be right to the east as you make a U-Turn. It is just north of the Westin hotel.","rvs_goal_point":[40.4449660868,-79.9954311068],"key":8719,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134]} -{"content":"I'm east of you at a bench. The bench is south of the Purnell Center for the Arts in a park area. The bench is just east of men made of snow, and about the distance of a block from a library, east of it. ","rvs_goal_point":[40.4422053,-79.9435606],"key":8720,"region":"Pittsburgh","rvs_start_point":[40.443655,-79.9514104]} -{"content":"I'm northeast of you, at a parking entrance on University Drive. It's on the west side of the street, just after a curve, across from a parking lot. The Fanny Edel Falk Laboratory School is north of here. ","rvs_goal_point":[40.4458986,-79.9604316],"key":8721,"region":"Pittsburgh","rvs_start_point":[40.4435807,-79.952528]} -{"content":"Meet me at the furniture shop northeast of your location. Head northeast until you get to Penn Avenue. Your destination is one block east of Eide's Entertainment toy shop on the same side of the street. If you see a Sushi Kim restaurant, you've gone too far.","rvs_goal_point":[40.4459261,-79.9923564],"key":8722,"region":"Pittsburgh","rvs_start_point":[40.432922116,-80.0038219324]} -{"content":"Meet me at the parking lot west of you. It's on the south side of the Baierl Student Recreation Center. It's north of the school.","rvs_goal_point":[40.4431732732,-79.962350588],"key":8723,"region":"Pittsburgh","rvs_start_point":[40.4422641,-79.9527501]} -{"content":"Meet me at Fine Wine & Good Spirits on Virginia Avenue. It is north of the gas station. It is south of the Mount Washington Post Office.","rvs_goal_point":[40.4297021,-80.0072196],"key":8724,"region":"Pittsburgh","rvs_start_point":[40.4270316,-79.9904217]} -{"content":"We should meet at the Chase Bank on the west side of Graeme Street. It's just a little bit southeast of the Boost Mobile Store. If you know where Three PNC Plaza is, you will find the bank a block southwest of there.","rvs_goal_point":[40.4410422,-80.0029338],"key":8725,"region":"Pittsburgh","rvs_start_point":[40.4389884,-79.9985176]} -{"content":"Meet me at the massage shop northeast of you on Centre Avenue. It's in the block east of Hertz car rental. The massage shop is on the southwest corner of the block.","rvs_goal_point":[40.457565,-79.9336342],"key":8726,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388]} -{"content":"Meet me at the Hilton Garden Inn hotel southwest of your location. Head south across the water. You will find the Benedum Center one block from the water. Head south from there then turn west onto Forbes Avenue. Your destination is in the middle of the block, just past the university on the corner.","rvs_goal_point":[40.4402268,-80.0016139],"key":8727,"region":"Pittsburgh","rvs_start_point":[40.4536497,-79.9990091]} -{"content":"Move north past Pennsylvania Railroad, I'm waiting at the garden a little past Italian restaurant and on the same side of the street.","rvs_goal_point":[40.454603929,-79.9820596119],"key":8728,"region":"Pittsburgh","rvs_start_point":[40.4474923613,-79.992431605]} -{"content":"Let's get our bikes at HealthRide bicycle rental just southwest of the end of South Craig Street's end, or at least its southernmost end. There is a fairly large art museum right near there that we could go to first if you want. If not then there is a Natural History museum right there. If we go to those places first then we don't have to pay bike rental time while we do that.","rvs_goal_point":[40.4442776,-79.9488965],"key":8729,"region":"Pittsburgh","rvs_start_point":[40.4556308,-79.9528325]} -{"content":"Meet me at the garden on Liberty Avenue. Find the parking near Leaf & Bean cafe. I am on the other side of Liberty Avenue. It looks like a bare spot of land.","rvs_goal_point":[40.4520025599,-79.980787549],"key":8730,"region":"Pittsburgh","rvs_start_point":[40.4572252834,-79.9767681787]} -{"content":"Go north and meet me at the bench right in the middle of the large square, just east of the hotel and northwest of the Gateway Station.","rvs_goal_point":[40.4422123,-80.0057789],"key":8731,"region":"Pittsburgh","rvs_start_point":[40.4397789895,-80.0045707176]} -{"content":"Meet me at the hairdresser shop southeast of you on East Ohio Street. It's a shop or two east of Subway.","rvs_goal_point":[40.4534414,-80.0014056],"key":8732,"region":"Pittsburgh","rvs_start_point":[40.4577094749,-80.0129492103]} -{"content":"Meet me at the garden southwest of your location. Head south then turn west at the T-intersection. Head west until you see Dippy artwork. Your destination is in the middle of the next block. If you see two fast food restaurants, you've gone too far.","rvs_goal_point":[40.4431976,-79.952645],"key":8733,"region":"Pittsburgh","rvs_start_point":[40.445361,-79.9489115]} -{"content":"Meet me at the restaurant northeast of your location. Head north past Four Gateway Center. Then turn east toward Fifth Avenue Place. Head two blocks east then turn north onto 6th Street. Your destination is the third restaurant on the western block. It is just southwest of the Renaissance Hotel.","rvs_goal_point":[40.4431343,-80.0024879],"key":8734,"region":"Pittsburgh","rvs_start_point":[40.4392984888,-80.0060371096]} -{"content":"Head to the parking lot southwest of you across the Ohio River. It's on the western edge of the park. It's just northwest of Fairview Aves. eastern end. Where the offshoot parking area is that is on the northwest end of it.","rvs_goal_point":[40.4458516403,-80.0342030489],"key":8735,"region":"Pittsburgh","rvs_start_point":[40.4481532976,-80.0204010718]} -{"content":"Meet me at the hairdresser shop northeast of your location. Head north then turn east onto Penn Avenue. Keep heading east until you see a Subway. Your destination is just ahead on the same side of the street.","rvs_goal_point":[40.4441772,-79.9961827],"key":8736,"region":"Pittsburgh","rvs_start_point":[40.4404579478,-80.0056558481]} -{"content":"Let's sit down together at the coffee shop on Baum Boulevard. It's located about a block and a half northwest of a Massage and Spa center. Just to the east, on the corner of this block on the same side is a major Supermarket. ","rvs_goal_point":[40.4580119,-79.9353587],"key":8737,"region":"Pittsburgh","rvs_start_point":[40.4531229368,-79.9466161352]} -{"content":"Let's meet at a school that is southeast of where you are now. The School is on Locust Street. The meeting place is in the legal dept. Just north of Locust there is a library across the street. Rooney field stadium is southeast of where we are to meet.","rvs_goal_point":[40.4366667,-79.9922222],"key":8738,"region":"Pittsburgh","rvs_start_point":[40.4387869,-79.9982533]} -{"content":"Meet me at the clothes shop on South Aiken Avenue. It's a block south of Starbucks and a block west of the Gap.","rvs_goal_point":[40.4504313503,-79.9351467162],"key":8739,"region":"Pittsburgh","rvs_start_point":[40.4483335929,-79.949047041]} -{"content":"Meet me at the clothes shop southeast of your location. Head south until you see the Allegheny West Historic District. From there, head east on this street. Head east then turn south onto Cedar Avenue. Head south four blocks until you see a Subway on the corner. From there, turn east. Your destination is on the other side of the street in the middle of the block. If you see Allegheny Antiques shop, you've gone too far.","rvs_goal_point":[40.4533449,-80.0007631],"key":8740,"region":"Pittsburgh","rvs_start_point":[40.4581247,-80.0161649]} -{"content":"Meet me at the Gap northeast of your location. Head north toward the Walking to the Sky Sculpture. Then head north from there and turn east onto the next major crossing street. Keep heading east until you get to South Aiken Avenue. Head north until you see Schiller's Pharmacy on the corner. Turn east from there. Your destination is after the next street on the next block. If you see PNC Bank, go back one block.","rvs_goal_point":[40.4509523,-79.93416],"key":8741,"region":"Pittsburgh","rvs_start_point":[40.4418895,-79.9459298]} -{"content":"Cross The bridge to the downtown and go north. The parking will be west of the train station and a few block north of the William Penn Place. There is a big arts centre just a block before it. ","rvs_goal_point":[40.443874667,-79.9951126811],"key":8742,"region":"Pittsburgh","rvs_start_point":[40.4357446195,-80.0088070324]} -{"content":"I'd like to meet you at the cafe on Spring Way, which is northeast of where you are. There is a bank in the east direction from the cafe and another cafe to its southwest.","rvs_goal_point":[40.4521270318,-79.9818897458],"key":8743,"region":"Pittsburgh","rvs_start_point":[40.4495515383,-79.9852290828]} -{"content":"I'm directly south of you at a garden on Station Square Drive, on the east side of the street, and the northwest corner of the block where the street comes to a T-intersection. Also on this block there are multiple parking entrances. ","rvs_goal_point":[40.4349298625,-80.0076073447],"key":8744,"region":"Pittsburgh","rvs_start_point":[40.4426872472,-80.0071368931]} -{"content":"I'm at the tennis pitch southwest of track and southeast of restaurant. It is the first pitch east of waste basket. Move northwest to get there.","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8745,"region":"Pittsburgh","rvs_start_point":[40.4367912248,-79.937455363]} -{"content":"Travel west to meet me at the post box on a corner, on Western Avenue. It is west of the fitness centre and east of a bar, on the south side of the street.","rvs_goal_point":[40.451889,-80.0166084],"key":8746,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401]} -{"content":"Meet me at the bar in the AC Hotel on Smallman Street. It near the west end of the block west of the Senator John Heinz History Center.","rvs_goal_point":[40.4456972,-79.9937454],"key":8747,"region":"Pittsburgh","rvs_start_point":[40.4503262,-79.9848814]} -{"content":"Go south across the river then head east along Fourth Avenue. Just after you pass the Burke Building, meet me at the restaurant on the same side of the street near the end of the block. It's just before the university.","rvs_goal_point":[40.4396890646,-80.0015313427],"key":8748,"region":"Pittsburgh","rvs_start_point":[40.4462344,-80.0103426]} -{"content":"Meet me at the German restaurant on the corner of Suismon Street across from the Laundromat. It's a little bit north east of you past North Park.","rvs_goal_point":[40.455208,-80.0010209],"key":8749,"region":"Pittsburgh","rvs_start_point":[40.4530968896,-80.0059838528]} -{"content":"Meet me at the tennis pitch southeast of you. It's north of Kraus Campo garden and south of a few restaurants.","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8750,"region":"Pittsburgh","rvs_start_point":[40.444026371,-79.9462489875]} -{"content":"I'm not far from you. I'm on the street standing next to a post box. There is a casino across the street from me. Go down passing Taco Bell and then it will be on the next block.","rvs_goal_point":[40.4478797,-80.0205063],"key":8751,"region":"Pittsburgh","rvs_start_point":[40.4518406,-80.0183603]} -{"content":"I'm filling up gas at the gas station on Baum Boulevard. Get past Hillman Cancer Center and head northeast to get here to meet me. Shell car wash is behind the gas station. Walter's Automotive is on its east side.\r\n\r\n\r\n","rvs_goal_point":[40.4589365904,-79.9326447915],"key":8752,"region":"Pittsburgh","rvs_start_point":[40.4541068383,-79.9440826882]} -{"content":"Meet me at the garden west of your location. Head north until you get to Liberty Avenue then head west. Head west until the street turns south. Keep heading southwest until you see a storage rental. Your destination is in the center of next block. It is just northeast one block from Guardian Storage Strip District storage rental shop.","rvs_goal_point":[40.4575709484,-79.9725837569],"key":8753,"region":"Pittsburgh","rvs_start_point":[40.4575829,-79.9572073]} -{"content":"Move southeast towards East North Avenue, I'm at the parking lot located east of Garden theater. It is on the next block east of a dell shop.","rvs_goal_point":[40.4559794218,-80.0054861859],"key":8754,"region":"Pittsburgh","rvs_start_point":[40.4561149819,-80.0162277659]} -{"content":"Meet me at the bicycle rental on Penn Avenue. When you traveling down Penn Avenue, you will pass by Grandpa Joe's Candy Shop and a pub across the street. The bicycle rental is on the next block on the side of the pub.","rvs_goal_point":[40.451801,-79.9833387],"key":8755,"region":"Pittsburgh","rvs_start_point":[40.45650583,-79.9775887272]} -{"content":"Can you meet me at the bridge that goes over the avenue that is found at the end of gasoline alley? Going south on gasoline alley will end in this avenue and a right turn on it will lead under the bridge. I'll look for you from that vantage then climb up to meet you there. This bridge is a couple of blocks west of and parallel to Liberty Bridge.","rvs_goal_point":[40.4356928054,-79.9964178561],"key":8756,"region":"Pittsburgh","rvs_start_point":[40.4435748575,-80.0001531947]} -{"content":"Go south over Forbes Avenue and past post box and Walking to the sky. I'm waiting at restaurant before Grano. It is southeast of Au Bon Pain restaurant.","rvs_goal_point":[40.4433652,-79.941973],"key":8757,"region":"Pittsburgh","rvs_start_point":[40.4535476,-79.9469155]} -{"content":"Let's meet up at that bench we liked so much. Remember it's off of South Neville st. at the most northern block of the street, right after it changes it's name. It's just south of Carnegie's student housing and west of a religious statue that is surrounded by a square walk\/drive. The bench is beside yet another protestant type figure statue.","rvs_goal_point":[40.4464475,-79.9464791],"key":8758,"region":"Pittsburgh","rvs_start_point":[40.4418797,-79.9458805]} -{"content":"Cross over Monongahela River down south, meet me at the garden on West Station square. It is opposite Sheraton hotel and on the same side of the street with parking.","rvs_goal_point":[40.4345144873,-80.0066808955],"key":8759,"region":"Pittsburgh","rvs_start_point":[40.4411362,-80.0044989]} -{"content":"Let's check out the garden on Eloise St. It's two and a half blocks west of the end of the street on the south side of the street. On each block both east and west there is a Christian Church.","rvs_goal_point":[40.4554478922,-80.0093426026],"key":8760,"region":"Pittsburgh","rvs_start_point":[40.4579796,-80.0025595]} -{"content":"Let's meet up and the convenience shop at the University of Pittsburgh. It's just west of you , past The Pitt Stop, and the Millenium Panther.","rvs_goal_point":[40.4429238,-79.9550307],"key":8761,"region":"Pittsburgh","rvs_start_point":[40.443855966,-79.952214363]} -{"content":"Go southwest down Forbes Avenue and meet me on the south side of the road at the vacant shop a block past the Rite-Aid. It is due west of Fine Wine & Good Spirits.","rvs_goal_point":[40.4406831,-79.9580276],"key":8762,"region":"Pittsburgh","rvs_start_point":[40.4451595,-79.9516474]} -{"content":"Head west from where you are, and meet met at the Greek restaurant in the middle of the block, on the north side of East Carson Street. It's northwest of Z:Lounge bar. There's a subway on the block south of here, and a Rite Aid on the block west of here. ","rvs_goal_point":[40.4287688017,-79.9768797181],"key":8763,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706]} -{"content":"Meet me at the parking entrance to your southeast on Centre Avenue. It's the entrance to the parking lot behind the hotel on the west side of the parking lot.","rvs_goal_point":[40.4399906,-79.9884456],"key":8764,"region":"Pittsburgh","rvs_start_point":[40.4436192,-79.9958437]} -{"content":"Meet me at the restaurant on East Carson Street. It's on same block as the bar. It is a detached building east side of the block.","rvs_goal_point":[40.427277,-79.9687135],"key":8765,"region":"Pittsburgh","rvs_start_point":[40.4259975,-79.9536343]} -{"content":"Meet me at the parking entrance north of you where Knoll Street ends at its west end. The parking entrance is directly across the street from the west end of Knoll Street.","rvs_goal_point":[40.4573766,-80.0020673],"key":8766,"region":"Pittsburgh","rvs_start_point":[40.443149,-79.997737]} -{"content":"I'm mostly north of you, and a bit east, at a Chase bank on Graeme Street. The bank is southeast of Boost Mobile, east of Rite Aid, and northeast of One PPG Place. ","rvs_goal_point":[40.4410422,-80.0029338],"key":8767,"region":"Pittsburgh","rvs_start_point":[40.4338578844,-80.0053071572]} -{"content":"Meet me at the garden southwest of you, on West Station Square Drive. If you're going west on this street, the garden will be the first one on the north side that you come to once you pass the corner of the Sheraton. ","rvs_goal_point":[40.4344505986,-80.0063061853],"key":8768,"region":"Pittsburgh","rvs_start_point":[40.4420045,-80.0006161]} -{"content":"Meet me at the cafe on Federal Street. It is the next block from the library, towards the south. South west corner.","rvs_goal_point":[40.4556178,-80.0065066],"key":8769,"region":"Pittsburgh","rvs_start_point":[40.4502944,-80.0057502]} -{"content":"Let's meet at the bench east of you, just slightly north. It's a couple of blocks east of the Bellefield Boiler Plant. There is a Chinese Themed statue just east of the bench. A coffee shop specializing in strong brews is north across the paved area. The nearest street to the bench is Frew Street.","rvs_goal_point":[40.4418824,-79.9458926],"key":8770,"region":"Pittsburgh","rvs_start_point":[40.44154,-79.9512271]} -{"content":"Meet me at the bar on Smallman Street. Go past 16th Street Bridge and another big bridge. You will see AC Hotel close to the bar. In the preceding block east of the bar, there is a museum. You'll find a bicycle rental in the southeast direction of the bar. \r\n\r\n","rvs_goal_point":[40.4456972,-79.9937454],"key":8771,"region":"Pittsburgh","rvs_start_point":[40.4503262,-79.9848814]} -{"content":"Get on East Ohio street past florist shop and antiques shop. I'm at the deli shop east of those locations. They are on the same block.","rvs_goal_point":[40.4535829,-79.9994219],"key":8772,"region":"Pittsburgh","rvs_start_point":[40.4512037,-80.0047247]} -{"content":"Meet me at the toilets in Point State Park. You need to cross the bridge to get here. There is a fountain drinking water on its south, all the way to the other side of the park.","rvs_goal_point":[40.4421512,-80.0120037],"key":8773,"region":"Pittsburgh","rvs_start_point":[40.4484218645,-80.0236772131]} -{"content":"We need to meet up at the garden. It's very near the water, and across the river, due north of where you are now. There is a restaurant just southeast of where you are. There is a parking lot just to the west of where you are.","rvs_goal_point":[40.4393062427,-80.0068000907],"key":8774,"region":"Pittsburgh","rvs_start_point":[40.4351872825,-80.0071253179]} -{"content":"Meet me at Pizza hut on Federal Street. It is on the same block as PNC Bank. Across the street from Brugge on North restaurant and the theatre.","rvs_goal_point":[40.4563551,-80.0070856],"key":8775,"region":"Pittsburgh","rvs_start_point":[40.4468082,-80.0039591]} -{"content":"You can meet me at this garden on Stanwix Street, a few blocks to your northwest. Gateway station is on the block north of here, and there's a dry cleaning shop a bit to the east. The garden on Stanwick is near the northeast corner of the block.","rvs_goal_point":[40.4409233372,-80.0043591406],"key":8776,"region":"Pittsburgh","rvs_start_point":[40.4397444,-79.999459]} -{"content":"Meet me at the casino entrance on Reedsdale Street. It is west of Highmark Sportswork and Heinz Field.","rvs_goal_point":[40.4484213463,-80.0234291474],"key":8777,"region":"Pittsburgh","rvs_start_point":[40.4456839,-80.0080784]} -{"content":"I'm at Giant Eagle on south 21st Street, northeast of your position. It is very close to the parking lot.","rvs_goal_point":[40.4310201,-79.9766634],"key":8778,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234]} -{"content":"I am two blocks away from you. At the garden on the opposite block of Bing clothes shop northeast of you. The garden is the closest to the parking lot on the block.","rvs_goal_point":[40.4593999687,-79.971777514],"key":8779,"region":"Pittsburgh","rvs_start_point":[40.4586623,-79.974608]} -{"content":"Meet me at the deli shop on East Ohio Street. At the middle of the same block as the deli shop, you'll find Goodwill. Rite Aid is on the far end of the east block.","rvs_goal_point":[40.4535829,-79.9994219],"key":8780,"region":"Pittsburgh","rvs_start_point":[40.4498634,-80.0145878]} -{"content":"Move southeast over the river, then past bicycle rental. You will see me at Peet's Coffee cafe near LA Fitness and east of ALDI supermarket. ","rvs_goal_point":[40.4268016,-79.9663021],"key":8781,"region":"Pittsburgh","rvs_start_point":[40.43617935,-79.97265985]} -{"content":"I'd like to meet you at the parking space on Centre Avenue. CVS is to its south and Domino's is on its northeast. Head northeast to get there.\r\n","rvs_goal_point":[40.4518131502,-79.9512484498],"key":8782,"region":"Pittsburgh","rvs_start_point":[40.4397058,-79.9598145]} -{"content":"You can head northeast along Liberty Avenue to meet me at this garden. It's on the south side of the street, in the middle of the block, right on the curve of an unnamed road. There's a U-Haul storage a bit to the northeast of here, and Art's Tavern pub is to the northwest. ","rvs_goal_point":[40.4574909012,-79.9727615292],"key":8783,"region":"Pittsburgh","rvs_start_point":[40.450843,-79.9845604]} -{"content":"I'm shopping at the marketplace at the west end of Hemlock street. You should cross East North avenue and it would be about 2 blocks after the avenue.","rvs_goal_point":[40.457238,-80.0070393],"key":8784,"region":"Pittsburgh","rvs_start_point":[40.4455177,-80.0120355]} -{"content":"I'm at the gift shop on the block northwest of you. It's in the middle of the block, on Fifth Avenue. The International Academy of Jazz Hall of Fame is east of here, and Biroche Doree is on the block north of here. ","rvs_goal_point":[40.4434533,-79.9559284],"key":8785,"region":"Pittsburgh","rvs_start_point":[40.4432174526,-79.9527765462]} -{"content":"Let's go sit on the bench together. It's a concrete on and it's located on the northenmost part of South Bellefield Avenue just before IT becomes NORTH. It's just outside of the Heinz Memorial Chapel. ","rvs_goal_point":[40.4451146,-79.9517705],"key":8786,"region":"Pittsburgh","rvs_start_point":[40.432923581,-79.9414905472]} -{"content":"I'm northwest of you, at a parking lot on Monterey Street on the block where the street ends at a T-intersection. This lot is to the northwest of the National Aviary, and to the east of here is Riggs Lounge bar. ","rvs_goal_point":[40.4548039731,-80.0125794375],"key":8787,"region":"Pittsburgh","rvs_start_point":[40.4464526,-80.0076755]} -{"content":"Let's meet up at the bar on the block where James street has a southern end. The bar is on the street James street Ends on, just a half block east of it's end. It's across the street from a second hand charity type shop. There is a bakery a couple of doors down east of the bar if you want to get a treat afterwards.","rvs_goal_point":[40.4537025,-79.9999785],"key":8788,"region":"Pittsburgh","rvs_start_point":[40.45646,-79.99311]} -{"content":"Meet me at the parking entrance southeast of you on North Craig Street. It's right across the street from CVS. It's in the same block as Pittsburgh Institute of Religion.","rvs_goal_point":[40.4515916,-79.9519774],"key":8789,"region":"Pittsburgh","rvs_start_point":[40.4578115,-79.9655765]} -{"content":"Let's meet at the restaurant southeast of where you are. It's on Copeland street two blocks after Shadyside. Bruegger's Bagels is located west of the place.","rvs_goal_point":[40.4511349,-79.9349275],"key":8790,"region":"Pittsburgh","rvs_start_point":[40.4546288,-79.9454018]} -{"content":"Let's meet and go for a walk in the garden. It's located about 2 blocks from the spot where 25th street ends just south of the Allegheny River. It's on the southwest side of the street. It's in the block called Lot 24.","rvs_goal_point":[40.4550136706,-79.9812099766],"key":8791,"region":"Pittsburgh","rvs_start_point":[40.4514610326,-79.9838743022]} -{"content":"Let's meet up at the restaurant on Ross Street. There is a public building on the south block from the restaurant. Grant Street Tavern is on the west block.\r\n","rvs_goal_point":[40.4372400921,-79.9964404877],"key":8792,"region":"Pittsburgh","rvs_start_point":[40.4478280406,-79.9909022819]} -{"content":"Meet me at the bicycle parking west of you on Fifth Avenue. It's in the same block as Brioche Dor\u00e9e but on the southeast corner of the block.","rvs_goal_point":[40.4436817,-79.9560549],"key":8793,"region":"Pittsburgh","rvs_start_point":[40.4422722,-79.9444117]} -{"content":"I'm just at the other side of the bridge. After you cross the river cross the East Carson St. and walk for another 1m south and I'm there.","rvs_goal_point":[40.4318411865,-80.0043382381],"key":8794,"region":"Pittsburgh","rvs_start_point":[40.4423599937,-80.0036150855]} -{"content":"I'm a few blocks to your northeast, at a garden on 25th Street. The garden is on the east side of the street, next to the southwest corner of the building here. The garden is east of Meraki Studio, and on the block to the south of here is The Dog Stop animal boarding. ","rvs_goal_point":[40.4548071707,-79.9807874677],"key":8795,"region":"Pittsburgh","rvs_start_point":[40.4512457,-79.9850555]} -{"content":"Meet me at the parking lot about a block and a half east of you. It's on the same block as The Lava Lounge, but at the east end of the block. It's right by the post box.","rvs_goal_point":[40.4280658075,-79.9732502231],"key":8796,"region":"Pittsburgh","rvs_start_point":[40.4282953,-79.97582715]} -{"content":"I'm a block or so southeast of you. Let's get a sub sandwich at the shop. There is a mall just north of it. It's on Smithfield Street where it ends at it's most southerly spot.","rvs_goal_point":[40.4325381,-80.0039932],"key":8797,"region":"Pittsburgh","rvs_start_point":[40.4342449,-80.0060005333]} -{"content":"There's a pizza place southeast of you where we can meet. It's on Market Street, a block east of Gateway Center Post Office and a beauty shop. One PPG Place is north of here. ","rvs_goal_point":[40.4389155,-80.0039382],"key":8798,"region":"Pittsburgh","rvs_start_point":[40.4428975751,-80.0081017502]} -{"content":"I'm going to park my car just after 14th street. Meet me there. You should head east north. See you there. ","rvs_goal_point":[40.4478032041,-79.9896212256],"key":8799,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"I'm at the bakery shop southwest of you on Penn Avenue. It is on the block after the farm shop. You will see it at the center.","rvs_goal_point":[40.4501831323,-79.9857857714],"key":8800,"region":"Pittsburgh","rvs_start_point":[40.4517921886,-79.9821264493]} -{"content":"I'm at the florist shop up north, on the street where you are. There is a restaurant on the west side of the shop.","rvs_goal_point":[40.4561421449,-79.976242752],"key":8801,"region":"Pittsburgh","rvs_start_point":[40.4521270318,-79.9818897458]} -{"content":"I'm waiting for you at the garden on the east side of 25th Street. There are other gardens on the west side. A bicycle parking is in the garden on its east.","rvs_goal_point":[40.4550793205,-79.9810918091],"key":8802,"region":"Pittsburgh","rvs_start_point":[40.4502106272,-79.9857311065]} -{"content":"Go down the street, southwest of where you are, on the second intersection past the Gap, take a left and I'm at the clothing shop on your left after you make this turn.","rvs_goal_point":[40.4504313503,-79.9351467162],"key":8803,"region":"Pittsburgh","rvs_start_point":[40.4516559,-79.9328415]} -{"content":"Let's meet at the little garden northeast of you on Penn Ave. It's on the north side of the street on the next corner after the Courtyard by Marriott Pittsburgh Downtown.","rvs_goal_point":[40.4446132411,-79.9954238108],"key":8804,"region":"Pittsburgh","rvs_start_point":[40.4422418,-80.0060626]} -{"content":"Move east on Centre Avenue past UPMC Shadyside and bicycle parking. I'm waiting at the massage shop west of parking and north of bus station.","rvs_goal_point":[40.457565,-79.9336342],"key":8805,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388]} -{"content":"You can meet me northeast of you, still on Forbes Avenue, at a post box. It's the first one on the south side of the street east of Bruce Hall. If you pass the Stephen Foster Memorial, you've gone too far east. ","rvs_goal_point":[40.4523967117,-80.0159381124],"key":8806,"region":"Pittsburgh","rvs_start_point":[40.451641,-80.0252916]} -{"content":"Meet me at the end of 3rd avenue, my car is parked there. So just go east until you see the courthouse and then turn south a on the next intersection. ","rvs_goal_point":[40.4370066319,-79.9962874099],"key":8807,"region":"Pittsburgh","rvs_start_point":[40.4411024,-80.0021701]} -{"content":"I'm located south of your position. Move past Monongahela River, I'm at the bar situated west of bicycle rental.","rvs_goal_point":[40.4333423,-80.0038478],"key":8808,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406]} -{"content":"Meet me at the theatre west of your location. Head west on East Carson Street. Head several blocks until you see Mantini's Wood Fired restaurant. Head north toward that restaurant then turn west on the next street. Your destination is on the next block. It is northwest of South Vocational Technical High Library.","rvs_goal_point":[40.4290243,-79.9914731],"key":8809,"region":"Pittsburgh","rvs_start_point":[40.4280160779,-79.9723044021]} -{"content":"I'm east of you along East Carson Street, at an Asian restaurant on the south side, adjacent to a Subway. It's on the block east of Commonwealth Press, and the block west of Round Two BMX. ","rvs_goal_point":[40.4282932747,-79.9768054433],"key":8810,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657]} -{"content":"When you're done shopping, we can meet at the Pizza Hut for lunch. It's like three blocks west of you on East Carson Street. ","rvs_goal_point":[40.4283664547,-79.9774071754],"key":8811,"region":"Pittsburgh","rvs_start_point":[40.4281368839,-79.9736242703]} -{"content":"Cross the river and come to McMasters Way. I'm in a restaurant on that street near a market square. You will see Starbucks and Burke Building in the block to the south of the restaurant across an avenue.","rvs_goal_point":[40.4408763,-80.0019668],"key":8812,"region":"Pittsburgh","rvs_start_point":[40.4305755,-80.0069519]} -{"content":"If you go south, you can meet me at the garden on Stanwix Street. It's on the block east of the train station, and south of a Rite Aid. Also, it's the garden on the southwest corner of this block. ","rvs_goal_point":[40.4416445763,-80.0036974037],"key":8813,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333]} -{"content":"I'm waiting for you at a bench east of a hotel and a restaurant on Liberty Avenue. You will find a parking entrance on the northeast corner of the same block as the bench.\r\n","rvs_goal_point":[40.4422099,-80.0054427],"key":8814,"region":"Pittsburgh","rvs_start_point":[40.4390031,-79.9991179]} -{"content":"Walk west past tattoo shop, clothes shop and Starbucks. There is a restaurant a block after at the corner and also on the same side of the street.","rvs_goal_point":[40.4286662,-79.9855523],"key":8815,"region":"Pittsburgh","rvs_start_point":[40.428619023,-79.9826135835]} -{"content":"Move west on West Carson Street past Fort Pitt Bridge. Walk past the station and I'm waiting at the parking entrance a little bit northwest near a plaza. If you reach a gas station you have gone too far.","rvs_goal_point":[40.4420005,-80.0213548],"key":8816,"region":"Pittsburgh","rvs_start_point":[40.4350608439,-80.0082173463]} -{"content":"When you're done eating, meet me at the tattoo shop east of you on East Carson street. It's on the next block past Round Two BMX, and on the same side of the street.","rvs_goal_point":[40.4281720946,-79.9741486481],"key":8817,"region":"Pittsburgh","rvs_start_point":[40.428609126,-79.9866121994]} -{"content":"Move down on Forbes Avenue past Hillman Library and waste basket. Meet me at the restaurant east of Dollar bank. It is in the middle of the block opposite vending machine.","rvs_goal_point":[40.441765,-79.9568918],"key":8818,"region":"Pittsburgh","rvs_start_point":[40.4433235,-79.9452199]} -{"content":"You can meet me at the hairdresser shop here on Smithfield Street. It's southwest of you, and there's a Fairfield Inn hotel about a block southeast of here. The Mon Wharf Landing park is about two blocks to the south. ","rvs_goal_point":[40.4375828391,-80.0005627287],"key":8819,"region":"Pittsburgh","rvs_start_point":[40.4389581,-79.9936641]} -{"content":"Meet me at the boutique shop west of you on East Carson Street. It's two blocks west of The E House Company computer shop. It's towards the beginning of the block and on the north side of the street. If you get to Great Clips, you are one block too far.","rvs_goal_point":[40.4289082,-79.9844281],"key":8820,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706]} -{"content":"Meet me at the fitness centre on Federal Street. It is across the street from the SpringHill Suites. I am in the top north west corner of the building. There are two building across the street, I am in the southern one.","rvs_goal_point":[40.4486316,-80.0041927],"key":8821,"region":"Pittsburgh","rvs_start_point":[40.4426872472,-80.0071368931]} -{"content":"Move north across the river and the expressway towards Childrens Way. You will see me at Federal Galley restaurant west of Fitness centre.","rvs_goal_point":[40.4515167381,-80.0060291502],"key":8822,"region":"Pittsburgh","rvs_start_point":[40.4409265916,-80.0059835052]} -{"content":"Meet me at the toilets west of your location. Head west on Schenley Drive. Keep going west past Schenley Bridge. You will see Carnegie Library of Pittsburgh. Your destination is straight west on the next block in the middle of the field. It is across the street and east of Hillman Library.","rvs_goal_point":[40.4422641,-79.9527501],"key":8823,"region":"Pittsburgh","rvs_start_point":[40.4395047,-79.9387364]} -{"content":"Move east and get on East Carson Street, you will see me at the bar at the end of the block after the park. There is a social centre northwest of the bar.","rvs_goal_point":[40.428828447,-79.9773701189],"key":8824,"region":"Pittsburgh","rvs_start_point":[40.4298657487,-79.9668255332]} -{"content":"Let's meet at the gas station, it's the one that has a repair garage next to it off of Saw Mill Run Blvd., it's right before there is that exit ramp leading to the tunnel. There is a park on the other side of the road.","rvs_goal_point":[40.42671865,-80.0224335],"key":8825,"region":"Pittsburgh","rvs_start_point":[40.4338419,-80.0064879]} -{"content":"Move west past West Park and Vending Machine, I'm waiting at the waste basket near The campus fast food restaurant. It is on the same block with vending machine.","rvs_goal_point":[40.4498665,-80.0147206],"key":8826,"region":"Pittsburgh","rvs_start_point":[40.4521920274,-80.0068006405]} -{"content":"I'm northeast of you, at a car shop on California Avenue, next to a hairdresser shop. California comes to an end shortly to the east of this place. ","rvs_goal_point":[40.4431343,-80.0024879],"key":8827,"region":"Pittsburgh","rvs_start_point":[40.4392984888,-80.0060371096]} -{"content":"Move south past historic building and attraction. I'm waiting at the garden near Forbes Avenue and west of Stephen Foster. I'm in the middle of the block.","rvs_goal_point":[40.4431807695,-79.952818905],"key":8828,"region":"Pittsburgh","rvs_start_point":[40.4513634786,-79.9513952338]} -{"content":"Move down south past Liberty Elementary school. I'm at the vacant shop adjacent Rite Aid pharmacy. It is directly east of Shadyside Variety store.","rvs_goal_point":[40.4514368,-79.9333787],"key":8829,"region":"Pittsburgh","rvs_start_point":[40.4566357328,-79.9375564196]} -{"content":"Move southwest over the bridge, you'll see me at the Fort Pitt historical building right before the museum. There is a viewpoint on the north side.","rvs_goal_point":[40.4411925123,-80.0098216109],"key":8830,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333]} -{"content":"Meet me at the garden northeast of you. It's one block northwest of Cinderlands Warehouse near the water. It's just a little west of two gardens.","rvs_goal_point":[40.4571961924,-79.9803140436],"key":8831,"region":"Pittsburgh","rvs_start_point":[40.4464965872,-79.9929969892]} -{"content":"Meet me at the school facing Academic Walk which is over a tunnel. There is a prison south of the school. The prison is facing the water. You'll see a library in the northeast direction from the school.","rvs_goal_point":[40.4361803,-79.9928307],"key":8832,"region":"Pittsburgh","rvs_start_point":[40.4367463,-79.99674065]} -{"content":"Move northeast towards Bellefonte street, past shady grove bar. I'm at the bar on the block after PNC atm. It is almost by the corner and on the same street side.","rvs_goal_point":[40.4514921,-79.9339021],"key":8833,"region":"Pittsburgh","rvs_start_point":[40.4425885,-79.9399266]} -{"content":"If you are at the park you should go west towards central Oakland and find me on Forbes Ave. I'm standing in front of a FedEx Office on the south side of the street. There is a Citizens Bank just north of me. GameStop is west south of me.","rvs_goal_point":[40.4412874,-79.9571868],"key":8834,"region":"Pittsburgh","rvs_start_point":[40.4342085058,-79.9442249603]} -{"content":"I'm at the garden on 24th street. It is on the block opposite Meraki studio and the first garden from the right. Move northeast to get there. ","rvs_goal_point":[40.4545019796,-79.9819387727],"key":8835,"region":"Pittsburgh","rvs_start_point":[40.4506082,-79.9844867]} -{"content":"Meet me at the parking lot on Bridle Trail, to the south of a shelter. There is a playground on its southwest across some small trails.","rvs_goal_point":[40.4335796826,-79.9440541386],"key":8836,"region":"Pittsburgh","rvs_start_point":[40.4468304193,-79.9518583591]} -{"content":"Can you pick me up from the basketball court on West Jefferson street? Just go north from your current location, from Central Northside, but when you reach the woods you should turn west.","rvs_goal_point":[40.45896555,-80.01454655],"key":8837,"region":"Pittsburgh","rvs_start_point":[40.45611,-80.0066678]} -{"content":"Let's meet up at Moe's Southwest Grill Mexican fast food place. It's located on Atwood Street. It's in the last straight stretch of the street before it takes a wide right angled turn just north of this block. There's another Mexican style eatery on block to the south of this one.","rvs_goal_point":[40.4415606,-79.958415],"key":8838,"region":"Pittsburgh","rvs_start_point":[40.4442631,-79.9445918]} -{"content":"Meet me at the parking lot on 16th street. You will find a wholesale shop north of the destination in the same block. McDonald's is across the street, to its northwest.\r\n\r\n","rvs_goal_point":[40.4485484759,-79.9869831494],"key":8839,"region":"Pittsburgh","rvs_start_point":[40.4403594,-79.9955717]} -{"content":"Move northwest on south Bellefield Avenue, meet me at the bench near attraction. The bench is slightly northeast of historic building.","rvs_goal_point":[40.4451738,-79.9518083],"key":8840,"region":"Pittsburgh","rvs_start_point":[40.4439978,-79.9446047]} -{"content":"Go west and then turn onto Graeme Street where you'll meet me at the Chase bank by Market Square, west of Rite Aid.","rvs_goal_point":[40.4410422,-80.0029338],"key":8841,"region":"Pittsburgh","rvs_start_point":[40.4389884,-79.9985176]} -{"content":"Go northwest and meet me at the university on Ridge Avenue just west of the cafe. It's on the south side of the street.","rvs_goal_point":[40.4497507598,-80.0160853894],"key":8842,"region":"Pittsburgh","rvs_start_point":[40.4461775,-80.0108803]} -{"content":"I'm on Wood Street, at a park southwest of you. The park is also northwest of Engine Company No. 1, as well as southwest of Point Park University Library and Kenny's Nail Center. ","rvs_goal_point":[40.4418147,-80.0000837],"key":8843,"region":"Pittsburgh","rvs_start_point":[40.4422835,-80.00549]} -{"content":"Meet me at the waste basket on Boulevard of the Allies. It's southwest of your location in the same block as Mirrors Hair Salon but on the northwest corner of the block.","rvs_goal_point":[40.4382439,-80.0018495],"key":8844,"region":"Pittsburgh","rvs_start_point":[40.4484373799,-79.9922332357]} -{"content":"Meet me at the Pizza Hut west of your location. Head west on East Carson Street. You will see a Z Lounge bar. Your destination is on the next block, at the end of the block. It is across the street from 2 bars.","rvs_goal_point":[40.4283664547,-79.9774071754],"key":8845,"region":"Pittsburgh","rvs_start_point":[40.4280790289,-79.9727195721]} -{"content":"Meet me at the parking lot on Arch Street in front of a hospital. There is a historic building to its south and on the same block.\r\nYou will find a zoo to its southwest on the adjacent block.\r\n","rvs_goal_point":[40.4541413912,-80.0083427553],"key":8846,"region":"Pittsburgh","rvs_start_point":[40.4409971126,-80.0049816213]} -{"content":"Meet me at the fast food restaurant on Forbes Avenue. It is diagonally across the street from the block with Litchfield Tower B. And diagonally across the street from the block with Citizens Bank. The restaurant is towards the middle.","rvs_goal_point":[40.441714,-79.9566181],"key":8847,"region":"Pittsburgh","rvs_start_point":[40.444392,-79.9465766]} -{"content":"Move northeast and get on Smallman street. I am at the parking lot adjacent marketplace and north of antiques shop.","rvs_goal_point":[40.450653316,-79.9855090024],"key":8848,"region":"Pittsburgh","rvs_start_point":[40.4478253578,-79.9934563365]} -{"content":"You can meet me at a parking lot, to the north you. It's on the block where North Canal Street makes a curve, and it's the parking lot closest to the curve's center. There's a hotel across the street from here, and Giant Eagle supermarket to the west, on the same block. ","rvs_goal_point":[40.4497502,-80.0138949],"key":8849,"region":"Pittsburgh","rvs_start_point":[40.449844527,-80.0089007882]} -{"content":"Let's meet up at the gift shop on Walnut Street. You'll find a florist shop two blocks away to the east. J.Crew is catty-cornered from the gift shop.\r\n","rvs_goal_point":[40.4507468,-79.9347737],"key":8850,"region":"Pittsburgh","rvs_start_point":[40.4521481,-79.950698]} -{"content":"Meet me at the USPS post box northeast of your location. Head north until you're on Federal Street. When you see a Holiday Inn Express & Suites, your destination is one block north on the other side of the street. It is right next to a USPS post office.","rvs_goal_point":[40.4498497,-80.0048532],"key":8851,"region":"Pittsburgh","rvs_start_point":[40.4418476879,-80.004930931]} -{"content":"I'm just a few blocks east of you on Centre Avenue, at a parking lot next to the south corner of the library. It's also east of a Fine Wine & Good Spirits, and a Domino's. ","rvs_goal_point":[40.4530660735,-79.9489232102],"key":8852,"region":"Pittsburgh","rvs_start_point":[40.4510585,-79.9529737]} -{"content":"I'm pretty far north of you at the benches just east of a set of 8 benches. It's just northeast of the Cathedral of Learning. ","rvs_goal_point":[40.4451837,-79.9516742],"key":8853,"region":"Pittsburgh","rvs_start_point":[40.4313842196,-79.9590803429]} -{"content":"Let's meet up at the garden facing the river on 26th Street. There is a parking lot near it and a pub to the south of it across two streets.","rvs_goal_point":[40.4571961924,-79.9803140436],"key":8854,"region":"Pittsburgh","rvs_start_point":[40.4519184296,-79.9808903554]} -{"content":"Meet me at the parking lot on Penn Avenue. It is right behind the animal boarding. There are 3 parking lots on that block, meet meet at the one towards the center.","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8855,"region":"Pittsburgh","rvs_start_point":[40.4498010876,-79.9904952696]} -{"content":"I'm at a waste basket on Wood Street, on the east side, on the corner. There's a fountain to the south on this same block, and Wood Street ends on the next block south of here. ","rvs_goal_point":[40.4382439,-80.0018495],"key":8856,"region":"Pittsburgh","rvs_start_point":[40.4493182728,-79.9863070576]} -{"content":"Meet me at LA Fitness on East Carson Street. There is a library in the mid-way in between you and me. On the same block as the destination, you will find a fast food shop. Aldi is catty-cornered from the destination.\r\n","rvs_goal_point":[40.4271335,-79.966633],"key":8857,"region":"Pittsburgh","rvs_start_point":[40.4286714,-79.9817941]} -{"content":"Meet me at the Boost Mobile southeast of you on Liberty Avenue. It's on the irregularly shaped block southeast of the train station, and east of Four Gateway Center. ","rvs_goal_point":[40.4414144,-80.0033033],"key":8858,"region":"Pittsburgh","rvs_start_point":[40.4422123,-80.0057789]} -{"content":"You can head north to meet me at the Boost Mobile on Delray Street, just before it ends at another street. The train station is a little west of here, and Laurie's Hallmark is on the block to the north. ","rvs_goal_point":[40.4414144,-80.0033033],"key":8859,"region":"Pittsburgh","rvs_start_point":[40.4333401075,-80.0040926328]} -{"content":"Let's meet up at the gray bench, it's in a garden of prayer just off South Bellefield Ave., the bench is north of the fountain that is situated centrally among various geometric shapes including the triangle which the bench sits upon. The triangle is one of the most northeasterly of the shapes.","rvs_goal_point":[40.4452256,-79.9516343],"key":8860,"region":"Pittsburgh","rvs_start_point":[40.4518358495,-79.9511738491]} -{"content":"I'm southwest of you, about a block past West Park, on a bench. It's next to a sandwich restaurant on the north side of Western Avenue. On this same block is City Books, and southwest of here is 412 Brewery pub. ","rvs_goal_point":[40.4523023,-80.0150617],"key":8861,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406]} -{"content":"I'm almost directly north of you. At Rite Aid pharmacy on Penn Avenue north of fast food restaurant. ","rvs_goal_point":[40.4425478,-80.0033165],"key":8862,"region":"Pittsburgh","rvs_start_point":[40.4466067667,-80.0042219667]} -{"content":"Go northeast, and meet me at the restaurant on Penn Avenue across the street from the marketplace. It's north of the biergarten.","rvs_goal_point":[40.4504944565,-79.9846519187],"key":8863,"region":"Pittsburgh","rvs_start_point":[40.4431039,-79.9979225]} -{"content":"Meet me at the restaurant on Third Avenue. Head southeast to get there. You'll find a public building across the street. Grant Building is located in the adjacent block west of it.\r\n\r\n","rvs_goal_point":[40.437095,-79.9965509],"key":8864,"region":"Pittsburgh","rvs_start_point":[40.4398392173,-80.0012067278]} -{"content":"Meet me at the tattoo shop east of your location. Head east on East Carson Street. Keep heading east until you see a Dairy Queen on the corner. The destination is on the next block in the middle of the block.","rvs_goal_point":[40.42895605,-79.98496875],"key":8865,"region":"Pittsburgh","rvs_start_point":[40.4292152,-79.9935093]} -{"content":"Let's get married, just show up at the Cathedral on North Dithridge Street, just northeast of the locale where the street changes it's ordinal name to a more low one. Let's finalize our vows in the informal building on the corner near the Catholic Church. Congratulations you get to marry me.","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8866,"region":"Pittsburgh","rvs_start_point":[40.4439492,-79.9581446]} -{"content":"Can you meet me where I parked the car? I'm waiting at the entrence to the parkest General Robinson street. It's on the south side of the street. After PNC Park on the street it's the first parking lot on the left ","rvs_goal_point":[40.4473258,-80.0089654],"key":8867,"region":"Pittsburgh","rvs_start_point":[40.4535685,-80.0007676]} -{"content":"Meet me at the deli northwest of your location. Head north until you get to East Ohio Street. Head west toward the Rite Aid. There is also a Metro by T-Mobile across the street. Your destination is on the next block. If you see Farmers Daughter florist shop, you've gone too far.","rvs_goal_point":[40.45361,-79.9993621],"key":8868,"region":"Pittsburgh","rvs_start_point":[40.4430227366,-79.9945610561]} -{"content":"Go far southwest past Sennott Square and get on Semple street. Let us meet at the fire station north of post box.","rvs_goal_point":[40.4387003,-79.9576606],"key":8869,"region":"Pittsburgh","rvs_start_point":[40.4457717,-79.9448618]} -{"content":"Meet me at the books shop on Ridge Avenue. Head southwest and get past West Park to get there. The destination is next to a cafe. On the block east of it, there is bicycle parking and a garden.","rvs_goal_point":[40.4500516,-80.0155438],"key":8870,"region":"Pittsburgh","rvs_start_point":[40.4547586393,-80.0111117913]} -{"content":"Meet me at the parking lot on the south side of Pressley Street where is ends at its east side. You need to cross the river north of you, and look to the west. You'll find it just south of the hotel.","rvs_goal_point":[40.4520923642,-79.9978152064],"key":8871,"region":"Pittsburgh","rvs_start_point":[40.4480976084,-79.9924701433]} -{"content":"I'm located northwest of where you are, at the bench just before getting on Ridge Avenue. There is a fast food restaurant on the west side and a vending machine northeast.","rvs_goal_point":[40.4501968,-80.0138015],"key":8872,"region":"Pittsburgh","rvs_start_point":[40.4463271,-80.0083943]} -{"content":"Move south and get on Reedsdale Street, go west on the street past parking. Meet me at the post box east of casino.","rvs_goal_point":[40.4478797,-80.0205063],"key":8873,"region":"Pittsburgh","rvs_start_point":[40.4518406,-80.0183603]} -{"content":"Follow Federal Street all the way down to the riverfront. The bank is on west side of the street outside the left field wall of a big park.","rvs_goal_point":[40.4471681,-80.0041565],"key":8874,"region":"Pittsburgh","rvs_start_point":[40.4570154,-80.0074518]} -{"content":"We can meet at the playground off West North Avenue, a few blocks to the northwest of you. It's not directly south across the street from the hospital, but more to the southwest. If you get to Light of Life Rescue Mission, you've gone a little too far west. ","rvs_goal_point":[40.4552750453,-80.0050704482],"key":8875,"region":"Pittsburgh","rvs_start_point":[40.4546600002,-80.0001934738]} -{"content":"Meet me at the university on Forbes Avenue southwest of where you are. There is a police station next to the university. CVS and Jimmy John's are two blocks northeast of it.","rvs_goal_point":[40.4384579,-79.961056],"key":8876,"region":"Pittsburgh","rvs_start_point":[40.4441769665,-79.9433905785]} -{"content":"I'm northeast of you a little ways. Meet me at the florist shop on Smallman Street. It's just past the small bridge on the north side of the road. If you get to the Mahla Office Furniture Warehouse you've gone too far.","rvs_goal_point":[40.4500834,-79.9876897],"key":8877,"region":"Pittsburgh","rvs_start_point":[40.4395450878,-80.001408054]} -{"content":"Meet me at the parking lot at the location where 10th street creates a Y where the lanes separate out. It's just east of there. To the south of the lot is a Wee the People Day Care. The Allegheny River is just north of here.","rvs_goal_point":[40.4450588,-79.9952768],"key":8878,"region":"Pittsburgh","rvs_start_point":[40.4408761,-80.0018156]} -{"content":"Meet me at the bicycle parking over on Grant Street. It's on the corner just south of the Allegheny County Courthouse.","rvs_goal_point":[40.4385899,-79.9972473],"key":8879,"region":"Pittsburgh","rvs_start_point":[40.4390409929,-80.005770579]} -{"content":"Head southwest of you to meet me at the garden just off Spruce way. You'll see it just east of the fitness center. There is a small body of water in the middle of it.","rvs_goal_point":[40.4547977149,-79.9814328752],"key":8880,"region":"Pittsburgh","rvs_start_point":[40.4586441193,-79.9728435649]} -{"content":"Go east on Liberty Avenue and meet me at the parking lot on the right side of the street just past the garden. It is a couple blocks past Art's Tavern.","rvs_goal_point":[40.4597188331,-79.9696358296],"key":8881,"region":"Pittsburgh","rvs_start_point":[40.4551130228,-79.9834504428]} -{"content":"Head southeast to get to the parking entrance on Forbes Avenue to meet me. To the west ot the destination, you'll find a library. To the southeast, there is a track.\r\n","rvs_goal_point":[40.4376179,-79.9895109],"key":8882,"region":"Pittsburgh","rvs_start_point":[40.4434211,-79.9999746]} -{"content":"Let's meet at the parking space. It's north of you on North Craig Street. The parking lot is just south of CVS and I'm in the last parking space in the lot.","rvs_goal_point":[40.4514181,-79.9512133],"key":8883,"region":"Pittsburgh","rvs_start_point":[40.4432236,-79.9526566]} -{"content":"Let's meet at the restaurant off of Margaret Morrison Street. It's in the most southeast corner of the food court.","rvs_goal_point":[40.4424191,-79.9397388],"key":8884,"region":"Pittsburgh","rvs_start_point":[40.4558951,-79.9383962]} -{"content":"Let's meet at the playground, southeast from you, past the golf course. The playground is on the north side of Bartlett Road, next to a shelter. ","rvs_goal_point":[40.4333992831,-79.9356630475],"key":8885,"region":"Pittsburgh","rvs_start_point":[40.4422106,-79.9442258]} -{"content":"Go north and meet me at the massage shop on Centre Avenue, just west of the doctor's office, and east of the bicycle parking.","rvs_goal_point":[40.457565,-79.9336342],"key":8886,"region":"Pittsburgh","rvs_start_point":[40.4507468,-79.9347737]} -{"content":"Meet me at the bicycle parking southwest of you. It's near the south end of Morewood Avenue on the west side of the street. It's just a little northeast of the shelter.","rvs_goal_point":[40.4451476,-79.9432905],"key":8887,"region":"Pittsburgh","rvs_start_point":[40.4516559,-79.9328415]} -{"content":"Go northeast and then turn northwest on 27th Street. Where the street dead-ends by the water, meet me at the garden by the office. It's on the right side of the street just north of the 2 gardens.","rvs_goal_point":[40.4580906204,-79.9788491568],"key":8888,"region":"Pittsburgh","rvs_start_point":[40.4512457,-79.9850555]} -{"content":"I'm waiting for you at the bike parking at the southeast corner of the area outside a library. It's located right off Schenley Drive. Across the street is a nice plaza with a Pavillion in the midst.","rvs_goal_point":[40.4423844,-79.9534361],"key":8889,"region":"Pittsburgh","rvs_start_point":[40.4408627,-79.9577648]} -{"content":"When you leave CVS, head northeast to meet me at the Greek diner on Baum Boulevard. It's on the north side of the street, east of the Hillman Cancer Center and the arby's.","rvs_goal_point":[40.456369,-79.9412588],"key":8890,"region":"Pittsburgh","rvs_start_point":[40.4513272178,-79.9515158516]} -{"content":"You can meet me at the school, north of you, past Fifth Ward School, on North Franklin Street, where the street has an end. To the southeast of here there's the Training Wheels Day Care Center kindergarten. ","rvs_goal_point":[40.4561802,-80.0247762],"key":8891,"region":"Pittsburgh","rvs_start_point":[40.4484213463,-80.0234291474]} -{"content":"I'm like 5 blocks away from you. Walk northeast past Rite Aid and Popeyes fast food. You'll see me at the Giant Eagle close to parking lot.","rvs_goal_point":[40.4310201,-79.9766634],"key":8892,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234]} -{"content":"I'm just northwest of you on North Craig Street. Pass the Oakland Catholic High School, and go another block to meet me at the parking spaces south of the CVS on the east side of the street. If you get to the dunkin' donuts, you've gone too far.","rvs_goal_point":[40.4513815106,-79.9513351321],"key":8893,"region":"Pittsburgh","rvs_start_point":[40.4467044,-79.9491703]} -{"content":"I'm buying alcohol west of you so come here after you pick up the kids and pick me up too. It's in the middle of Shiloh street on the east side. There is a gas station a block south of me. ","rvs_goal_point":[40.4297021,-80.0072196],"key":8894,"region":"Pittsburgh","rvs_start_point":[40.4270316,-79.9904217]} -{"content":"I'm standing on the begining of the bridge next to you just on the edge overlooking the water.","rvs_goal_point":[40.4276220736,-79.9621441623],"key":8895,"region":"Pittsburgh","rvs_start_point":[40.4277325,-79.9684992]} -{"content":"Get over the Allegheny River and meet me at the garden on railroad street. Taking the northern smaller bridge is likely to make it easer to get to this neighborhood. The garden is just northeast of the meraki Fitness Centre. It's one block up on the same side of the street. There is a parking lot just on the other side of the street from where I'll be waiting. Of particular note is that the street I'm on changes names about three blocks south of where I'll be waiting.","rvs_goal_point":[40.4553366744,-79.9811536028],"key":8896,"region":"Pittsburgh","rvs_start_point":[40.453694,-79.9988484]} -{"content":"Meet me at Metro by T-Mobile on Federak Street. North Side Beer is on the adjacent block north of it. You'll find a theatre across the street.","rvs_goal_point":[40.4560566,-80.0066507],"key":8897,"region":"Pittsburgh","rvs_start_point":[40.4479706434,-79.9927754431]} -{"content":"Go south towards the freeway. Meet me at the bench by the community college, near the bicycle parking. It's just off the the small unnamed side road off of Ridge Avenue. There is a waste basket just southeast of it.","rvs_goal_point":[40.4495233,-80.0132934],"key":8898,"region":"Pittsburgh","rvs_start_point":[40.4593235,-80.0235133]} -{"content":"Meet me at the bar on East Carson Street. It is across the street from the gas station. Next block over from Cafe Du Jour.","rvs_goal_point":[40.4289103675,-79.9881930502],"key":8899,"region":"Pittsburgh","rvs_start_point":[40.428227241,-79.974243728]} -{"content":"I'm at one of the University's restaurants, close to the sandwich place. Just go on the street you're on east until you see the university on your right.","rvs_goal_point":[40.4436715,-79.94234],"key":8900,"region":"Pittsburgh","rvs_start_point":[40.4409403,-79.9576495]} -{"content":"Meet me at the garden just a couple blocks west of you. It's triangular shaped and south of Penn Avenue. If you get to Wyndham Grand Pittsburgh Downtown, you've gone too far.","rvs_goal_point":[40.441747041,-80.0044390984],"key":8901,"region":"Pittsburgh","rvs_start_point":[40.4423,-80.0021167]} -{"content":"Can you please meet me at the Pub near the southeast end of 17th street. It's a block and a half from the southeastern end of this street section. There is a large catholic church with a large yard\/park area in the block to the southeast of the pub. ","rvs_goal_point":[40.4496963,-79.9858214],"key":8902,"region":"Pittsburgh","rvs_start_point":[40.4385476,-79.9983771]} -{"content":"I'm at the restaurant on Penn Avenue after a convenience store. It is on the block after the bank and on the same street side. Move northeast to get there.","rvs_goal_point":[40.451984,-79.9824985],"key":8903,"region":"Pittsburgh","rvs_start_point":[40.4481808209,-79.9925016208]} -{"content":"Meet me at the warehouse on Bigelow Boulevard. Heat northeast and get past a bridge to get there. There is a parking lot and a railroad behind the warehouse. \r\n","rvs_goal_point":[40.4464419402,-79.9882859118],"key":8904,"region":"Pittsburgh","rvs_start_point":[40.4389155,-80.0039382]} -{"content":"Let's meet up for a massage. I'm at the shop on Penn Avenue about 4 blocks northeast of you. It's on the same side of the street and east of the Hair By Design shop.","rvs_goal_point":[40.4546212,-79.9790847],"key":8905,"region":"Pittsburgh","rvs_start_point":[40.4523176303,-79.9826161316]} -{"content":"Let's meet up at the garden that is at the space where 23rd street has it's most southeastern end. There is a park\/Railroad PAST where the street would end. The garden is near a bank on the southwest side of the street, right near where it ends in the main Avenue there. There is a union office to the north and east of the garden.","rvs_goal_point":[40.452191175,-79.9811296603],"key":8906,"region":"Pittsburgh","rvs_start_point":[40.444468699,-79.9938411857]} -{"content":"Go east and meet me on South Aiken Avenue at the Dina Ellen clothes shop which is right next to a bar, a pharmacy, and a salon. It is a bit southwest of Starbucks and Gap.","rvs_goal_point":[40.4504313503,-79.9351467162],"key":8907,"region":"Pittsburgh","rvs_start_point":[40.4483335929,-79.949047041]} -{"content":"I'm not far from you. You'll probably just want to walk I'm on South 20th street, a couple of blocks south of its northern end. I'm at the VFW of foreign wars social center, let's meet up there. If you're hungry later we can head up to the fried chicken place up the street about a block and a half north of the VFW for a snack. It's that one on the other side of the street from the VFW up a ways.","rvs_goal_point":[40.4293116,-79.9776875],"key":8908,"region":"Pittsburgh","rvs_start_point":[40.4301111,-79.974649]} -{"content":"I am at the post box northeast. It is located 2&half blocks from Croatian Fraternal Union Building but on the other side of the street.","rvs_goal_point":[40.4409927,-79.9574184],"key":8909,"region":"Pittsburgh","rvs_start_point":[40.4350691,-79.9628299]} -{"content":"Come to the garden on North Shore Trail facing the river. Go past the railroad and go south to get there. There is a bridge in the northeast direction from the garden and a clothes shop in the north.\r\n","rvs_goal_point":[40.4466067667,-80.0042219667],"key":8910,"region":"Pittsburgh","rvs_start_point":[40.4561551526,-80.0017839247]} -{"content":"Move east on Railroad street past Italian restaurant. I'm at the garden by the corner on the next block. ","rvs_goal_point":[40.454603929,-79.9820596119],"key":8911,"region":"Pittsburgh","rvs_start_point":[40.4474923613,-79.992431605]} -{"content":"I'm waiting for you at the garden on Grant Street. There is a courthouse across the street. Pittsburgh Greyhound Bus Station is just two blocks northeast of the garden.","rvs_goal_point":[40.443625164,-79.9941698937],"key":8912,"region":"Pittsburgh","rvs_start_point":[40.4434335,-79.9965741]} -{"content":"Let's get some fast food. Meet me at the fast food place on Shiloh Street, about a block south of it's northern end. It's about a block south of a post office. There is a liquor store a half block south on the same side of the street. The fast food place is the last place to eat on this block on this side of the street.","rvs_goal_point":[40.4300954,-80.0072393],"key":8913,"region":"Pittsburgh","rvs_start_point":[40.4385476,-79.9983771]} -{"content":"Meet me at the bench across the street from the student accommodation at Carnegie Mellon University. There are two building to the south of the student accommodation. Please meet at the bench outside the eastern one.","rvs_goal_point":[40.4463988,-79.9461661],"key":8914,"region":"Pittsburgh","rvs_start_point":[40.4440043,-79.95359]} -{"content":"Meet me on the tennis pitch located southeast of where you are, east of park and northeast of 2 pitches.","rvs_goal_point":[40.432850581,-79.9418273472],"key":8915,"region":"Pittsburgh","rvs_start_point":[40.4417977,-79.9528802]} -{"content":"Can you come to the kindergarten on Liberty Avenue? There is a bar and a cafe in the adjacent block to its west. You'll find a bus station in the block east of it.\r\n","rvs_goal_point":[40.4439944,-79.9947572],"key":8916,"region":"Pittsburgh","rvs_start_point":[40.4420838,-79.9944739]} -{"content":"Meet me at the cafe northeast of your location. Head north then turn west onto Fifth Avenue. Walk until you see Fairmonth Pittsburgh hotel. Keep going past the next street then turn south onto the next street. Your destination is south, just north of a Chase bank.","rvs_goal_point":[40.4411656,-80.0028461],"key":8917,"region":"Pittsburgh","rvs_start_point":[40.4337254537,-80.0051405947]} -{"content":"Let's meet up at the bar on East Carson Street. Head west and go past a post box on that street. Across the street from the bar, there is a gas station. In the block east of the bar, you will find a cafe and a pub.","rvs_goal_point":[40.4289103675,-79.9881930502],"key":8918,"region":"Pittsburgh","rvs_start_point":[40.428227241,-79.974243728]} -{"content":"I'm directly east of where you are. At the garden on Railroad Street. It is second garden on the block after the block where the Italian restaurant is located.","rvs_goal_point":[40.4548177695,-79.9819543652],"key":8919,"region":"Pittsburgh","rvs_start_point":[40.4533877,-80.0005867]} -{"content":"Meet me at the clothes shop southeast of your location. Head directly southeast until you get onto Forbes Avenue. Keep going until you see a Hilton Garden Inn. Your destination is in the middle of the next block. It's right next to Pittsburgh Playhouse arts centre.","rvs_goal_point":[40.4397324619,-80.0004047711],"key":8920,"region":"Pittsburgh","rvs_start_point":[40.4425657,-80.0100388]} -{"content":"Meet me at the bicycle parking. It is behind the museum near Portal Bridge. It is right by the river.","rvs_goal_point":[40.440439,-80.0102765],"key":8921,"region":"Pittsburgh","rvs_start_point":[40.440614,-80.0041668]} -{"content":"Meet me at the fast food restaurant southwest on Forbes Avenue. It's in the next block past David Lawrence Hall. It's on the same side of the street as the hall. It's in the middle of the block on the south side of the street.","rvs_goal_point":[40.441714,-79.9566181],"key":8922,"region":"Pittsburgh","rvs_start_point":[40.444392,-79.9465766]} -{"content":"Go down on Forbes Avenue past Hillman Library and David Lawrence Hall. I'm at Panera Bread fast food restaurant in the middle of the block before Rite Aid pharmacy.","rvs_goal_point":[40.441714,-79.9566181],"key":8923,"region":"Pittsburgh","rvs_start_point":[40.444392,-79.9465766]} -{"content":"Go get the car from the parking lot of the library on Schenley Drive on your east. You should pass David Lawrence Hall and a baseball field. ","rvs_goal_point":[40.4421288,-79.9504305],"key":8924,"region":"Pittsburgh","rvs_start_point":[40.4408664236,-79.9584379886]} -{"content":"Cross the river to the west and meet at the garden where Fairview Avenue ends at a loop. It's right in the middle of the West End Elliot Overlook Park.","rvs_goal_point":[40.445678995,-80.0336674524],"key":8925,"region":"Pittsburgh","rvs_start_point":[40.4467253599,-80.0211933995]} -{"content":"Meet me at the garden on Spring Way. There is an ice cream shop to its northwest across two streets. Bow-Wow Doggie Day Care is on its southwest in the diagonal block.","rvs_goal_point":[40.4566586393,-79.9751191289],"key":8926,"region":"Pittsburgh","rvs_start_point":[40.4545847453,-79.9827289368]} -{"content":"From the bicycle parking you will head south to Liberty Avenue. Head west on Liberty Avenue past Gateway Station and Eddie Merlot\"s restaurant. At the next restaurant head go southeast toward the garden.","rvs_goal_point":[40.4404320252,-80.0055841139],"key":8927,"region":"Pittsburgh","rvs_start_point":[40.4464973,-79.9960431]} -{"content":"Let's get together at the garden on 23rd Street. It's on the southmost corner of the block where the factory for stoppers used to seal wine bottles is made. On the north most corner of the lot is a fitness center. Just southeast of here, the whole block is another parking lot.","rvs_goal_point":[40.4536379917,-79.9823884732],"key":8928,"region":"Pittsburgh","rvs_start_point":[40.4436460857,-79.9947285119]} -{"content":"Let's meet up at the restaurant inside a university facing the Forbes Avenue. There is a fast food restaurant to its north and a post box to its northwest.\r\n\r\n","rvs_goal_point":[40.4436715,-79.94234],"key":8929,"region":"Pittsburgh","rvs_start_point":[40.4409403,-79.9576495]} -{"content":"Meet me at Fine Wine & Good Spirits on Shiloh Street. You'll find a gas station on the south block and Kavsar restaurant at the corner of the southwest block.\r\n","rvs_goal_point":[40.4297021,-80.0072196],"key":8930,"region":"Pittsburgh","rvs_start_point":[40.4310273471,-79.9962512702]} -{"content":"If you want to meet up, you can find me at the waste basket across the street from Hillman Library on Forbes Avenue. It's on the block west of Schenley Plaza. ","rvs_goal_point":[40.4428796,-79.9551223],"key":8931,"region":"Pittsburgh","rvs_start_point":[40.4455195517,-79.9482951814]} -{"content":"I'm located directly south of fitness centre on stanwix street. Let's meet at the church west of Ruth's Chris restaurant. ","rvs_goal_point":[40.4397789895,-80.0045707176],"key":8932,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473]} -{"content":"You will see me at the parking entrance north of 2 gardens and west of post box. Go southwest past Ohio River Boulevard to get there.","rvs_goal_point":[40.4476638,-80.0213755],"key":8933,"region":"Pittsburgh","rvs_start_point":[40.4498076,-80.0145393]} -{"content":"Meet me at the garden southwest of your location. Head west until you get to Smithfield Street Bridge. Cross the bridge then turn west onto West Station Square Drive. Your destination is at the end of the block. There is a Sheraton on the block northwest of your destination.","rvs_goal_point":[40.4339588406,-80.0051359517],"key":8934,"region":"Pittsburgh","rvs_start_point":[40.4361743231,-79.9887922053]} -{"content":"Come to the garden on Waterfront Drive southwest of you. Hampton Inn & Suites is in the opposite block. There is a museum two blocks south of it.\r\n","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8935,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791]} -{"content":"I'm buying alcohol, go on Northing Craig St. south and turn east and walk until you see the liquor shop on your left. If you reach the tennis courts you have gone too far.","rvs_goal_point":[40.4525194,-79.950317],"key":8936,"region":"Pittsburgh","rvs_start_point":[40.4579882,-79.9650734]} -{"content":"There's an H&R Block on Smithfield Street where we can meet, southwest of you. The Carnegie Library of Allegheny is about a block to the east, and Kaufmann's Clock is about a block to the north. ","rvs_goal_point":[40.4535623,-79.9995754],"key":8937,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379]} -{"content":"Move far southeast, I'm at the parking lot of the shelter. The shelter can be seen by the northeast side of playground.","rvs_goal_point":[40.4335796826,-79.9440541386],"key":8938,"region":"Pittsburgh","rvs_start_point":[40.4405841,-79.9581671]} -{"content":"Follow Forbes Avenue going east, and meet me at the tennis pitch just north of Kraus Campo garden. The Purnell Center for the Arts is northwest of it.","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8939,"region":"Pittsburgh","rvs_start_point":[40.4407735,-79.9583094]} -{"content":"Go south towards Penn avenue past Bar Marco. I'm at the supermarket in the middle of the block and half a block away form veterinary, also on the opposite side.","rvs_goal_point":[40.4519268,-79.9825802],"key":8940,"region":"Pittsburgh","rvs_start_point":[40.4574933125,-79.9802156994]} -{"content":"Go south and cross the river to meet me at the garden just off Penn Avenue. It's east of the Wyndham Grand Pittsburgh Downtown exactly opposite the fountain between two parking crosses.","rvs_goal_point":[40.4418132367,-80.0050620106],"key":8941,"region":"Pittsburgh","rvs_start_point":[40.4545428057,-80.0102214791]} -{"content":"Go southwest down to the southwestern end (almost) of Dounton Way and meet me at the dentist's office there. Across the street is a Christian type church. Across the street and east is Mana Boardgame Tavern. It's less than half a block away.","rvs_goal_point":[40.4518406,-80.0183603],"key":8942,"region":"Pittsburgh","rvs_start_point":[40.4528207457,-80.0142424011]} -{"content":"Let's meet up at the warehouse on Drovers way after school. It's east of you, and south of Wilson's BBq.","rvs_goal_point":[40.4553490662,-80.0147499469],"key":8943,"region":"Pittsburgh","rvs_start_point":[40.4567357,-80.0286652]} -{"content":"Meet me at a restaurant on North Craig Street. On the same block as CVS and a bunch of parking. The restaurant is on the other corner, diagonally across the street from the gas station.","rvs_goal_point":[40.4501035,-79.9507308],"key":8944,"region":"Pittsburgh","rvs_start_point":[40.4400521,-79.9578023]} -{"content":"head northeast on Centre Avenue, and meet me at the massage shop on the north side of the street a block east of the Giant Eagle supermarket.","rvs_goal_point":[40.457565,-79.9336342],"key":8945,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388]} -{"content":"Hey, let's meet up on Eloise Street. It's the 6th short block from it's western origin. The street that is likely the last cross street you'll see on your left before arriving at the parking lot here where we are meeting is the opposite (in time) to \"Night\" way. The parking lot here where we're meeting is on the south side of the street.","rvs_goal_point":[40.4550204104,-80.0119682115],"key":8946,"region":"Pittsburgh","rvs_start_point":[40.4476638,-80.0213755]} -{"content":"Just go west on the where you are past Carnegie Library of Pittsburgh, Clothes shop and jewelry shop. I am at the post office that has a bar on the west side and adjacent a boutique shop.","rvs_goal_point":[40.4290179837,-79.9809642525],"key":8947,"region":"Pittsburgh","rvs_start_point":[40.4271926,-79.9668468]} -{"content":"I'm in a community college. Please come to the bench located near the northwest corner of the campus. There is a fast food restaurant more towards the corner. You'll find a bicycle parking in the southeast direction from the bench.\r\n\r\n","rvs_goal_point":[40.4498383,-80.014548],"key":8948,"region":"Pittsburgh","rvs_start_point":[40.4461775,-80.0108803]} -{"content":"Let's meet to go for a walk in the garden located just north of th location where Hamerschlag Dr. ends it's most eastern turn before continuing northward. There is a university arts center just east of it. There is a Chinese type restaurant to the west of the garden.","rvs_goal_point":[40.4433428683,-79.9444568254],"key":8949,"region":"Pittsburgh","rvs_start_point":[40.4421288,-79.9504305]} -{"content":"Meet me at the garden southwest of you. It's a little past where Liberty Avenue splits into two lanes with green area between. It's south of the street right after the split. It's a block west of Boost Mobile.","rvs_goal_point":[40.441178542,-80.0044107104],"key":8950,"region":"Pittsburgh","rvs_start_point":[40.4435226,-79.9954065]} -{"content":"Meet me at the bridge. It is right next to the parking and restaurant on Martindale Street. It is near the north east corner of the building that the restaurant is in.","rvs_goal_point":[40.44930975,-80.0083332214],"key":8951,"region":"Pittsburgh","rvs_start_point":[40.4474923613,-79.992431605]} -{"content":"Meet me at the gift shop on 6th Street. Head southwest to get there. It is next to two restaurants. There is a parking entrance on the northwest corner of the same block as the gift shop.\r\n","rvs_goal_point":[40.4433325,-80.0025725],"key":8952,"region":"Pittsburgh","rvs_start_point":[40.4467369548,-79.9952724529]} -{"content":"Head northeast over Hot Metal Bridge and go south to meet me at the playground on the east side of Frazier Farms.","rvs_goal_point":[40.4292107,-79.9539599],"key":8953,"region":"Pittsburgh","rvs_start_point":[40.427277,-79.9687135]} -{"content":"Meet me at the Boost Mobile northwest of your location. Head northeast from your location then turn northwest onto Fifth Avenue. Keep heading northwest on Fifth Avenue until you reach the end of the street. From there, head southwest. Your destination is on the corner of the second block. It is just southeast of a Gateway train station.","rvs_goal_point":[40.4414144,-80.0033033],"key":8954,"region":"Pittsburgh","rvs_start_point":[40.4333401075,-80.0040926328]} -{"content":"Meet me at the bar southwest of your location. Head west then turn south onto South 27th Street. Head down two blocks until you see LA Fitness. Your destination is two blocks south in the middle of the block. It is directly south of ALDI supermarket.","rvs_goal_point":[40.4263751499,-79.9672154046],"key":8955,"region":"Pittsburgh","rvs_start_point":[40.4276220736,-79.9621441623]} -{"content":"Let's meet up at the cafe on Penn Avenue on the block across from. the pub. It's on the southwest corner of that block. You're about 4 blocks southwest of it.","rvs_goal_point":[40.4515932,-79.9828384],"key":8956,"region":"Pittsburgh","rvs_start_point":[40.4490529,-79.9873428]} -{"content":"Meet me at the restaurant north of you on the other side of the river. Head up to Suismon Street and head east. The restaurant is on the east end of the block past Olde Towne Laundry.","rvs_goal_point":[40.4552279,-79.9997709],"key":8957,"region":"Pittsburgh","rvs_start_point":[40.4425943,-80.0031128]} -{"content":"I'm on Schenley Drive west side of where you are. Meet me at the toilets with library located on its west side.","rvs_goal_point":[40.4421927,-79.9527327],"key":8958,"region":"Pittsburgh","rvs_start_point":[40.4420041,-79.943086]} -{"content":"I am at the Starbucks on Ridge Avenue. You will need to go east from where you are at then make a right once you pass Bo Makeup Studio. Keep going straight and you'll run into the road I'm on when you get past the Graybar Electric Company. There you will turn left and the Starbucks is on the right.","rvs_goal_point":[40.4500635,-80.0154789],"key":8959,"region":"Pittsburgh","rvs_start_point":[40.4515274,-80.0185788]} -{"content":"Head north 6 or 7 blocks, and you'll find me at the Advance Auto Parts store on the east side of South 19th Avenue. It's next door to the Fine Wine & Good Spirits.","rvs_goal_point":[40.4315994,-79.9785305],"key":8960,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234]} -{"content":"Go west then head north up Brighton Road. Meet me at the parking lot on the east side of the road, right next to the Dollar Tree, across the road from the police station.","rvs_goal_point":[40.4570519423,-80.015368908],"key":8961,"region":"Pittsburgh","rvs_start_point":[40.453694,-79.9988484]} -{"content":"After you finish grocery shopping head up the street and meet me at the frame shop just after 27th street on the right side of the street. If you reach an ice cream shop, you have gone too far. ","rvs_goal_point":[40.4561625,-79.9764224],"key":8962,"region":"Pittsburgh","rvs_start_point":[40.4513322,-79.9834142]} -{"content":"Let's look at that bridge together. Meet me up north and slightly west of you. If we meet up at Brownell Street over the railroad tracks, which is known as the Pittsburgh line, we can go over it together. There's a boys and girls club just east of this location.","rvs_goal_point":[40.4547076835,-79.9353208295],"key":8963,"region":"Pittsburgh","rvs_start_point":[40.4515533,-79.9330025]} -{"content":"Meet me at the historic memorial to your southwest. You can head south on Art Rooney Avenue and then when the street ends at North Shore Riverfront Park, you will see the memorial just a little to your southwest. It will be the memorial closest to where the street ends.","rvs_goal_point":[40.445024,-80.0136296],"key":8964,"region":"Pittsburgh","rvs_start_point":[40.4544378723,-80.0080954519]} -{"content":"I'm on the second block east of where you are. At the garden on the same block with the bar and south of fitness centre.","rvs_goal_point":[40.4536813284,-79.981821961],"key":8965,"region":"Pittsburgh","rvs_start_point":[40.4532794079,-79.9849185376]} -{"content":"Meet me at the tower northwest of you. It's the one at the University of Pittsburgh. When you pass Soldiers and Sailors Memorial Hall, you are about halfway there.","rvs_goal_point":[40.4463144,-79.9637143333],"key":8966,"region":"Pittsburgh","rvs_start_point":[40.4419005,-79.945965]} -{"content":"Move northwest, I'm at the parking entrance located on South Commons. It is on the east of the pitch.","rvs_goal_point":[40.4505807,-80.0041605],"key":8967,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234]} -{"content":"We'll meet at the garden off 25th Street, southeast of you, across the water. This garden is northeast of Meraki Studio fitness, and it's on the block north of Dog Stop boarding. Look for the parking lot on the north corner of the block, and the garden will be on the southeast corner of that lot. ","rvs_goal_point":[40.4551587346,-79.9805908933],"key":8968,"region":"Pittsburgh","rvs_start_point":[40.4570166,-79.9908293]} -{"content":"Meet me at Pizza Hut on Baum Boulevard. There is a library across the street. PNC Bank is at the northeast corner of the block where the library is located.","rvs_goal_point":[40.45387835,-79.949539],"key":8969,"region":"Pittsburgh","rvs_start_point":[40.4418435,-79.9563785]} -{"content":"Let's meet and eat at Subway on East Ohio Street. It's at the corner of the block across the street from the large park there. Arnold's tea is two blocks to the east and on the same side of the street.","rvs_goal_point":[40.4534183,-80.0015575],"key":8970,"region":"Pittsburgh","rvs_start_point":[40.4456198267,-80.0080994923]} -{"content":"Meet me at the garden across from the pub on 26th Street. It's a block northwest of Pizzeria Davide.","rvs_goal_point":[40.4557085492,-79.9795674304],"key":8971,"region":"Pittsburgh","rvs_start_point":[40.4520329108,-79.9807127972]} -{"content":"Meet me at the School of law southwest of library and east of university. Move east towards McAnulty Drive to get there.","rvs_goal_point":[40.4366667,-79.9922222],"key":8972,"region":"Pittsburgh","rvs_start_point":[40.4397209,-80.0032088]} -{"content":"Meet me at the supermarket on Penn Avenue. Head northeast to get past two bridges and you will get there. On the same block as the destination, there is a hairdresser shop. Across the street, you'll see a fast food restaurant.\r\n\r\n","rvs_goal_point":[40.4497326,-79.9862681],"key":8973,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473]} -{"content":"Meet me at the restaurant facing Morewood Avenue. There is a shelter in the south direction on the same block. You will find a post box across another street also in the south direction.\r\n","rvs_goal_point":[40.4453221,-79.9434039],"key":8974,"region":"Pittsburgh","rvs_start_point":[40.4371847,-79.9395076]} -{"content":"Head across the river, and go west past Heinz Field and 2 parking entrances, and meet me on the south side of Reedsdale Street at the leisure garden in front of the Casino.","rvs_goal_point":[40.4482627106,-80.0228662641],"key":8975,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134]} -{"content":"Get on Forbes Avenue and walk south past Hillman Library, Brackenridge hall and pub. The cafe is west of rue21 and north of Verizon.","rvs_goal_point":[40.441754,-79.958061],"key":8976,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959]} -{"content":"I'd like to meet you at the restaurant on Wood Street. There is a university in front of it. Starbucks is in the same block to its west.","rvs_goal_point":[40.4397960949,-80.0013443374],"key":8977,"region":"Pittsburgh","rvs_start_point":[40.4501831323,-79.9857857714]} -{"content":"I'm at the nightclub on East Carson street east of Luxx and Locks boutique and west of bicycle parking. Go southwest to get there.","rvs_goal_point":[40.4289208185,-79.986629456],"key":8978,"region":"Pittsburgh","rvs_start_point":[40.4312038,-79.9769478]} -{"content":"Meet me at the bench southeast of your location. Head south until you get to Hamerschlag Drive. There should be a Hunan Express restaurant north of your location. From there, head across the street. Your destination is at the very center of the block next to a waste basket. It is northwest of Peace Garden park operated by Carnegie Mellon University.","rvs_goal_point":[40.4422356,-79.9444056],"key":8979,"region":"Pittsburgh","rvs_start_point":[40.4528163,-79.9493263]} -{"content":"Meet up with me at the garden that is due east of where you are right now, cutting diagonally across 3 different blocks. It is on Mulberry Way. Across the street and over one half block you'll see an Ice cream shop. In the same block there is a nice wholesale greenhouse. The bench is located on the easternmost corner of that block.","rvs_goal_point":[40.4572225621,-79.9761479013],"key":8980,"region":"Pittsburgh","rvs_start_point":[40.4572199774,-79.9800304262]} -{"content":"Meet me at the cafe on Federal Street. It is on the block south of the library. On the south west corner.","rvs_goal_point":[40.4556178,-80.0065066],"key":8981,"region":"Pittsburgh","rvs_start_point":[40.4502944,-80.0057502]} -{"content":"Meet me at the garden on the other side of the river. It's on West Station Square Drive in front of the Sheraton, towards the middle of the building.","rvs_goal_point":[40.4347778292,-80.0067494701],"key":8982,"region":"Pittsburgh","rvs_start_point":[40.4433950665,-80.0001063719]} -{"content":"I'm northwest of you, just across the water on North Shore Drive. The place is the last pub on the block, located almost a block past the bridge. ","rvs_goal_point":[40.4460569,-80.0115773],"key":8983,"region":"Pittsburgh","rvs_start_point":[40.443045,-80.0024443]} -{"content":"Meet me at the nightclub east of your location. Head east on East Carson Street. Keep going until you see a pub. Your destination is at the start of the next block. If you see another bar, you've gone too far.","rvs_goal_point":[40.4281668228,-79.9743226348],"key":8984,"region":"Pittsburgh","rvs_start_point":[40.4289566467,-79.9855467642]} -{"content":"Meet me at the tea shop on East Ohio street located almost opposite Goodwill. Move north across the river to get there.","rvs_goal_point":[40.4536389,-80.000467],"key":8985,"region":"Pittsburgh","rvs_start_point":[40.4412573,-80.0027852]} -{"content":"Let's eat! I'm just on a small street on the intersection of Liberty avenue and that other avenue I forgot its name. There is a Chase bank down the street. Come quick cause I am hungry! ","rvs_goal_point":[40.4413113,-80.002748],"key":8986,"region":"Pittsburgh","rvs_start_point":[40.4421281,-80.005765]} -{"content":"Let's get together at the U of Pittsburgh. I'm a half block south of the spot where Thackeray street's northwestern end is located. The spot where I am is a block north of Pittsburgh Science and Tech academy.","rvs_goal_point":[40.4438736,-79.9586265],"key":8987,"region":"Pittsburgh","rvs_start_point":[40.4384579,-79.961056]} -{"content":"Meet me at the parking lot northeast of you. It's up on North Bellefield Avenue past the Information Sciences Building and another parking lot. It's on the corner just north of the other parking lot.","rvs_goal_point":[40.448379155,-79.9524069693],"key":8988,"region":"Pittsburgh","rvs_start_point":[40.4407331,-79.9579512]} -{"content":"Meet me at the garden southeast of your location. Head east then turn south toward Smithfield Street Bridge. Keep heading south across the water until you get to West Station Square Drive. Head northwest until you see Pennsylvania Wine Cellar. Your destination is just a bit northwest from there on the other side of the street. It is southeast from Sheraton Pittsburgh Hotel at Station Square.","rvs_goal_point":[40.4338123636,-80.0048686726],"key":8989,"region":"Pittsburgh","rvs_start_point":[40.4419697923,-80.0051269032]} -{"content":"Come see me at the garden close to Saint Patrick Church. There is a storage rental shop on the southwest and a furniture shop on the west side. The garden is on Spring way southwest of you.","rvs_goal_point":[40.4495515383,-79.9852290828],"key":8990,"region":"Pittsburgh","rvs_start_point":[40.4546083188,-79.982595086]} -{"content":"Meet me at the bench northwest of you. Head past the Carnegie Museum of Art. The bench is next to Heinz Memorial Chapel on its southeast side.","rvs_goal_point":[40.4451595,-79.9516474],"key":8991,"region":"Pittsburgh","rvs_start_point":[40.4425835,-79.9459898]} -{"content":"I'm mostly south of you, and a bit to the west, at a garden, just west of where Federal Street hits the bridge. North of here on the same block is Taps and Taco restaurant, as well as Clubhouse Store clothes shop. ","rvs_goal_point":[40.4466067667,-80.0042219667],"key":8992,"region":"Pittsburgh","rvs_start_point":[40.4561551526,-80.0017839247]} -{"content":"Move north, I'm waiting at Sherwin-Williams east of laundry shop just before you get on Centre Avenue.","rvs_goal_point":[40.455936159,-79.9367241729],"key":8993,"region":"Pittsburgh","rvs_start_point":[40.4504313503,-79.9351467162]} -{"content":"Go east on Penn Avenue and meet me at the garden on the right side of the street, right next to another garden. It's just past the 16th Street Bridge but before you reach the Helltown Brewing Taproom.","rvs_goal_point":[40.449256398,-79.9866219553],"key":8994,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091]} -{"content":"Head northwest of you up to the restaurant that is located past the west end, opposite side where McCrea Way would proceed IF it continued (it does not). There are several other restaurants in this area, this one is the most northern on THIS side of the street though across and north there are at least two others.","rvs_goal_point":[40.4431844,-80.0025077],"key":8995,"region":"Pittsburgh","rvs_start_point":[40.4391422,-79.9980044]} -{"content":"Head north and meet me at the fast food restaurant on Centre Avenue. There is a parking entrance southwest of it and 2 convenience shops to its northeast.\r\n","rvs_goal_point":[40.4519173358,-79.9524994527],"key":8996,"region":"Pittsburgh","rvs_start_point":[40.4466977,-79.9508161]} -{"content":"Let's get together at the Library that is on Whiting Drive. It's one of the last structures on the drive at it's southern end. It's on the north side of the street. There is a school and Chapel just north of the Library. This block is part of a religious type organization.","rvs_goal_point":[40.4391667,-79.9636111],"key":8997,"region":"Pittsburgh","rvs_start_point":[40.4451146,-79.9517705]} -{"content":"Meet me at the golf pitch to your southeast. You can take Schenley Drive past Phipps Conservatory. Stay on that street until you get to the bicycle parking. Head out on the trail near the bicycle parking towards the bench. The golf pitch is right next to the bench on the west side of it.","rvs_goal_point":[40.438927855,-79.9423241205],"key":8998,"region":"Pittsburgh","rvs_start_point":[40.4421945,-79.9563137]} -{"content":"I'm at a garden west of you and just a bit south, at downtown. Just go west on the avenue south of you and when you see a hotel cross south on the park and find me just east of a restaurant at a nice garden.","rvs_goal_point":[40.440714861,-80.0055477525],"key":8999,"region":"Pittsburgh","rvs_start_point":[40.4423,-80.0021167]} -{"content":"Go straight south past two parking lots and fast food restaurant. You will see me at the university almost west of two benches.","rvs_goal_point":[40.4494850424,-80.0153767389],"key":9000,"region":"Pittsburgh","rvs_start_point":[40.4596461,-80.0180438]} -{"content":"Let's get together at the garden northeast of you. It's just southwest of where 23rd street terminates just north of the Pittsburgh Line rr. There is a bank type establishment on the lot with the garden.","rvs_goal_point":[40.452191175,-79.9811296603],"key":9001,"region":"Pittsburgh","rvs_start_point":[40.444468699,-79.9938411857]} -{"content":"Let's eat together at the taiwanese restaurant on South Craig St. It's in the southernmost block of the street (before it branches apart in the Carnegie museum parking lot) on the west sideof it. It's just north of the spot that sells Submarine shaped sandwiches.","rvs_goal_point":[40.4447986,-79.948858],"key":9002,"region":"Pittsburgh","rvs_start_point":[40.4362555,-79.9579355]} -{"content":"Move far southeast across the river past hotel. Meet me at the gas station by the corner, on the third block from the hotel but on the other side of the street.","rvs_goal_point":[40.4284526,-79.9882974],"key":9003,"region":"Pittsburgh","rvs_start_point":[40.4408746321,-79.9973235624]} -{"content":"Meet me at the parking entrance on Meyran Avenue. Head northwest and get past Oakland. There is a restaurant at the corner and across the street from the destination. Fine Wine & Good Spirits is two blocks away in the northeast direction.\r\n\r\n\r\n","rvs_goal_point":[40.4401308,-79.9579008],"key":9004,"region":"Pittsburgh","rvs_start_point":[40.4354802613,-79.9479078008]} -{"content":"Meet me at the shelter pavilion just north of the research institute. It's on the north side of East North Avenue. You need to travel pretty far northeast, way past Nova Place, and across from The Allegheny Inn.","rvs_goal_point":[40.4573038047,-80.0030037767],"key":9005,"region":"Pittsburgh","rvs_start_point":[40.4464526,-80.0076755]} -{"content":"Let's meet at the garden to the southwest of the end of 23rd Street. It's across the avenue from a credit union that supports one of the historic trade unions for this city. ","rvs_goal_point":[40.451827877,-79.98101161],"key":9006,"region":"Pittsburgh","rvs_start_point":[40.4527348268,-79.965711588]} -{"content":"Meet me at the garden to your northeast. It's on the south side of Waterfront Drive and one block north of the museum.","rvs_goal_point":[40.4472130405,-79.9929201274],"key":9007,"region":"Pittsburgh","rvs_start_point":[40.4437907,-80.0023122]} -{"content":"Go south on allegheny Avenue, you'll see me at the garden a little past stadium and on the other side of the street.","rvs_goal_point":[40.4463586224,-80.0174891627],"key":9008,"region":"Pittsburgh","rvs_start_point":[40.450680097,-80.0150308249]} -{"content":"Let's meet up and sit on the bench on Western Avenue. It's on the north side of the street before the street changes names on it's Eastern end. It's located just over a block away from the end of the Avenue before it's name change and southern turn. West park is located a block to the West. Very near the bench is a sandwich restaurant.","rvs_goal_point":[40.4523023,-80.0150617],"key":9009,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406]} -{"content":"Let's get together on the hockey pitch just west of the spot right before the northern end of Olympia road. It's in a park there. There is an area for canines to freely play just west of this pitch.","rvs_goal_point":[40.4316682547,-80.0177612885],"key":9010,"region":"Pittsburgh","rvs_start_point":[40.4323417571,-80.0040085623]} -{"content":"Meet me at the parking entrance on South commons, northwest of where you are. It is located on the west of the pitch.","rvs_goal_point":[40.4505807,-80.0041605],"key":9011,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234]} -{"content":"Head down southeast. I'm waiting now for you at The restaurant that is Mexican and is named for a succulent. It's on the most southern part of Culloden Way. Across the street is a Pharmacy though, if you have a hangover and need pain reliever.","rvs_goal_point":[40.4513527,-79.9335602],"key":9012,"region":"Pittsburgh","rvs_start_point":[40.4564289477,-79.9376455963]} -{"content":"Meet me at Carnegie Mellon University. It's northeast of you on Forbes Avenue. It's just a little bit east of Carnegie Museum of Art. If you get to the post box, you went too far.","rvs_goal_point":[40.4442928173,-79.9478875307],"key":9013,"region":"Pittsburgh","rvs_start_point":[40.4402643,-79.9577724]} -{"content":"I'm at a parking entrance many blocks to the north of you, on East North Avenue. It's on the east side of the street, on the block with the Allegheny-Singer Research Institute. The Light of Life Rescue Mission is a little ways west of here. The parking entrance you want is the one closest to the southwest corner of this block.","rvs_goal_point":[40.456207,-80.0044734],"key":9014,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406]} -{"content":"Let's get together at the garden on 26th Street. It's on the last block before the Allegheny River interrupts it (it ends). It's the small strip of shrubs at the street side of the parking area on the northeast side of the street. There is a warehouse where you might find beverages on the street one block southeast on the same street and same side of it.","rvs_goal_point":[40.4566988391,-79.98041416],"key":9015,"region":"Pittsburgh","rvs_start_point":[40.4507954494,-79.9856799219]} -{"content":"I'm not far from you. Come to McDonald's on Smithfield St. just 3-4 blocks south and almost on the corner of the avenue.","rvs_goal_point":[40.4403807,-79.9986905],"key":9016,"region":"Pittsburgh","rvs_start_point":[40.4437465874,-79.9941189427]} -{"content":"Meet me at the garden on Railroad Street. It is across the street from garden and right next to two gardens.","rvs_goal_point":[40.45497254,-79.9821178621],"key":9017,"region":"Pittsburgh","rvs_start_point":[40.4436812,-79.9956143]} -{"content":"Meet me at the massage shop north of your current location, on South Millvale Avenue, just before it intersects with a major street. It's on the west side of the road across from First Commonwealth Bank, and a few blocks north of UPMC Shadyside.","rvs_goal_point":[40.4598914,-79.9461803],"key":9018,"region":"Pittsburgh","rvs_start_point":[40.4501627,-79.9520449]} -{"content":"I'm northeast of you, past the Pennsylvania Railroad Fruit Auction & Sales building, at a garden on 23rd Street. The garden is about equidistant from all the streets that make up this block, putting it right in the center. On the block to the south is a fitness centre. ","rvs_goal_point":[40.4549002508,-79.9832874034],"key":9019,"region":"Pittsburgh","rvs_start_point":[40.4444944233,-79.9959258603]} -{"content":"Meet me at the bank southeast of you on Grant Street. It's right across the street from the Allegheny County Courthouse to the west.","rvs_goal_point":[40.4393343,-79.9971696],"key":9020,"region":"Pittsburgh","rvs_start_point":[40.4490176602,-80.0010527002]} -{"content":"I'm northeast of your position. At the garden southwest of restaurant on Penn Avenue. It is by the corner and on the same block with car repair shop.","rvs_goal_point":[40.4578896412,-79.973994525],"key":9021,"region":"Pittsburgh","rvs_start_point":[40.4570674221,-79.9767390361]} -{"content":"I'm up the coast from you on West Carson Street. Go past the Fort Pitt Bridge, and meet me at the little garden near the first set of parking spots on the south side of the street.","rvs_goal_point":[40.4409494096,-80.0198121422],"key":9022,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859]} -{"content":"I'm west of you, at a parking entrance on the south side of Darragh Street. The Eye and Ear Hospital is on the block north of here. This parking entrance is more to the northwest than the other entrance that it is adjacent to. ","rvs_goal_point":[40.4413379,-79.9618556],"key":9023,"region":"Pittsburgh","rvs_start_point":[40.4413697,-79.9565747]} -{"content":"Meet me at the parking lot on Bridle Trail. There is a shelter very close to it. You will find a big track and a pitch south of it across two trails.\r\n","rvs_goal_point":[40.4335796826,-79.9440541386],"key":9024,"region":"Pittsburgh","rvs_start_point":[40.4468304193,-79.9518583591]} -{"content":"Meet me at Citizens Bank on William Penn Place. It is across the street from Verizon. If you go past Apollo Cafe, you went too far.","rvs_goal_point":[40.4403352,-79.9976914],"key":9025,"region":"Pittsburgh","rvs_start_point":[40.4480976084,-79.9924701433]} -{"content":"Meet me at the garden east of your location. Head east until you get onto Railroad Street. Keep heading northeast past an Italian restaurant. Your destination is on the next block on the same side of the street, in the middle of the block. If you get to a private parking, you've gone too far.","rvs_goal_point":[40.4548177695,-79.9819543652],"key":9026,"region":"Pittsburgh","rvs_start_point":[40.4533877,-80.0005867]} -{"content":"When you're done at the Cheesecake Factory, meet me at the Slacker boutique I told you about yesterday. It's on East Carson Street west of the Rex Theater on the block just east of the Dairy Queen. ","rvs_goal_point":[40.4289082,-79.9844281],"key":9027,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706]} -{"content":"Go south near the riverfront. Meet me on Federal Street at the PNC Bank, just north of the bridge, on the west side of the road.","rvs_goal_point":[40.4471681,-80.0041565],"key":9028,"region":"Pittsburgh","rvs_start_point":[40.4536835,-80.0097648]} -{"content":"Move south across Ohio River Boulevard, you'll see me at the garden a little past stadium but on the other side of the street. It is east of museum.","rvs_goal_point":[40.4463586224,-80.0174891627],"key":9029,"region":"Pittsburgh","rvs_start_point":[40.450680097,-80.0150308249]} -{"content":"Meet me at the garden northwest of you on the other side of the river. After you go over the Fort Duquesne Bridge, head west on North Shore Drive. The garden is just west of the entrance to North Shore Riverfront Park.","rvs_goal_point":[40.4455656469,-80.0121846416],"key":9030,"region":"Pittsburgh","rvs_start_point":[40.4392509,-80.0021914]} -{"content":"Get on Forbes avenue south of you and move west. Continue moving on street till you get to Hillman Library. You will see me at the waste basket on the opposite side.","rvs_goal_point":[40.4428796,-79.9551223],"key":9031,"region":"Pittsburgh","rvs_start_point":[40.4455195517,-79.9482951814]} -{"content":"I'm just west of you at the restaurant on East Carson Street. Pass the Schwartz Living Market and meet me at the restaurant across the street from the Dairy Queen. It's not the place on the corner.","rvs_goal_point":[40.4286662,-79.9855523],"key":9032,"region":"Pittsburgh","rvs_start_point":[40.428619023,-79.9826135835]} -{"content":"Let's meet at the garden at the end of Schenley drive. I'm in the north part of the garden near the picnic area. To get to the garden you should pass the Arts Building and go on the Schenley bridge. ","rvs_goal_point":[40.4431234695,-79.952724674],"key":9033,"region":"Pittsburgh","rvs_start_point":[40.442218407,-79.9419798546]} -{"content":"I'm about two blocks from you, to the west, at a convenience shop on Forbes Avenue. It'll be a little bit west of Millenium Panther, on the same side of the street. If you come to Hemingway's pub, you've gone too far west. ","rvs_goal_point":[40.4429238,-79.9550307],"key":9034,"region":"Pittsburgh","rvs_start_point":[40.443855966,-79.952214363]} -{"content":"Meet me at PNC Bank southeast of you on East Carson Street. It's on the same block as Clarissa Boutique but on the east end. It's catty-corner from Bruegger's Bagels. ","rvs_goal_point":[40.4285178104,-79.9807531482],"key":9035,"region":"Pittsburgh","rvs_start_point":[40.4303623747,-79.9839688158]} -{"content":"You can meet me to your northwest, at a parking lot on Bluff Street. It's to the east of Rooney Field stadium, and to the west of University of Pittsburgh Medical Center. ","rvs_goal_point":[40.435126467,-79.9878509215],"key":9036,"region":"Pittsburgh","rvs_start_point":[40.4253479699,-79.9809055489]} -{"content":"I'm southeast of you quite a ways. You'll find me at the cafe south of Forbes Avenue, and east of the art centre. ","rvs_goal_point":[40.4434019,-79.9447959],"key":9037,"region":"Pittsburgh","rvs_start_point":[40.4555042,-79.940201]} -{"content":"Let's meet at the hookah bar on East Carson Street. It is on the 6th block east of your location. It is located before Emiliano's restaurant but on the other side of the street.","rvs_goal_point":[40.4275352994,-79.9695030527],"key":9038,"region":"Pittsburgh","rvs_start_point":[40.4293116,-79.9776875]} -{"content":"Meet me at the Starbucks southeast of your location. Head east then south from PNC Park until you get to 6th Street. Keep going until you see a 7-Eleven. Your destination is on the opposite corner across the street. it is one block east of Laurie's Hallmark stationery.","rvs_goal_point":[40.4425312,-80.0022313],"key":9039,"region":"Pittsburgh","rvs_start_point":[40.4492678635,-80.0131723543]} -{"content":"Meet me at the garden southwest of you on Smallman Street. When you see the Pennsylvania Railroad Fruit Auction & Sales building, you are about halfway there. The garden is across the street and slightly past the Homewood Suites.","rvs_goal_point":[40.4479943362,-79.99066821],"key":9040,"region":"Pittsburgh","rvs_start_point":[40.4586924677,-79.9748860826]} -{"content":"Meet me at the garden on Smallman Street. It it catty-cornered from Homewood Suites. There is a restaurant to its northeast in the same block as the suites.\r\n","rvs_goal_point":[40.4479943362,-79.99066821],"key":9041,"region":"Pittsburgh","rvs_start_point":[40.4430227366,-79.9945610561]} -{"content":"Meet me at the garden. If you head northeast on Smallman Street, turn on the street where the pub is and then you'll see me at the garden on the west side of the street right across the street from the pub.","rvs_goal_point":[40.4557085492,-79.9795674304],"key":9042,"region":"Pittsburgh","rvs_start_point":[40.4520329108,-79.9807127972]} -{"content":"Meet me at the pet shop southeast of your location. Head east until you get to East Street. Then head south until you see East Street Distributing Co. alcohol shop. Your destination is two blocks south on the corner. It is across the street and northeast of a Happy Nails beauty shop.","rvs_goal_point":[40.4540974,-79.9980284],"key":9043,"region":"Pittsburgh","rvs_start_point":[40.4570177,-80.0157661]} -{"content":"Meet me at the parking entrance on Bigelow Boulevard. It is right next to the Church, to the west. Parking entrance is south west corner of the building.","rvs_goal_point":[40.4470928,-79.9534652],"key":9044,"region":"Pittsburgh","rvs_start_point":[40.4452148,-79.9516739]} -{"content":"Let's get together at the library on the northern end of Alexander Street, just east of where it ends at it's northernmost spot. One block to the east there is a Christian Church, on the same side of the street.","rvs_goal_point":[40.441879,-80.0347415],"key":9045,"region":"Pittsburgh","rvs_start_point":[40.4481997,-80.0227133]} -{"content":"Meet me at the garden southwest on Penn Avenue. When you go along the avenue from your direction, you will get past Byrnes & Kiefer Building. The garden is almost catty-cornered from a parking lot. Courtyard by Marriott is west of it.","rvs_goal_point":[40.4446132411,-79.9954238108],"key":9046,"region":"Pittsburgh","rvs_start_point":[40.4520831,-79.9837757]} -{"content":"Let's eat, meet me at the fast food place, Qdoba on South 28th Street. It's just over 2 blocks from the northeast terminus or end of 28th. It's on the north side of the street. It's just east of a Subway Sandwich shop.","rvs_goal_point":[40.4265181,-79.9657156],"key":9047,"region":"Pittsburgh","rvs_start_point":[40.4285665677,-79.9810418114]} -{"content":"Meet me across the river at the entrance to the parking on South Commons. If you take Federal Street, and go right at south commons, you'll see the parking entrance directing past the first two parking entrances on your left.","rvs_goal_point":[40.4505807,-80.0041605],"key":9048,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234]} -{"content":"Meet me at Beta Bites restaurant on south bouquet street, a little past University of Pittsburgh but on the other side of the street. Go southeast to get there.","rvs_goal_point":[40.440067,-79.9532053],"key":9049,"region":"Pittsburgh","rvs_start_point":[40.4440962,-79.9582139]} -{"content":"Meet me at the Amoco gas station southeast of your location. Head east from your location then head south on the winding road. Your destination is on Boulevard Drive. It is southwest of a Subway.","rvs_goal_point":[40.4267232179,-79.9382638738],"key":9050,"region":"Pittsburgh","rvs_start_point":[40.4335796826,-79.9440541386]} -{"content":"Let's meet up at the Hilton Garden Inn on McKee Place. It's just over a block south of where this street ends and it's northwestern turn changes names. There is a bank on the other side of the street. There is a large drug store just to the west.","rvs_goal_point":[40.4395489,-79.9594471],"key":9051,"region":"Pittsburgh","rvs_start_point":[40.4382904,-79.9770518]} -{"content":"I'm west of you, past the Central Catholic High School, at a convenience shop on South Craig Street. It's on the north corner of the block where South Craig Street ends, and there's a Starbucks on the south corner. ","rvs_goal_point":[40.4451,-79.9485465],"key":9052,"region":"Pittsburgh","rvs_start_point":[40.4443251241,-79.9421505426]} -{"content":"Meet me at the garden southeast of you on Forbes Avenue. It's on the south side of the street, and just north of Gumberg Library.","rvs_goal_point":[40.4377922167,-79.9915009896],"key":9053,"region":"Pittsburgh","rvs_start_point":[40.442456,-80.0076622]} -{"content":"Meet me at the garden on Liberty Avenue. Go past Federated Tower\r\nand head north to get there. You'll find another garden directly south of the one where we will meet. There is an art shop across two streets.","rvs_goal_point":[40.4533536321,-79.9790265095],"key":9054,"region":"Pittsburgh","rvs_start_point":[40.4438553,-79.9950577]} -{"content":"Meet me at the garden on West Carson street. So go east past Pacific Pride, and it's a little garden next to a parking lot. If you reach Duquesne Lower station you have gone too far. ","rvs_goal_point":[40.4409494096,-80.0198121422],"key":9055,"region":"Pittsburgh","rvs_start_point":[40.445678995,-80.0336674524]} -{"content":"Meet me at the garden near a hotel and a restaurant to your south. The garden is in the middle of the block north of Liberty Avenue.","rvs_goal_point":[40.4420852675,-80.005374683],"key":9056,"region":"Pittsburgh","rvs_start_point":[40.4563210313,-80.0049259605]} -{"content":"Meet me at the garden on Penn Avenue. It is east of the hotel. Across the street from the train station.","rvs_goal_point":[40.4421527696,-80.0052069003],"key":9057,"region":"Pittsburgh","rvs_start_point":[40.4449341,-79.9933879]} -{"content":"I'm up north at the bicycle parking on the same block with garden. It is on the next block of where you are.","rvs_goal_point":[40.4464973,-79.9960431],"key":9058,"region":"Pittsburgh","rvs_start_point":[40.443874667,-79.9951126811]} -{"content":"I'm waiting for you at the garden on Forbes Avenue. Go south to get there. The garden is almost catty-cornered from a waste basket. Stephen Foster is in the adjacent block to the east of it.\r\n","rvs_goal_point":[40.4431473892,-79.953068224],"key":9059,"region":"Pittsburgh","rvs_start_point":[40.4521448692,-79.9517896725]} -{"content":"Meet me at the social facility on East Carson Street. It is the next building to the east of Citgo gas station.","rvs_goal_point":[40.4281906343,-79.9701681707],"key":9060,"region":"Pittsburgh","rvs_start_point":[40.4285914042,-79.9849570785]} -{"content":"Meet me at the garden where the Factory that made things to stop up wine bottles is. It's on 23rd street where the northwest end of the street is. The garden is in the south part of that block.","rvs_goal_point":[40.4545035617,-79.9829259861],"key":9061,"region":"Pittsburgh","rvs_start_point":[40.4517921886,-79.9821264493]} -{"content":"I'm on the next block east of you but on the opposite side of the street. At Osteria restaurant south of two gardens.","rvs_goal_point":[40.4543288,-79.9825463],"key":9062,"region":"Pittsburgh","rvs_start_point":[40.453737955,-79.9853387505]} -{"content":"Meet me at the garden east of you. If you head east on Penn Avenue, you'll see the garden right before the train station.","rvs_goal_point":[40.441747041,-80.0044390984],"key":9063,"region":"Pittsburgh","rvs_start_point":[40.4411925123,-80.0098216109]} -{"content":"Meet me at the garden on Penn Avenue. There is a clothes shop across the street and a car repair shop is at the end of the preceding block to the southwest.\r\n","rvs_goal_point":[40.4593999687,-79.971777514],"key":9064,"region":"Pittsburgh","rvs_start_point":[40.4515587913,-79.9822498593]} -{"content":"Meet me at the garden on the corner by the Schenley Drive Extension. It's right across the street from the Stephen Foster Memorial.","rvs_goal_point":[40.4433069,-79.9523231],"key":9065,"region":"Pittsburgh","rvs_start_point":[40.4421168,-79.9424723]} -{"content":"I'm at the garden on the corner of 25th st. just go up the road, pass the bridge and you will see it on your left when you reach 25th st.","rvs_goal_point":[40.4548071707,-79.9807874677],"key":9066,"region":"Pittsburgh","rvs_start_point":[40.4444071,-79.9953094]} -{"content":"Meet me at the restaurant just south of the Au Bon Pain fast food place. It's a bit west of the running track on the south side of Forbes Avenue. Go east and past the Hillman Library and Stephen Foster Memorial. Keep going around the curve, but look south just after you pass the shelter on the the north side of the road.","rvs_goal_point":[40.4436715,-79.94234],"key":9067,"region":"Pittsburgh","rvs_start_point":[40.4409403,-79.9576495]} -{"content":"Meet me at the garden northeast of your location. Head northwest on West North Avenue. When you see Allegany West Historic District, head east three blocks. Your destination is in the middle of the northern block, just west of a playground. It is southwest one block from a private parking.","rvs_goal_point":[40.4545401924,-80.0122536764],"key":9068,"region":"Pittsburgh","rvs_start_point":[40.4528731185,-80.0198298344]} -{"content":"Go south across the river and head west up West Station Square Drive. Just after you pass the Sheraton, meet me on the south side of the street at the garden.","rvs_goal_point":[40.4342921986,-80.0064859905],"key":9069,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879]} -{"content":"Let's meet at the bench to your east on Forbes Avenue. You'll need to find the post box that is east of CMU ArtPark, and then take that small road there to the south, all the way to the end. The bench is east of there. ","rvs_goal_point":[40.4437584,-79.9423308],"key":9070,"region":"Pittsburgh","rvs_start_point":[40.4462841,-79.9487558]} -{"content":"I'm located northwest of your position on Ridge Avenue. At the bench east of fast food restaurant and close to vending machine. ","rvs_goal_point":[40.4501968,-80.0138015],"key":9071,"region":"Pittsburgh","rvs_start_point":[40.4416413438,-80.0033597287]} -{"content":"Meet me at the restaurant southeast of you. Go past Walking to the Sky and keep walking southeast. The restaurant is the most southeast one in the food court.","rvs_goal_point":[40.4424191,-79.9397388],"key":9072,"region":"Pittsburgh","rvs_start_point":[40.4457785814,-79.9473303619]} -{"content":"I'm directly east of you, at a cafe just north of where Hamerschlag Drive branches into several dead ends. The Sorrells Library is southwest of here. ","rvs_goal_point":[40.4511528115,-79.9843435632],"key":9073,"region":"Pittsburgh","rvs_start_point":[40.4529814908,-80.0008693957]} -{"content":"Let's meet up at the clothes shop west of you. It's located just south of the Birmingham Bridge, at the locale where IF it continued south it would go right through the store. There is a library just northwest of here.","rvs_goal_point":[40.4281368839,-79.9736242703],"key":9074,"region":"Pittsburgh","rvs_start_point":[40.4280087,-79.9659471]} -{"content":"You can meet me at the UPMC hospital northwest of you, where O'Hara Street makes a T-intersection with another street. The hospital is northwest of Pittsburgh Science and Technology Academy, and west of a bicycle repair station. ","rvs_goal_point":[40.4435492,-79.959846],"key":9075,"region":"Pittsburgh","rvs_start_point":[40.4391517,-79.955366]} -{"content":"Meet me at the thai restaurant on Fifth Avenue. Verizon is on the corner of the block south of the restaurant. Peter's Pub is on the east side of the block to the east of the restaurant.","rvs_goal_point":[40.4413696,-79.9587902],"key":9076,"region":"Pittsburgh","rvs_start_point":[40.4435681,-79.9526537]} -{"content":"Meet me at the bicycle parking just southeast of the Hillman Library on the corner where the Posvar Passage ends.","rvs_goal_point":[40.4423844,-79.9534361],"key":9077,"region":"Pittsburgh","rvs_start_point":[40.4408627,-79.9577648]} -{"content":"Let's get together at the bench that is northwest of you. It's just off ridge ave. it's in the area or campus area of the county community college there. It's at the northeast corner of the parking lot there, near an emergency phone call box.","rvs_goal_point":[40.4498546,-80.0145513],"key":9078,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333]} -{"content":"Meet me at the garden northeast of your location. Head northeast on Penn Avenue. Walk many blocks until you see a pub on the corner. Your destination is on the next block on the other side of the street. If you see two gardens, you've gone too far.","rvs_goal_point":[40.4582315985,-79.9738251738],"key":9079,"region":"Pittsburgh","rvs_start_point":[40.4513145962,-79.9832266453]} -{"content":"Head directly east and meet me at the garden just south of the large stadium and track. It's near Margaret Morrison Street and the food court.","rvs_goal_point":[40.4422777643,-79.9396176362],"key":9080,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959]} -{"content":"Meet me at the garden northeast of your location. Head north past David L. Lawrence Convention Center. Keep heading north then turn east onto Smallman Street. Your destination is on the first corner of the next block, across the street from a museum.","rvs_goal_point":[40.4464965872,-79.9929969892],"key":9081,"region":"Pittsburgh","rvs_start_point":[40.443625164,-79.9941698937]} -{"content":"I'm across the water from you, a few blocks to the northwest. The place I'm at is a clinic off Federal Street. It's the one farthest west into the block from the street. The Garden Theatre is south of here, and there's a library to the southeast of here. ","rvs_goal_point":[40.456478,-80.0084401],"key":9082,"region":"Pittsburgh","rvs_start_point":[40.4527236102,-80.0066827506]} -{"content":"Meet me at the recycling south of you on Sidney Street. If you go directly south from where you are, you'll see the recycling on the south side of Sidney Street at the corner of the street that you are on.","rvs_goal_point":[40.4294249,-79.9776508],"key":9083,"region":"Pittsburgh","rvs_start_point":[40.4314712,-79.9774774]} -{"content":"Meet me at the garden southwest of your location. Head southwest then turn southeast onto 25th Street. Your destination is the third bush on the southern block. It is one block northeast of Meraki Studio fitness centre.","rvs_goal_point":[40.4550136706,-79.9812099766],"key":9084,"region":"Pittsburgh","rvs_start_point":[40.4569476283,-79.979273055]} -{"content":"Let's meet at the restaurant on Copeland street. It's on it's eastern side across from a yoga type place. It's just north of a coffee place.","rvs_goal_point":[40.4511589,-79.9347254],"key":9085,"region":"Pittsburgh","rvs_start_point":[40.444197,-79.94315205]} -{"content":"Meet me at the bar on Western Avenue, three blocks northwest of where you are now. If you've hit Parador Inn, you've gone too far.","rvs_goal_point":[40.4515855,-80.0171842],"key":9086,"region":"Pittsburgh","rvs_start_point":[40.4495233,-80.0132934]} -{"content":"Let's sit down together at the library on Whiting Drive, near the center of the major curve on this drive, just north of it. There is a religious school just to the west of it.","rvs_goal_point":[40.4391667,-79.9636111],"key":9087,"region":"Pittsburgh","rvs_start_point":[40.4453536,-79.9561404]} -{"content":"Meet me at the garden on Liberty Avenue. It is to the east of the train station, across the street. North of the bicycle rental.","rvs_goal_point":[40.4415914304,-80.0035712266],"key":9088,"region":"Pittsburgh","rvs_start_point":[40.4457280002,-80.013089776]} -{"content":"Meet me at the pitch to the south of a university which is on Forbes Avenue. There is a garden directly south of the pitch. You will find some benches in the northwest direction from the pitch.","rvs_goal_point":[40.4422916875,-79.9423115682],"key":9089,"region":"Pittsburgh","rvs_start_point":[40.4435445,-79.9557594]} -{"content":"Meet me at the pub northwest of your location. Head northwest and cross the bridge over the water. Make a right onto North Shore Drive. Your destination is on the corner of the next block, just north of North Shore Riverfront Park.","rvs_goal_point":[40.4464526,-80.0076755],"key":9090,"region":"Pittsburgh","rvs_start_point":[40.4422099,-80.0054427]} -{"content":"Head south across the river and meet up with me at the garden just inland and across from the hotel from the clipper fleet's spot on the Monongahela. West station square Dr. passes right by it. A parking garage is just southwest of it.","rvs_goal_point":[40.4345144873,-80.0066808955],"key":9091,"region":"Pittsburgh","rvs_start_point":[40.4440251,-79.996842]} -{"content":"Meet me at the restaurant south of you on the other side of the river on Liberty Avenue. It's across the street from the August Wilson Center for African American Culture.","rvs_goal_point":[40.4435693,-79.9960282],"key":9092,"region":"Pittsburgh","rvs_start_point":[40.4539564,-79.9987368]} -{"content":"Meet me at the restaurant on Filmore Street, located at the northeast corner of a block. Starbucks is across the street on the opposite end. There is a bicycle rental also on the northeast corner of the south block.\r\n","rvs_goal_point":[40.4451416429,-79.9490473075],"key":9093,"region":"Pittsburgh","rvs_start_point":[40.4547076835,-79.9353208295]} -{"content":"Meet me at the cafe south of you. If you head south on Smithfield Street, you will see the cafe in the next block past the block where the Smithfield News kiosk is. It's on the opposite side of the street of the kiosk and near the middle of the block.","rvs_goal_point":[40.4368682,-80.0005621],"key":9094,"region":"Pittsburgh","rvs_start_point":[40.4434091,-80.0006562]} -{"content":"Head out west and meet up with me at the garden on Sassafras way just a couple of blocks northeast of where it goes under the bridge. There is a storage rental spot just to the east of it. It's in the area where there is a sort of performing dance arts place.","rvs_goal_point":[40.4575709484,-79.9725837569],"key":9095,"region":"Pittsburgh","rvs_start_point":[40.4575829,-79.9572073]} -{"content":"Meet me at the parking lot to your northeast. Head up Liberty Avenue and you will find it about half a block past the garden, on the same side of the street.","rvs_goal_point":[40.4597188331,-79.9696358296],"key":9096,"region":"Pittsburgh","rvs_start_point":[40.4551130228,-79.9834504428]} -{"content":"I'm to the northwest of you. We can meet here at a parking lot on Childrens Way, southeast of Allegheny Traditional Academy. It's the lot closest to the planetarium. ","rvs_goal_point":[40.4530372572,-80.0071245609],"key":9097,"region":"Pittsburgh","rvs_start_point":[40.4433325,-80.0025725]} -{"content":"Meet me at the parking lot southwest of you. Head down South Bellefield Avenue until you reach the end of the street and then head west. You will see the parking lot in about half of a block on the north side of that street. It's in front of the Cathedral of Learning.","rvs_goal_point":[40.443855966,-79.952214363],"key":9098,"region":"Pittsburgh","rvs_start_point":[40.4562577,-79.9446608]} -{"content":"Meet me at the streetside bridge southeast of your location. Head northeast until you get to Second Avenue across the water. Then head southeast. Your destination is just before some toilets. There is also a private parking lot farther south.","rvs_goal_point":[40.4260148932,-79.953617305],"key":9099,"region":"Pittsburgh","rvs_start_point":[40.4280480717,-79.9717577584]} -{"content":"I'm at the marina near 23rd Street to your southwest. There are several gardens around here, and the marina is north of the Pennsylvania Railroad Fruit Auction & Sales building.","rvs_goal_point":[40.4545931,-79.9852341],"key":9100,"region":"Pittsburgh","rvs_start_point":[40.4571134383,-79.9734530791]} -{"content":"Head up northwest to the restaurant. It's on Graeme St. I'm at the northwest corner top of the market area. There is a Chase bank just south of here. A mickey D's fast food place is on the next block to the west of here if you don't like the cuisine here.","rvs_goal_point":[40.4412167,-80.0028105],"key":9101,"region":"Pittsburgh","rvs_start_point":[40.4388895,-79.9981732]} -{"content":"Let's meet up at the garden on Smallman Street. On the same block to its southwest, there is two gardens. Across two blocks on the south, you'll see a clothes shop directly to its south.\r\n","rvs_goal_point":[40.4584831289,-79.9752872051],"key":9102,"region":"Pittsburgh","rvs_start_point":[40.4514610326,-79.9838743022]} -{"content":"Head northwest, and cross under the portal bridge. I'm near the north coast at the drinking water just west of the viewpoint.","rvs_goal_point":[40.4425876,-80.0101805],"key":9103,"region":"Pittsburgh","rvs_start_point":[40.439353,-79.9963234]} -{"content":"Head north, and meet me at the research institute. It's a part of the hospital complex, just south of where the outdoor shelters are located. You'll see if just west of Legends of the North Shore restaurant on East North Avenue.","rvs_goal_point":[40.4566668,-80.0029152],"key":9104,"region":"Pittsburgh","rvs_start_point":[40.4532779,-80.0010938]} -{"content":"Across the river southwest of you, meet me at the library there. It's on Grandview ave. To reach it, you'll have to cross the bridge. You'll likely want to take the Fort Pitt bridge, but you could take the smithfield street bridge, it's just going to be further for you if you do that. Across the street there is a nice viewpoint (it's on the northeast side of the street- the library on southwest, each place is near the tunnel.","rvs_goal_point":[40.4335037,-80.0104666],"key":9105,"region":"Pittsburgh","rvs_start_point":[40.4404320252,-80.0055841139]} -{"content":"I'm on the west side of West Park. Meet me at the garden on Brighton Road. It's on the Northeast corner of the block east of Allegheny Sandwich Shop.","rvs_goal_point":[40.4530382699,-80.0144397649],"key":9106,"region":"Pittsburgh","rvs_start_point":[40.4530372572,-80.0071245609]} -{"content":"Meet me at the garden just a few blocks north of you. If you take 23rd Street northwest you will see the garden in the middle of the last block before you get to the water. It's about a block northwest of Coop de Ville restaurant.","rvs_goal_point":[40.4544167646,-79.9833489609],"key":9107,"region":"Pittsburgh","rvs_start_point":[40.4520397,-79.9824153]} -{"content":"Meet me at the post box on Louisa Street. It is across the street from Fire Station Number 14. It is on the corner of the block.","rvs_goal_point":[40.4383823,-79.9575775],"key":9108,"region":"Pittsburgh","rvs_start_point":[40.446792,-79.9488775]} -{"content":"Let's meet up for a massage. I'm at the shop northeast of you on Centre Avenue. It's west of the painter's shop and doctor's office.","rvs_goal_point":[40.457565,-79.9336342],"key":9109,"region":"Pittsburgh","rvs_start_point":[40.4511349,-79.9349275]} -{"content":"Meet me at the restaurant inside a university on Forbes Avenue. There is a fast food restaurant located northwest of the restaurant and a parking lot northeast of it, all inside the university campus.\r\n\r\n","rvs_goal_point":[40.4431674,-79.9420988],"key":9110,"region":"Pittsburgh","rvs_start_point":[40.4342756777,-79.9538382118]} -{"content":"I'm just east of you. Walk past shadyside Commons to get on Ellsworth Avenue. Meet me at the kindergarten close to the library.","rvs_goal_point":[40.4533107,-79.9334449],"key":9111,"region":"Pittsburgh","rvs_start_point":[40.4518582339,-79.9511001944]} -{"content":"Meet me at the convenience shop southwest of your location. Head south past Columbus Traditional Academy. Keep going south then turn west onto West North Avenue. Head west three blocks. Your destination is on the corner of the fourth block. There is a Pittsburgh Bureau of Fire Station 37 on the next block west.","rvs_goal_point":[40.4532916515,-80.0202852249],"key":9112,"region":"Pittsburgh","rvs_start_point":[40.45994495,-80.01817215]} -{"content":"Meet me at the restaurant on Penn Avenue. It is on the block across from three gardens, east of Urban Pathways school. It is towards the middle of the block, closest restaurant to the parking lot.","rvs_goal_point":[40.4441376,-79.9963719],"key":9113,"region":"Pittsburgh","rvs_start_point":[40.439177927,-80.0066754261]} -{"content":"Move past Forbes Avenue. I'm located southeast at Grano restaurant which is also southeast of Au Bon Pain. You will see it before getting to waste basket.","rvs_goal_point":[40.4433003,-79.9419895],"key":9114,"region":"Pittsburgh","rvs_start_point":[40.4514181,-79.9512133]} -{"content":"I'd like to meet you at the parking lot on Boulevard of hte Allies. You'll find Rooney Field to its west on the same block, and a hospital to its east on the adjacent block.","rvs_goal_point":[40.435126467,-79.9878509215],"key":9115,"region":"Pittsburgh","rvs_start_point":[40.4253479699,-79.9809055489]} -{"content":"Meet me at the fitness centre on the corner of Railroad Street, northeast of you. The Pennsylvania Railroad Fruit Auction & Sales building is about halfway between us. On the block south of here is a bar called Mullaney's Harp and Fiddle Irish Pub. ","rvs_goal_point":[40.454542,-79.98227],"key":9116,"region":"Pittsburgh","rvs_start_point":[40.4442636,-79.9959418]} -{"content":"Meet me at the clothes shop northeast of your location. Head northeast on Penn Avenue. Keep going until you see The Pennsylvania Market marketplace. Your destination is two more blocks northeast. Your destination is right next to a bar. If you see The BeerHive pub, you've gone too far.","rvs_goal_point":[40.4515303,-79.9835507],"key":9117,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234]} -{"content":"I'm at the Thai restaurant southwest of you, on Fifth Avenue. It's the farthest restaurant to the west on this block. Northwest of here is UPMC Presbyterian Hospital, while Peter's Pub is about a block to the northeast. ","rvs_goal_point":[40.4413696,-79.9587902],"key":9118,"region":"Pittsburgh","rvs_start_point":[40.4440043,-79.95359]} -{"content":"I'm northeast of you on Penn Avenue at a garden on the south side of the street, across from where a small unnamed road makes a T-intersection with Penn. Almost straight north of here is EQT Natural Gas for Vehicles, while Mecka Fitness centre is to the northwest. ","rvs_goal_point":[40.4579793385,-79.9738602081],"key":9119,"region":"Pittsburgh","rvs_start_point":[40.4515874803,-79.9813026319]} -{"content":"Let's meet up at the bicycle parking on Smithfield Street. You will find a bank in the northwest direction from the parking. There is a public building located southwest of it.\r\n\r\n","rvs_goal_point":[40.4378722,-80.0000798],"key":9120,"region":"Pittsburgh","rvs_start_point":[40.4310273471,-79.9962512702]} -{"content":"Move west on East Carson Street past bicycle shop and Z Lounge bar. Let's meet at the beauty shop in the middle of the block and east of Rite aid pharmacy.","rvs_goal_point":[40.4287561377,-79.9770406],"key":9121,"region":"Pittsburgh","rvs_start_point":[40.4277448,-79.9664387]} -{"content":"Meet me at the police station on Forbes Avenue. It is the second building, across the street from the post box.","rvs_goal_point":[40.4386592,-79.9608742],"key":9122,"region":"Pittsburgh","rvs_start_point":[40.4454541,-79.9433899]} -{"content":"I need to show you something at the relay box on North Dithridge street. It's located at the spot just a few feet before this street becomes the South option of it. Meet me there. It's across the street and south from the Church rectory. One block south (this street is renamed here) there is Bellefield Hall. It's on the same side of the street.","rvs_goal_point":[40.446906,-79.9508134],"key":9123,"region":"Pittsburgh","rvs_start_point":[40.4426396243,-79.9494166589]} -{"content":"Meet me at the variety store southwest of you. Head southwest on Penn Avenue and you will see the variety store a block past Lucy's Handmade Clothing. It's on the opposite side of the street as Lucy's. The road that the marketplace is on dead ends right in front of the variety store.","rvs_goal_point":[40.4506082,-79.9844867],"key":9124,"region":"Pittsburgh","rvs_start_point":[40.4547977149,-79.9814328752]} -{"content":"Go west and meet me at the fast food restaurant on Federal Street across the street from a library, north of Crazy Mocha cafe and south of Aden Market.","rvs_goal_point":[40.4564011,-80.0071036],"key":9125,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401]} +{"rvs_sample_number":108,"content":"Meet me at the supermarket on Penn Avenue. It is the building right next to the atm. The atm is on the same side of the street as the confectionery shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513322,-79.9834142],"key":8103,"region":"Pittsburgh","rvs_start_point":[40.4550607934,-79.9811333067],"landmarks":{"end_point":[[40.4513322,-79.9834142],"supermarket"],"start_point":[[40.4550607934,-79.9811333067],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4515051,-79.9832078],"atm"],"near_pivot":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_3":[[40.450867,-79.9848504],"marketplace"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_6":[[40.4524411,-79.9832823],"church"],"around_goal_pivot_7":[[40.452669,-79.9823147],"veterinary"],"around_goal_pivot_8":[[40.4507336,-79.9846756],"farm shop"],"around_goal_pivot_9":[[40.4501778371,-79.9843941732],"wholesale shop"],"around_goal_pivot_10":[[40.4520988,-79.9823437],"confectionery shop"]}} +{"rvs_sample_number":7,"content":"After you get your haircut come meet me at the university at the beginning of the Academic Walk. The Rooney Field is just east south of it. You should pass Old Allegheny County Jail. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4564202678,-80.0157939245],"key":8104,"region":"Pittsburgh","rvs_start_point":[40.4558506146,-80.0061373903],"landmarks":{"end_point":[[40.4564202678,-80.0157939245],"pharmacy"],"start_point":[[40.4558506146,-80.0061373903],"social facility"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4561673,-80.016111],"gas station"],"near_pivot":[[40.4561673,-80.016111],"gas station"],"around_goal_pivot_1":[[40.4552011,-80.0156606],"Dollar General"],"around_goal_pivot_2":[[40.4559115,-80.0148475],"two gardens"],"around_goal_pivot_3":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_4":[[40.4570556,-80.0146964],"cafe"],"around_goal_pivot_5":[[40.4577823,-80.0160109],"car repair shop"],"around_goal_pivot_6":[[40.4571494,-80.015584],"variety store shop"],"around_goal_pivot_7":[[40.4578179,-80.015729],"convenience shop"],"around_goal_pivot_8":[[40.4558787,-80.0148234],"garden"],"around_goal_pivot_9":[[40.4559264,-80.0147705],"park"]}} +{"rvs_sample_number":41,"content":"Get on Liberty Avenue past basketball pitch located on your northeast. I'm at the garden just before storage rental shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4581242703,-79.9721109557],"key":8105,"region":"Pittsburgh","rvs_start_point":[40.4560415154,-79.9789356644],"landmarks":{"end_point":[[40.4581242703,-79.9721109557],"garden"],"start_point":[[40.4560415154,-79.9789356644],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_3":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_4":[[40.4559153749,-79.9790422483],"Cinderlands Warehouse"],"main_pivot_5":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_6":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_7":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_8":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_9":[[40.4559153749,-79.9790422483],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559153749,-79.9790422483],"Cinderlands Warehouse"],"main_pivot_11":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_12":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_13":[[40.455595,-79.9782225],"Savoy"],"main_pivot_14":[[40.455595,-79.9782225],"Savoy"],"main_pivot_15":[[40.4582377,-79.971972],"storage rental shop"],"near_pivot":[[40.4582377,-79.971972],"storage rental shop"],"beyond_pivot":[[40.4586963993,-79.9716430013],"parking"],"around_goal_pivot_1":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_2":[[40.4590618,-79.9726053],"clothes shop"],"around_goal_pivot_3":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_4":[[40.4577917,-79.9731475],"pitch"],"around_goal_pivot_5":[[40.4576756,-79.9733619],"playground"],"around_goal_pivot_6":[[40.4592842,-79.971932],"two gardens"]}} +{"rvs_sample_number":71,"content":"Go north across the main bridge then west on East Ohio Street and meet me at the antiques shop past Cricket Wireless, before Rita's Italian Ice.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4534029,-80.000485],"key":8106,"region":"Pittsburgh","rvs_start_point":[40.4445182444,-79.9958080969],"landmarks":{"end_point":[[40.4534029,-80.000485],"antiques shop"],"start_point":[[40.4445182444,-79.9958080969],"garden"],"main_pivot":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4535623,-79.9995754],"Cricket Wireless"],"near_pivot":[[40.4535623,-79.9995754],"Cricket Wireless"],"beyond_pivot":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_1":[[40.4534183,-80.0015575],"fast food restaurant"],"around_goal_pivot_2":[[40.453205,-80.0014902],"ice cream"],"around_goal_pivot_3":[[40.4534274,-80.0014876],"Boost Mobile"],"around_goal_pivot_4":[[40.454553,-80.0010562],"two parking lots"],"around_goal_pivot_5":[[40.4537543,-79.9987157],"H&R Block"],"around_goal_pivot_6":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_7":[[40.4536757,-79.9987854],"jewelry shop"],"around_goal_pivot_8":[[40.4521387,-79.9999429],"tyres shop"],"around_goal_pivot_9":[[40.4536542,-79.9990737],"hairdresser shop"],"around_goal_pivot_10":[[40.453694,-79.9988484],"beauty shop"]}} +{"rvs_sample_number":312,"content":"Meet me at the boutique shop on East Carson Street. It is one block to the west of Great Clips. It is on the east side of the block. On the same side of the street as the Great Clips.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4289082,-79.9844281],"key":8107,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706],"landmarks":{"end_point":[[40.4289082,-79.9844281],"boutique shop"],"start_point":[[40.4281728,-79.9653706],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.428741,-79.9835382],"fast food restaurant"],"near_pivot":[[40.428741,-79.9835382],"fast food restaurant"],"beyond_pivot":[[40.428841,-79.9854326],"fast_food"],"around_goal_pivot_1":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_2":[[40.428841,-79.9854326],"fast food restaurant"],"around_goal_pivot_3":[[40.4288395,-79.985506],"Great Clips"],"around_goal_pivot_4":[[40.4286492,-79.9827612],"beauty shop"],"around_goal_pivot_5":[[40.4287024,-79.9856103],"sports shop"],"around_goal_pivot_6":[[40.4287544,-79.982986],"two pubs"],"around_goal_pivot_7":[[40.4288915,-79.9829811],"computer shop"],"around_goal_pivot_8":[[40.4286961,-79.9858988],"musical instrument shop"],"around_goal_pivot_9":[[40.4282284,-79.9860748],"playground"]}} +{"rvs_sample_number":27,"content":"I'm at the school northeast of you. It's located on North Craig Street, There is a large Christian high School chapel nearby. You'll find me located in the building named after the Martyr burned at the steak while still a very young woman. It's just west of Ascension Green park.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4483335929,-79.949047041],"key":8108,"region":"Pittsburgh","rvs_start_point":[40.4421833,-79.9428742],"landmarks":{"end_point":[[40.4483335929,-79.949047041],"school"],"start_point":[[40.4421833,-79.9428742],"bench"],"main_pivot":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_5":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_6":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_15":[[40.4481078,-79.9494835],"parking lot"],"near_pivot":[[40.4481078,-79.9494835],"parking lot"],"around_goal_pivot_1":[[40.4484758,-79.9478044],"park"]}} +{"rvs_sample_number":230,"content":"Meet me at the fitness center on 6th street. It's north of the Butcher and the Rye Bar we went to last weekend. You'll see it on the west side of the street before you get to the Renaissance Hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4430931,-80.0024682],"key":8109,"region":"Pittsburgh","rvs_start_point":[40.4397324619,-80.0004047711],"landmarks":{"end_point":[[40.4430931,-80.0024682],"fitness centre"],"start_point":[[40.4397324619,-80.0004047711],"clothes shop"],"main_pivot":[[40.4400048233,-80.0003623024],"Tower at PNC Plaza"],"main_pivot_2":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_3":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_4":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_5":[[40.4400048233,-80.0003623024],"Tower at PNC Plaza"],"main_pivot_6":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_7":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_8":[[40.4396374798,-80.0002628315],"Pittsburgh Playhouse"],"main_pivot_9":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_10":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_11":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_12":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_13":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_14":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.443895,-80.0024417],"theatre"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_3":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_4":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_5":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_6":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_7":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_10":[[40.4419014,-80.0031032],"photo shop"]}} +{"rvs_sample_number":186,"content":"I'm waiting for you at the garden on Smallman street. On the same block, there is a hairdresser shop on the southeast corner, and a fitness centre on the northeast corner.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4538594,-79.9818726],"key":8110,"region":"Pittsburgh","rvs_start_point":[40.4573088104,-79.978890412],"landmarks":{"end_point":[[40.4538594,-79.9818726],"garden"],"start_point":[[40.4573088104,-79.978890412],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_3":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_4":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_5":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_15":[[40.4540878,-79.9817118],"hairdresser shop"],"near_pivot":[[40.4540878,-79.9817118],"hairdresser shop"],"beyond_pivot":[[40.4531251075,-79.982613132],"parking"],"around_goal_pivot_1":[[40.454991,-79.9816836],"3 gardens"],"around_goal_pivot_2":[[40.4534781138,-79.9810563764],"bar"],"around_goal_pivot_3":[[40.452669,-79.9823147],"veterinary"],"around_goal_pivot_4":[[40.4536821,-79.980084],"art shop"],"around_goal_pivot_5":[[40.4529020767,-79.9812134541],"supermarket"],"around_goal_pivot_6":[[40.454542,-79.98227],"fitness centre"]}} +{"rvs_sample_number":486,"content":"Meet me at the Bing pitch south of your location. Head south one block then turn east. Then turn south onto the next street. Head south past Central Catholic High School. Keep heading south on Boundary Street. Stay on Boundary Street and keep going south at the fork in the road. Your destination will be on the west side after the fork in the road. It is directly south of Panther Hollow.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4386271002,-79.9504667473],"key":8111,"region":"Pittsburgh","rvs_start_point":[40.4478509883,-79.9493932073],"landmarks":{"end_point":[[40.4386271002,-79.9504667473],"pitch"],"start_point":[[40.4478509883,-79.9493932073],"garden"],"main_pivot":[[40.4414439828,-79.9491803776],"Schenley Bridge"],"main_pivot_2":[[40.4414439828,-79.9491803776],"Schenley Bridge"],"main_pivot_3":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_4":[[40.4414439828,-79.9491803776],"Schenley Bridge"],"main_pivot_5":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_6":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_7":[[40.4480620938,-79.9494559324],"Oakland Catholic High School"],"main_pivot_8":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_9":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_10":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_11":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_12":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_13":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_14":[[40.4480620938,-79.9494559324],"Oakland Catholic High School"],"main_pivot_15":[[40.4404067718,-79.9500782338],"parking lot"],"near_pivot":[[40.4404067718,-79.9500782338],"parking lot"]}} +{"rvs_sample_number":287,"content":"Head west, and meet me at the Love, Pittsburgh gift shop just south of the Fine Wine & Good Spirits on Shiloh Street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4292309737,-80.0071907455],"key":8112,"region":"Pittsburgh","rvs_start_point":[40.4264032039,-79.9886613395],"landmarks":{"end_point":[[40.4292309737,-80.0071907455],"gift shop"],"start_point":[[40.4264032039,-79.9886613395],"bridge"],"main_pivot":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_2":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_3":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_4":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_5":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_6":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_7":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_8":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_9":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_10":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_11":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_12":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_13":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_14":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_15":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"near_pivot":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4300954,-80.0072393],"fast food restaurant"],"around_goal_pivot_2":[[40.4305755,-80.0069519],"post office"]}} +{"rvs_sample_number":66,"content":"I'm waiting for you by a waste basket on Ridge Avenue. Cross the bridge to get here. On the east block from the waste basket, you'll find a fast food restaurant and a vending machine.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4501501,-80.0153448],"key":8113,"region":"Pittsburgh","rvs_start_point":[40.4422099,-80.0054427],"landmarks":{"end_point":[[40.4501501,-80.0153448],"waste basket"],"start_point":[[40.4422099,-80.0054427],"bench"],"main_pivot":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"]}} +{"rvs_sample_number":170,"content":"Meet me at the bar northwest of you. Head north past BABB Incorporated, and then turn west on Western Avenue. You will see the bar about one third of the way down the block on the south side of the street. If you get to the hotel, you went too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4515855,-80.0171842],"key":8114,"region":"Pittsburgh","rvs_start_point":[40.4495233,-80.0132934],"landmarks":{"end_point":[[40.4515855,-80.0171842],"bar"],"start_point":[[40.4495233,-80.0132934],"bench"],"main_pivot":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_2":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_3":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_4":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_5":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_6":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_7":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_8":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_9":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_10":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_11":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_12":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_13":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_14":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_15":[[40.4514967,-80.0179848],"hotel"],"near_pivot":[[40.4514967,-80.0179848],"hotel"],"beyond_pivot":[[40.450325,-80.0187662],"fast_food"],"around_goal_pivot_1":[[40.4523645,-80.0159351],"2 gardens"],"around_goal_pivot_2":[[40.4508192797,-80.0188200946],"fast food restaurant"],"around_goal_pivot_3":[[40.4518406,-80.0183603],"dentist's office"],"around_goal_pivot_4":[[40.4518188,-80.0159534],"pub"],"around_goal_pivot_5":[[40.4516358,-80.019041],"post box"],"around_goal_pivot_6":[[40.4521579,-80.0159562],"florist shop"],"around_goal_pivot_7":[[40.451763,-80.0154381],"fitness centre"],"around_goal_pivot_8":[[40.4523675,-80.0159092],"garden"]}} +{"rvs_sample_number":95,"content":"Meet me at the parking entrance on South Commons. It's on the other side of the river. Seems to be the exact same spot as \"2 parking entrances.\"","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4505807,-80.0041605],"key":8115,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234],"landmarks":{"end_point":[[40.4505807,-80.0041605],"parking entrance"],"start_point":[[40.4448715,-79.9936234],"bicycle parking"],"main_pivot":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.450578,-80.0042286],"2 parking entrances"],"near_pivot":[[40.450578,-80.0042286],"2 parking entrances"],"around_goal_pivot_1":[[40.4500749,-80.0049796],"post office"],"around_goal_pivot_2":[[40.4511429,-80.0049447],"restaurant"],"around_goal_pivot_3":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_4":[[40.4498497,-80.0048532],"post box"],"around_goal_pivot_5":[[40.4514469,-80.0049565],"fitness centre"],"around_goal_pivot_6":[[40.4507237,-80.0025388],"pitch"]}} +{"rvs_sample_number":29,"content":"I'm at a garden across the water on West Carson, after you cross the bridge head west along the river. You would see a large parking lot on your right and then the garden would be on your left nect to several parking lots.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4408194069,-80.019880667],"key":8116,"region":"Pittsburgh","rvs_start_point":[40.4421078,-80.0032967],"landmarks":{"end_point":[[40.4408194069,-80.019880667],"garden"],"start_point":[[40.4421078,-80.0032967],"fast food restaurant"],"main_pivot":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_2":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_3":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_4":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_5":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_6":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_7":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_8":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_10":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_11":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_12":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_13":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_14":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_15":[[40.4409017,-80.0198706],"garden"],"near_pivot":[[40.4409017,-80.0198706],"garden"],"around_goal_pivot_1":[[40.4417137,-80.0213169],"garden"]}} +{"rvs_sample_number":343,"content":"I'm at the Medicine Shoppe pharmacy a few blocks east of you, on Centre Avenue. It's between University of Pittsburgh Medical Center and Hillman Cancer Center. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4542215,-79.9434748],"key":8117,"region":"Pittsburgh","rvs_start_point":[40.4518803998,-79.9510268669],"landmarks":{"end_point":[[40.4542215,-79.9434748],"pharmacy"],"start_point":[[40.4518803998,-79.9510268669],"parking space"],"main_pivot":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_2":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_3":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_4":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_5":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_6":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_7":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_8":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_9":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_10":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_11":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_12":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_13":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_14":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_15":[[40.4542117,-79.9444075],"hospital"],"near_pivot":[[40.4542117,-79.9444075],"hospital"],"around_goal_pivot_1":[[40.4539242,-79.9444925],"church"]}} +{"rvs_sample_number":226,"content":"Walk straight east on the street you are on and meet me at Cupka's cafe restaurant immediately before State farm.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4280160779,-79.9723044021],"key":8118,"region":"Pittsburgh","rvs_start_point":[40.4289038852,-79.9796153695],"landmarks":{"end_point":[[40.4280160779,-79.9723044021],"restaurant"],"start_point":[[40.4289038852,-79.9796153695],"jewelry shop"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4279952515,-79.9720899247],"State Farm"],"near_pivot":[[40.4279952515,-79.9720899247],"State Farm"],"beyond_pivot":[[40.4283404,-79.9715396],"restaurant"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4282742582,-79.9741033256],"tattoo shop"],"around_goal_pivot_4":[[40.4282592,-79.9738357],"furniture shop"],"around_goal_pivot_5":[[40.4288239,-79.972878],"four parking spaces"],"around_goal_pivot_6":[[40.4282445,-79.973575],"clothes shop"],"around_goal_pivot_7":[[40.4284903,-79.9709252],"convenience shop"],"around_goal_pivot_8":[[40.4288162,-79.9727162],"4 parking spaces"],"around_goal_pivot_9":[[40.4288146,-79.9744799],"park"],"around_goal_pivot_10":[[40.4288226,-79.9728511],"4 parking spaces"]}} +{"rvs_sample_number":514,"content":"Grab me a sandwich while you're at the deli, and bring it to me at the bench on Western Avenue just in front of the sandwich shop where I got food poisoning last time. It's the one about a block west of West Park, on the corner.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4523023,-80.0150617],"key":8119,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406],"landmarks":{"end_point":[[40.4523023,-80.0150617],"bench"],"start_point":[[40.4556387,-80.006406],"deli shop"],"main_pivot":[[40.4561800471,-80.0065078866],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_2":[[40.4525855,-80.0139539],"West Park"],"main_pivot_3":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_4":[[40.4525855,-80.0139539],"West Park"],"main_pivot_5":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_6":[[40.4525855,-80.0139539],"West Park"],"main_pivot_7":[[40.4525855,-80.0139539],"West Park"],"main_pivot_8":[[40.4525855,-80.0139539],"West Park"],"main_pivot_9":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_10":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_11":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_12":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_13":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_14":[[40.4525855,-80.0139539],"West Park"],"main_pivot_15":[[40.4523315,-80.0150728],"restaurant"],"near_pivot":[[40.4523315,-80.0150728],"restaurant"],"beyond_pivot":[[40.4519793,-80.016878],"place_of_worship"],"around_goal_pivot_1":[[40.451993,-80.0159552],"pub"],"around_goal_pivot_2":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_3":[[40.4510375,-80.0157857],"parking lot"],"around_goal_pivot_4":[[40.4531255,-80.0143908],"two gardens"],"around_goal_pivot_5":[[40.451889,-80.0166084],"post box"],"around_goal_pivot_6":[[40.4522986,-80.0165304],"books shop"],"around_goal_pivot_7":[[40.4517896,-80.0166761],"beauty shop"]}} +{"rvs_sample_number":197,"content":"Cross the river and head east on East Carson Street to find the clothes shop where I'm in. On the preceding block of the shop, you'll see Vogt True Value Hardware. On the same block, there is a fast food restaurant before the clothes shop.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4286572266,-79.9838474971],"key":8120,"region":"Pittsburgh","rvs_start_point":[40.4401762741,-79.9927781574],"landmarks":{"end_point":[[40.4286572266,-79.9838474971],"clothes shop"],"start_point":[[40.4401762741,-79.9927781574],"bridge"],"main_pivot":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_2":[[40.4399279,-79.9926818],"Pittsburgh Marriott City Center"],"main_pivot_3":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_4":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_5":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_6":[[40.4399279,-79.9926818],"Pittsburgh Marriott City Center"],"main_pivot_7":[[40.4399279,-79.9926818],"Pittsburgh Marriott City Center"],"main_pivot_8":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_9":[[40.4399279,-79.9926818],"Pittsburgh Marriott City Center"],"main_pivot_10":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_11":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_12":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_13":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_14":[[40.4399279,-79.9926818],"Pittsburgh Marriott City Center"],"main_pivot_15":[[40.4286592,-79.9835871],"fast food restaurant"],"near_pivot":[[40.4286592,-79.9835871],"fast food restaurant"],"beyond_pivot":[[40.4287518,-79.9830829],"pub"],"around_goal_pivot_1":[[40.4286454,-79.9825752],"theatre"],"around_goal_pivot_2":[[40.428841,-79.9854326],"fast food restaurant"],"around_goal_pivot_3":[[40.4288395,-79.985506],"Great Clips"],"around_goal_pivot_4":[[40.4293476,-79.9826135],"pub"],"around_goal_pivot_5":[[40.4288971,-79.9853085],"bicycle parking"],"around_goal_pivot_6":[[40.4286976,-79.985829],"sports shop"],"around_goal_pivot_7":[[40.428719,-79.9849184],"hardware shop"],"around_goal_pivot_8":[[40.4288499,-79.9850031],"musical instrument shop"],"around_goal_pivot_9":[[40.4288515,-79.9849269],"tattoo shop"],"around_goal_pivot_10":[[40.4286192807,-79.9827622461],"beauty shop"]}} +{"rvs_sample_number":23,"content":"I'm at the University It's the second building on your left from the beginning of Academic Walk. Go south. Cross the boulevard east. and see me at the Academic Walk. If you reach the stadium you have gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4362353308,-79.9916765165],"key":8121,"region":"Pittsburgh","rvs_start_point":[40.4441772,-79.9961827],"landmarks":{"end_point":[[40.4362353308,-79.9916765165],"university"],"start_point":[[40.4441772,-79.9961827],"hairdresser shop"],"main_pivot":[[40.4385909,-79.9947583],"Old Allegheny County Jail"],"main_pivot_2":[[40.4411316798,-79.9962573779],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_3":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_4":[[40.4385909,-79.9947583],"Old Allegheny County Jail"],"main_pivot_5":[[40.4411316798,-79.9962573779],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_6":[[40.44043,-79.9952475],"Mellon Green"],"main_pivot_7":[[40.4446692,-79.9951676],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_9":[[40.442423944,-79.9959252514],"Verizon Building"],"main_pivot_10":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_11":[[40.4425973,-79.9964572],"Centre City Tower"],"main_pivot_12":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.4446692,-79.9951676],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_15":[[40.4366667,-79.9922222],"school"],"near_pivot":[[40.4366667,-79.9922222],"school"],"around_goal_pivot_1":[[40.4371732,-79.9917916],"library"],"around_goal_pivot_2":[[40.4361803,-79.9928307],"school"],"around_goal_pivot_3":[[40.4359071,-79.9906724],"stadium"],"around_goal_pivot_4":[[40.4358447,-79.9906269],"pitch"]}} +{"rvs_sample_number":59,"content":"Meet me at the bike repair station at the University. It's jus east of you between William Pitt Union and Litchfield Tower B on the southeast side of Fifth Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431912,-79.9555779],"key":8122,"region":"Pittsburgh","rvs_start_point":[40.4439142,-79.9582883],"landmarks":{"end_point":[[40.4431912,-79.9555779],"bicycle repair station"],"start_point":[[40.4439142,-79.9582883],"bench"],"main_pivot":[[40.44396,-79.9568288],"University Club"],"main_pivot_2":[[40.44396,-79.9568288],"University Club"],"main_pivot_3":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_4":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_5":[[40.4443575,-79.9585156],"Allen Hall"],"main_pivot_6":[[40.4428564,-79.9565408],"Litchfield Tower B"],"main_pivot_7":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_8":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_9":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_10":[[40.4437284,-79.957489],"Pittsburgh Science and Technology Academy"],"main_pivot_11":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_12":[[40.4442547838,-79.9585480242],"Learning Research and Development Center Building"],"main_pivot_13":[[40.44396,-79.9568288],"University Club"],"main_pivot_14":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_15":[[40.4434069,-79.9552538],"attraction"],"near_pivot":[[40.4434069,-79.9552538],"attraction"],"around_goal_pivot_1":[[40.4427572,-79.9547633],"library"],"around_goal_pivot_2":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_3":[[40.4435847638,-79.9569393803],"church"],"around_goal_pivot_4":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_5":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_6":[[40.4442606,-79.9560729],"parking entrance"],"around_goal_pivot_7":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4439302,-79.9557363],"park"],"around_goal_pivot_10":[[40.4419883,-79.9561949],"garden"]}} +{"rvs_sample_number":235,"content":"Come to Papa John's on Centre Avenue. Aspen Dental is just next to it and Pep Boys is located west of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4535476,-79.9469155],"key":8123,"region":"Pittsburgh","rvs_start_point":[40.4567199,-79.9345217],"landmarks":{"end_point":[[40.4535476,-79.9469155],"fast food restaurant"],"start_point":[[40.4567199,-79.9345217],"supermarket"],"main_pivot":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_2":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_9":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_12":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_13":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_14":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_15":[[40.4535824,-79.9467853],"dentist's office"],"near_pivot":[[40.4535824,-79.9467853],"dentist's office"],"beyond_pivot":[[40.4535446,-79.9478367],"car"],"around_goal_pivot_1":[[40.454179,-79.9477117],"bank"]}} +{"rvs_sample_number":150,"content":"Let's meet up at the gap east of you about 4 blocks or so. It's the one on walnut street. It's one block east of Lewis Hair shop, same side of the street. If you get to the drug store, you're too far east.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4509523,-79.93416],"key":8124,"region":"Pittsburgh","rvs_start_point":[40.4520016,-79.9518821],"landmarks":{"end_point":[[40.4509523,-79.93416],"Gap"],"start_point":[[40.4520016,-79.9518821],"post box"],"main_pivot":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_2":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_3":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_4":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_5":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_6":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_7":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_8":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_9":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_10":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_11":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_12":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_13":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_14":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"beyond_pivot":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_1":[[40.4507402,-79.9357127],"fast food restaurant"],"around_goal_pivot_2":[[40.451478,-79.9330869],"L'Occitane"],"around_goal_pivot_3":[[40.4514149,-79.932741],"Sephora"],"around_goal_pivot_4":[[40.4506067,-79.9353611],"pharmacy"],"around_goal_pivot_5":[[40.4513911,-79.9328242],"cafe"],"around_goal_pivot_6":[[40.4504578,-79.9352413],"bar"],"around_goal_pivot_7":[[40.4505896,-79.9351524],"hairdresser shop"],"around_goal_pivot_8":[[40.4515613,-79.9328992],"bakery shop"],"around_goal_pivot_9":[[40.4514368,-79.9333787],"vacant shop"],"around_goal_pivot_10":[[40.4509616,-79.935748],"mall"]}} +{"rvs_sample_number":156,"content":"Meet me at the post box east of you. You can take Forbes Avenue to the east, past Central Catholic High School. When you see Gesling Stadium, turn walk around the stadium and you will see the post box south of the stadium right before the street to its south. You will pass the stadium food court on your way.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4418971,-79.9395812],"key":8125,"region":"Pittsburgh","rvs_start_point":[40.4414441,-79.9573262],"landmarks":{"end_point":[[40.4418971,-79.9395812],"post box"],"start_point":[[40.4414441,-79.9573262],"restaurant"],"main_pivot":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_2":[[40.4415966,-79.956783],"Sennott Square"],"main_pivot_3":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_4":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_5":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_7":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_8":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_9":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_12":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_13":[[40.4425414,-79.9554321],"David Lawrence Hall"],"main_pivot_14":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_15":[[40.4425853,-79.9400997],"food court"],"near_pivot":[[40.4425853,-79.9400997],"food court"],"around_goal_pivot_1":[[40.4427381,-79.9404972],"waste basket"],"around_goal_pivot_2":[[40.4429856,-79.9394362],"water"],"around_goal_pivot_3":[[40.442555,-79.9401566],"2 restaurants"],"around_goal_pivot_4":[[40.442669,-79.9398276],"stadium"]}} +{"rvs_sample_number":592,"content":"Head east and meet me at the bar on Brereton Street. Go past the entrance at Immaculate Heart of Mary Parking, and I'll be on the end of the block across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4567786,-79.9677217],"key":8126,"region":"Pittsburgh","rvs_start_point":[40.4551474869,-79.9813685567],"landmarks":{"end_point":[[40.4567786,-79.9677217],"bar"],"start_point":[[40.4551474869,-79.9813685567],"garden"],"main_pivot":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_2":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_3":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_4":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_5":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_6":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_7":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_8":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_10":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_11":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_12":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_13":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_14":[[40.4557034,-79.9792622],"Cinderlands Warehouse"],"main_pivot_15":[[40.4574062,-79.9680824],"garden"],"near_pivot":[[40.4574062,-79.9680824],"garden"],"beyond_pivot":[[40.4568205,-79.9660399],"bar"],"around_goal_pivot_1":[[40.4568205,-79.9660399],"bar"],"around_goal_pivot_2":[[40.4565274,-79.9691578],"parking lot"],"around_goal_pivot_3":[[40.4570758,-79.9692448],"garden"]}} +{"rvs_sample_number":195,"content":"Let's meet at the Jack's bar on East Carson Street. It's west of you. It's just southwest of Bloom Cigar Company. One block before the bar you'll see Great Clips (on the same side of the road). If you need a snack, you can grab a blizzard at the Dairy Queen beside the Great Clips, it's not likely to melt before you get to the bar, it's only a block away.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4288409022,-79.9866265757],"key":8127,"region":"Pittsburgh","rvs_start_point":[40.4279944217,-79.9722193385],"landmarks":{"end_point":[[40.4288409022,-79.9866265757],"bar"],"start_point":[[40.4279944217,-79.9722193385],"fast food restaurant"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4289746,-79.9865225],"tobacco shop"],"near_pivot":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_1":[[40.4284526,-79.9882974],"gas station"],"around_goal_pivot_2":[[40.428841,-79.9854326],"fast food restaurant"],"around_goal_pivot_3":[[40.4288395,-79.985506],"Great Clips"],"around_goal_pivot_4":[[40.4288971,-79.9853085],"bicycle parking"],"around_goal_pivot_5":[[40.4287981521,-79.9878210635],"art shop"],"around_goal_pivot_6":[[40.428719,-79.9849184],"hardware shop"],"around_goal_pivot_7":[[40.4288499,-79.9850031],"musical instrument shop"],"around_goal_pivot_8":[[40.4287826918,-79.9882723402],"boutique shop"],"around_goal_pivot_9":[[40.4288515,-79.9849269],"tattoo shop"],"around_goal_pivot_10":[[40.4288578,-79.9846224],"copyshop shop"]}} +{"rvs_sample_number":148,"content":"Let's meet up at the garden on North Shore Drive, right before it ends at it's easternmost part (a half block). It's just across the street from Riverfront park. Just east of the garden there is a sort of baseball park.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4465054522,-80.0087700955],"key":8128,"region":"Pittsburgh","rvs_start_point":[40.4558511839,-80.0150083379],"landmarks":{"end_point":[[40.4465054522,-80.0087700955],"garden"],"start_point":[[40.4558511839,-80.0150083379],"garden"],"main_pivot":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_2":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_3":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_4":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_5":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_6":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_7":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_8":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_9":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_10":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_11":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_12":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_13":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_14":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_15":[[40.4462625,-80.0085987],"park"],"near_pivot":[[40.4462625,-80.0085987],"park"],"around_goal_pivot_1":[[40.4474054,-80.0101409],"train station"],"around_goal_pivot_3":[[40.4462242,-80.0106189],"restaurant"],"around_goal_pivot_4":[[40.447448,-80.0100764],"clothes shop"]}} +{"rvs_sample_number":81,"content":"Go to the parking lot where I parked the car. You should cross the bridge north and keep going north after you pass west north avenue go north for another 2 blocks near the theater. I'm two blocks west of the marketplace.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4567362886,-80.0085183242],"key":8129,"region":"Pittsburgh","rvs_start_point":[40.4427926971,-80.0066476058],"landmarks":{"end_point":[[40.4567362886,-80.0085183242],"parking lot"],"start_point":[[40.4427926971,-80.0066476058],"garden"],"main_pivot":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_12":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4570869,-80.00772],"atm"],"near_pivot":[[40.4570869,-80.00772],"atm"],"beyond_pivot":[[40.4575522,-80.0084049],"place_of_worship"],"around_goal_pivot_1":[[40.4556681,-80.0074387],"theatre"],"around_goal_pivot_2":[[40.4554671,-80.0092937],"2 gardens"],"around_goal_pivot_3":[[40.456276,-80.0067471],"library"],"around_goal_pivot_4":[[40.4563551,-80.0070856],"restaurant"],"around_goal_pivot_5":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_6":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_7":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_8":[[40.4566518,-80.0074643],"parking entrance"],"around_goal_pivot_9":[[40.4567384,-80.006851],"mobile phone shop"],"around_goal_pivot_10":[[40.4565662,-80.0071629],"beauty shop"]}} +{"rvs_sample_number":235,"content":"Can you meet me and pick me up at the Doctors? I'm not allowed to drive home by myself, I have taken a sedative. It's located just north of West Commerce Way. It's about a block or less from where the road ends and stops at it's westmost end. Masterwork Paint is about a half block west of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.458833,-79.9316836],"key":8130,"region":"Pittsburgh","rvs_start_point":[40.4535393,-79.9326295],"landmarks":{"end_point":[[40.458833,-79.9316836],"doctor's office"],"start_point":[[40.4535393,-79.9326295],"school"],"main_pivot":[[40.4565316,-79.9330054],"Negley"],"main_pivot_2":[[40.4565316,-79.9330054],"Negley"],"main_pivot_3":[[40.4565316,-79.9330054],"Negley"],"main_pivot_4":[[40.4565316,-79.9330054],"Negley"],"main_pivot_5":[[40.4565316,-79.9330054],"Negley"],"main_pivot_6":[[40.4565316,-79.9330054],"Negley"],"main_pivot_7":[[40.4565316,-79.9330054],"Negley"],"main_pivot_8":[[40.4565316,-79.9330054],"Negley"],"main_pivot_9":[[40.4565316,-79.9330054],"Negley"],"main_pivot_10":[[40.4565316,-79.9330054],"Negley"],"main_pivot_11":[[40.4565316,-79.9330054],"Negley"],"main_pivot_12":[[40.4565316,-79.9330054],"Negley"],"main_pivot_13":[[40.4565316,-79.9330054],"Negley"],"main_pivot_14":[[40.4565316,-79.9330054],"Negley"],"main_pivot_15":[[40.45879,-79.9326395],"gas station"],"near_pivot":[[40.45879,-79.9326395],"gas station"],"beyond_pivot":[[40.4587687,-79.9306043],"doctors"],"around_goal_pivot_1":[[40.4600085,-79.9310309],"restaurant"],"around_goal_pivot_2":[[40.4579234,-79.9320446],"post box"],"around_goal_pivot_3":[[40.4582249,-79.932453],"paint shop"],"around_goal_pivot_4":[[40.4589606,-79.9328851],"car repair shop"]}} +{"rvs_sample_number":358,"content":"Cross the bridge south over the river and meet me at the cafe on Graeme Street right where it ends at Market Square. It is right next to Chase bank and east of Rite Aid.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4411656,-80.0028461],"key":8131,"region":"Pittsburgh","rvs_start_point":[40.4520527,-80.0062278],"landmarks":{"end_point":[[40.4411656,-80.0028461],"cafe"],"start_point":[[40.4520527,-80.0062278],"fountain"],"main_pivot":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_9":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_13":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_14":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4398286,-80.0031415],"two fountains"],"around_goal_pivot_7":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_8":[[40.4411997,-80.0043789],"two gardens"],"around_goal_pivot_9":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_10":[[40.4410125,-80.0009821],"post box"]}} +{"rvs_sample_number":360,"content":"Meet me at the school. It is on the other side of the river. It is to the east of a university under the highway. It is on fifth avenue.Meet me at the school. It is on the other side of the river. It is to the east of a university under the highway. It is on fifth avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4389581,-79.9936641],"key":8132,"region":"Pittsburgh","rvs_start_point":[40.4290585589,-79.9816240486],"landmarks":{"end_point":[[40.4389581,-79.9936641],"school"],"start_point":[[40.4290585589,-79.9816240486],"confectionery shop"],"main_pivot":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_2":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_3":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_4":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_5":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_6":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_7":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_8":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_9":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_10":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_11":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_12":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_13":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_14":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_15":[[40.4388632,-79.9940233],"university"],"near_pivot":[[40.4388632,-79.9940233],"university"],"beyond_pivot":[[40.4397217,-79.9945577],"park"],"around_goal_pivot_1":[[40.4395933,-79.992707],"hotel"],"around_goal_pivot_2":[[40.4401511024,-79.9940664177],"DoubleTree"],"around_goal_pivot_3":[[40.4386606,-79.9920801],"police station"],"around_goal_pivot_4":[[40.4376489,-79.9944093],"parking lot"],"around_goal_pivot_5":[[40.4397217,-79.9945577],"park"]}} +{"rvs_sample_number":212,"content":"Meet me at the garden on Liberty Avenue. You will find an art shop on its northeast. A bank is just across the street in the west direction.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4523337911,-79.9802745008],"key":8133,"region":"Pittsburgh","rvs_start_point":[40.4435985,-79.9959204],"landmarks":{"end_point":[[40.4523337911,-79.9802745008],"garden"],"start_point":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"main_pivot":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_2":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_3":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_6":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_7":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_8":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_9":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_10":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_11":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_12":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_14":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4522619,-79.9810163],"bank"],"near_pivot":[[40.4522619,-79.9810163],"bank"],"around_goal_pivot_1":[[40.4533254,-79.9809237],"bar"],"around_goal_pivot_2":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_3":[[40.4520545,-79.9819129],"cafe"],"around_goal_pivot_4":[[40.4534828,-79.9798447],"art shop"],"around_goal_pivot_5":[[40.4521817,-79.9817261],"supermarket"]}} +{"rvs_sample_number":0,"content":"When you're done at the beauty shop, meet me at the REI on South 27th Street. After I'm done shopping we can grab a drink at Hofbr\u00e4uhaus just north east of the store, and across Tunnel Park.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.428568,-79.9657239],"key":8134,"region":"Pittsburgh","rvs_start_point":[40.428619023,-79.9826135835],"landmarks":{"end_point":[[40.428568,-79.9657239],"REI"],"start_point":[[40.428619023,-79.9826135835],"beauty shop"],"main_pivot":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_2":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_3":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_4":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_5":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_6":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_7":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_8":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_9":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_10":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_11":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_12":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_13":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_14":[[40.429107,-79.9650735],"South Shore Riverfront Park"],"main_pivot_15":[[40.4279563,-79.9660175],"bicycle rental"],"near_pivot":[[40.4279563,-79.9660175],"bicycle rental"],"beyond_pivot":[[40.4297302,-79.9668996],"parking"],"around_goal_pivot_1":[[40.429107,-79.9650735],"park"],"around_goal_pivot_2":[[40.4277401,-79.9652069],"Urban Outfitters"],"around_goal_pivot_3":[[40.4287232,-79.9647537],"pub"],"around_goal_pivot_4":[[40.427814,-79.965599],"post box"]}} +{"rvs_sample_number":171,"content":"I'm east of you and a bit south, at the florist shop next to a PNC Bank ATM on Bellefonte Street. It's on the block east of Pandora, and on the same block as Sephora.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4510513,-79.933702],"key":8135,"region":"Pittsburgh","rvs_start_point":[40.4513454,-79.9514553],"landmarks":{"end_point":[[40.4510513,-79.933702],"florist shop"],"start_point":[[40.4513454,-79.9514553],"parking space"],"main_pivot":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_2":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_5":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_6":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_7":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_8":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_9":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_10":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_11":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_12":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_13":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_14":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_15":[[40.4511496,-79.9336268],"atm"],"near_pivot":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_1":[[40.4518727,-79.9321586],"atm"],"around_goal_pivot_2":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_3":[[40.4514149,-79.932741],"Sephora"],"around_goal_pivot_4":[[40.4506774,-79.9349721],"marketplace"],"around_goal_pivot_5":[[40.4506067,-79.9353611],"pharmacy"],"around_goal_pivot_6":[[40.4505896,-79.9351524],"hairdresser shop"],"around_goal_pivot_7":[[40.4515613,-79.9328992],"bakery shop"],"around_goal_pivot_8":[[40.4513983,-79.9321878],"toy shop"],"around_goal_pivot_9":[[40.4507468,-79.9347737],"gift shop"],"around_goal_pivot_10":[[40.4504711,-79.9352892],"alcohol shop"]}} +{"rvs_sample_number":377,"content":"Go northeast past Allegheny West Historic District and Valero gas station. Meet me at the post box by the corner south of car repair shop and on the opposite side of the street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4567614,-80.0154516],"key":8136,"region":"Pittsburgh","rvs_start_point":[40.4466217435,-80.0231358474],"landmarks":{"end_point":[[40.4567614,-80.0154516],"post box"],"start_point":[[40.4466217435,-80.0231358474],"garden"],"main_pivot":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_2":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_3":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_4":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_5":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_6":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_7":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_8":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_9":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_10":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_11":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_12":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_13":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_14":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_15":[[40.4570556,-80.0146964],"cafe"],"near_pivot":[[40.4570556,-80.0146964],"cafe"],"beyond_pivot":[[40.4565949,-80.0141831],"place_of_worship"],"around_goal_pivot_1":[[40.4561094,-80.0160925],"gas station"],"around_goal_pivot_2":[[40.455855,-80.0151385],"two gardens"],"around_goal_pivot_3":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_4":[[40.4577823,-80.0160109],"car repair shop"],"around_goal_pivot_5":[[40.4578179,-80.015729],"convenience shop"],"around_goal_pivot_6":[[40.4557685831,-80.0150988031],"garden"],"around_goal_pivot_7":[[40.455855,-80.0151385],"park"]}} +{"rvs_sample_number":548,"content":"You can take Forbes Avenue a few blocks east to meet me at this multipolygon garden, next to seven gardens. The University of Pittsburgh has a theatre on the block north of here. If you get to the Carnegie Music Hall, you've gone too far east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431862616,-79.9529553847],"key":8137,"region":"Pittsburgh","rvs_start_point":[40.44144,-79.9566713],"landmarks":{"end_point":[[40.4431862616,-79.9529553847],"garden"],"start_point":[[40.44144,-79.9566713],"cafe"],"main_pivot":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_2":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_3":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_4":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_5":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_6":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_7":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_8":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_9":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_10":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_11":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_12":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_13":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_14":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_15":[[40.4431463,-79.9526397],"seven gardens"],"near_pivot":[[40.4431463,-79.9526397],"seven gardens"],"beyond_pivot":[[40.4438813,-79.9527302],"theatre"],"around_goal_pivot_1":[[40.4429684,-79.9511033],"library"],"around_goal_pivot_2":[[40.4430307,-79.9550258],"attraction"],"around_goal_pivot_3":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_4":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_5":[[40.4434709,-79.9513212],"theatre"],"around_goal_pivot_6":[[40.4438233,-79.9523702],"parking lot"]}} +{"rvs_sample_number":185,"content":"Move northwest past post box on Forbes avenue, meet me at the books shop north of Carnegie Museum of Art. There is a police station up north.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4449435,-79.9488571],"key":8138,"region":"Pittsburgh","rvs_start_point":[40.441953,-79.9459498],"landmarks":{"end_point":[[40.4449435,-79.9488571],"books shop"],"start_point":[[40.441953,-79.9459498],"bench"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_4":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_8":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_9":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"beyond_pivot":[[40.4456807,-79.9490816],"police"],"around_goal_pivot_1":[[40.4460437,-79.9487644],"fast food restaurant"],"around_goal_pivot_2":[[40.4458841,-79.9487456],"dentist's office"],"around_goal_pivot_3":[[40.4456807,-79.9490816],"police station"],"around_goal_pivot_4":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_5":[[40.4463215,-79.9485086],"hairdresser shop"],"around_goal_pivot_6":[[40.4462841,-79.9487558],"boutique shop"],"around_goal_pivot_7":[[40.4456331,-79.9473761],"garden"],"around_goal_pivot_8":[[40.4444165,-79.9477794],"park"]}} +{"rvs_sample_number":145,"content":"Move northwest over Monongahela River past 11 Stanwix Street and 6 gardens. See mee at Sly Fox restaurant southeast of drinking water.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4408589,-80.0060956],"key":8139,"region":"Pittsburgh","rvs_start_point":[40.4307837912,-80.0018278207],"landmarks":{"end_point":[[40.4408589,-80.0060956],"restaurant"],"start_point":[[40.4307837912,-80.0018278207],"bridge"],"main_pivot":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_2":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_3":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_4":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_5":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_6":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_7":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_8":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_9":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_10":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_11":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_12":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_13":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_14":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_15":[[40.4403817,-80.0056501],"6 gardens"],"near_pivot":[[40.4403817,-80.0056501],"6 gardens"],"beyond_pivot":[[40.4410284,-80.0053083],"garden"],"around_goal_pivot_1":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_2":[[40.4399333,-80.0074669],"parking lot"],"around_goal_pivot_3":[[40.4405718,-80.0047078],"4 gardens"],"around_goal_pivot_4":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_5":[[40.4416064,-80.0047132],"park"]}} +{"rvs_sample_number":175,"content":"Meet me at the garden southwest of your location. Head south until you get to Fort Pitt Boulevard. There is a garden on the corner of the street. Your destination is another garden northeast of that one. It is just northwest of Bluebird Kitchen restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4393715379,-80.0064314864],"key":8140,"region":"Pittsburgh","rvs_start_point":[40.4419422,-80.0050743],"landmarks":{"end_point":[[40.4393715379,-80.0064314864],"garden"],"start_point":[[40.4419422,-80.0050743],"bench"],"main_pivot":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_2":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_3":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_4":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_5":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_6":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_7":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_8":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_9":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_10":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_11":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_12":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_13":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_14":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_15":[[40.438993,-80.0059643],"restaurant"],"near_pivot":[[40.438993,-80.0059643],"restaurant"],"beyond_pivot":[[40.4392077,-80.0072231],"garden"],"around_goal_pivot_1":[[40.4397265,-80.0047652],"church"],"around_goal_pivot_2":[[40.4405789,-80.0055273],"two gardens"],"around_goal_pivot_3":[[40.4403042258,-80.0056664849],"2 gardens"],"around_goal_pivot_4":[[40.4389011,-80.0050604],"post office"],"around_goal_pivot_5":[[40.4391225,-80.0047553],"beauty shop"],"around_goal_pivot_6":[[40.4404225,-80.0055595],"five gardens"],"around_goal_pivot_10":[[40.4404048,-80.0055737],"4 gardens"]}} +{"rvs_sample_number":497,"content":"You can meet me at the restaurant in the food court. It's south of you, and near Margaret Morrison Street. This restaurant is the one on the southeast in a group of others, near the middle of the food court. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4425229,-79.9399823],"key":8141,"region":"Pittsburgh","rvs_start_point":[40.4562577,-79.9446608],"landmarks":{"end_point":[[40.4425229,-79.9399823],"restaurant"],"start_point":[[40.4562577,-79.9446608],"parking entrance"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4425579268,-79.9399746337],"food court"],"near_pivot":[[40.4425579268,-79.9399746337],"food court"],"beyond_pivot":[[40.4429856,-79.9394362],"water"],"around_goal_pivot_1":[[40.4435252,-79.9395275],"parking lot"],"around_goal_pivot_2":[[40.4426255,-79.9417598],"pitch"]}} +{"rvs_sample_number":357,"content":"Meet me at the parking lot that is at the spot where Wrights way is interrupted by the Birmingham Bridge on it's west. The parking lot is the last thing on the corner right where Wrights way ends on it's north.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4288490348,-79.972862334],"key":8142,"region":"Pittsburgh","rvs_start_point":[40.4289103675,-79.9881930502],"landmarks":{"end_point":[[40.4288490348,-79.972862334],"parking space"],"start_point":[[40.4289103675,-79.9881930502],"bar"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.4282301,-79.9733198],"restaurant"],"near_pivot":[[40.4282301,-79.9733198],"restaurant"],"beyond_pivot":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_1":[[40.4299388,-79.9733019],"bridge"],"around_goal_pivot_2":[[40.4285668,-79.9742977],"2 libraries"],"around_goal_pivot_3":[[40.4281541,-79.9720745],"State Farm"],"around_goal_pivot_4":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_5":[[40.4281637,-79.9722462],"fast food restaurant"],"around_goal_pivot_6":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_7":[[40.4286319,-79.9715113],"2 restaurants"],"around_goal_pivot_8":[[40.4282592,-79.9738357],"furniture shop"],"around_goal_pivot_9":[[40.428126,-79.971617],"computer shop"],"around_goal_pivot_10":[[40.4281297,-79.9716831],"sports shop"]}} +{"rvs_sample_number":151,"content":"meet me at the parking lot of the carnegie library. from where you are, head south until you see heinz hall then take a left. take a right when you get the the cross section and keep heading north and cross the bridge. keep going down until the reach martin luther king jr elementary school and turn left. go past the verizon store and turn right. keep going along that street until you see rasta house restaurant. the library will be right next to it. walk around to the other side of it and you'll find me at the parking lot. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4566110158,-80.0065619248],"key":8143,"region":"Pittsburgh","rvs_start_point":[40.4432892,-80.0012487],"landmarks":{"end_point":[[40.4566110158,-80.0065619248],"parking lot"],"start_point":[[40.4432892,-80.0012487],"kindergarten"],"main_pivot":[[40.4434933,-80.0009058],"Century Building"],"main_pivot_2":[[40.4429002713,-80.0012395957],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4440687,-80.0021448],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4429002713,-80.0012395957],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.4429002713,-80.0012395957],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.4434933,-80.0009058],"Century Building"],"main_pivot_7":[[40.4434933,-80.0009058],"Century Building"],"main_pivot_8":[[40.4425773903,-80.0011658377],"EQT Plaza"],"main_pivot_9":[[40.4425773903,-80.0011658377],"EQT Plaza"],"main_pivot_10":[[40.4434933,-80.0009058],"Century Building"],"main_pivot_11":[[40.4429002713,-80.0012395957],"Heinz Hall for the Performing Arts"],"main_pivot_12":[[40.4425773903,-80.0011658377],"EQT Plaza"],"main_pivot_13":[[40.4434933,-80.0009058],"Century Building"],"main_pivot_14":[[40.4440687,-80.0021448],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4566445,-80.0066189],"library"],"near_pivot":[[40.4566445,-80.0066189],"library"],"beyond_pivot":[[40.4560477,-80.0055511],"parking"],"around_goal_pivot_1":[[40.4558617,-80.0045422],"hospital"],"around_goal_pivot_2":[[40.4557107,-80.0072114],"theatre"],"around_goal_pivot_3":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_4":[[40.4556178,-80.0065066],"cafe"],"around_goal_pivot_5":[[40.4569522,-80.0076342],"clinic"],"around_goal_pivot_6":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_7":[[40.4574642,-80.0067706],"two parking lots"],"around_goal_pivot_8":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_9":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_10":[[40.4566061,-80.0077089],"parking entrance"]}} +{"rvs_sample_number":202,"content":"I'm a good way northwest of you. Meet me at the storage rental shop on the west side of South Millvale Avenue just north of the Enterprise car rental.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4556483,-79.9479333],"key":8144,"region":"Pittsburgh","rvs_start_point":[40.4439431,-79.9421986],"landmarks":{"end_point":[[40.4556483,-79.9479333],"storage rental shop"],"start_point":[[40.4439431,-79.9421986],"fast food restaurant"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4470515,-79.9445047],"WQED"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4470515,-79.9445047],"WQED"],"main_pivot_5":[[40.4470515,-79.9445047],"WQED"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4470515,-79.9445047],"WQED"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4470515,-79.9445047],"WQED"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4470515,-79.9445047],"WQED"],"main_pivot_14":[[40.4470515,-79.9445047],"WQED"],"main_pivot_15":[[40.4552217,-79.9477884],"car rental"],"near_pivot":[[40.4552217,-79.9477884],"car rental"],"around_goal_pivot_1":[[40.4542899,-79.9475195],"fast food restaurant"],"around_goal_pivot_2":[[40.454179,-79.9477117],"bank"]}} +{"rvs_sample_number":268,"content":"Move east past Nicholas Lochoff Cloister and Schenley Bridge. I'm at the wooden bench close to the bicycle parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4389205,-79.9422762],"key":8145,"region":"Pittsburgh","rvs_start_point":[40.4417862,-79.9574481],"landmarks":{"end_point":[[40.4389205,-79.9422762],"bench"],"start_point":[[40.4417862,-79.9574481],"pub"],"main_pivot":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_2":[[40.4424999,-79.9518643],"Schenley Plaza"],"main_pivot_3":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_4":[[40.44238,-79.9561986],"Litchfield Tower A"],"main_pivot_5":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_6":[[40.4415635,-79.9555534],"Barco Law Building"],"main_pivot_7":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_8":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_9":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_10":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_11":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_12":[[40.4424999,-79.9518643],"Schenley Plaza"],"main_pivot_13":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_14":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_15":[[40.4389295637,-79.9422997207],"pitch"],"near_pivot":[[40.4389295637,-79.9422997207],"pitch"],"around_goal_pivot_1":[[40.4394128,-79.943182],"bicycle parking"]}} +{"rvs_sample_number":94,"content":"Let's meet at the parking lot that is in the parking lot off the exit ramp that leads to woodruff street. I think it's probably the carpool lot there where people using the main US Highway it leads off of park. Just to the southeast you'll see Emerald View or Mount Washington park. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.425902655,-80.0206219558],"key":8146,"region":"Pittsburgh","rvs_start_point":[40.4337735517,-80.0310080822],"landmarks":{"end_point":[[40.425902655,-80.0206219558],"parking lot"],"start_point":[[40.4337735517,-80.0310080822],"bridge"],"main_pivot":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_2":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_3":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_4":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_5":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_6":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_7":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_8":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_9":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_10":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_11":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_12":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_13":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_14":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_15":[[40.425770608,-80.0191737023],"parking lot"],"near_pivot":[[40.425770608,-80.0191737023],"parking lot"],"around_goal_pivot_2":[[40.4265741,-80.0219978],"car repair shop"],"around_goal_pivot_3":[[40.4254836,-80.0190888],"park"]}} +{"rvs_sample_number":32,"content":"Head southwest and pass Langley Hall, Benedum Hall, and meet me at the coffee cafe just west of the university of Sisters of Mercy on Terrace Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4404839565,-79.9653309251],"key":8147,"region":"Pittsburgh","rvs_start_point":[40.4500903,-79.9507227],"landmarks":{"end_point":[[40.4404839565,-79.9653309251],"cafe"],"start_point":[[40.4500903,-79.9507227],"bar"],"main_pivot":[[40.4457328,-79.9575316],"Cheveron Science Center"],"main_pivot_2":[[40.4441456,-79.9586912],"Learning Research and Development Center Building"],"main_pivot_3":[[40.4449449184,-79.9572876076],"O'Hara Student Center"],"main_pivot_4":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_5":[[40.445096,-79.9569263],"Soldiers and Sailors Memorial Hall"],"main_pivot_6":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_7":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_8":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_9":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_10":[[40.4444479,-79.9572754],"Thackeray Hall"],"main_pivot_11":[[40.4444479,-79.9572754],"Thackeray Hall"],"main_pivot_12":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_13":[[40.4444545,-79.9583493],"Allen Hall"],"main_pivot_14":[[40.4438859,-79.958716],"Benedum Hall"],"main_pivot_15":[[40.4404061,-79.9650977],"university"],"near_pivot":[[40.4404061,-79.9650977],"university"],"around_goal_pivot_1":[[40.4397913,-79.963941],"school"],"around_goal_pivot_2":[[40.4407271,-79.9643222],"parking lot"]}} +{"rvs_sample_number":209,"content":"I'm almost directly east of you. I'm at the pitch south of restaurant and on the north side of garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8148,"region":"Pittsburgh","rvs_start_point":[40.4407735,-79.9583094],"landmarks":{"end_point":[[40.4425367626,-79.9418598191],"pitch"],"start_point":[[40.4407735,-79.9583094],"Verizon"],"main_pivot":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_2":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_3":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_4":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_5":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_6":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_7":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_8":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_9":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_11":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_12":[[40.4425414,-79.9554321],"David Lawrence Hall"],"main_pivot_13":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_14":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_15":[[40.4431674,-79.9420988],"restaurant"],"near_pivot":[[40.4431674,-79.9420988],"restaurant"],"beyond_pivot":[[40.4425229,-79.9399823],"restaurant"],"around_goal_pivot_1":[[40.4416299,-79.9422016],"garden"],"around_goal_pivot_2":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_3":[[40.4422053,-79.9435606],"2 benches"],"around_goal_pivot_4":[[40.4439169,-79.9431234],"arts centre"],"around_goal_pivot_5":[[40.4426413,-79.9402936],"food court"],"around_goal_pivot_6":[[40.4427381,-79.9404972],"waste basket"],"around_goal_pivot_7":[[40.4437058,-79.9417179],"parking lot"],"around_goal_pivot_8":[[40.4421556,-79.9433239],"two benches"],"around_goal_pivot_9":[[40.4437584,-79.9423308],"books shop"],"around_goal_pivot_10":[[40.4431654,-79.9412733],"track"]}} +{"rvs_sample_number":207,"content":"Just move south on Smithfield street bridge past bicycle rental. I'm waiting at the garden west of Subway fast food restaurant. It is near the restaurant. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4325766179,-80.0042314496],"key":8149,"region":"Pittsburgh","rvs_start_point":[40.4403005,-79.9971708],"landmarks":{"end_point":[[40.4325766179,-80.0042314496],"garden"],"start_point":[[40.4403005,-79.9971708],"restaurant"],"main_pivot":[[40.4396726,-79.9977826],"(former Kaufmann's\/Macy's)"],"main_pivot_2":[[40.4405314,-79.9972675],"Mellon Square"],"main_pivot_3":[[40.438694,-79.9983902],"Law & Finance Building"],"main_pivot_4":[[40.4404736,-79.9971024],"Omni William Penn Hotel"],"main_pivot_5":[[40.440326,-79.9974043],"William Penn Place"],"main_pivot_6":[[40.4404736,-79.9971024],"Omni William Penn Hotel"],"main_pivot_7":[[40.4405314,-79.9972675],"Mellon Square"],"main_pivot_8":[[40.4405314,-79.9972675],"Mellon Square"],"main_pivot_9":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_10":[[40.4394877,-79.9973151],"Frick Building"],"main_pivot_11":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_12":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_13":[[40.4394877,-79.9973151],"Frick Building"],"main_pivot_14":[[40.4394877,-79.9973151],"Frick Building"],"main_pivot_15":[[40.4325381,-80.0039932],"fast food restaurant"],"near_pivot":[[40.4325381,-80.0039932],"fast food restaurant"],"around_goal_pivot_1":[[40.4333423,-80.0038478],"bar"],"around_goal_pivot_2":[[40.4336994,-80.0045251],"cafe"],"around_goal_pivot_3":[[40.4329005,-80.0030568],"bicycle rental"],"around_goal_pivot_4":[[40.4335284851,-80.0051483357],"mall"]}} +{"rvs_sample_number":451,"content":"We will meet on the south side of the river at State Farm on East Carson Street. A fast food restaurant is next to it and a post box is at the end of the block west of it.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4280522157,-79.9720498073],"key":8150,"region":"Pittsburgh","rvs_start_point":[40.4363066498,-79.9726933456],"landmarks":{"end_point":[[40.4280522157,-79.9720498073],"State Farm"],"start_point":[[40.4363066498,-79.9726933456],"bridge"],"main_pivot":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4281589,-79.9721601],"fast food restaurant"],"near_pivot":[[40.4281589,-79.9721601],"fast food restaurant"],"beyond_pivot":[[40.4282887,-79.971036],"fuel"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4288178,-79.9727509],"5 parking spaces"],"around_goal_pivot_4":[[40.4280875,-79.9703077],"social facility"],"around_goal_pivot_5":[[40.4288226,-79.9728511],"four parking spaces"],"around_goal_pivot_6":[[40.42824,-79.9734947],"bar"],"around_goal_pivot_7":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_8":[[40.4282445,-79.973575],"clothes shop"],"around_goal_pivot_9":[[40.4288239,-79.972878],"3 parking spaces"],"around_goal_pivot_10":[[40.4284903,-79.9709252],"convenience shop"]}} +{"rvs_sample_number":235,"content":"Meet me at the fast food restaurant southwest of you on Centre Avenue. You'll see it on the north side of the street next to the dentist's office.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4535476,-79.9469155],"key":8151,"region":"Pittsburgh","rvs_start_point":[40.4567199,-79.9345217],"landmarks":{"end_point":[[40.4535476,-79.9469155],"fast food restaurant"],"start_point":[[40.4567199,-79.9345217],"supermarket"],"main_pivot":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_2":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_9":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_12":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_13":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_14":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_15":[[40.4535824,-79.9467853],"dentist's office"],"near_pivot":[[40.4535824,-79.9467853],"dentist's office"],"beyond_pivot":[[40.4535446,-79.9478367],"car"],"around_goal_pivot_1":[[40.454179,-79.9477117],"bank"]}} +{"rvs_sample_number":52,"content":"I'm northeast of you, at a parking entrance on Hemlock Street. It's on the large block with the hospital and the Allegheny-Singer Research Institute. Also, it's the entrance closest to the northeast corner of that block. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4580014,-80.0024448],"key":8152,"region":"Pittsburgh","rvs_start_point":[40.4554246912,-80.0094677138],"landmarks":{"end_point":[[40.4580014,-80.0024448],"parking entrance"],"start_point":[[40.4554246912,-80.0094677138],"shelter"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4570339,-80.0048973],"hospital"],"near_pivot":[[40.4570339,-80.0048973],"hospital"],"beyond_pivot":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_1":[[40.4579699,-80.0040179],"two parking entrances"],"around_goal_pivot_2":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_3":[[40.4571775,-80.002972],"two shelters"],"around_goal_pivot_4":[[40.4572533,-80.0029929],"two shelters"],"around_goal_pivot_5":[[40.4573225,-80.0030498],"shelter"],"around_goal_pivot_6":[[40.457618,-80.0016311],"garden"]}} +{"rvs_sample_number":55,"content":"Let's pick up bikes at the HealthyRide Bike rental place on Tennyson Avenue. It's near a University Hall. It's across (North) from a large open space with different walks. The University Music building is on the next block north of the bike place. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4457094,-79.9533863],"key":8153,"region":"Pittsburgh","rvs_start_point":[40.4527735,-79.9494416],"landmarks":{"end_point":[[40.4457094,-79.9533863],"bicycle rental"],"start_point":[[40.4527735,-79.9494416],"restaurant"],"main_pivot":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_2":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_5":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_6":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_7":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_8":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_9":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_10":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_11":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_12":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_13":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_14":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_15":[[40.4459201,-79.9540366],"hotel"],"near_pivot":[[40.4459201,-79.9540366],"hotel"],"beyond_pivot":[[40.4466975,-79.9544002],"university"],"around_goal_pivot_1":[[40.4451146,-79.9517705],"9 benches"],"around_goal_pivot_2":[[40.4453976,-79.9519472],"attraction"],"around_goal_pivot_3":[[40.4452225,-79.9517081],"eight benches"],"around_goal_pivot_4":[[40.4448446,-79.9533072],"historic building"],"around_goal_pivot_5":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_6":[[40.4450746,-79.9550193],"Autograph Collection"],"around_goal_pivot_7":[[40.4451876,-79.9517616],"fountain"],"around_goal_pivot_9":[[40.4451837,-79.9516742],"eight benches"],"around_goal_pivot_10":[[40.4450962,-79.9518389],"seven benches"]}} +{"rvs_sample_number":273,"content":"Head west on East Carson Street. After you pass Slacker boutique, turn right at the next block and immediately on your left you will meet me at the Dairy Queen right next to the Great Clips.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4289650261,-79.9854737476],"key":8154,"region":"Pittsburgh","rvs_start_point":[40.4264652025,-79.9764653249],"landmarks":{"end_point":[[40.4289650261,-79.9854737476],"fast food restaurant"],"start_point":[[40.4264652025,-79.9764653249],"parking lot"],"main_pivot":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_2":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_3":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_4":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_5":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_6":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_7":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_8":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_9":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_10":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_11":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_12":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_13":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_14":[[40.4261822,-79.9786414],"Holy Assumption Orthodox Church"],"main_pivot_15":[[40.4289637175,-79.985510431],"Great Clips"],"near_pivot":[[40.4289637175,-79.985510431],"Great Clips"],"beyond_pivot":[[40.4287355,-79.9840745],"cafe"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4286712,-79.9867371],"bank"],"around_goal_pivot_3":[[40.4289099678,-79.9870314385],"pub"],"around_goal_pivot_4":[[40.4289274497,-79.9865208079],"nightclub"],"around_goal_pivot_5":[[40.4286648,-79.9870383],"parking lot"],"around_goal_pivot_6":[[40.4285697,-79.9838898],"clothes shop"],"around_goal_pivot_7":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_8":[[40.4291267,-79.9837545],"bicycle shop"],"around_goal_pivot_9":[[40.428676,-79.9865152],"florist shop"],"around_goal_pivot_10":[[40.4285769,-79.9836582],"tattoo shop"]}} +{"rvs_sample_number":26,"content":"Cross over Veterans Bridge and go past Pennsylvania Railroad. Meet me at the farm shop on the block before nightclub. It is on the same side of the street with coffee shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4507464473,-79.9848277969],"key":8155,"region":"Pittsburgh","rvs_start_point":[40.4535275,-80.0009731],"landmarks":{"end_point":[[40.4507464473,-79.9848277969],"farm shop"],"start_point":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4512457,-79.9850555],"nightclub"],"near_pivot":[[40.4512457,-79.9850555],"nightclub"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4515286,-79.9846387],"nightclub"],"around_goal_pivot_3":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_4":[[40.4499279928,-79.9855366038],"biergarten"],"around_goal_pivot_5":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_6":[[40.4495771,-79.985241],"three gardens"],"around_goal_pivot_7":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_8":[[40.450129,-79.9855891],"coffee shop"],"around_goal_pivot_9":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_10":[[40.4496145,-79.9852349],"two gardens"]}} +{"rvs_sample_number":3,"content":"We'll meet up at a parking lot northeast of you. It is on a parallel street north of West North Ave. This place is on the south side of the street, about a block northeast of a church. Go to the north side of the park and walk 3 blocks east and to the parallel street north and I am there. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4550204104,-80.0119682115],"key":8156,"region":"Pittsburgh","rvs_start_point":[40.4476638,-80.0213755],"landmarks":{"end_point":[[40.4550204104,-80.0119682115],"parking lot"],"start_point":[[40.4476638,-80.0213755],"parking entrance"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_5":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_10":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_11":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_12":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_13":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4540705455,-80.0135370767],"park"],"near_pivot":[[40.4540705455,-80.0135370767],"park"],"around_goal_pivot_1":[[40.4545773,-80.0103866],"playground"],"around_goal_pivot_2":[[40.4548136,-80.0107721],"two gardens"],"around_goal_pivot_3":[[40.4548067,-80.0108662],"2 gardens"],"around_goal_pivot_5":[[40.4543472,-80.0131333],"five gardens"]}} +{"rvs_sample_number":239,"content":"Come to the restaurant on North Shore Drive. Head south towards the expressway to get there. The restaurant is in the second block towards the river. There is a park across the street facing the river. Fort Duquesne Bridge is in the northeast corner of same block as the park.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4461439,-80.0110516],"key":8157,"region":"Pittsburgh","rvs_start_point":[40.4544787439,-80.012525152],"landmarks":{"end_point":[[40.4461439,-80.0110516],"restaurant"],"start_point":[[40.4544787439,-80.012525152],"garden"],"main_pivot":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_2":[[40.4454607045,-80.0106076625],"North Shore Riverfront Park"],"main_pivot_3":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_4":[[40.4460852,-80.0098862],"Fort Duquesne Bridge"],"main_pivot_5":[[40.4454607045,-80.0106076625],"North Shore Riverfront Park"],"main_pivot_6":[[40.4460852,-80.0098862],"Fort Duquesne Bridge"],"main_pivot_7":[[40.4454607045,-80.0106076625],"North Shore Riverfront Park"],"main_pivot_8":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_9":[[40.4460852,-80.0098862],"Fort Duquesne Bridge"],"main_pivot_10":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_11":[[40.4454607045,-80.0106076625],"North Shore Riverfront Park"],"main_pivot_12":[[40.4454607045,-80.0106076625],"North Shore Riverfront Park"],"main_pivot_13":[[40.4460852,-80.0098862],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4460852,-80.0098862],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4454607045,-80.0106076625],"park"],"near_pivot":[[40.4454607045,-80.0106076625],"park"],"around_goal_pivot_1":[[40.4467623,-80.0093261],"Hyatt Place"]}} +{"rvs_sample_number":70,"content":"After you pick up the Buca De Bepo, come meet me at the garden on West Station Square Drive. Once you pass the Sheraton Hotel, It's on the south side on the curve that goes south.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4355449275,-80.0088492465],"key":8158,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859],"landmarks":{"end_point":[[40.4355449275,-80.0088492465],"garden"],"start_point":[[40.4334995,-80.0043859],"restaurant"],"main_pivot":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_2":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_3":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_4":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_5":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_6":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_7":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_8":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_9":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_10":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_11":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_12":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_13":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_14":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_15":[[40.4354861,-80.0091401],"bicycle parking"],"near_pivot":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_1":[[40.4345394,-80.0065022],"Sheraton"],"around_goal_pivot_2":[[40.4345693,-80.0076878],"parking entrance"]}} +{"rvs_sample_number":552,"content":"I'm fairly far southwest of you, at the obelisk off Fourth Avenue. It's east of St. Mary of Mercy Church, and southwest of the Hilton Garden Inn. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.439775,-80.0031759],"key":8159,"region":"Pittsburgh","rvs_start_point":[40.4490529,-79.9873428],"landmarks":{"end_point":[[40.439775,-80.0031759],"obelisk"],"start_point":[[40.4490529,-79.9873428],"restaurant"],"main_pivot":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_2":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_3":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_6":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_7":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_8":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_9":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_10":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_11":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_14":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_15":[[40.4393893,-80.0027975],"parking lot"],"near_pivot":[[40.4393893,-80.0027975],"parking lot"],"beyond_pivot":[[40.4398942009,-80.0045333388],"place_of_worship"],"around_goal_pivot_1":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_2":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_3":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_4":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_5":[[40.4397607,-80.0011477],"2 restaurants"],"around_goal_pivot_6":[[40.4398331,-80.0043779],"church"],"around_goal_pivot_7":[[40.4396146,-80.0021377],"parking entrance"],"around_goal_pivot_8":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_9":[[40.4398519,-80.0010877],"stationery shop"],"around_goal_pivot_10":[[40.4409956,-80.003248],"dry cleaning shop"]}} +{"rvs_sample_number":200,"content":"Head south then turn west on West North Avenue, travel several blocks then meet me at the fountain across the street from the park. It is on the right side about a block before the hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4545393,-80.0122572],"key":8160,"region":"Pittsburgh","rvs_start_point":[40.4581070983,-80.0079752565],"landmarks":{"end_point":[[40.4545393,-80.0122572],"fountain"],"start_point":[[40.4581070983,-80.0079752565],"parking lot"],"main_pivot":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_2":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_3":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_4":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_5":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_6":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_7":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_8":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_9":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_10":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_11":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_12":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_13":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_14":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_15":[[40.4543932,-80.0118671],"park"],"near_pivot":[[40.4543932,-80.0118671],"park"],"beyond_pivot":[[40.4544222,-80.0130338],"hotel"],"around_goal_pivot_1":[[40.4545773,-80.0103866],"playground"],"around_goal_pivot_2":[[40.4543022,-80.0139686],"2 gardens"],"around_goal_pivot_7":[[40.4544018,-80.0131999],"two gardens"],"around_goal_pivot_8":[[40.454787,-80.0109705],"two gardens"]}} +{"rvs_sample_number":574,"content":"Meet me at the garden north of your location. Head northeast then turn northwest onto 23rd Street. Walk all the way to the water and stay on this street. Your destination is on the corner on the northeastern block of this street. It is northeast of Lock Wall One Marina.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4549385142,-79.9839774235],"key":8161,"region":"Pittsburgh","rvs_start_point":[40.4516049,-79.9834452],"landmarks":{"end_point":[[40.4549385142,-79.9839774235],"garden"],"start_point":[[40.4516049,-79.9834452],"bank"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4546937,-79.9847047],"parking lot"],"near_pivot":[[40.4546937,-79.9847047],"parking lot"],"beyond_pivot":[[40.4554914,-79.9835033],"garden"],"around_goal_pivot_1":[[40.4545931,-79.9852341],"marina"],"around_goal_pivot_2":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_5":[[40.4546573,-79.9828806],"2 gardens"],"around_goal_pivot_6":[[40.4546696,-79.9825144],"2 gardens"]}} +{"rvs_sample_number":145,"content":"Meet me at the restaurant on East Ohio Street. It is in between the antiques shop and H&R Block. It is the fourth shop from the east, same block as the antiques shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4535755,-79.9995036],"key":8162,"region":"Pittsburgh","rvs_start_point":[40.4484373799,-79.9922332357],"landmarks":{"end_point":[[40.4535755,-79.9995036],"restaurant"],"start_point":[[40.4484373799,-79.9922332357],"garden"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4537543,-79.9987157],"H&R Block"],"near_pivot":[[40.4537543,-79.9987157],"H&R Block"],"beyond_pivot":[[40.4529121,-79.9998497],"place_of_worship"],"around_goal_pivot_1":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_2":[[40.4538336,-79.998284],"pharmacy"],"around_goal_pivot_3":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_4":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_6":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_7":[[40.4531338,-79.9981077],"shelter"],"around_goal_pivot_8":[[40.4534549,-80.0013325],"ice cream"],"around_goal_pivot_9":[[40.4534029,-80.000485],"antiques shop"],"around_goal_pivot_10":[[40.4533877,-80.0005867],"florist shop"]}} +{"rvs_sample_number":469,"content":"Let's meet up at the cathedral building on North Bellefield Avenue. It is almost catty-cornered with a relay box. Oakland Catholic High School is on a northeast block from the destination.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8163,"region":"Pittsburgh","rvs_start_point":[40.4570102155,-79.936444284],"landmarks":{"end_point":[[40.4472023555,-79.9505076999],"cathedral"],"start_point":[[40.4570102155,-79.936444284],"parking lot"],"main_pivot":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_2":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_3":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_4":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_5":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_6":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_7":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_8":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_9":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_10":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_11":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_12":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_13":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_14":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_15":[[40.446906,-79.9508134],"relay box"],"near_pivot":[[40.446906,-79.9508134],"relay box"],"around_goal_pivot_1":[[40.446792,-79.9488775],"post box"],"around_goal_pivot_2":[[40.4477846,-79.9493669],"garden"]}} +{"rvs_sample_number":11,"content":"Meet me at the garden up north on Penn street from you. It's about 11 blocks or so up north of you. The garden is just a block south of the fitness centre. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4582315985,-79.9738251738],"key":8164,"region":"Pittsburgh","rvs_start_point":[40.4500896751,-79.9852429964],"landmarks":{"end_point":[[40.4582315985,-79.9738251738],"garden"],"start_point":[[40.4500896751,-79.9852429964],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4587895,-79.9741391],"gas station"],"near_pivot":[[40.4587895,-79.9741391],"gas station"],"beyond_pivot":[[40.4590093,-79.9734918],"parking"],"around_goal_pivot_1":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_2":[[40.4568823,-79.9731933],"parking entrance"],"around_goal_pivot_3":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_4":[[40.4586623,-79.974608],"fitness centre"],"around_goal_pivot_8":[[40.4574863,-79.9728021],"2 gardens"]}} +{"rvs_sample_number":136,"content":"Let's meet at the entrance to the parking lot facing Meyran Avenue. It's in the middle of the block that's southwest of the block with Dave and Andy's Ice cream.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4403112,-79.9578308],"key":8165,"region":"Pittsburgh","rvs_start_point":[40.4422807376,-79.9581279469],"landmarks":{"end_point":[[40.4403112,-79.9578308],"parking entrance"],"start_point":[[40.4422807376,-79.9581279469],"garden"],"main_pivot":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_2":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_3":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_4":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_5":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_6":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_7":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_8":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_9":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_10":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_11":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_12":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_13":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_14":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_15":[[40.4409403,-79.9576495],"cafe"],"near_pivot":[[40.4409403,-79.9576495],"cafe"],"around_goal_pivot_1":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_2":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_3":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_4":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_6":[[40.440917,-79.957296],"ice cream"],"around_goal_pivot_7":[[40.4414825,-79.9572814],"florist shop"]}} +{"rvs_sample_number":175,"content":"I'm west of you parking my bike on the corner of 5th avenue. across from the Academy of Jazz and Starbucks. There is also a church next to me. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4436817,-79.9560549],"key":8166,"region":"Pittsburgh","rvs_start_point":[40.4440544,-79.9432025],"landmarks":{"end_point":[[40.4436817,-79.9560549],"bicycle parking"],"start_point":[[40.4440544,-79.9432025],"garden"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_5":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_6":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_7":[[40.4434074,-79.9541759],"Millenium Panther"],"main_pivot_8":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_9":[[40.4434074,-79.9541759],"Millenium Panther"],"main_pivot_10":[[40.4430285296,-79.9537366638],"Hillman Library"],"main_pivot_11":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_12":[[40.4434074,-79.9541759],"Millenium Panther"],"main_pivot_13":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_14":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_15":[[40.4437433,-79.9546213],"attraction"],"near_pivot":[[40.4437433,-79.9546213],"attraction"],"beyond_pivot":[[40.4437284,-79.957489],"school"],"around_goal_pivot_1":[[40.4430285296,-79.9537366638],"library"],"around_goal_pivot_2":[[40.4435126,-79.9572423],"school"],"around_goal_pivot_3":[[40.4423828,-79.9566695],"fast food restaurant"],"around_goal_pivot_4":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_5":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_6":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_7":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_8":[[40.4448738,-79.9555394],"parking entrance"],"around_goal_pivot_9":[[40.4429238,-79.9550307],"convenience shop"],"around_goal_pivot_10":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":368,"content":"After you grab the pizza, head west about four blocks and meet me at the parking lot on the 400 block of Eloise Street. The park is just south of there.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4551936311,-80.0110232103],"key":8167,"region":"Pittsburgh","rvs_start_point":[40.4558213,-80.0065793],"landmarks":{"end_point":[[40.4551936311,-80.0110232103],"parking lot"],"start_point":[[40.4558213,-80.0065793],"restaurant"],"main_pivot":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_2":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_3":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_4":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_5":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_6":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_7":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_8":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_9":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_10":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_11":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_12":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_13":[[40.4561502789,-80.0067021251],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_14":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_15":[[40.4545746581,-80.0109071692],"park"],"near_pivot":[[40.4545746581,-80.0109071692],"park"],"beyond_pivot":[[40.4569286,-80.0122738],"museum"],"around_goal_pivot_1":[[40.4539932,-80.0100899],"zoo"],"around_goal_pivot_2":[[40.4555742,-80.0093317],"two parking lots"],"around_goal_pivot_3":[[40.4554584,-80.0095099],"shelter"],"around_goal_pivot_4":[[40.4555166,-80.0093644],"2 gardens"],"around_goal_pivot_5":[[40.4545676,-80.0122271],"2 gardens"],"around_goal_pivot_6":[[40.4559024,-80.0103314],"school"],"around_goal_pivot_7":[[40.4545393,-80.0122572],"fountain"],"around_goal_pivot_8":[[40.4545282,-80.0123365],"two gardens"],"around_goal_pivot_9":[[40.4545773,-80.0103866],"playground"]}} +{"rvs_sample_number":434,"content":"Follow Forbes Ave west from where you are, and continue past Hillman Library. Follow the road as it goes southward, and pass by the police station before you see the University of Pittsburgh on the same side of the street just past it.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4384579,-79.961056],"key":8168,"region":"Pittsburgh","rvs_start_point":[40.4441769665,-79.9433905785],"landmarks":{"end_point":[[40.4384579,-79.961056],"university"],"start_point":[[40.4441769665,-79.9433905785],"university"],"main_pivot":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_2":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_3":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_6":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_7":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_8":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_9":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_10":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_11":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_12":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_13":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_14":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_15":[[40.4386592,-79.9608742],"police station"],"near_pivot":[[40.4386592,-79.9608742],"police station"],"beyond_pivot":[[40.4365879,-79.9588272],"university"],"around_goal_pivot_1":[[40.4394479,-79.9597209],"fast food restaurant"],"around_goal_pivot_2":[[40.4393339,-79.9598901],"pharmacy"]}} +{"rvs_sample_number":499,"content":"Go a few blocks east and let's meet up at the playground in the park on Spring Way. It's a bit east of the clothes shop, and just a block south of the restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4577083474,-79.9734005743],"key":8169,"region":"Pittsburgh","rvs_start_point":[40.4575693608,-79.9791470446],"landmarks":{"end_point":[[40.4577083474,-79.9734005743],"playground"],"start_point":[[40.4575693608,-79.9791470446],"garden"],"main_pivot":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_2":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_3":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_5":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_6":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_7":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_8":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_10":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_11":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_12":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_13":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_14":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4591773394,-79.971808005],"parking"],"around_goal_pivot_1":[[40.4581054,-79.9721246],"2 gardens"],"around_goal_pivot_2":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_3":[[40.4587117,-79.972137],"car repair shop"],"around_goal_pivot_4":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_5":[[40.4578243,-79.9719115],"storage rental shop"],"around_goal_pivot_6":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":517,"content":"Meet me at the garden on 26th Street. You'll find a pub on its southeast. On the same block which faces the river and where the destination is located, there are other gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4566988391,-79.98041416],"key":8170,"region":"Pittsburgh","rvs_start_point":[40.4507954494,-79.9856799219],"landmarks":{"end_point":[[40.4566988391,-79.98041416],"garden"],"start_point":[[40.4507954494,-79.9856799219],"warehouse"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4571354,-79.9802577],"3 gardens"],"near_pivot":[[40.4571354,-79.9802577],"3 gardens"],"beyond_pivot":[[40.4574752,-79.98027],"garden"],"around_goal_pivot_1":[[40.4559416,-79.9795445],"pub"],"around_goal_pivot_5":[[40.4574543,-79.9802452],"three gardens"]}} +{"rvs_sample_number":120,"content":"Meet me at the sports shop southwest of you on Forbes Avenue. It's in the block southwest of Rite-Aid towards the middle of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.440825,-79.9578198],"key":8171,"region":"Pittsburgh","rvs_start_point":[40.4432714,-79.9541855],"landmarks":{"end_point":[[40.440825,-79.9578198],"sports shop"],"start_point":[[40.4432714,-79.9541855],"waste basket"],"main_pivot":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_2":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_3":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_4":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_5":[[40.4430989907,-79.95549271],"McCormick Hall"],"main_pivot_6":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_7":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_8":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_9":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_10":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_11":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_12":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_13":[[40.4430989907,-79.95549271],"McCormick Hall"],"main_pivot_14":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_15":[[40.4411465,-79.9573812],"pharmacy"],"near_pivot":[[40.4411465,-79.9573812],"pharmacy"],"beyond_pivot":[[40.4407282,-79.9586848],"cafe"],"around_goal_pivot_1":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_2":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_3":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_4":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_5":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_6":[[40.4418547,-79.9571582],"2 fast food restaurants"],"around_goal_pivot_7":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_8":[[40.4414813,-79.9567722],"post box"],"around_goal_pivot_9":[[40.4418935,-79.9566272],"waste basket"],"around_goal_pivot_10":[[40.4414825,-79.9572814],"florist shop"]}} +{"rvs_sample_number":573,"content":"Go north across the river and meet me at the Cricket Wireless on East Ohio Street. It is just east of the Goodwill.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4535623,-79.9995754],"key":8172,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4535623,-79.9995754],"Cricket Wireless"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_5":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_6":[[40.4422726744,-80.0012370082],"EQT Plaza"],"main_pivot_7":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_8":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_10":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_11":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_12":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_13":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_14":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4537543,-79.9987157],"H&R Block"],"around_goal_pivot_1":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_2":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_3":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_4":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_6":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_7":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_8":[[40.4534549,-80.0013325],"ice cream"],"around_goal_pivot_9":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_10":[[40.4533877,-80.0005867],"florist shop"]}} +{"rvs_sample_number":320,"content":"Meet me at the garden southwest of you. It's across Waterfront Drive from the Hampton Inn & Suites and in the middle of that block on the north side of Waterfront.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8173,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791],"landmarks":{"end_point":[[40.4475414275,-79.9933873775],"garden"],"start_point":[[40.4550048045,-79.9832316791],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"near_pivot":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"around_goal_pivot_1":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_2":[[40.4462825,-79.992984],"restaurant"],"around_goal_pivot_4":[[40.4465216,-79.9930849],"2 gardens"]}} +{"rvs_sample_number":172,"content":"Let's meet at the CVS. It's The one on North Craig Street. I'll be waiting in the parking space right beside of it, we can meet there and go inside together. Logan's Pub is on the next block north, other side of the street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513724393,-79.9513652678],"key":8174,"region":"Pittsburgh","rvs_start_point":[40.4463971,-79.9462007],"landmarks":{"end_point":[[40.4513724393,-79.9513652678],"parking space"],"start_point":[[40.4463971,-79.9462007],"bench"],"main_pivot":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_2":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_3":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_4":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_5":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_6":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_7":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_8":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_9":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_10":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_11":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_12":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_13":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_14":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_15":[[40.4515176,-79.9513999],"pharmacy"],"near_pivot":[[40.4515176,-79.9513999],"pharmacy"],"beyond_pivot":[[40.4521475004,-79.9514192616],"restaurant"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_3":[[40.4520925442,-79.9516024592],"2 fast food restaurants"],"around_goal_pivot_4":[[40.4520742,-79.9516633],"two convenience shops"],"around_goal_pivot_5":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_6":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_7":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_8":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_9":[[40.4518686,-79.9523621],"jewelry shop"],"around_goal_pivot_10":[[40.4520305,-79.9518088],"convenience shop"]}} +{"rvs_sample_number":538,"content":"Meet me at the florist shop southwest of you. If you head down Penn Avenue, you will see the florist in the block past the frame shop. It's one of the first things you will see after you cross the street after the frame shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4556286539,-79.9770370774],"key":8175,"region":"Pittsburgh","rvs_start_point":[40.4574214563,-79.9724620484],"landmarks":{"end_point":[[40.4556286539,-79.9770370774],"florist shop"],"start_point":[[40.4574214563,-79.9724620484],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_3":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_5":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_6":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_7":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_8":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_10":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_11":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_12":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_13":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_14":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_15":[[40.4561625,-79.9764224],"frame shop"],"near_pivot":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_1":[[40.4561124,-79.9760226],"animal boarding"],"around_goal_pivot_2":[[40.4549377,-79.9785942],"restaurant"],"around_goal_pivot_3":[[40.4570456,-79.9767123],"two gardens"],"around_goal_pivot_4":[[40.4560139126,-79.9761629355],"florist shop"],"around_goal_pivot_5":[[40.4567985439,-79.9776807331],"paint shop"]}} +{"rvs_sample_number":106,"content":"Meet me at the parking lot on Boulevard of the Allies which branches out from the big road forming a loop. There is a public building west of the parking lot across the subway and a train station across the big road to its southwest.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4363583143,-79.9950984684],"key":8176,"region":"Pittsburgh","rvs_start_point":[40.4367139398,-79.9779690417],"landmarks":{"end_point":[[40.4363583143,-79.9950984684],"parking lot"],"start_point":[[40.4367139398,-79.9779690417],"parking lot"],"main_pivot":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_2":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_3":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_4":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_5":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_6":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_7":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_8":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_9":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_10":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_11":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_12":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_13":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_14":[[40.4352211,-79.986668],"UPMC Mercy"],"main_pivot_15":[[40.4349814736,-79.9886145617],"university"],"near_pivot":[[40.4349814736,-79.9886145617],"university"],"around_goal_pivot_1":[[40.4367306056,-79.9966306313],"public building"],"around_goal_pivot_3":[[40.4356134,-79.9965823],"train station"]}} +{"rvs_sample_number":489,"content":"Meet me at the Parking Entrance southwest of your location. Head southwest from your location then turn southeast onto Meyran Avenue. Keep heading southeast past Piada Italian Street Food. Your destination is on the same block in the middle of the block. It is one block southwest of Fine Wine & Good Spirits.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4403112,-79.9578308],"key":8177,"region":"Pittsburgh","rvs_start_point":[40.4434533,-79.9559284],"landmarks":{"end_point":[[40.4403112,-79.9578308],"parking entrance"],"start_point":[[40.4434533,-79.9559284],"gift shop"],"main_pivot":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_2":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_3":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_4":[[40.4434069,-79.9552538],"William Pitt Union"],"main_pivot_5":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_6":[[40.4425799,-79.9562621],"Litchfield Tower A"],"main_pivot_7":[[40.4431696,-79.9555873],"McCormick Hall"],"main_pivot_8":[[40.4434069,-79.9552538],"William Pitt Union"],"main_pivot_9":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_10":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_11":[[40.4425799,-79.9562621],"Litchfield Tower A"],"main_pivot_12":[[40.4434069,-79.9552538],"William Pitt Union"],"main_pivot_13":[[40.4429986,-79.9577293],"Pittsburgh Science and Technology Academy"],"main_pivot_14":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_15":[[40.4405841,-79.9581671],"restaurant"],"near_pivot":[[40.4405841,-79.9581671],"restaurant"],"around_goal_pivot_1":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_2":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_3":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_4":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_5":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.440917,-79.957296],"ice cream"],"around_goal_pivot_7":[[40.4413749203,-79.9578834609],"hospital"],"around_goal_pivot_8":[[40.4414825,-79.9572814],"florist shop"]}} +{"rvs_sample_number":80,"content":"When you're done eating, meet me at the clothes shop on East Carson Street. It's east of you and about a block past the Perlora furniture shop. If you pass the state farm on the same side of the street, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4280807616,-79.9726517041],"key":8178,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657],"landmarks":{"end_point":[[40.4280807616,-79.9726517041],"clothes shop"],"start_point":[[40.4290494018,-79.9832749657],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4280259219,-79.9720869465],"State Farm"],"near_pivot":[[40.4280259219,-79.9720869465],"State Farm"],"beyond_pivot":[[40.4280073603,-79.9718278587],"bar"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4288211,-79.9728196],"6 parking spaces"],"around_goal_pivot_4":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_5":[[40.4282445,-79.973575],"clothes shop"],"around_goal_pivot_6":[[40.4279879543,-79.9716968204],"sports shop"],"around_goal_pivot_7":[[40.4282742582,-79.9741033256],"tattoo shop"],"around_goal_pivot_8":[[40.4282592,-79.9738357],"furniture shop"],"around_goal_pivot_9":[[40.4282801,-79.9742068],"art shop"],"around_goal_pivot_10":[[40.42798144,-79.9716310676],"computer shop"]}} +{"rvs_sample_number":27,"content":"Meet me at the garden. It's southwest of you on Smallman Street. It's right past the Homewood Suites but on the other side of the street. It's before the bridge.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4479943362,-79.99066821],"key":8179,"region":"Pittsburgh","rvs_start_point":[40.4586924677,-79.9748860826],"landmarks":{"end_point":[[40.4479943362,-79.99066821],"garden"],"start_point":[[40.4586924677,-79.9748860826],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.447922,-79.9903697],"Homewood Suites"],"near_pivot":[[40.447922,-79.9903697],"Homewood Suites"],"beyond_pivot":[[40.4473502,-79.9913322],"garden"],"around_goal_pivot_1":[[40.446930431,-79.9916659806],"museum"],"around_goal_pivot_2":[[40.4472542,-79.9920203],"Hampton Inn & Suites"],"around_goal_pivot_3":[[40.4483818,-79.9896211],"restaurant"],"around_goal_pivot_4":[[40.4480044,-79.9895647],"carpet shop"]}} +{"rvs_sample_number":36,"content":"Go north across the bridge and then meet me on West Ohio Street at the books shop right next to the 412 Brewery pub. It is on the south side of the street, just east of Happy Day Dessert Factory.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4519032515,-80.0158661345],"key":8180,"region":"Pittsburgh","rvs_start_point":[40.4421755,-80.0059283],"landmarks":{"end_point":[[40.4519032515,-80.0158661345],"books shop"],"start_point":[[40.4421755,-80.0059283],"bench"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_3":[[40.4420766839,-80.0061385489],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_4":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_7":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4420766839,-80.0061385489],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4420766839,-80.0061385489],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4518857349,-80.0159208778],"pub"],"near_pivot":[[40.4518857349,-80.0159208778],"pub"],"beyond_pivot":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_1":[[40.4524731,-80.0142095],"two gardens"],"around_goal_pivot_2":[[40.4519682,-80.016929],"ice cream"],"around_goal_pivot_3":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_4":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_5":[[40.4524266,-80.0145959],"beauty shop"]}} +{"rvs_sample_number":259,"content":"Move east on Penn Avenue past marketplace. You will see a clothes shop in the middle of the block just before a bar. Meet me there. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4515303,-79.9835507],"key":8181,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234],"landmarks":{"end_point":[[40.4515303,-79.9835507],"clothes shop"],"start_point":[[40.4448715,-79.9936234],"bicycle parking"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_3":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_12":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"beyond_pivot":[[40.4515262,-79.982754],"restaurant"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_3":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_4":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_5":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_6":[[40.4525752,-79.9824482],"veterinary"],"around_goal_pivot_7":[[40.452115,-79.9819883],"cafe"],"around_goal_pivot_8":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_9":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_10":[[40.4520397,-79.9824153],"fabric shop"]}} +{"rvs_sample_number":190,"content":"Meet me at the garden northeast of you on Penn Avenue. It's on the next block past City Collision Inc II , and a little ways past the clothes shop on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4593999687,-79.971777514],"key":8182,"region":"Pittsburgh","rvs_start_point":[40.4515587913,-79.9822498593],"landmarks":{"end_point":[[40.4593999687,-79.971777514],"garden"],"start_point":[[40.4515587913,-79.9822498593],"parking lot"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4590916752,-79.9725627599],"clothes shop"],"near_pivot":[[40.4590916752,-79.9725627599],"clothes shop"],"around_goal_pivot_1":[[40.4586733,-79.9713371],"storage rental shop"],"around_goal_pivot_2":[[40.4586043,-79.9727963],"car repair shop"],"around_goal_pivot_3":[[40.458015532,-79.9731689594],"park"]}} +{"rvs_sample_number":275,"content":"Meet me at the sushi restaurant northeast of your location. Head northeast from your location then turn east at the third opportunity. Keep heading east until you see Mansions On Fifth Hotel. Keep going then turn northwest onto Bellefonte Street. Head up four blocks then turn west. Your destination is on the middle of the block. It is one block southwest of a Rite Aid.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4509018,-79.9342484],"key":8183,"region":"Pittsburgh","rvs_start_point":[40.4442603432,-79.9415708381],"landmarks":{"end_point":[[40.4509018,-79.9342484],"restaurant"],"start_point":[[40.4442603432,-79.9415708381],"garden"],"main_pivot":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_2":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_3":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_4":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_5":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_6":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_7":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_8":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_9":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_10":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_11":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_12":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_13":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_14":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"beyond_pivot":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_1":[[40.4507402,-79.9357127],"fast food restaurant"],"around_goal_pivot_2":[[40.4514149,-79.932741],"Sephora"],"around_goal_pivot_3":[[40.451478,-79.9330869],"L'Occitane"],"around_goal_pivot_4":[[40.4504578,-79.9352413],"bar"],"around_goal_pivot_5":[[40.4513911,-79.9328242],"cafe"],"around_goal_pivot_6":[[40.4506067,-79.9353611],"pharmacy"],"around_goal_pivot_7":[[40.4507111,-79.9356097],"mall"],"around_goal_pivot_8":[[40.4514368,-79.9333787],"vacant shop"],"around_goal_pivot_9":[[40.4507756,-79.9353916],"sports shop"],"around_goal_pivot_10":[[40.4515613,-79.9328992],"bakery shop"]}} +{"rvs_sample_number":93,"content":"Meet me at the school across the river. If you go over the South 10th Street Bridge, you will see it in the block past Rooney Field on the west side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4366667,-79.9922222],"key":8184,"region":"Pittsburgh","rvs_start_point":[40.4303623747,-79.9839688158],"landmarks":{"end_point":[[40.4366667,-79.9922222],"school"],"start_point":[[40.4303623747,-79.9839688158],"parking lot"],"main_pivot":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_2":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_3":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_4":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_5":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_6":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_7":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_8":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_9":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_10":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_11":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_12":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_13":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_14":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_15":[[40.4371732,-79.9917916],"library"],"near_pivot":[[40.4371732,-79.9917916],"library"],"around_goal_pivot_1":[[40.4377471495,-79.9916004889],"garden"],"around_goal_pivot_2":[[40.4351454,-79.9908161],"stadium"]}} +{"rvs_sample_number":173,"content":"Meet me at the bench southwest of you. You can take Forbes Avenue past Fire Station Number 4 and then head south at the next street. You will see the bench next to Starbucks, to it's northeast.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4367983,-79.9861346],"key":8185,"region":"Pittsburgh","rvs_start_point":[40.4425478,-80.0033165],"landmarks":{"end_point":[[40.4367983,-79.9861346],"bench"],"start_point":[[40.4425478,-80.0033165],"pharmacy"],"main_pivot":[[40.4416569,-80.0011153],"Two PNC Plaza"],"main_pivot_2":[[40.4395035,-79.9968973],"Union Trust Building"],"main_pivot_3":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_4":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_5":[[40.4394875153,-79.997314611],"Frick Building"],"main_pivot_6":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_7":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_8":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_9":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_10":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_11":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_12":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_13":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_14":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_15":[[40.4366434,-79.9863114],"cafe"],"near_pivot":[[40.4366434,-79.9863114],"cafe"],"around_goal_pivot_1":[[40.4357068,-79.9868931],"university"],"around_goal_pivot_2":[[40.4376208,-79.9874624],"fire station"],"around_goal_pivot_3":[[40.4366554,-79.984633],"fountain"],"around_goal_pivot_4":[[40.4367383,-79.9849775],"garden"],"around_goal_pivot_5":[[40.4367045,-79.9872561],"track"],"around_goal_pivot_6":[[40.4367874,-79.9874614],"pitch"]}} +{"rvs_sample_number":84,"content":"Meet me at the bank southwest of you. It's the one on the corner of Fifth Avenue right across the street from PNC Bank.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4467044,-79.9491703],"key":8186,"region":"Pittsburgh","rvs_start_point":[40.4559544783,-79.9424493118],"landmarks":{"end_point":[[40.4467044,-79.9491703],"bank"],"start_point":[[40.4559544783,-79.9424493118],"fast food restaurant"],"main_pivot":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_2":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_3":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_4":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_5":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_6":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_7":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_8":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_9":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_10":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_11":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_12":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_13":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_14":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_15":[[40.446843,-79.9488343],"bank"],"near_pivot":[[40.446843,-79.9488343],"bank"],"around_goal_pivot_1":[[40.4482662,-79.948769],"school"],"around_goal_pivot_2":[[40.446906,-79.9508134],"relay box"],"around_goal_pivot_3":[[40.4459368,-79.9487518],"dentist's office"],"around_goal_pivot_4":[[40.4456807,-79.9490816],"police station"],"around_goal_pivot_5":[[40.4459593,-79.9503232],"two parking entrances"],"around_goal_pivot_6":[[40.4466977,-79.9508161],"bicycle rental"],"around_goal_pivot_7":[[40.4469069,-79.9507994],"post box"],"around_goal_pivot_8":[[40.4477846,-79.9493669],"garden"]}} +{"rvs_sample_number":81,"content":"Meet me at the post office on East Carson Street on the opposite side of the river from you. The post office is facing a fast food restaurant. On the south side of the street in the opposite corner, there is Clarissa Boutique.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4289702,-79.98067205],"key":8187,"region":"Pittsburgh","rvs_start_point":[40.4372400921,-79.9964404877],"landmarks":{"end_point":[[40.4289702,-79.98067205],"post office"],"start_point":[[40.4372400921,-79.9964404877],"restaurant"],"main_pivot":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_2":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_3":[[40.4375874,-79.9963053],"Allegheny County Office Building"],"main_pivot_4":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_5":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_6":[[40.4375874,-79.9963053],"Allegheny County Office Building"],"main_pivot_7":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_8":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_9":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_10":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_11":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_12":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_13":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_14":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_15":[[40.4289473187,-79.9804258344],"fast food restaurant"],"near_pivot":[[40.4289473187,-79.9804258344],"fast food restaurant"],"beyond_pivot":[[40.4285901712,-79.9795861286],"fast_food"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4285922,-79.9796221],"fast food restaurant"],"around_goal_pivot_3":[[40.4290836,-79.9824086],"bar"],"around_goal_pivot_4":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_5":[[40.4288679575,-79.9795768016],"clothes shop"]}} +{"rvs_sample_number":277,"content":"Meet me at the hairdresser. It is on William Penn Place. It is across the street diagonally from Citizens Bank. And across the street from Kimpton.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4405583,-79.9967137],"key":8188,"region":"Pittsburgh","rvs_start_point":[40.4370859382,-79.9907493196],"landmarks":{"end_point":[[40.4405583,-79.9967137],"hairdresser shop"],"start_point":[[40.4370859382,-79.9907493196],"parking lot"],"main_pivot":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_2":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_3":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_4":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_5":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_6":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_7":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_8":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_9":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_10":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_11":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_12":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_13":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_14":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_15":[[40.4410900786,-79.9965091269],"Kimpton"],"near_pivot":[[40.4410900786,-79.9965091269],"Kimpton"],"beyond_pivot":[[40.4403352,-79.9976914],"bank"],"around_goal_pivot_1":[[40.4388796,-79.9957685],"courthouse"],"around_goal_pivot_2":[[40.4413446452,-79.99792927],"Embassy Suites"],"around_goal_pivot_3":[[40.4403916,-79.9952601],"train station"],"around_goal_pivot_4":[[40.4396801,-79.9957895],"bicycle repair station"],"around_goal_pivot_5":[[40.4417773,-79.9969537],"historic Smithfield Congregational Church"],"around_goal_pivot_6":[[40.4392677,-79.9958864],"restaurant"],"around_goal_pivot_7":[[40.440718,-79.99518],"parking entrance"],"around_goal_pivot_8":[[40.439276,-79.9968602],"garden"]}} +{"rvs_sample_number":141,"content":"Let's get together at the parking space on North Craig Street. Dunkin' Donuts is several shops away to the north across the street. A post box is catty-cornered from Dunkin' Donuts.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4513454,-79.9514553],"key":8189,"region":"Pittsburgh","rvs_start_point":[40.4418917,-79.9458795],"landmarks":{"end_point":[[40.4513454,-79.9514553],"parking space"],"start_point":[[40.4418917,-79.9458795],"bench"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_7":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_8":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_11":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_14":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_15":[[40.4517378,-79.9521127],"fast food restaurant"],"near_pivot":[[40.4517378,-79.9521127],"fast food restaurant"],"around_goal_pivot_1":[[40.4520305,-79.9518088],"2 convenience shops"],"around_goal_pivot_2":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_3":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_4":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_5":[[40.4520742,-79.9516633],"two fast food restaurants"],"around_goal_pivot_6":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_7":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_8":[[40.4517946,-79.9505348],"parking lot"],"around_goal_pivot_9":[[40.4518686,-79.9523621],"jewelry shop"],"around_goal_pivot_10":[[40.4520652293,-79.951693168],"convenience shop"]}} +{"rvs_sample_number":254,"content":"Go west on Railroad Street then meet me at the garden to your right by the U-shaped driveway and The Cork Factory. It is across the street from Meraku Studio fitness centre","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4547210113,-79.9828856534],"key":8190,"region":"Pittsburgh","rvs_start_point":[40.4571585682,-79.9801176282],"landmarks":{"end_point":[[40.4547210113,-79.9828856534],"garden"],"start_point":[[40.4571585682,-79.9801176282],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_3":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_4":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_5":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_15":[[40.454542,-79.98227],"fitness centre"],"near_pivot":[[40.454542,-79.98227],"fitness centre"],"beyond_pivot":[[40.4551589,-79.9835079],"garden"],"around_goal_pivot_1":[[40.4540878,-79.9817118],"hairdresser shop"]}} +{"rvs_sample_number":40,"content":"Meet me at a bench. It is near the post box on Forbes Avenue. It is almost in the same exact location as three bicycle parkings. Disregard the other bench closer to the road.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4436516,-79.945474],"key":8191,"region":"Pittsburgh","rvs_start_point":[40.45239385,-79.9486554],"landmarks":{"end_point":[[40.4436516,-79.945474],"bench"],"start_point":[[40.45239385,-79.9486554],"pitch"],"main_pivot":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_2":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_3":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_4":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_5":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_6":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_7":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_8":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_9":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_12":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_13":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_14":[[40.4466711067,-79.9470030879],"Central Catholic High School"],"main_pivot_15":[[40.4436212,-79.9455071],"three bicycle parkings"],"near_pivot":[[40.4436212,-79.9455071],"three bicycle parkings"],"around_goal_pivot_1":[[40.4466711067,-79.9470030879],"school"],"around_goal_pivot_2":[[40.4432855,-79.9439564],"arts centre"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.443334,-79.9466113],"mailroom"],"around_goal_pivot_5":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_6":[[40.4442631,-79.9445918],"bench"],"around_goal_pivot_7":[[40.4444725,-79.9461216],"post box"]}} +{"rvs_sample_number":21,"content":"Move southwest towards Ridge Avenue and go south at the vending machine. Meet me at the parking lot east of garden and southeast of bicycle parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4492037769,-80.0128838771],"key":8192,"region":"Pittsburgh","rvs_start_point":[40.4534274,-80.0014876],"landmarks":{"end_point":[[40.4492037769,-80.0128838771],"parking lot"],"start_point":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_2":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_3":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_4":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_5":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_6":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_7":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_8":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_9":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_10":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_11":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_12":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_13":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_14":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_15":[[40.4495242,-80.0134734],"bicycle parking"],"near_pivot":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4493745,-80.0144497],"garden"],"around_goal_pivot_10":[[40.4498264,-80.0145443],"two benches"]}} +{"rvs_sample_number":305,"content":"Meet me at the USGS Geonames Theatre northwest of your location. Head north from your location until you get to Cedar Avenue. Starting from the southern end of Cedar Avenue, head north. You will see a playground to the west. Your destination is just north of it. It is west of a Lockhart Tire shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4519825,-80.0017383],"key":8193,"region":"Pittsburgh","rvs_start_point":[40.4475522733,-79.9898862412],"landmarks":{"end_point":[[40.4519825,-80.0017383],"theatre"],"start_point":[[40.4475522733,-79.9898862412],"parking lot"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4517256,-80.0014611],"playground"],"near_pivot":[[40.4517256,-80.0014611],"playground"],"around_goal_pivot_1":[[40.4511887,-80.0004285],"gas station"],"around_goal_pivot_2":[[40.453205,-80.0014902],"ice cream"],"around_goal_pivot_3":[[40.4515021,-79.9999963],"Giant Eagle"],"around_goal_pivot_4":[[40.4532779,-80.0010938],"restaurant"],"around_goal_pivot_5":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_6":[[40.4521387,-79.9999429],"tyres shop"],"around_goal_pivot_7":[[40.4508278,-80.0019916],"pitch"],"around_goal_pivot_8":[[40.4533744009,-80.0019497427],"park"]}} +{"rvs_sample_number":317,"content":"Meet me at the parking lot south of Cypress Street. It's southwest of you past the Courtyard by Marriott Pittsburgh Shadyside. Once you see the Arby's you'll find me on the west side of the loop.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4561694041,-79.9427242621],"key":8194,"region":"Pittsburgh","rvs_start_point":[40.4586968742,-79.9302807693],"landmarks":{"end_point":[[40.4561694041,-79.9427242621],"parking lot"],"start_point":[[40.4586968742,-79.9302807693],"parking lot"],"main_pivot":[[40.4571253,-79.9374636],"Wendy's"],"main_pivot_2":[[40.4556953,-79.941662],"Boston Market"],"main_pivot_3":[[40.45879,-79.9326395],"Shell"],"main_pivot_4":[[40.45879,-79.9326395],"Shell"],"main_pivot_5":[[40.45879,-79.9326395],"Shell"],"main_pivot_6":[[40.456939,-79.9392804],"Hyatt House Pittsburgh \/ Bloomfield \/ Shadyside"],"main_pivot_7":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_8":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_9":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_10":[[40.4562824,-79.9398344],"Courtyard by Marriott Pittsburgh Shadyside"],"main_pivot_11":[[40.456939,-79.9392804],"Hyatt House Pittsburgh \/ Bloomfield \/ Shadyside"],"main_pivot_12":[[40.4562824,-79.9398344],"Courtyard by Marriott Pittsburgh Shadyside"],"main_pivot_13":[[40.45879,-79.9326395],"Shell"],"main_pivot_14":[[40.45879,-79.9326395],"Shell"],"main_pivot_15":[[40.4560338,-79.942329],"fast food restaurant"],"near_pivot":[[40.4560338,-79.942329],"fast food restaurant"],"around_goal_pivot_1":[[40.4556953,-79.941662],"fast food restaurant"],"around_goal_pivot_2":[[40.4557008,-79.9413761],"doctor's office"],"around_goal_pivot_3":[[40.456369,-79.9412588],"restaurant"],"around_goal_pivot_4":[[40.4568664,-79.9413913],"post office"],"around_goal_pivot_9":[[40.455977,-79.9414652],"two parking lots"]}} +{"rvs_sample_number":119,"content":"Move past Shadyside Commons on the east side of you and go slightly south. I'm at the Bruegger's fast food restaurant on South Aiken Avenue directly west of Pandora.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4507402,-79.9357127],"key":8195,"region":"Pittsburgh","rvs_start_point":[40.4510585,-79.9529737],"landmarks":{"end_point":[[40.4507402,-79.9357127],"fast food restaurant"],"start_point":[[40.4510585,-79.9529737],"parking entrance"],"main_pivot":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_2":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_5":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_6":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_7":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_8":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_9":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_10":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_11":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_12":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_13":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_14":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_15":[[40.4510673,-79.9349312],"cafe"],"near_pivot":[[40.4510673,-79.9349312],"cafe"],"beyond_pivot":[[40.4510673,-79.9349312],"cafe"],"around_goal_pivot_1":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_2":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_3":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_4":[[40.4514666511,-79.934479381],"parking lot"],"around_goal_pivot_5":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_6":[[40.4511111,-79.9348999],"fitness centre"]}} +{"rvs_sample_number":244,"content":"I'm west of you, at a tiny garden in between the end of Desoto Street and a turn-off to the south onto another street. The Litchfield Tower C is just to the east of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422807376,-79.9581279469],"key":8196,"region":"Pittsburgh","rvs_start_point":[40.4419504,-79.9459192],"landmarks":{"end_point":[[40.4422807376,-79.9581279469],"garden"],"start_point":[[40.4419504,-79.9459192],"bench"],"main_pivot":[[40.4426446,-79.9566356],"Litchfield Tower B"],"main_pivot_2":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_3":[[40.4424243,-79.9569841],"Litchfield Tower C"],"main_pivot_4":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_5":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_6":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_7":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_8":[[40.4426446,-79.9566356],"Litchfield Tower B"],"main_pivot_9":[[40.4424243,-79.9569841],"Litchfield Tower C"],"main_pivot_10":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_11":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_12":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_13":[[40.4423629035,-79.9523430066],"Schenley Plaza"],"main_pivot_14":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_15":[[40.4428783,-79.957894],"school"],"near_pivot":[[40.4428783,-79.957894],"school"],"around_goal_pivot_1":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_2":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_3":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_4":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_5":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_6":[[40.4418806,-79.9571879],"two fast food restaurants"],"around_goal_pivot_7":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_8":[[40.4418935,-79.9566272],"waste basket"],"around_goal_pivot_9":[[40.4414825,-79.9572814],"florist shop"],"around_goal_pivot_10":[[40.4415987,-79.9567764],"jewelry shop"]}} +{"rvs_sample_number":517,"content":"Go northeast and meet me near the waterfront at the garden in the middle of the last block of 26th Street. It's just south of 3 gardens, and a block northwest of Cinderlands Warehouse pub","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4566988391,-79.98041416],"key":8197,"region":"Pittsburgh","rvs_start_point":[40.4507954494,-79.9856799219],"landmarks":{"end_point":[[40.4566988391,-79.98041416],"garden"],"start_point":[[40.4507954494,-79.9856799219],"warehouse"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4571354,-79.9802577],"3 gardens"],"near_pivot":[[40.4571354,-79.9802577],"3 gardens"],"beyond_pivot":[[40.4574752,-79.98027],"garden"],"around_goal_pivot_1":[[40.4559416,-79.9795445],"pub"],"around_goal_pivot_5":[[40.4574543,-79.9802452],"three gardens"]}} +{"rvs_sample_number":316,"content":"Meet me at the pitch close to a bench inside a golf course facing Schenley Drive. It is located at the northwest corner of the course. There is a bicycle parking to its northwest outside the course.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.438927855,-79.9423241205],"key":8198,"region":"Pittsburgh","rvs_start_point":[40.43179365,-79.94309815],"landmarks":{"end_point":[[40.438927855,-79.9423241205],"pitch"],"start_point":[[40.43179365,-79.94309815],"pitch"],"main_pivot":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_2":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_3":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_4":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_5":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_6":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_7":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_8":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_9":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_10":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_11":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_12":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_13":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_14":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_15":[[40.4389205,-79.9422762],"bench"],"near_pivot":[[40.4389205,-79.9422762],"bench"],"beyond_pivot":[[40.4374831,-79.9398976],"bench"],"around_goal_pivot_1":[[40.4394128,-79.943182],"bicycle parking"]}} +{"rvs_sample_number":127,"content":"I'm waiting for you at the garden on Liberty Avenue where it intersected with another street. There is a courthouse on its southeast and art centre on its southwest, all on different blocks.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.44371544,-79.9942679357],"key":8199,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008],"landmarks":{"end_point":[[40.44371544,-79.9942679357],"garden"],"start_point":[[40.4523337911,-79.9802745008],"garden"],"main_pivot":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_2":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_3":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_4":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_5":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_6":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_7":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_8":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_9":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_10":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_11":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_12":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_13":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_14":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_15":[[40.4435189,-79.9938928],"courthouse"],"near_pivot":[[40.4435189,-79.9938928],"courthouse"],"around_goal_pivot_1":[[40.4440535,-79.9951548],"2 gardens"],"around_goal_pivot_2":[[40.4433945,-79.9953193],"arts centre"],"around_goal_pivot_3":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_4":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_6":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_7":[[40.443760166,-79.9922406445],"shelter"],"around_goal_pivot_8":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_9":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_10":[[40.4435226,-79.9954065],"waste basket"]}} +{"rvs_sample_number":51,"content":"Let's meet at the farm shop northeast of you on Penn Avenue. Go past the Byrnes & Kiefer Building and the biergarten, and you'll see it on the left on the next block where the marketplace is.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4507464473,-79.9848277969],"key":8200,"region":"Pittsburgh","rvs_start_point":[40.4441014,-79.9965117],"landmarks":{"end_point":[[40.4507464473,-79.9848277969],"farm shop"],"start_point":[[40.4441014,-79.9965117],"restaurant"],"main_pivot":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4508364623,-79.9848927619],"marketplace"],"near_pivot":[[40.4508364623,-79.9848927619],"marketplace"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4515286,-79.9846387],"nightclub"],"around_goal_pivot_3":[[40.4495771,-79.985241],"3 gardens"],"around_goal_pivot_4":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_5":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_6":[[40.4499279928,-79.9855366038],"biergarten"],"around_goal_pivot_7":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_8":[[40.4496145,-79.9852349],"2 gardens"],"around_goal_pivot_9":[[40.4497524,-79.9857343],"beverages shop"],"around_goal_pivot_10":[[40.4515303,-79.9835507],"clothes shop"]}} +{"rvs_sample_number":561,"content":"Just move west on East Carson street past PNC atm. You will see me at the beauty shop just before the theatre.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4286734,-79.9819179],"key":8201,"region":"Pittsburgh","rvs_start_point":[40.427814,-79.965599],"landmarks":{"end_point":[[40.4286734,-79.9819179],"beauty shop"],"start_point":[[40.427814,-79.965599],"post box"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4286898888,-79.9821577824],"theatre"],"near_pivot":[[40.4286898888,-79.9821577824],"theatre"],"around_goal_pivot_1":[[40.4288777,-79.9807142],"post office"],"around_goal_pivot_2":[[40.4286588,-79.9806678],"bank"],"around_goal_pivot_3":[[40.4288961,-79.9807498],"cafe"],"around_goal_pivot_4":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_5":[[40.4288933,-79.9829124],"computer shop"],"around_goal_pivot_6":[[40.4286213544,-79.9835855272],"tattoo shop"],"around_goal_pivot_7":[[40.4286140923,-79.9837884171],"clothes shop"],"around_goal_pivot_8":[[40.4293016,-79.9834778],"bicycle shop"]}} +{"rvs_sample_number":106,"content":"Come to the garden on Forbes Avenue. Head south and get past a playground to get there. To the east of the garden, there is a shelter. At the far west end of the garden, there is a waste basket.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4447772308,-79.9439276564],"key":8202,"region":"Pittsburgh","rvs_start_point":[40.4561829,-79.94193],"landmarks":{"end_point":[[40.4447772308,-79.9439276564],"garden"],"start_point":[[40.4561829,-79.94193],"clinic"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.444775,-79.9435208],"shelter"],"near_pivot":[[40.444775,-79.9435208],"shelter"],"beyond_pivot":[[40.4444928,-79.9449552],"university"],"around_goal_pivot_1":[[40.4457416383,-79.945272323],"school"],"around_goal_pivot_2":[[40.4439619,-79.9433336],"arts centre"],"around_goal_pivot_3":[[40.4454541,-79.9433899],"kindergarten"],"around_goal_pivot_4":[[40.4442631,-79.9445918],"bench"],"around_goal_pivot_5":[[40.4451299,-79.9448601],"waste basket"],"around_goal_pivot_6":[[40.4463816,-79.9429497],"playground"]}} +{"rvs_sample_number":409,"content":"Go south to West North Avenue, and head west on that street. Meet me in the small garden across the street from the little lake at West Park. It's right next to a church and east of a bar. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4543821476,-80.0130165725],"key":8203,"region":"Pittsburgh","rvs_start_point":[40.4580963,-80.0031123],"landmarks":{"end_point":[[40.4543821476,-80.0130165725],"garden"],"start_point":[[40.4580963,-80.0031123],"parking entrance"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_3":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_7":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4543932,-80.0118671],"park"],"near_pivot":[[40.4543932,-80.0118671],"park"],"beyond_pivot":[[40.4545572,-80.0138564],"parking"],"around_goal_pivot_1":[[40.4547513,-80.0144618],"bar"],"around_goal_pivot_9":[[40.4550042,-80.0144683],"three parking lots"]}} +{"rvs_sample_number":87,"content":"Cross the river to the south then head east. Meet me on Smallman Street at the garden next to the Homewood Suites. It's just northeast of the fire station.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4485377767,-79.9893466458],"key":8204,"region":"Pittsburgh","rvs_start_point":[40.4481669,-80.0040518],"landmarks":{"end_point":[[40.4485377767,-79.9893466458],"garden"],"start_point":[[40.4481669,-80.0040518],"restaurant"],"main_pivot":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4482588,-80.0022642],"The Andy Warhol Museum"],"main_pivot_4":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4482588,-80.0022642],"The Andy Warhol Museum"],"main_pivot_6":[[40.4482588,-80.0022642],"The Andy Warhol Museum"],"main_pivot_7":[[40.4482588,-80.0022642],"The Andy Warhol Museum"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4483817056,-79.9896212524],"Homewood Suites"],"near_pivot":[[40.4483817056,-79.9896212524],"Homewood Suites"],"around_goal_pivot_1":[[40.4478234,-79.9897962],"fire station"],"around_goal_pivot_6":[[40.4496477,-79.9904931],"2 gardens"]}} +{"rvs_sample_number":446,"content":"After you pick up the sandwiches from Subway, meet me at the Fine Wine & Good Spirits on Liberty Avenue. It's across the river northeast of you across the street and just east of the August Wilson Center for African American Culture.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4435985,-79.9959204],"key":8205,"region":"Pittsburgh","rvs_start_point":[40.4325381,-80.0039932],"landmarks":{"end_point":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"start_point":[[40.4325381,-80.0039932],"fast food restaurant"],"main_pivot":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_2":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_3":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_4":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_5":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_6":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_7":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_8":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_9":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_10":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_11":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_12":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_13":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_14":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_15":[[40.4431806,-79.996395],"arts centre"],"near_pivot":[[40.4431806,-79.996395],"arts centre"],"beyond_pivot":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_1":[[40.4426043188,-79.9945057905],"courthouse"],"around_goal_pivot_2":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_3":[[40.4435714,-79.9942035],"four gardens"],"around_goal_pivot_4":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_5":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_6":[[40.4436986,-79.9942322],"three gardens"],"around_goal_pivot_7":[[40.4433526,-79.996898],"bar"],"around_goal_pivot_8":[[40.4437219,-79.9943191],"2 gardens"],"around_goal_pivot_9":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_10":[[40.4439966,-79.9942907],"post box"]}} +{"rvs_sample_number":114,"content":"Meet me at the fitness centre on 6th Street. Head to the opposite side of the river to get there. There is a theatre at the corner of the northeast block, and a parking entrance at the northwest corner on the same block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4430931,-80.0024682],"key":8206,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859],"landmarks":{"end_point":[[40.4430931,-80.0024682],"fitness centre"],"start_point":[[40.4334995,-80.0043859],"restaurant"],"main_pivot":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_2":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_3":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_4":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_5":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_6":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_7":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_8":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_9":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_10":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_11":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_12":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.443895,-80.0024417],"theatre"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_3":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_4":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_5":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_6":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_7":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4419014,-80.0031032],"photo shop"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":227,"content":"Meet me at the restaurant on 6th Street. It's about a block north of Butcher and the Rye. Head northeast past Two PPG Place to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431343,-80.0024879],"key":8207,"region":"Pittsburgh","rvs_start_point":[40.4392984888,-80.0060371096],"landmarks":{"end_point":[[40.4431343,-80.0024879],"restaurant"],"start_point":[[40.4392984888,-80.0060371096],"garden"],"main_pivot":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_2":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_3":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_4":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_7":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_8":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_9":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_12":[[40.440672934,-80.003616378],"Two PPG Place"],"main_pivot_13":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_14":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.443895,-80.0024417],"theatre"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":570,"content":"Meet me at this bench southeast of you. There's a parking lot at the end of Margaret Morrison Street. If you go west of that parking lot, the bench is tucked into a corner of the first building you come to. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422356,-79.9444056],"key":8208,"region":"Pittsburgh","rvs_start_point":[40.4528163,-79.9493263],"landmarks":{"end_point":[[40.4422356,-79.9444056],"bench"],"start_point":[[40.4528163,-79.9493263],"restaurant"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4471349128,-79.9452844364],"Central Catholic High School"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4465508,-79.9444149],"WQED"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4465508,-79.9444149],"WQED"],"main_pivot_12":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4421857,-79.9442177],"waste basket"],"near_pivot":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_1":[[40.4421413,-79.9432554],"2 benches"],"around_goal_pivot_2":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_3":[[40.4439269008,-79.9431679037],"arts centre"],"around_goal_pivot_4":[[40.4419819,-79.9459111],"two benches"],"around_goal_pivot_5":[[40.4418764,-79.9459255],"7 benches"],"around_goal_pivot_6":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_7":[[40.4420877,-79.9429518],"parking lot"],"around_goal_pivot_8":[[40.4432864,-79.9440728],"pitch"],"around_goal_pivot_9":[[40.441191,-79.9432778],"park"]}} +{"rvs_sample_number":342,"content":"Let's eat. Meet me at the restaurant at Virginia ave. It's right at the southeastern end of the street, north side of it. There is a shop and Save a block west, just on the uppser side of the triangular block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4292385556,-80.0066088204],"key":8209,"region":"Pittsburgh","rvs_start_point":[40.4365402247,-80.010532293],"landmarks":{"end_point":[[40.4292385556,-80.0066088204],"restaurant"],"start_point":[[40.4365402247,-80.010532293],"garden"],"main_pivot":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_2":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_3":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_4":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_5":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_6":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_7":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_8":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_9":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_10":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_11":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_12":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_13":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_14":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_15":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"near_pivot":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4300954,-80.0072393],"fast food restaurant"],"around_goal_pivot_2":[[40.4299178,-80.0071977],"bar"],"around_goal_pivot_3":[[40.4305755,-80.0069519],"post office"],"around_goal_pivot_4":[[40.4299852,-80.0074566],"parking lot"],"around_goal_pivot_5":[[40.4294904,-80.0075646],"supermarket"],"around_goal_pivot_6":[[40.429863,-80.0071949],"bakery shop"]}} +{"rvs_sample_number":574,"content":"Let's meet at the garden at the north end of 23rd Street just south of the river. It's on the east side of 23rd at the very end of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4549385142,-79.9839774235],"key":8210,"region":"Pittsburgh","rvs_start_point":[40.4516049,-79.9834452],"landmarks":{"end_point":[[40.4549385142,-79.9839774235],"garden"],"start_point":[[40.4516049,-79.9834452],"bank"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4546937,-79.9847047],"parking lot"],"near_pivot":[[40.4546937,-79.9847047],"parking lot"],"beyond_pivot":[[40.4554914,-79.9835033],"garden"],"around_goal_pivot_1":[[40.4545931,-79.9852341],"marina"],"around_goal_pivot_2":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_5":[[40.4546573,-79.9828806],"2 gardens"],"around_goal_pivot_6":[[40.4546696,-79.9825144],"2 gardens"]}} +{"rvs_sample_number":377,"content":"Please come to the fast food restaurant on Federal Street almost north of your current position. On the same block as the restaurant , there is PNC Bank and a convenience shop to its northwest. \r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4564011,-80.0071036],"key":8211,"region":"Pittsburgh","rvs_start_point":[40.4511429,-80.0049447],"landmarks":{"end_point":[[40.4564011,-80.0071036],"fast food restaurant"],"start_point":[[40.4511429,-80.0049447],"restaurant"],"main_pivot":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_2":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_3":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_4":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_5":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_6":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_7":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_8":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_9":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_10":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_11":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_12":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_13":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_14":[[40.4528806,-80.0051845],"New Hazlett Theater"],"main_pivot_15":[[40.4558721,-80.0065948],"2 restaurants"],"near_pivot":[[40.4558721,-80.0065948],"2 restaurants"],"around_goal_pivot_1":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_2":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_3":[[40.4556178,-80.0065066],"cafe"],"around_goal_pivot_4":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_5":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_6":[[40.4561307,-80.0085475],"2 gardens"],"around_goal_pivot_7":[[40.4560096,-80.0062811],"social facility"],"around_goal_pivot_8":[[40.4569869,-80.0077415],"convenience shop"],"around_goal_pivot_9":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_10":[[40.4562372,-80.0086036],"garden"]}} +{"rvs_sample_number":318,"content":"Can you to the bike rack infront of the library? It's not far from you, just go up Forber Avenue until you see the library and then turn right and it's the second bike rack you will see. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4423844,-79.9534361],"key":8212,"region":"Pittsburgh","rvs_start_point":[40.4408627,-79.9577648],"landmarks":{"end_point":[[40.4423844,-79.9534361],"bicycle parking"],"start_point":[[40.4408627,-79.9577648],"stationery shop"],"main_pivot":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_2":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_3":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_4":[[40.4406767931,-79.9576305236],"Forbes Tower"],"main_pivot_5":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_6":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_7":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_8":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_9":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_10":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_11":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_12":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_13":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_14":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_15":[[40.4426682713,-79.9536836847],"library"],"near_pivot":[[40.4426682713,-79.9536836847],"library"],"around_goal_pivot_1":[[40.4420182,-79.9519944],"fountain"],"around_goal_pivot_2":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_3":[[40.4437547,-79.9529557],"museum"],"around_goal_pivot_4":[[40.4436869,-79.9526969],"theatre"],"around_goal_pivot_5":[[40.4417977,-79.9528802],"bench"],"around_goal_pivot_6":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_7":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4432262676,-79.9523515134],"six gardens"],"around_goal_pivot_10":[[40.4429238,-79.9550307],"convenience shop"]}} +{"rvs_sample_number":260,"content":"I'm like 4 blocks east of you. Meet me at the parking lot opposite 3 gardens and east of bicycle parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4552228073,-79.9790435559],"key":8213,"region":"Pittsburgh","rvs_start_point":[40.4543144875,-79.9830179054],"landmarks":{"end_point":[[40.4552228073,-79.9790435559],"parking lot"],"start_point":[[40.4543144875,-79.9830179054],"garden"],"main_pivot":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_2":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_3":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_4":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_5":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_6":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_7":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_8":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_9":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_10":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_11":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_12":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_13":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_14":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_15":[[40.4556353,-79.9798181],"3 gardens"],"near_pivot":[[40.4556353,-79.9798181],"3 gardens"],"around_goal_pivot_1":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_2":[[40.4541268,-79.9798034],"hairdresser shop"],"around_goal_pivot_3":[[40.4543108,-79.9795391],"bicycle shop"]}} +{"rvs_sample_number":250,"content":"Meet me at the parking space next to CVS on Centre Avenue. It's the open space to the east of CVS. The CVS is across the street from Luna Bar & Grill.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4518582339,-79.9511001944],"key":8214,"region":"Pittsburgh","rvs_start_point":[40.4421945,-79.9563137],"landmarks":{"end_point":[[40.4518582339,-79.9511001944],"parking space"],"start_point":[[40.4421945,-79.9563137],"fast food restaurant"],"main_pivot":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_2":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_3":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_4":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_5":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_6":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_7":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_8":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_9":[[40.4418285,-79.9563673],"Sennott Square"],"main_pivot_10":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_11":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_12":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_13":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_14":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_15":[[40.4515891,-79.9513234],"pharmacy"],"near_pivot":[[40.4515891,-79.9513234],"pharmacy"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_3":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_4":[[40.4522384,-79.9519414],"bar"],"around_goal_pivot_5":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_6":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":404,"content":"Move up north towards O'Hara Street. I'm waiting at the bench almost at the centre of the block west of Pittsburgh Science and Technology academy school.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4438851,-79.958156],"key":8215,"region":"Pittsburgh","rvs_start_point":[40.4313842196,-79.9590803429],"landmarks":{"end_point":[[40.4438851,-79.958156],"bench"],"start_point":[[40.4313842196,-79.9590803429],"bridge"],"main_pivot":[[40.442528,-79.9570815],"Litchfield Tower C"],"main_pivot_2":[[40.4440878,-79.9570134],"University Club"],"main_pivot_3":[[40.4431223,-79.956359],"Holland Hall"],"main_pivot_4":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_5":[[40.442528,-79.9570815],"Litchfield Tower C"],"main_pivot_6":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_7":[[40.4440878,-79.9570134],"University Club"],"main_pivot_8":[[40.4440878,-79.9570134],"University Club"],"main_pivot_9":[[40.4310674105,-79.9592973432],"Pittsburgh Technology Center"],"main_pivot_10":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_11":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_12":[[40.4431223,-79.956359],"Holland Hall"],"main_pivot_13":[[40.4431223,-79.956359],"Holland Hall"],"main_pivot_14":[[40.4431223,-79.956359],"Holland Hall"],"main_pivot_15":[[40.4437284,-79.957489],"school"],"near_pivot":[[40.4437284,-79.957489],"school"],"around_goal_pivot_1":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_2":[[40.4435881,-79.9569442],"church"],"around_goal_pivot_3":[[40.4445136,-79.9564591],"park"]}} +{"rvs_sample_number":167,"content":"Head northeast past garden. You will see me at the bench close to St. John Baptist and west of Studio.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4464475,-79.9464791],"key":8216,"region":"Pittsburgh","rvs_start_point":[40.4442776,-79.9488965],"landmarks":{"end_point":[[40.4464475,-79.9464791],"bench"],"start_point":[[40.4442776,-79.9488965],"bicycle rental"],"main_pivot":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_2":[[40.4439877663,-79.9493442931],"Carnegie Museum of Art"],"main_pivot_3":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_8":[[40.4439877663,-79.9493442931],"Carnegie Museum of Art"],"main_pivot_9":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_11":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4438062,-79.9503383],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4439877663,-79.9493442931],"Carnegie Museum of Art"],"main_pivot_14":[[40.4439877663,-79.9493442931],"Carnegie Museum of Art"],"main_pivot_15":[[40.4467599077,-79.9466253195],"student accomodation"],"near_pivot":[[40.4467599077,-79.9466253195],"student accomodation"],"around_goal_pivot_1":[[40.4465053471,-79.944975348],"studio"],"around_goal_pivot_2":[[40.4472831753,-79.9467915963],"student accomodation"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_6":[[40.4458842,-79.9474097],"garden"]}} +{"rvs_sample_number":16,"content":"I'd like to meet you at the garden on Railroad Street. There is a bicycle parking in the block north of it and a hairdresser shop in the block south of it.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4547828734,-79.9815684568],"key":8217,"region":"Pittsburgh","rvs_start_point":[40.4534483911,-79.9933539097],"landmarks":{"end_point":[[40.4547828734,-79.9815684568],"garden"],"start_point":[[40.4534483911,-79.9933539097],"parking lot"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4540878,-79.9817118],"hairdresser shop"],"near_pivot":[[40.4540878,-79.9817118],"hairdresser shop"],"beyond_pivot":[[40.4548558,-79.9808575],"garden"],"around_goal_pivot_1":[[40.4551446,-79.9806619],"2 gardens"],"around_goal_pivot_2":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_3":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_4":[[40.4536136,-79.9823699],"2 gardens"],"around_goal_pivot_6":[[40.4559527,-79.9823163],"two gardens"]}} +{"rvs_sample_number":51,"content":"Meet me at the parking space on North Craig street. Go past Oakland Catholic High School on that street. There are 2 fast food restaurants located north of the destination. Dunkin' Donuts is in the northwest direction.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513815106,-79.9513351321],"key":8218,"region":"Pittsburgh","rvs_start_point":[40.4421556,-79.9433239],"landmarks":{"end_point":[[40.4513815106,-79.9513351321],"parking space"],"start_point":[[40.4421556,-79.9433239],"bench"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_3":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_7":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_8":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_11":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_15":[[40.4517378,-79.9521127],"fast food restaurant"],"near_pivot":[[40.4517378,-79.9521127],"fast food restaurant"],"beyond_pivot":[[40.4521475004,-79.9514192616],"restaurant"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4520893,-79.9516133],"2 fast food restaurants"],"around_goal_pivot_3":[[40.4520305,-79.9518088],"two convenience shops"],"around_goal_pivot_4":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_5":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_6":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_7":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_8":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_9":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_10":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":401,"content":"I'm at a bench south of you, on South Neville Street. It's just south of student accommodations, across a small road. On the block north of here there's a Seoul mart convenience shop. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4464475,-79.9464791],"key":8219,"region":"Pittsburgh","rvs_start_point":[40.454208421,-79.9478239667],"landmarks":{"end_point":[[40.4464475,-79.9464791],"bench"],"start_point":[[40.454208421,-79.9478239667],"bank"],"main_pivot":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_2":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_3":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_4":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_5":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_6":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_7":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_8":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_9":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_12":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_13":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_14":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_15":[[40.4467599077,-79.9466253195],"student accomodation"],"near_pivot":[[40.4467599077,-79.9466253195],"student accomodation"],"around_goal_pivot_1":[[40.4465053471,-79.944975348],"studio"],"around_goal_pivot_2":[[40.4472718,-79.9469405],"student accomodation"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471677,-79.9472082],"convenience shop"],"around_goal_pivot_6":[[40.4458941,-79.9472782],"garden"]}} +{"rvs_sample_number":226,"content":"Head west and meet me at the garden in the middle of the large block, just east of the Wyndham Grand Pittsburgh Downtown. It is off Penn Avenue west of the variety store shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4422803529,-80.0052653001],"key":8220,"region":"Pittsburgh","rvs_start_point":[40.4436373,-79.9957766],"landmarks":{"end_point":[[40.4422803529,-80.0052653001],"garden"],"start_point":[[40.4436373,-79.9957766],"cafe"],"main_pivot":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_2":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_3":[[40.4433159,-79.9960715],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_7":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_8":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_9":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_10":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_11":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_12":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_13":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_14":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_15":[[40.4419089196,-80.0060597546],"hotel"],"near_pivot":[[40.4419089196,-80.0060597546],"hotel"],"beyond_pivot":[[40.4419245527,-80.0060670676],"hotel"],"around_goal_pivot_1":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_4":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_5":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_8":[[40.4410208,-80.0049718],"2 gardens"]}} +{"rvs_sample_number":104,"content":"Meet me at the mexican fast food restaurant directly east of you. Move past One PPG Place, it is at the corner north of Starbucks cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.440636,-80.0019972],"key":8221,"region":"Pittsburgh","rvs_start_point":[40.4403692323,-80.0056745556],"landmarks":{"end_point":[[40.440636,-80.0019972],"fast food restaurant"],"start_point":[[40.4403692323,-80.0056745556],"garden"],"main_pivot":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_2":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_3":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_4":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_5":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_6":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_7":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_8":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_9":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_10":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_11":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_12":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_13":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_14":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_15":[[40.4402409,-80.0022379],"cafe"],"near_pivot":[[40.4402409,-80.0022379],"cafe"],"beyond_pivot":[[40.4400994979,-80.0008347224],"university"],"around_goal_pivot_1":[[40.4391581,-80.0023795],"university"],"around_goal_pivot_2":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_3":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_4":[[40.4397498,-80.0031091],"2 fountains"],"around_goal_pivot_5":[[40.4398907,-80.0015352],"two restaurants"],"around_goal_pivot_6":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_7":[[40.4397957,-80.003244],"2 fountains"],"around_goal_pivot_8":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_9":[[40.4397257,-80.000548],"pub"],"around_goal_pivot_10":[[40.4397308,-80.0008734],"library"]}} +{"rvs_sample_number":12,"content":"Meet me at the restaurant east of you. It's in that building off of Forbes Avenue where Au Bon Pain is. It's the center-most restaurant in that building.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4433003,-79.9419895],"key":8222,"region":"Pittsburgh","rvs_start_point":[40.4431976,-79.952645],"landmarks":{"end_point":[[40.4433003,-79.9419895],"restaurant"],"start_point":[[40.4431976,-79.952645],"garden"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_3":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_4":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_5":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_8":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_11":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_12":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"beyond_pivot":[[40.4427274,-79.941398],"waste_basket"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.4427415,-79.9402778],"food court"],"around_goal_pivot_3":[[40.4439169,-79.9431234],"arts centre"],"around_goal_pivot_4":[[40.443955,-79.9411099],"parking entrance"]}} +{"rvs_sample_number":382,"content":"Let's meet at the memorial between North Shore Drive and the Allegheny river. There is a tribute to youngsters just southwest of the memorial.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.445024,-80.0136296],"key":8223,"region":"Pittsburgh","rvs_start_point":[40.4410510615,-80.0043073121],"landmarks":{"end_point":[[40.445024,-80.0136296],"historic memorial"],"start_point":[[40.4410510615,-80.0043073121],"garden"],"main_pivot":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_2":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_3":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_4":[[40.4411746,-80.0044367],"Four Gateway Center"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_7":[[40.4411746,-80.0044367],"Four Gateway Center"],"main_pivot_8":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_9":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_10":[[40.4411746,-80.0044367],"Four Gateway Center"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_13":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_14":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_15":[[40.4451917273,-80.0135272537],"park"],"near_pivot":[[40.4451917273,-80.0135272537],"park"],"around_goal_pivot_1":[[40.4460786,-80.0142811],"stadium"],"around_goal_pivot_10":[[40.4457201,-80.013071],"2 gardens"]}} +{"rvs_sample_number":125,"content":"Meet me at the restaurant on East Carson Street. It is on the block across the street from Fat Head's pub. It is on the eastern end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.428407407,-79.9792959295],"key":8224,"region":"Pittsburgh","rvs_start_point":[40.4303623747,-79.9839688158],"landmarks":{"end_point":[[40.428407407,-79.9792959295],"restaurant"],"start_point":[[40.4303623747,-79.9839688158],"parking lot"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.428743,-79.9785067],"pharmacy"],"near_pivot":[[40.428743,-79.9785067],"pharmacy"],"beyond_pivot":[[40.428743,-79.9785067],"pharmacy"],"around_goal_pivot_1":[[40.4288573,-79.9804342],"fast food restaurant"],"around_goal_pivot_2":[[40.4282687,-79.9774601],"2 restaurants"],"around_goal_pivot_3":[[40.4286588,-79.9806678],"bank"],"around_goal_pivot_4":[[40.4286727,-79.9809251],"Minuteman Press"],"around_goal_pivot_5":[[40.4288961,-79.9807498],"cafe"],"around_goal_pivot_6":[[40.4288488,-79.9802771],"pub"],"around_goal_pivot_7":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_8":[[40.4286872,-79.9775067],"bar"],"around_goal_pivot_9":[[40.4292938,-79.9810352],"parking lot"],"around_goal_pivot_10":[[40.4287091,-79.977882],"printshop shop"]}} +{"rvs_sample_number":89,"content":"Move north over the bridge and stop on West North Avenue, you'll see me at the first garden on the next block east of Trinity Lutheran church.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4544787439,-80.012525152],"key":8225,"region":"Pittsburgh","rvs_start_point":[40.444988274,-80.0136847095],"landmarks":{"end_point":[[40.4544787439,-80.012525152],"garden"],"start_point":[[40.444988274,-80.0136847095],"garden"],"main_pivot":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_2":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_3":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_4":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_5":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_6":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_7":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_8":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_9":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_10":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_11":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_12":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_13":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_14":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_15":[[40.4518109573,-80.010192747],"park"],"near_pivot":[[40.4518109573,-80.010192747],"park"],"around_goal_pivot_3":[[40.4543022,-80.0139686],"two gardens"]}} +{"rvs_sample_number":82,"content":"Meet me at the alcohol shop northeast of your location. Head northeast on Penn Avenue. When you see Penn Ave Pottery art shop, you are two blocks away. It is just before a pub. It is also southwest one block of Penn Animal Hospital.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4518681,-79.9830582],"key":8226,"region":"Pittsburgh","rvs_start_point":[40.449177,-79.9858277],"landmarks":{"end_point":[[40.4518681,-79.9830582],"alcohol shop"],"start_point":[[40.449177,-79.9858277],"wholesale shop"],"main_pivot":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_2":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_3":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_4":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_5":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_6":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_7":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_8":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_9":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_10":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_11":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_12":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_13":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_14":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_15":[[40.4521092,-79.9827154],"pub"],"near_pivot":[[40.4521092,-79.9827154],"pub"],"beyond_pivot":[[40.4523827,-79.9819657],"restaurant"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4524311,-79.98144],"two parking lots"],"around_goal_pivot_3":[[40.4515286,-79.9846387],"nightclub"],"around_goal_pivot_4":[[40.4525752,-79.9824482],"veterinary"],"around_goal_pivot_5":[[40.4522181,-79.9814326],"bank"],"around_goal_pivot_6":[[40.4512019,-79.9814013],"2 gardens"],"around_goal_pivot_7":[[40.4509054,-79.9844563],"art shop"],"around_goal_pivot_8":[[40.450841,-79.9841519],"variety store shop"]}} +{"rvs_sample_number":379,"content":"Meet me at the garden on Station Square Drive. It is in between two gardens and the stadium. It is directly north of another two gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4355237074,-80.0080304432],"key":8227,"region":"Pittsburgh","rvs_start_point":[40.440636,-80.0019972],"landmarks":{"end_point":[[40.4355237074,-80.0080304432],"garden"],"start_point":[[40.440636,-80.0019972],"fast food restaurant"],"main_pivot":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_2":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_3":[[40.4401603292,-80.0005423118],"Tower at PNC Plaza"],"main_pivot_4":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_5":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_6":[[40.4401603292,-80.0005423118],"Tower at PNC Plaza"],"main_pivot_7":[[40.4410856312,-80.0018258122],"Buhl Building"],"main_pivot_8":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_10":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_11":[[40.4410856312,-80.0018258122],"Buhl Building"],"main_pivot_12":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_13":[[40.4410856312,-80.0018258122],"Buhl Building"],"main_pivot_14":[[40.4410856312,-80.0018258122],"Buhl Building"],"main_pivot_15":[[40.435869578,-80.0087916415],"stadium"],"near_pivot":[[40.435869578,-80.0087916415],"stadium"],"beyond_pivot":[[40.4355292,-80.0091504],"bicycle_parking"],"around_goal_pivot_1":[[40.4345394,-80.0065022],"Sheraton"],"around_goal_pivot_2":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_3":[[40.4346076,-80.0080249],"two gardens"],"around_goal_pivot_4":[[40.4359871332,-80.0089572438],"pitch"],"around_goal_pivot_5":[[40.4352893,-80.006939],"two gardens"],"around_goal_pivot_7":[[40.4346514,-80.0069241],"2 gardens"],"around_goal_pivot_8":[[40.4346262,-80.0066663],"two gardens"]}} +{"rvs_sample_number":37,"content":"Meet me at the optician shop on Forbes Avenue. Starbucks is on the south block from the shop and a townhall is on the east block.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4388544,-79.9982075],"key":8228,"region":"Pittsburgh","rvs_start_point":[40.4423966997,-80.0050416254],"landmarks":{"end_point":[[40.4388544,-79.9982075],"optician shop"],"start_point":[[40.4423966997,-80.0050416254],"garden"],"main_pivot":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_2":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_3":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_4":[[40.4416796002,-80.0036603305],"Fifth Avenue Place"],"main_pivot_5":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_6":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_7":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_8":[[40.4416796002,-80.0036603305],"Fifth Avenue Place"],"main_pivot_9":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_10":[[40.4416796002,-80.0036603305],"Fifth Avenue Place"],"main_pivot_11":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_12":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_13":[[40.4400845,-80.0025976],"Burke Building"],"main_pivot_14":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_15":[[40.4387988,-79.9973291],"atm"],"near_pivot":[[40.4387988,-79.9973291],"atm"],"beyond_pivot":[[40.4380822,-79.9983547],"cafe"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.4387249,-79.9970514],"courthouse"],"around_goal_pivot_3":[[40.438298256,-79.9973500732],"townhall"],"around_goal_pivot_4":[[40.4398487,-80.0000093],"mall"],"around_goal_pivot_5":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_6":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_7":[[40.4388038,-79.9964112],"fountain"],"around_goal_pivot_8":[[40.4393958,-79.9992243],"gambling place"],"around_goal_pivot_9":[[40.4392024,-79.9972654],"library"],"around_goal_pivot_10":[[40.4392647,-79.9995902],"school"]}} +{"rvs_sample_number":492,"content":"I'm waiting at the bench near St. John Baptist statue and west of WQED studio. You will go northeast to get to the place.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4463237,-79.9464574],"key":8229,"region":"Pittsburgh","rvs_start_point":[40.4431234695,-79.952724674],"landmarks":{"end_point":[[40.4463237,-79.9464574],"bench"],"start_point":[[40.4431234695,-79.952724674],"garden"],"main_pivot":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_2":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_3":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_4":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_5":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_7":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_8":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_9":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_10":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_11":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_12":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_13":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_14":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_15":[[40.4464475,-79.9464791],"2 benches"],"near_pivot":[[40.4464475,-79.9464791],"2 benches"],"around_goal_pivot_1":[[40.4464078,-79.9449724],"studio"],"around_goal_pivot_2":[[40.4472718,-79.9469405],"student accomodation"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_6":[[40.4458941,-79.9472782],"garden"]}} +{"rvs_sample_number":55,"content":"Meet me at the bicycle rental located southwest of your position. Move past Information Sciences Building. It is by the street on Tennyson Avenue and north of historic building.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4457094,-79.9533863],"key":8230,"region":"Pittsburgh","rvs_start_point":[40.4527735,-79.9494416],"landmarks":{"end_point":[[40.4457094,-79.9533863],"bicycle rental"],"start_point":[[40.4527735,-79.9494416],"restaurant"],"main_pivot":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_2":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_5":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_6":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_7":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_8":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_9":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_10":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_11":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_12":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_13":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_14":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_15":[[40.4459201,-79.9540366],"hotel"],"near_pivot":[[40.4459201,-79.9540366],"hotel"],"beyond_pivot":[[40.4466975,-79.9544002],"university"],"around_goal_pivot_1":[[40.4451146,-79.9517705],"9 benches"],"around_goal_pivot_2":[[40.4453976,-79.9519472],"attraction"],"around_goal_pivot_3":[[40.4452225,-79.9517081],"eight benches"],"around_goal_pivot_4":[[40.4448446,-79.9533072],"historic building"],"around_goal_pivot_5":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_6":[[40.4450746,-79.9550193],"Autograph Collection"],"around_goal_pivot_7":[[40.4451876,-79.9517616],"fountain"],"around_goal_pivot_9":[[40.4451837,-79.9516742],"eight benches"],"around_goal_pivot_10":[[40.4450962,-79.9518389],"seven benches"]}} +{"rvs_sample_number":280,"content":"Meet me at the restaurant. If you head east on East Carson Street, you will see the restaurant a block past Barry's Pub on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4288854634,-79.9860642256],"key":8231,"region":"Pittsburgh","rvs_start_point":[40.4342293268,-80.0061106782],"landmarks":{"end_point":[[40.4288854634,-79.9860642256],"restaurant"],"start_point":[[40.4342293268,-80.0061106782],"garden"],"main_pivot":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_2":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_3":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_4":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_5":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_6":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_7":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_8":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_9":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_10":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_11":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_12":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_13":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_14":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_15":[[40.4289746,-79.9865225],"tobacco shop"],"near_pivot":[[40.4289746,-79.9865225],"tobacco shop"],"beyond_pivot":[[40.4289810012,-79.9848628618],"bar"],"around_goal_pivot_1":[[40.4289143,-79.984233],"restaurant"],"around_goal_pivot_2":[[40.4288042,-79.9870277],"pub"],"around_goal_pivot_3":[[40.4289209835,-79.985078315],"musical instrument shop"],"around_goal_pivot_4":[[40.428719,-79.9849184],"hardware shop"],"around_goal_pivot_5":[[40.4290603,-79.984646],"supermarket"],"around_goal_pivot_6":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_7":[[40.4287836,-79.9878959],"art shop"],"around_goal_pivot_8":[[40.4289308148,-79.9847913225],"copyshop shop"],"around_goal_pivot_9":[[40.428923142,-79.9850057071],"tattoo shop"]}} +{"rvs_sample_number":222,"content":"Meet me at CVS parking lot on North Craig Street. The pharmacy is catty-cornered from a pub and Dunkin' Donuts is just across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.45139055,-79.95130505],"key":8232,"region":"Pittsburgh","rvs_start_point":[40.4430783171,-79.9528023869],"landmarks":{"end_point":[[40.45139055,-79.95130505],"parking space"],"start_point":[[40.4430783171,-79.9528023869],"garden"],"main_pivot":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_2":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_3":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_4":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_5":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_6":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_7":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_8":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_9":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_10":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_11":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_12":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_13":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_14":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_15":[[40.4517378,-79.9521127],"fast food restaurant"],"near_pivot":[[40.4517378,-79.9521127],"fast food restaurant"],"beyond_pivot":[[40.4521221258,-79.9515038144],"restaurant"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_3":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_4":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_5":[[40.4520305,-79.9518088],"two convenience shops"],"around_goal_pivot_6":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_7":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_8":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_9":[[40.4520742,-79.9516633],"convenience shop"],"around_goal_pivot_10":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":473,"content":"I'm at a restaurant on the southwest corner of Market Square. It's on the same street as the Hilton Garden Inn to the east, and the Rite Aid to the west. Also, the Fifth Avenue Place building is to the north, and there's a church to the southwest. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4406267,-80.0032456],"key":8233,"region":"Pittsburgh","rvs_start_point":[40.4524064907,-79.9982073185],"landmarks":{"end_point":[[40.4406267,-80.0032456],"restaurant"],"start_point":[[40.4524064907,-79.9982073185],"hotel"],"main_pivot":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_2":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_8":[[40.4418438,-80.0028846],"Fifth Avenue Place"],"main_pivot_9":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_14":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_15":[[40.4410152,-80.0038795],"Rite Aid"],"near_pivot":[[40.4410152,-80.0038795],"Rite Aid"],"beyond_pivot":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_1":[[40.4397209,-80.0032088],"two fountains"],"around_goal_pivot_2":[[40.4415198,-80.0040472],"train station"],"around_goal_pivot_3":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_4":[[40.4416045,-80.0036565],"two gardens"],"around_goal_pivot_5":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_6":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_7":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_8":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_9":[[40.4398331,-80.0043779],"church"],"around_goal_pivot_10":[[40.4397698,-80.0025505],"parking lot"]}} +{"rvs_sample_number":10,"content":"I'm across the water, southeast of where you are, at a Chase bank. It's right where Graeme Street hits the square. The Fairmont Pittsburgh hotel is a short ways northeast of here, and on the block to the west is a Boost Mobile and McDonald's. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4410422,-80.0029338],"key":8234,"region":"Pittsburgh","rvs_start_point":[40.4456839,-80.0080784],"landmarks":{"end_point":[[40.4410422,-80.0029338],"Chase"],"start_point":[[40.4456839,-80.0080784],"historic memorial"],"main_pivot":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_2":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_3":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_4":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_7":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_8":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_10":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_14":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_15":[[40.4414144,-80.0033033],"Boost Mobile"],"near_pivot":[[40.4414144,-80.0033033],"Boost Mobile"],"beyond_pivot":[[40.4411935,-80.0036623],"fast_food"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4405228,-80.004628],"3 gardens"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_7":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_8":[[40.4398286,-80.0031415],"two fountains"],"around_goal_pivot_9":[[40.4420457,-80.0031582],"confectionery shop"],"around_goal_pivot_10":[[40.4422536,-80.0035015],"variety store shop"]}} +{"rvs_sample_number":133,"content":"Meet me at the post box on Forbes Avenue. It is to the east of the bicycle rental and museum. There is another post box further down the road near recycling and bicycle parking. Meet me at the one closer to Starbucks.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4444144,-79.9478904],"key":8235,"region":"Pittsburgh","rvs_start_point":[40.4425845552,-79.9527381281],"landmarks":{"end_point":[[40.4444144,-79.9478904],"post box"],"start_point":[[40.4425845552,-79.9527381281],"restaurant"],"main_pivot":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_2":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_3":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_4":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_6":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_7":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_8":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_9":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_10":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_11":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_12":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_13":[[40.4427883,-79.9536155],"Hillman Library"],"main_pivot_14":[[40.4427883,-79.9536155],"Hillman Library"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"around_goal_pivot_1":[[40.4452365,-79.9464449],"school"],"around_goal_pivot_2":[[40.4441209,-79.94885],"museum"],"around_goal_pivot_3":[[40.4438336,-79.9463016],"recycling"],"around_goal_pivot_4":[[40.4442776,-79.9488965],"bicycle rental"],"around_goal_pivot_5":[[40.4444725,-79.9461216],"post box"],"around_goal_pivot_6":[[40.4437617,-79.9462655],"bicycle parking"],"around_goal_pivot_7":[[40.4449996,-79.9488453],"games shop"],"around_goal_pivot_8":[[40.4449435,-79.9488571],"books shop"],"around_goal_pivot_9":[[40.4451,-79.9485465],"convenience shop"],"around_goal_pivot_10":[[40.4449867,-79.9488638],"jewelry;religion;clothes shop"]}} +{"rvs_sample_number":402,"content":"I'm east of you on Jane street sitting at a bar. Come and join me for a drink.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4266126863,-79.9729458145],"key":8236,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234],"landmarks":{"end_point":[[40.4266126863,-79.9729458145],"bar"],"start_point":[[40.4284590135,-79.9795557234],"fast food restaurant"],"main_pivot":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_2":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_3":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_4":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_5":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_6":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_7":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_8":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_9":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_10":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_11":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_12":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_13":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_14":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_15":[[40.4270626,-79.9733459],"restaurant"],"near_pivot":[[40.4270626,-79.9733459],"restaurant"],"around_goal_pivot_1":[[40.4278299,-79.9722785],"fast food restaurant"],"around_goal_pivot_2":[[40.4279111,-79.9733508],"parking lot"],"around_goal_pivot_3":[[40.4279218,-79.9738685],"furniture shop"],"around_goal_pivot_4":[[40.427968,-79.9727628],"gift shop"],"around_goal_pivot_5":[[40.4279471,-79.9726133],"hairdresser shop"]}} +{"rvs_sample_number":98,"content":"You should meet me at the peak on Monument Hill...if you can! It's not hard to find. It's west of you, south of Ridge Avenue. West Park is on the north side of the road where it's at. If you get to the Allegheny West Historic District you can take the little path south to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4497123,-80.0126675],"key":8237,"region":"Pittsburgh","rvs_start_point":[40.4552279,-79.9997709],"landmarks":{"end_point":[[40.4497123,-80.0126675],"peak"],"start_point":[[40.4552279,-79.9997709],"restaurant"],"main_pivot":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_2":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_3":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_4":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_5":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_6":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_7":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_8":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_9":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_10":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_11":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_12":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_13":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_14":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_15":[[40.4495242,-80.0134734],"bicycle parking"],"near_pivot":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.450706,-80.0135871],"post box"],"around_goal_pivot_3":[[40.4493745,-80.0144497],"garden"],"around_goal_pivot_4":[[40.4510679,-80.011918],"park"]}} +{"rvs_sample_number":307,"content":"Meet me at the parking lot on Kilday way. It's on the block just east of the one where The Priory hotel is. So you'll need to head northwest across the river. It's just north of the Giant Eagle.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4521629701,-79.9997150307],"key":8238,"region":"Pittsburgh","rvs_start_point":[40.4397308,-80.0008734],"landmarks":{"end_point":[[40.4521629701,-79.9997150307],"parking lot"],"start_point":[[40.4397308,-80.0008734],"library"],"main_pivot":[[40.4394268887,-80.0004026972],"Pittsburgh Playhouse"],"main_pivot_2":[[40.4433862,-79.9993069],"Benedum Center"],"main_pivot_3":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_4":[[40.4394268887,-80.0004026972],"Pittsburgh Playhouse"],"main_pivot_5":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_6":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_7":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_8":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_9":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4392191897,-80.0010673935],"The Carlyle"],"main_pivot_12":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_13":[[40.4394268887,-80.0004026972],"Pittsburgh Playhouse"],"main_pivot_14":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_15":[[40.4517421511,-79.9999528897],"Giant Eagle"],"near_pivot":[[40.4517421511,-79.9999528897],"Giant Eagle"],"beyond_pivot":[[40.4529121,-79.9998497],"place_of_worship"],"around_goal_pivot_1":[[40.4511887,-80.0004285],"gas station"],"around_goal_pivot_2":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_3":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_4":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_5":[[40.4535755,-79.9995036],"restaurant"],"around_goal_pivot_6":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_7":[[40.4535829,-79.9994219],"deli shop"],"around_goal_pivot_8":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_9":[[40.4533449,-80.0007631],"clothes shop"],"around_goal_pivot_10":[[40.4535113,-79.9998881],"frame shop"]}} +{"rvs_sample_number":155,"content":"I'm southwest of you, at a waste basket on Ridge Avenue. After you pass Allegheny Traditional Academy, keep going southwest. When you get to Ridge, follow it after it splits with another street. The waste basket is a couple of blocks after the split, on the north side of the street, across from a cafe. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4502536,-80.015531],"key":8239,"region":"Pittsburgh","rvs_start_point":[40.4554343753,-80.0043226317],"landmarks":{"end_point":[[40.4502536,-80.015531],"waste basket"],"start_point":[[40.4554343753,-80.0043226317],"playground"],"main_pivot":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_9":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_12":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_13":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_14":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_15":[[40.4500635,-80.0154789],"cafe"],"near_pivot":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_1":[[40.4498634,-80.0145878],"6 benches"],"around_goal_pivot_2":[[40.4499536,-80.0146013],"bicycle parking"],"around_goal_pivot_4":[[40.4498383,-80.014548],"four benches"],"around_goal_pivot_9":[[40.4498543,-80.0146376],"4 benches"]}} +{"rvs_sample_number":275,"content":"Meet me at the parking lot just south of Saw Mill Run Boulevard. It's the first parking spot you'll see when you head east, and pass the Parkway Service Complete Auto Repair. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.425902655,-80.0206219558],"key":8240,"region":"Pittsburgh","rvs_start_point":[40.4337735517,-80.0310080822],"landmarks":{"end_point":[[40.425902655,-80.0206219558],"parking lot"],"start_point":[[40.4337735517,-80.0310080822],"bridge"],"main_pivot":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_2":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_3":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_4":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_5":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_6":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_7":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_8":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_9":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_10":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_11":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_12":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_13":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_14":[[40.4319308393,-80.0154172305],"Chatham Village"],"main_pivot_15":[[40.425770608,-80.0191737023],"parking lot"],"near_pivot":[[40.425770608,-80.0191737023],"parking lot"],"around_goal_pivot_1":[[40.4265741,-80.0219978],"car repair shop"],"around_goal_pivot_2":[[40.4254836,-80.0190888],"park"]}} +{"rvs_sample_number":220,"content":"Meet me at the university. It is across the street from Pittsburgh Science and Technology Academy to the north.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4438736,-79.9586265],"key":8241,"region":"Pittsburgh","rvs_start_point":[40.4384579,-79.961056],"landmarks":{"end_point":[[40.4438736,-79.9586265],"university"],"start_point":[[40.4384579,-79.961056],"university"],"main_pivot":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_2":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_3":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_4":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_5":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_6":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_7":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_8":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_9":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_10":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_11":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_12":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_13":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_14":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_15":[[40.4434484,-79.9582851],"school"],"near_pivot":[[40.4434484,-79.9582851],"school"],"beyond_pivot":[[40.444426,-79.9580099],"university"],"around_goal_pivot_1":[[40.4436986,-79.9569634],"church"],"around_goal_pivot_2":[[40.4440634,-79.9569222],"restaurant"]}} +{"rvs_sample_number":297,"content":"Go east and meet me at the Parking lot southeast of the dentist's office. It is on Moravian Street north of Fine Wine & Good Spirits.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.454374009,-80.0012909062],"key":8242,"region":"Pittsburgh","rvs_start_point":[40.4495233,-80.0132934],"landmarks":{"end_point":[[40.454374009,-80.0012909062],"parking lot"],"start_point":[[40.4495233,-80.0132934],"bench"],"main_pivot":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_2":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_3":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_4":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_5":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_6":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_7":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_8":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_9":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_10":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_11":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_12":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_13":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_14":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_15":[[40.4545501,-80.0019296],"dentist's office"],"near_pivot":[[40.4545501,-80.0019296],"dentist's office"],"beyond_pivot":[[40.455208,-80.0010209],"restaurant"],"around_goal_pivot_1":[[40.4534183,-80.0015575],"fast food restaurant"],"around_goal_pivot_2":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_3":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_4":[[40.4534274,-80.0014876],"Boost Mobile"],"around_goal_pivot_5":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_6":[[40.4534029,-80.000485],"antiques shop"],"around_goal_pivot_7":[[40.4537562,-79.999816],"hardware shop"],"around_goal_pivot_8":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_9":[[40.4533877,-80.0005867],"florist shop"],"around_goal_pivot_10":[[40.4536389,-80.000467],"tea shop"]}} +{"rvs_sample_number":24,"content":"You can meet me at a cafe almost straight east of you, on Walnut Street. This place is on the south side of the street, in the middle of the block. On the same block as here is a Rite Aid and a florist shop. If you come to the bank, you've gone too far east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513911,-79.9328242],"key":8243,"region":"Pittsburgh","rvs_start_point":[40.4489692275,-79.9462109648],"landmarks":{"end_point":[[40.4513911,-79.9328242],"cafe"],"start_point":[[40.4489692275,-79.9462109648],"park"],"main_pivot":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_2":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_3":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_4":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_5":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_6":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_7":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_8":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_9":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_10":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_11":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_12":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_13":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_14":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"beyond_pivot":[[40.4518567,-79.9321169],"atm"],"around_goal_pivot_1":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_2":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_3":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_4":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_5":[[40.4510513,-79.933702],"florist shop"]}} +{"rvs_sample_number":141,"content":"Let's meet at the restaurant on Ross Street. It's southeast of where you are now. Across the street that runs south of the restaurant you'll find Pittsburgh City Housing authority. The grant building is just to the west of the restaurant about half a block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.437095,-79.9965509],"key":8244,"region":"Pittsburgh","rvs_start_point":[40.4398392173,-80.0012067278],"landmarks":{"end_point":[[40.437095,-79.9965509],"restaurant"],"start_point":[[40.4398392173,-80.0012067278],"stationery shop"],"main_pivot":[[40.4381759,-79.9982708],"One Oxford Center"],"main_pivot_2":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_3":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_4":[[40.4384281,-79.9985635],"Law & Finance Building"],"main_pivot_5":[[40.4373572,-79.9974695],"Grant Building"],"main_pivot_6":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_7":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_8":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_9":[[40.4381759,-79.9982708],"One Oxford Center"],"main_pivot_10":[[40.4390165,-80.0002175],"Pittsburgh Playhouse"],"main_pivot_11":[[40.4373572,-79.9974695],"Grant Building"],"main_pivot_12":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_13":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_14":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_15":[[40.4369163253,-79.9966191648],"public building"],"near_pivot":[[40.4369163253,-79.9966191648],"public building"],"around_goal_pivot_1":[[40.4365762,-79.9951542],"two parking lots"],"around_goal_pivot_2":[[40.4377449,-79.997275],"restaurant"],"around_goal_pivot_4":[[40.4376047,-79.9980112],"garden"],"around_goal_pivot_5":[[40.4367718,-79.9980839],"park"]}} +{"rvs_sample_number":119,"content":"I'm northeast of you, at a parking lot on the south end of 16th street. You should go up the street and turn east when you get to the big intersection and see Federated Tower, after you turn walk until you see 16th and it will be on your right after you turn on the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4485484759,-79.9869831494],"key":8245,"region":"Pittsburgh","rvs_start_point":[40.4403594,-79.9955717],"landmarks":{"end_point":[[40.4485484759,-79.9869831494],"parking lot"],"start_point":[[40.4403594,-79.9955717],"fountain"],"main_pivot":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_3":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_4":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_5":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_6":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_7":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_9":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_10":[[40.439871,-79.995705],"BNY Mellon Center"],"main_pivot_11":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_12":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_13":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_14":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4491194,-79.9872407],"hairdresser shop"],"near_pivot":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_1":[[40.4491377,-79.9877423],"bridge"],"around_goal_pivot_2":[[40.4492326759,-79.9863239854],"fast food restaurant"],"around_goal_pivot_3":[[40.4492859,-79.9869409],"hotel"],"around_goal_pivot_4":[[40.4496392,-79.9875935],"nightclub"],"around_goal_pivot_5":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_6":[[40.4494489,-79.9866849],"furniture shop"],"around_goal_pivot_7":[[40.449177,-79.9858277],"wholesale shop"],"around_goal_pivot_8":[[40.4497326,-79.9862681],"supermarket"]}} +{"rvs_sample_number":116,"content":"I'm to the west of you, about three blocks past Central Catholic High School, at a cathedral where North Dithridge Street begins. There's a relay box on the corner across the street from here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8246,"region":"Pittsburgh","rvs_start_point":[40.451078,-79.9343686],"landmarks":{"end_point":[[40.4472023555,-79.9505076999],"cathedral"],"start_point":[[40.451078,-79.9343686],"cafe"],"main_pivot":[[40.4470436,-79.9449946],"WQED"],"main_pivot_2":[[40.4470436,-79.9449946],"WQED"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_5":[[40.4470436,-79.9449946],"WQED"],"main_pivot_6":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_7":[[40.4470436,-79.9449946],"WQED"],"main_pivot_8":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_9":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_10":[[40.4470436,-79.9449946],"WQED"],"main_pivot_11":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_12":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_13":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_14":[[40.4470436,-79.9449946],"WQED"],"main_pivot_15":[[40.446906,-79.9508134],"relay box"],"near_pivot":[[40.446906,-79.9508134],"relay box"],"beyond_pivot":[[40.4480364,-79.9514637],"parking"],"around_goal_pivot_1":[[40.446792,-79.9488775],"post box"],"around_goal_pivot_2":[[40.4477846,-79.9493669],"garden"]}} +{"rvs_sample_number":43,"content":"Go about 4 blocks north and meet me at the garden on Smallman Street right next to the bicycle parking. Meraki Studio fitness is to the west of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4548334062,-79.980534221],"key":8247,"region":"Pittsburgh","rvs_start_point":[40.4521231435,-79.9805926391],"landmarks":{"end_point":[[40.4548334062,-79.980534221],"garden"],"start_point":[[40.4521231435,-79.9805926391],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4550067,-79.9804632],"bicycle parking"],"near_pivot":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.4559416,-79.9795445],"pub"],"around_goal_pivot_3":[[40.4549189,-79.9821731],"three gardens"],"around_goal_pivot_4":[[40.4534158,-79.9807941],"bar"],"around_goal_pivot_5":[[40.4547679,-79.9820043],"2 gardens"],"around_goal_pivot_6":[[40.4550157,-79.9788222],"fast food restaurant"],"around_goal_pivot_7":[[40.4535751,-79.9797133],"art shop"],"around_goal_pivot_8":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_9":[[40.454542,-79.98227],"fitness centre"]}} +{"rvs_sample_number":71,"content":"You can meet me on Penn Avenue, many blocks to your northeast. I'm at a bar on the corner, where the only other building on the block is a restaurant. It's on the block east of Penn Animal Hospital. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4534235462,-79.980928496],"key":8248,"region":"Pittsburgh","rvs_start_point":[40.4470308218,-79.9921538628],"landmarks":{"end_point":[[40.4534235462,-79.980928496],"bar"],"start_point":[[40.4470308218,-79.9921538628],"garden"],"main_pivot":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4536444,-79.9812876],"restaurant"],"near_pivot":[[40.4536444,-79.9812876],"restaurant"],"around_goal_pivot_1":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_2":[[40.4545464,-79.9819801],"two gardens"],"around_goal_pivot_3":[[40.4522181,-79.9814326],"bank"],"around_goal_pivot_4":[[40.4520363,-79.9807663],"two gardens"],"around_goal_pivot_5":[[40.4521997,-79.9818665],"cafe"],"around_goal_pivot_6":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_7":[[40.4523827,-79.9819657],"supermarket"],"around_goal_pivot_8":[[40.4546826,-79.9816949],"two gardens"]}} +{"rvs_sample_number":344,"content":"I'm directly east of your position at the cafe on Graeme street. It is east of Rite Aid and on the next block from Boost Mobile.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4411656,-80.0028461],"key":8249,"region":"Pittsburgh","rvs_start_point":[40.4409494096,-80.0198121422],"landmarks":{"end_point":[[40.4411656,-80.0028461],"cafe"],"start_point":[[40.4409494096,-80.0198121422],"garden"],"main_pivot":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_2":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_3":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_4":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_5":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_6":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_7":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_8":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_10":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_11":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_12":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_13":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_14":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_15":[[40.4414144,-80.0033033],"Boost Mobile"],"near_pivot":[[40.4414144,-80.0033033],"Boost Mobile"],"beyond_pivot":[[40.4415403,-80.0040357],"train_station"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4398286,-80.0031415],"2 fountains"],"around_goal_pivot_4":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_5":[[40.4406402,-80.0045489],"3 gardens"],"around_goal_pivot_6":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_7":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_8":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_9":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_10":[[40.4410125,-80.0009821],"post box"]}} +{"rvs_sample_number":69,"content":"Meet me at the southmost parking lot on Brighton Road after you pass Allegheny West Historic District. There is another parking across the street. In the block north of the destination, there is a restaurant.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4550395316,-80.0145270973],"key":8250,"region":"Pittsburgh","rvs_start_point":[40.4495242,-80.0134734],"landmarks":{"end_point":[[40.4550395316,-80.0145270973],"parking lot"],"start_point":[[40.4495242,-80.0134734],"bicycle parking"],"main_pivot":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_2":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_3":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_4":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_5":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_6":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_7":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_8":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_9":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_10":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_11":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_12":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_13":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_14":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_15":[[40.4550828906,-80.0145347382],"3 parking lots"],"near_pivot":[[40.4550828906,-80.0145347382],"3 parking lots"],"beyond_pivot":[[40.4557314,-80.0153694],"parking"],"around_goal_pivot_1":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_2":[[40.4548277,-80.0131334],"fitness centre"],"around_goal_pivot_5":[[40.4543953,-80.0131979],"five gardens"]}} +{"rvs_sample_number":80,"content":"Meet me at the clothes shop east of you on East Carson Street. It's a block past the bridge, and on the south side of the street. If you get to State Farm, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4280807616,-79.9726517041],"key":8251,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657],"landmarks":{"end_point":[[40.4280807616,-79.9726517041],"clothes shop"],"start_point":[[40.4290494018,-79.9832749657],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4280259219,-79.9720869465],"State Farm"],"near_pivot":[[40.4280259219,-79.9720869465],"State Farm"],"beyond_pivot":[[40.4280073603,-79.9718278587],"bar"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4288211,-79.9728196],"6 parking spaces"],"around_goal_pivot_4":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_5":[[40.4282445,-79.973575],"clothes shop"],"around_goal_pivot_6":[[40.4279879543,-79.9716968204],"sports shop"],"around_goal_pivot_7":[[40.4282742582,-79.9741033256],"tattoo shop"],"around_goal_pivot_8":[[40.4282592,-79.9738357],"furniture shop"],"around_goal_pivot_9":[[40.4282801,-79.9742068],"art shop"],"around_goal_pivot_10":[[40.42798144,-79.9716310676],"computer shop"]}} +{"rvs_sample_number":105,"content":"Meet me at the restaurant on Smallman Street. It is located in the same structure as the hairdresser shop and fitness centre. It is located in the southern corner.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4537468,-79.9822684],"key":8252,"region":"Pittsburgh","rvs_start_point":[40.4574099763,-79.9796250742],"landmarks":{"end_point":[[40.4537468,-79.9822684],"restaurant"],"start_point":[[40.4574099763,-79.9796250742],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_3":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_4":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_5":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_15":[[40.4540878,-79.9817118],"hairdresser shop"],"near_pivot":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_1":[[40.4534781138,-79.9810563764],"bar"],"around_goal_pivot_2":[[40.452669,-79.9823147],"veterinary"],"around_goal_pivot_3":[[40.4524239,-79.9826912],"art shop"],"around_goal_pivot_4":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_5":[[40.4544823,-79.9827859],"two gardens"],"around_goal_pivot_9":[[40.4548643,-79.9814193],"2 gardens"]}} +{"rvs_sample_number":341,"content":"I'm only a couple blocks northwest from you, at a stationery shop on Penn Avenue. It's on the block east of the train station, and about a block west of a 7-Eleven. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4422781,-80.0033896],"key":8253,"region":"Pittsburgh","rvs_start_point":[40.4418147,-80.0000837],"landmarks":{"end_point":[[40.4422781,-80.0033896],"stationery shop"],"start_point":[[40.4418147,-80.0000837],"parking entrance"],"main_pivot":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_2":[[40.4414696,-80.0002454],"One PNC Plaza"],"main_pivot_3":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_4":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_5":[[40.4418685,-80.0004996],"Two PNC Plaza"],"main_pivot_6":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_7":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_8":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_9":[[40.4422054,-80.001208],"EQT Plaza"],"main_pivot_10":[[40.4423247,-80.0018562],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_12":[[40.4414696,-80.0002454],"One PNC Plaza"],"main_pivot_13":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_14":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_15":[[40.441611,-80.0035306],"2 gardens"],"near_pivot":[[40.441611,-80.0035306],"2 gardens"],"beyond_pivot":[[40.4419318,-80.0041125],"train_station"],"around_goal_pivot_1":[[40.4425692,-80.0017198],"theatre"],"around_goal_pivot_2":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4428912,-80.0020656],"7-Eleven"],"around_goal_pivot_5":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_6":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_7":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_8":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_9":[[40.4410997,-80.0023902],"camera shop"],"around_goal_pivot_10":[[40.4409956,-80.003248],"dry cleaning shop"]}} +{"rvs_sample_number":186,"content":"Let's get some sun, meet up at the garden to the north of where the Boulevard of the Allies has it's western end. The garden is Across the street and north of the fairly large christian church there. There's also a high school on the same block just next to the garden, southeast of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.440490538,-80.0051998742],"key":8254,"region":"Pittsburgh","rvs_start_point":[40.4376203361,-80.0027189822],"landmarks":{"end_point":[[40.440490538,-80.0051998742],"garden"],"start_point":[[40.4376203361,-80.0027189822],"university"],"main_pivot":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_2":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_3":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_4":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_5":[[40.4390347,-80.0045224],"Mamaux Building"],"main_pivot_6":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_7":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_8":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_9":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_10":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_11":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.4390347,-80.0045224],"Mamaux Building"],"main_pivot_13":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_14":[[40.4390347,-80.0045224],"Mamaux Building"],"main_pivot_15":[[40.4410426,-80.0055822],"two gardens"],"near_pivot":[[40.4410426,-80.0055822],"two gardens"],"around_goal_pivot_1":[[40.4417567,-80.0050643],"3 gardens"],"around_goal_pivot_2":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_3":[[40.4394182,-80.0058759],"two gardens"],"around_goal_pivot_4":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_5":[[40.4411935,-80.0036623],"fast food restaurant"],"around_goal_pivot_6":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_7":[[40.4397265,-80.0047652],"church"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4391003,-80.0046965],"beauty shop"],"around_goal_pivot_10":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":260,"content":"Meet me at the toy shop northeast of you on Walnut Street. It's on the same block as the florist shop and the Apple Store. It's on the east end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4513983,-79.9321878],"key":8255,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959],"landmarks":{"end_point":[[40.4513983,-79.9321878],"toy shop"],"start_point":[[40.4434019,-79.9447959],"cafe"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4465508,-79.9444149],"WQED"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4465508,-79.9444149],"WQED"],"main_pivot_6":[[40.4465508,-79.9444149],"WQED"],"main_pivot_7":[[40.4465508,-79.9444149],"WQED"],"main_pivot_8":[[40.4465508,-79.9444149],"WQED"],"main_pivot_9":[[40.4465508,-79.9444149],"WQED"],"main_pivot_10":[[40.4465508,-79.9444149],"WQED"],"main_pivot_11":[[40.4465508,-79.9444149],"WQED"],"main_pivot_12":[[40.4465508,-79.9444149],"WQED"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4465508,-79.9444149],"WQED"],"main_pivot_15":[[40.451478,-79.9330869],"L'Occitane"],"near_pivot":[[40.451478,-79.9330869],"L'Occitane"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_3":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_4":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_5":[[40.4516909,-79.9305833],"hotel"],"around_goal_pivot_6":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_7":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_8":[[40.4514368,-79.9333787],"vacant shop"]}} +{"rvs_sample_number":481,"content":"I'm waiting at the garden on 24th street opposite Italian restaurant. Go northeast to get there, it is the first garden on the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4545019796,-79.9819387727],"key":8256,"region":"Pittsburgh","rvs_start_point":[40.4443183,-79.9957294],"landmarks":{"end_point":[[40.4545019796,-79.9819387727],"garden"],"start_point":[[40.4443183,-79.9957294],"restaurant"],"main_pivot":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_2":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_4":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_15":[[40.4543288,-79.9825463],"restaurant"],"near_pivot":[[40.4543288,-79.9825463],"restaurant"],"beyond_pivot":[[40.4551983,-79.9817882],"parking"],"around_goal_pivot_1":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_2":[[40.4550188,-79.9804767],"bicycle parking"]}} +{"rvs_sample_number":439,"content":"I'm at a post box on Forbes Avenue, southwest of you. It's on the south side of the street, where a smaller road hits Forbes. Farther west of here, past the next street that crosses Forbes, is the CMU ArtPark Lab park. West of that is another post box, but you don't want that one. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4444725,-79.9461216],"key":8257,"region":"Pittsburgh","rvs_start_point":[40.455936159,-79.9367241729],"landmarks":{"end_point":[[40.4444725,-79.9461216],"post box"],"start_point":[[40.455936159,-79.9367241729],"Sherwin-Williams"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4465508,-79.9444149],"WQED"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4465508,-79.9444149],"WQED"],"main_pivot_6":[[40.4465508,-79.9444149],"WQED"],"main_pivot_7":[[40.4465508,-79.9444149],"WQED"],"main_pivot_8":[[40.4465508,-79.9444149],"WQED"],"main_pivot_9":[[40.4465508,-79.9444149],"WQED"],"main_pivot_10":[[40.4465508,-79.9444149],"WQED"],"main_pivot_11":[[40.4465508,-79.9444149],"WQED"],"main_pivot_12":[[40.4465508,-79.9444149],"WQED"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4465508,-79.9444149],"WQED"],"main_pivot_15":[[40.4450455,-79.9457716],"school"],"near_pivot":[[40.4450455,-79.9457716],"school"],"around_goal_pivot_1":[[40.443334,-79.9466113],"mailroom"],"around_goal_pivot_2":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_3":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_4":[[40.4451299,-79.9448601],"waste basket"],"around_goal_pivot_5":[[40.4444329,-79.9472416],"park"],"around_goal_pivot_9":[[40.4436212,-79.9455071],"3 bicycle parkings"]}} +{"rvs_sample_number":271,"content":"Meet me at the garden on the other side of the river from you. It's at the north end of Station Square Drive on the east side of the street there. It's on the same block as two parking entrances, but on the opposite end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4348629746,-80.0076493784],"key":8258,"region":"Pittsburgh","rvs_start_point":[40.4402229,-80.0024697],"landmarks":{"end_point":[[40.4348629746,-80.0076493784],"garden"],"start_point":[[40.4402229,-80.0024697],"fast food restaurant"],"main_pivot":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_2":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_3":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_4":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_5":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_6":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_7":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_8":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_9":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_10":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_11":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_12":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_13":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_14":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_15":[[40.4346944,-80.0067983],"4 gardens"],"near_pivot":[[40.4346944,-80.0067983],"4 gardens"],"beyond_pivot":[[40.4342852392,-80.0081094724],"parking"],"around_goal_pivot_1":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_2":[[40.4342307,-80.0060513],"mall"],"around_goal_pivot_3":[[40.4359202076,-80.0087531933],"stadium"],"around_goal_pivot_4":[[40.4341495,-80.0066637],"two parking entrances"],"around_goal_pivot_5":[[40.4360346764,-80.008921627],"pitch"],"around_goal_pivot_9":[[40.4342179,-80.0066051],"2 parking entrances"]}} +{"rvs_sample_number":117,"content":"Head a couple blocks east and meet me at the school right next to the Pittsburgh Musical Theater. It's on South Main just past the cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.441458,-80.0319984],"key":8259,"region":"Pittsburgh","rvs_start_point":[40.441427,-80.0346601],"landmarks":{"end_point":[[40.441458,-80.0319984],"school"],"start_point":[[40.441427,-80.0346601],"post office"],"main_pivot":[[40.441879,-80.0347415],"Knowledge Connection Library"],"main_pivot_2":[[40.441879,-80.0347415],"Knowledge Connection Library"],"main_pivot_3":[[40.4416305,-80.0331347],"Cafe412"],"main_pivot_4":[[40.441879,-80.0347415],"Knowledge Connection Library"],"main_pivot_5":[[40.441879,-80.0347415],"Allegheny County Library Association Bookmobile Center Library"],"main_pivot_6":[[40.441879,-80.0347415],"Allegheny County Library Association Bookmobile Center Library"],"main_pivot_7":[[40.441879,-80.0347415],"Allegheny County Library Association Bookmobile Center Library"],"main_pivot_8":[[40.4409933,-80.0347898],"Allegheny County Library Association"],"main_pivot_9":[[40.441879,-80.0347415],"Allegheny County Library Association Bookmobile Center Library"],"main_pivot_10":[[40.4409933,-80.0347898],"Allegheny County Library Association"],"main_pivot_11":[[40.4416305,-80.0331347],"Cafe412"],"main_pivot_12":[[40.4409933,-80.0347898],"Allegheny County Library Association"],"main_pivot_13":[[40.4409933,-80.0347898],"Allegheny County Library Association"],"main_pivot_14":[[40.4416305,-80.0331347],"Cafe412"],"main_pivot_15":[[40.4410828,-80.0322065],"attraction"],"near_pivot":[[40.4410828,-80.0322065],"attraction"],"around_goal_pivot_1":[[40.4416305,-80.0331347],"cafe"]}} +{"rvs_sample_number":353,"content":"Head north and meet me at the bench on the south side of Ridge Avenue, just outside the campus cafeteria fast food restaurant. It's west of the bicycle parking and east of Starbucks.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4498383,-80.014548],"key":8260,"region":"Pittsburgh","rvs_start_point":[40.4461775,-80.0108803],"landmarks":{"end_point":[[40.4498383,-80.014548],"bench"],"start_point":[[40.4461775,-80.0108803],"restaurant"],"main_pivot":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_2":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_3":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_4":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_5":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_6":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_7":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_8":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_9":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_10":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_11":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_12":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_13":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_14":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_3":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_4":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_5":[[40.4507098,-80.0133385],"park"]}} +{"rvs_sample_number":10,"content":"We'll meet at the parking entrance to the convention center. Go east down Penn Avenue past the theaters. You'll go about four blocks and pass the FedEx office on the right before you get to our location. It's right on the corner before the convention center.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4444071,-79.9953094],"key":8261,"region":"Pittsburgh","rvs_start_point":[40.4415657342,-80.0057515958],"landmarks":{"end_point":[[40.4444071,-79.9953094],"parking entrance"],"start_point":[[40.4415657342,-80.0057515958],"garden"],"main_pivot":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_2":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_7":[[40.4415090892,-80.0058726063],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_9":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_10":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_11":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_12":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_13":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_14":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_15":[[40.4442276265,-79.9951774828],"Westin"],"near_pivot":[[40.4442276265,-79.9951774828],"Westin"],"around_goal_pivot_1":[[40.4435009,-79.9950052],"two gardens"],"around_goal_pivot_2":[[40.4434767,-79.9953748],"arts centre"],"around_goal_pivot_3":[[40.4434200296,-79.993958457],"courthouse"],"around_goal_pivot_4":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_5":[[40.4437898,-79.9941388],"4 gardens"],"around_goal_pivot_6":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_7":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_8":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_9":[[40.4433225,-79.9951219],"hotel"],"around_goal_pivot_10":[[40.4436373,-79.9957766],"cafe"]}} +{"rvs_sample_number":397,"content":"Meet me at the garden on Waterfront Drive. There are two other gardens to its south. A convenience shop is located southeast of it. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4472130405,-79.9929201274],"key":8262,"region":"Pittsburgh","rvs_start_point":[40.4445182444,-79.9958080969],"landmarks":{"end_point":[[40.4472130405,-79.9929201274],"garden"],"start_point":[[40.4445182444,-79.9958080969],"garden"],"main_pivot":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_4":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4464543,-79.9930177],"2 gardens"],"near_pivot":[[40.4464543,-79.9930177],"2 gardens"],"around_goal_pivot_2":[[40.4480762,-79.9924577],"four gardens"],"around_goal_pivot_3":[[40.4456811,-79.9938552],"AC Hotel"],"around_goal_pivot_4":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_5":[[40.4463363,-79.9916776],"convenience shop"],"around_goal_pivot_6":[[40.4478767,-79.993467],"two gardens"],"around_goal_pivot_8":[[40.4459261,-79.9923564],"furniture shop"]}} +{"rvs_sample_number":266,"content":"Cross the bridge south to the other side of the river, then go west and meet me at the parking lot by the West End Overlook park. It's on the northwest side of the street where Fairview Avenue ends.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4458516403,-80.0342030489],"key":8263,"region":"Pittsburgh","rvs_start_point":[40.4484218645,-80.0236772131],"landmarks":{"end_point":[[40.4458516403,-80.0342030489],"parking lot"],"start_point":[[40.4484218645,-80.0236772131],"garden"],"main_pivot":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_2":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_3":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_4":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_5":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_6":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_7":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_8":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_9":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_10":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_11":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_12":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_13":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_14":[[40.4484244,-80.0235102],"Rivers Casino"],"main_pivot_15":[[40.4457313233,-80.0342089839],"park"],"near_pivot":[[40.4457313233,-80.0342089839],"park"]}} +{"rvs_sample_number":569,"content":"Meet me at the school on Centre Avenue to your northeast. If you go up to Centre Avenue and head east, the school will be be on the north side of the road. It's just west of the library.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4497913,-79.9622744],"key":8264,"region":"Pittsburgh","rvs_start_point":[40.4367358,-79.9631076],"landmarks":{"end_point":[[40.4497913,-79.9622744],"school"],"start_point":[[40.4367358,-79.9631076],"theatre"],"main_pivot":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_2":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_3":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_4":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_5":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_6":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_7":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_8":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_9":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_10":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_11":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_12":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_13":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_14":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_15":[[40.4497516,-79.9618633],"library"],"near_pivot":[[40.4497516,-79.9618633],"library"],"around_goal_pivot_1":[[40.4499444,-79.9603931],"track"]}} +{"rvs_sample_number":243,"content":"I'm southwest from you on 6th Street, at a gift shop near the middle of the block. It's not far from where you are. The shop is south of Renaissance, but on the other side of the street. If you come to the Butcher and Rye bar, you've gone too far south. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4433325,-80.0025725],"key":8265,"region":"Pittsburgh","rvs_start_point":[40.4448434503,-79.9996308959],"landmarks":{"end_point":[[40.4433325,-80.0025725],"gift shop"],"start_point":[[40.4448434503,-79.9996308959],"garden"],"main_pivot":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_2":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_3":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_4":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_5":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_6":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_7":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_8":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_9":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_10":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_11":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_12":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_13":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_14":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_15":[[40.4439343,-80.0025929],"Renaissance"],"near_pivot":[[40.4439343,-80.0025929],"Renaissance"],"around_goal_pivot_1":[[40.4443358,-80.0012877],"hotel"],"around_goal_pivot_2":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_3":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_4":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_5":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_6":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_7":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_8":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_9":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":426,"content":"Let's get our hair done, meet me at the hairdresser shop that is on Smithfield Street about 2 blocks north of the Monongahela (and the bridge beginning that spans it). It's on the west side of the street. Mon Wharf landing is also 2 blocks south of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4375828391,-80.0005627287],"key":8266,"region":"Pittsburgh","rvs_start_point":[40.4464973,-79.9960431],"landmarks":{"end_point":[[40.4375828391,-80.0005627287],"hairdresser shop"],"start_point":[[40.4464973,-79.9960431],"bicycle parking"],"main_pivot":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_2":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_3":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_4":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_5":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_6":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_7":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_8":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_9":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_10":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_11":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_12":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_13":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_14":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4368682,-80.0005621],"cafe"],"near_pivot":[[40.4368682,-80.0005621],"cafe"],"beyond_pivot":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_1":[[40.4368491,-79.9996575],"Fairfield Inn & Suites"],"around_goal_pivot_2":[[40.4387153,-79.9998444],"bank"],"around_goal_pivot_3":[[40.4380219,-80.0020326],"fountain"],"around_goal_pivot_4":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_5":[[40.4388405,-80.0002407],"restaurant"],"around_goal_pivot_6":[[40.4382439,-80.0018495],"waste basket"],"around_goal_pivot_7":[[40.438012,-79.9988585],"optician shop"],"around_goal_pivot_8":[[40.4379768,-79.9987574],"confectionery shop"],"around_goal_pivot_9":[[40.4363755,-80.0013041],"park"]}} +{"rvs_sample_number":343,"content":"There's a pharmacy a few blocks east of you, on Centre Avenue, where we can meet. It's on the block south of the hospital and east of the church. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4542215,-79.9434748],"key":8267,"region":"Pittsburgh","rvs_start_point":[40.4518803998,-79.9510268669],"landmarks":{"end_point":[[40.4542215,-79.9434748],"pharmacy"],"start_point":[[40.4518803998,-79.9510268669],"parking space"],"main_pivot":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_2":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_3":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_4":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_5":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_6":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_7":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_8":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_9":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_10":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_11":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_12":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_13":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_14":[[40.45479,-79.9428953],"Hillman Cancer Center"],"main_pivot_15":[[40.4542117,-79.9444075],"hospital"],"near_pivot":[[40.4542117,-79.9444075],"hospital"],"around_goal_pivot_1":[[40.4539242,-79.9444925],"church"]}} +{"rvs_sample_number":268,"content":"Meet me at the garden. Head northwest on Oakland Avenue. After you pass Touch of Gold & Silver jewelry shop and First National Bank ATM, you will go past two more streets and then the garden is on a tiny island in the middle of the roadway on the west side of the street that you are on. It's a block south of Pittsburgh Science and Technology Academy.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4422807376,-79.9581279469],"key":8268,"region":"Pittsburgh","rvs_start_point":[40.4391236,-79.9553278],"landmarks":{"end_point":[[40.4422807376,-79.9581279469],"garden"],"start_point":[[40.4391236,-79.9553278],"restaurant"],"main_pivot":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_2":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_3":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_4":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_5":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_6":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_7":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_8":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_9":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_10":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_11":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_12":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_13":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_14":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_15":[[40.4428783,-79.957894],"school"],"near_pivot":[[40.4428783,-79.957894],"school"],"around_goal_pivot_1":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_2":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_3":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_4":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_5":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_6":[[40.442458,-79.9565628],"pub"],"around_goal_pivot_7":[[40.4418935,-79.9566272],"waste basket"],"around_goal_pivot_8":[[40.4414825,-79.9572814],"florist shop"],"around_goal_pivot_9":[[40.4415987,-79.9567764],"jewelry shop"],"around_goal_pivot_10":[[40.4408964,-79.9577085],"optician shop"]}} +{"rvs_sample_number":28,"content":"Meet me at a mobile phone shop which is located in a small street that intersects with the west end of Forbes Avenue. It's a block from the train station.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4414144,-80.0033033],"key":8269,"region":"Pittsburgh","rvs_start_point":[40.4392677,-79.9958864],"landmarks":{"end_point":[[40.4414144,-80.0033033],"Boost Mobile"],"start_point":[[40.4392677,-79.9958864],"restaurant"],"main_pivot":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_2":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_3":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_4":[[40.4395035,-79.9968973],"Union Trust Building"],"main_pivot_5":[[40.4391195,-79.9963408],"Allegheny County Courthouse"],"main_pivot_6":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_7":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_8":[[40.4394877,-79.9973151],"Frick Building"],"main_pivot_9":[[40.4391195,-79.9963408],"Allegheny County Courthouse"],"main_pivot_10":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_11":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_12":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_13":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_14":[[40.4416569,-80.0011153],"Two PNC Plaza"],"main_pivot_15":[[40.4415403,-80.0040357],"train station"],"near_pivot":[[40.4415403,-80.0040357],"train station"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4406402,-80.0045489],"four gardens"],"around_goal_pivot_2":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_5":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_6":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_7":[[40.4412265,-80.002316],"shoes shop"],"around_goal_pivot_8":[[40.4417649,-80.0050308],"3 gardens"],"around_goal_pivot_9":[[40.4409357,-80.0043066],"2 gardens"],"around_goal_pivot_10":[[40.4422781,-80.0033896],"stationery shop"]}} +{"rvs_sample_number":29,"content":"Meet me at the bench to your east. Head past the Cathedral of Learning and the Heinz Memorial Chapel and you will see the bench past the chapel but before you get to South Bellefield Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4451975,-79.9515907],"key":8270,"region":"Pittsburgh","rvs_start_point":[40.4447562,-79.9555289],"landmarks":{"end_point":[[40.4451975,-79.9515907],"bench"],"start_point":[[40.4447562,-79.9555289],"parking lot"],"main_pivot":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_2":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_3":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_4":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_5":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_6":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_7":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_8":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_9":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_10":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_11":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_12":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_13":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_14":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_15":[[40.4450804,-79.9519788],"attraction"],"near_pivot":[[40.4450804,-79.9519788],"attraction"],"around_goal_pivot_1":[[40.4448119,-79.953376],"historic building"],"around_goal_pivot_2":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_3":[[40.4459593,-79.9503232],"two parking entrances"]}} +{"rvs_sample_number":145,"content":"I'm southwest of you, across the water, at a library on Wabash Tunnel. It's at the beginning of the street. Come here.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4335037,-80.0104666],"key":8271,"region":"Pittsburgh","rvs_start_point":[40.4408736696,-80.0061862115],"landmarks":{"end_point":[[40.4335037,-80.0104666],"library"],"start_point":[[40.4408736696,-80.0061862115],"garden"],"main_pivot":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_2":[[40.4405123042,-80.0070082122],"Point State Park"],"main_pivot_3":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_4":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_5":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_6":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_7":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_8":[[40.4413154546,-80.006397047],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_9":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_10":[[40.4413154546,-80.006397047],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_11":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_12":[[40.4413154546,-80.006397047],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_14":[[40.4405123042,-80.0070082122],"Point State Park"],"main_pivot_15":[[40.4337425,-80.0102316],"viewpoint"],"near_pivot":[[40.4337425,-80.0102316],"viewpoint"],"beyond_pivot":[[40.4262740822,-80.0173616077],"park"],"around_goal_pivot_1":[[40.4345176,-80.0112983],"viewpoint"]}} +{"rvs_sample_number":237,"content":"Let's just meet up at the parking entrance located at the last exit of Gross Street. It makes a sharp western turn right at the entry that is southeast most. The garage that is gained entry where I am is named after the moon.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4562935,-79.9448823],"key":8272,"region":"Pittsburgh","rvs_start_point":[40.4451416429,-79.9490473075],"landmarks":{"end_point":[[40.4562935,-79.9448823],"parking entrance"],"start_point":[[40.4451416429,-79.9490473075],"restaurant"],"main_pivot":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_2":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_3":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_4":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_5":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_6":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_7":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_8":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_9":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_12":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_13":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_14":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_15":[[40.4571673669,-79.9468526156],"hospital"],"near_pivot":[[40.4571673669,-79.9468526156],"hospital"]}} +{"rvs_sample_number":468,"content":"Let's meet at the Benedum Center theatre on Penn Avenue. It's southeast of Bridgestreet The Encore on 7th hotel, as well as the Small World Early Learning Center kindergarten. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4430954,-80.0000006],"key":8273,"region":"Pittsburgh","rvs_start_point":[40.4519268,-79.9825802],"landmarks":{"end_point":[[40.4430954,-80.0000006],"theatre"],"start_point":[[40.4519268,-79.9825802],"supermarket"],"main_pivot":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4425726,-80.0000872],"7-Eleven"],"near_pivot":[[40.4425726,-80.0000872],"7-Eleven"],"beyond_pivot":[[40.4422748,-79.9995486],"museum"],"around_goal_pivot_1":[[40.4422748,-79.9995486],"museum"],"around_goal_pivot_2":[[40.4421507,-80.0001703],"cafe"],"around_goal_pivot_3":[[40.4436585,-79.9990233],"bicycle repair station"],"around_goal_pivot_4":[[40.4444383,-79.9991866],"Goodyear"],"around_goal_pivot_5":[[40.4439702,-80.0007071],"hotel"],"around_goal_pivot_6":[[40.4436467,-79.9990716],"two gardens"],"around_goal_pivot_7":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_8":[[40.442099,-79.9996544],"waste basket"],"around_goal_pivot_9":[[40.4437359,-79.9987162],"art shop"]}} +{"rvs_sample_number":67,"content":"Meet me at the garden northeast of your location. Head northwest then turn northeast onto Railroad Street. Your destination is on the next block after two gardens. It is right on the western corner. It is on the opposite side of the block of private parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4574882082,-79.9787085745],"key":8274,"region":"Pittsburgh","rvs_start_point":[40.4555785403,-79.9797309344],"landmarks":{"end_point":[[40.4574882082,-79.9787085745],"garden"],"start_point":[[40.4555785403,-79.9797309344],"garden"],"main_pivot":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_2":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_3":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_4":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_5":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_6":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_7":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_8":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_9":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_10":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_11":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_12":[[40.4558749893,-79.9794655571],"Cinderlands Warehouse"],"main_pivot_13":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_14":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_15":[[40.4568932,-79.9780734],"paint shop"],"near_pivot":[[40.4568932,-79.9780734],"paint shop"],"beyond_pivot":[[40.4583279,-79.9785369],"parking"],"around_goal_pivot_1":[[40.4572962,-79.9798401],"2 gardens"],"around_goal_pivot_7":[[40.4564867,-79.9800117],"two gardens"]}} +{"rvs_sample_number":270,"content":"Come join me for coffee on the north side of Libert avenue north of you. You should pass the courthouse and it's just north of Gulf Tower.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4436373,-79.9957766],"key":8275,"region":"Pittsburgh","rvs_start_point":[40.44093556,-79.995227304],"landmarks":{"end_point":[[40.4436373,-79.9957766],"cafe"],"start_point":[[40.44093556,-79.995227304],"fountain"],"main_pivot":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_2":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_3":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4415244533,-79.9959965896],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_5":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_6":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_7":[[40.442423944,-79.9959252514],"Verizon Building"],"main_pivot_8":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_9":[[40.4415244533,-79.9959965896],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_10":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_13":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_14":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_15":[[40.4436075,-79.9948476],"two gardens"],"near_pivot":[[40.4436075,-79.9948476],"two gardens"],"beyond_pivot":[[40.4440251,-79.996842],"fast_food"],"around_goal_pivot_1":[[40.442219,-79.9947611],"courthouse"],"around_goal_pivot_2":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_3":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_4":[[40.4433526,-79.996898],"bar"],"around_goal_pivot_5":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_6":[[40.4444925,-79.9958349],"3 gardens"],"around_goal_pivot_7":[[40.4444057,-79.9954843],"bicycle parking"],"around_goal_pivot_8":[[40.4439966,-79.9942907],"post box"],"around_goal_pivot_9":[[40.4433309,-79.9969649],"books shop"]}} +{"rvs_sample_number":304,"content":"I'd like to meet you at the parking entrance on Sandusky Street. It is the south one on that street. You'll find a parking lot across the street.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.456207,-80.0044734],"key":8276,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406],"landmarks":{"end_point":[[40.456207,-80.0044734],"parking entrance"],"start_point":[[40.4409233372,-80.0043591406],"garden"],"main_pivot":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_2":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_5":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_8":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_9":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_10":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_13":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_14":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_15":[[40.4562853,-80.0047978],"parking lot"],"near_pivot":[[40.4562853,-80.0047978],"parking lot"],"beyond_pivot":[[40.4569977,-80.004722],"parking_entrance"],"around_goal_pivot_1":[[40.4556986,-80.0060009],"social facility"],"around_goal_pivot_2":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_3":[[40.4569977,-80.004722],"parking entrance"],"around_goal_pivot_4":[[40.4557918,-80.0030566],"garden"],"around_goal_pivot_5":[[40.4553092,-80.0040395],"pitch"]}} +{"rvs_sample_number":119,"content":"I'm northeast of you. Meet me at the small parking lot where 16th street ends. It's just south of a hair dresser shop, but on the last segment of the street on the north side.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4485484759,-79.9869831494],"key":8277,"region":"Pittsburgh","rvs_start_point":[40.4403594,-79.9955717],"landmarks":{"end_point":[[40.4485484759,-79.9869831494],"parking lot"],"start_point":[[40.4403594,-79.9955717],"fountain"],"main_pivot":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_3":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_4":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_5":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_6":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_7":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_9":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_10":[[40.439871,-79.995705],"BNY Mellon Center"],"main_pivot_11":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_12":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_13":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_14":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4491194,-79.9872407],"hairdresser shop"],"near_pivot":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_1":[[40.4491377,-79.9877423],"bridge"],"around_goal_pivot_2":[[40.4492326759,-79.9863239854],"fast food restaurant"],"around_goal_pivot_3":[[40.4492859,-79.9869409],"hotel"],"around_goal_pivot_4":[[40.4496392,-79.9875935],"nightclub"],"around_goal_pivot_5":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_6":[[40.4494489,-79.9866849],"furniture shop"],"around_goal_pivot_7":[[40.449177,-79.9858277],"wholesale shop"],"around_goal_pivot_8":[[40.4497326,-79.9862681],"supermarket"]}} +{"rvs_sample_number":256,"content":"Meet me at the bench northwest of you. Head past Peace Garden and towards Hunan Express. You will see the bench about halfway between the garden and the restaurant right in the corner of the building there. It's just west of two benches.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422356,-79.9444056],"key":8278,"region":"Pittsburgh","rvs_start_point":[40.433321,-79.9362711],"landmarks":{"end_point":[[40.4422356,-79.9444056],"bench"],"start_point":[[40.433321,-79.9362711],"bench"],"main_pivot":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_2":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_3":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_4":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_5":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_6":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_7":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_8":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_9":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_10":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_11":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_12":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_13":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_14":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_15":[[40.4422969,-79.943678],"two benches"],"near_pivot":[[40.4422969,-79.943678],"two benches"],"around_goal_pivot_1":[[40.4431269,-79.9437367],"arts centre"],"around_goal_pivot_2":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_3":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_4":[[40.4419649,-79.9430029],"parking lot"],"around_goal_pivot_5":[[40.4421413,-79.9432554],"2 benches"],"around_goal_pivot_6":[[40.4432288,-79.9441532],"pitch"],"around_goal_pivot_7":[[40.4408074,-79.9434117],"park"],"around_goal_pivot_8":[[40.4419819,-79.9459111],"2 benches"],"around_goal_pivot_9":[[40.4418895,-79.9459298],"7 benches"]}} +{"rvs_sample_number":96,"content":"Meet me at the garden southwest of you on the other side of the river on Station Square Trail. It's northeast of two gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4357138831,-80.0075319862],"key":8279,"region":"Pittsburgh","rvs_start_point":[40.4431844,-80.0025077],"landmarks":{"end_point":[[40.4357138831,-80.0075319862],"garden"],"start_point":[[40.4431844,-80.0025077],"restaurant"],"main_pivot":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_2":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_4":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_5":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_6":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_7":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_8":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_9":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_10":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_11":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_12":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_13":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_14":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4345394,-80.0065022],"Sheraton"],"near_pivot":[[40.4345394,-80.0065022],"Sheraton"],"around_goal_pivot_1":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_2":[[40.4360215511,-80.0089314597],"pitch"],"around_goal_pivot_3":[[40.435905051,-80.0087647032],"stadium"],"around_goal_pivot_4":[[40.4347608,-80.0067738],"3 gardens"],"around_goal_pivot_5":[[40.4349159,-80.0075475],"two parking lots"],"around_goal_pivot_6":[[40.4346514,-80.0069241],"3 gardens"],"around_goal_pivot_7":[[40.4348838,-80.0074128],"parking lot"],"around_goal_pivot_8":[[40.4351096,-80.0080639],"two gardens"]}} +{"rvs_sample_number":532,"content":"Don't get too drunk, you have to meet me at the historic memorial for pictures. It's northeast of you on fifth avenue, just west of the WQED studio, and on the opposite side of the street from Seoul Mart at the west end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4470585,-79.9459714],"key":8280,"region":"Pittsburgh","rvs_start_point":[40.4370765,-79.9547638],"landmarks":{"end_point":[[40.4470585,-79.9459714],"historic memorial"],"start_point":[[40.4370765,-79.9547638],"bar"],"main_pivot":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_2":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_3":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_4":[[40.4415052086,-79.9492882463],"Schenley Bridge"],"main_pivot_5":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_6":[[40.4415052086,-79.9492882463],"Schenley Bridge"],"main_pivot_7":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_8":[[40.4415052086,-79.9492882463],"Schenley Bridge"],"main_pivot_9":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_10":[[40.4415052086,-79.9492882463],"Schenley Bridge"],"main_pivot_11":[[40.4415052086,-79.9492882463],"Schenley Bridge"],"main_pivot_12":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_13":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_14":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_15":[[40.4463951,-79.9462319],"three benches"],"near_pivot":[[40.4463951,-79.9462319],"three benches"],"beyond_pivot":[[40.4470436,-79.9449946],"studio"],"around_goal_pivot_1":[[40.4464335,-79.9464485],"2 benches"],"around_goal_pivot_2":[[40.4470436,-79.9449946],"studio"],"around_goal_pivot_3":[[40.447492,-79.9451185],"church"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_6":[[40.4452861,-79.9463612],"pitch"]}} +{"rvs_sample_number":87,"content":"Meet me at the parking lot on North Canal Street. It is right below the Sunoco gas station. Just a few steps away.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4510302234,-80.0003603254],"key":8281,"region":"Pittsburgh","rvs_start_point":[40.44371544,-79.9942679357],"landmarks":{"end_point":[[40.4510302234,-80.0003603254],"parking lot"],"start_point":[[40.44371544,-79.9942679357],"garden"],"main_pivot":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_4":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_5":[[40.4434824134,-79.9939170297],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_6":[[40.4434685,-79.9953518],"August Wilson Center for African American Culture"],"main_pivot_7":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4434685,-79.9953518],"August Wilson Center for African American Culture"],"main_pivot_9":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_10":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_11":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_14":[[40.4434824134,-79.9939170297],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4511887,-80.0004285],"gas station"],"near_pivot":[[40.4511887,-80.0004285],"gas station"],"beyond_pivot":[[40.4518866,-80.00021],"parking"],"around_goal_pivot_1":[[40.4519825,-80.0017383],"theatre"],"around_goal_pivot_2":[[40.4521387,-79.9999429],"tyres shop"],"around_goal_pivot_3":[[40.4519933,-79.9995551],"garden"],"around_goal_pivot_4":[[40.4508278,-80.0019916],"pitch"],"around_goal_pivot_5":[[40.4515835,-80.0014192],"playground"]}} +{"rvs_sample_number":216,"content":"I am at a restaurant north of the two bridges on Penn Ave. It is across from the marketplace. It is the first restaurant you will see on the block ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4504944565,-79.9846519187],"key":8282,"region":"Pittsburgh","rvs_start_point":[40.4431039,-79.9979225],"landmarks":{"end_point":[[40.4504944565,-79.9846519187],"restaurant"],"start_point":[[40.4431039,-79.9979225],"restaurant"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_9":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_10":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_11":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_13":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_14":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4507712,-79.9849852],"marketplace"],"near_pivot":[[40.4507712,-79.9849852],"marketplace"],"beyond_pivot":[[40.4507341,-79.9839665],"parking"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4495771,-79.985241],"three gardens"],"around_goal_pivot_3":[[40.4514436,-79.9833222],"bank"],"around_goal_pivot_4":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_5":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_6":[[40.4498296,-79.9856912],"biergarten"],"around_goal_pivot_7":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_8":[[40.4496145,-79.9852349],"two gardens"],"around_goal_pivot_9":[[40.4515997493,-79.9837513705],"books shop"],"around_goal_pivot_10":[[40.4515303,-79.9835507],"clothes shop"]}} +{"rvs_sample_number":433,"content":"Meet me at the garden on the corner of 25th street. It's in the same location as Meraki fitness, but the on the next block east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4551474869,-79.9813685567],"key":8283,"region":"Pittsburgh","rvs_start_point":[40.4539564,-79.9987368],"landmarks":{"end_point":[[40.4551474869,-79.9813685567],"garden"],"start_point":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4547593,-79.980779],"4 gardens"],"near_pivot":[[40.4547593,-79.980779],"4 gardens"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_3":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_8":[[40.4548893,-79.9830636],"2 gardens"],"around_goal_pivot_9":[[40.4559527,-79.9823163],"two gardens"]}} +{"rvs_sample_number":238,"content":"Let's get together near that waste basket on Ridge Avenue. Just stay on the street you are on now until after it becomes the aforementioned Avenue. When you pass by the post office at the university keep an eye out, the trash can is on the corner before the next left turn.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4501676,-80.0151601],"key":8284,"region":"Pittsburgh","rvs_start_point":[40.4535275,-80.0009731],"landmarks":{"end_point":[[40.4501676,-80.0151601],"waste basket"],"start_point":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_2":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_3":[[40.4506275,-80.0137204],"Jones Hall"],"main_pivot_4":[[40.4506275,-80.0137204],"Jones Hall"],"main_pivot_5":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_6":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_7":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_8":[[40.4506275,-80.0137204],"Jones Hall"],"main_pivot_9":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_10":[[40.4506275,-80.0137204],"Jones Hall"],"main_pivot_11":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_12":[[40.4506275,-80.0137204],"Jones Hall"],"main_pivot_13":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_14":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_15":[[40.4500635,-80.0154789],"cafe"],"near_pivot":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.450706,-80.0135871],"post box"],"around_goal_pivot_3":[[40.4495242,-80.0134734],"bicycle parking"]}} +{"rvs_sample_number":263,"content":"I'm waiting for you by the waste basket inside a university. There is a fitness centre to its southwest. Another waste basket is located northwest of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4447796,-79.9611108],"key":8285,"region":"Pittsburgh","rvs_start_point":[40.4400521,-79.9578023],"landmarks":{"end_point":[[40.4447796,-79.9611108],"waste basket"],"start_point":[[40.4400521,-79.9578023],"parking entrance"],"main_pivot":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_2":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_3":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_4":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_5":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_6":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_7":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_8":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_9":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_10":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_11":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_12":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_13":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_14":[[40.4403972,-79.957938],"Forbes Tower"],"main_pivot_15":[[40.4450728,-79.9616165],"waste basket"],"near_pivot":[[40.4450728,-79.9616165],"waste basket"],"beyond_pivot":[[40.4455674,-79.9612231],"hospital"],"around_goal_pivot_1":[[40.4442931,-79.9623661],"fitness centre"]}} +{"rvs_sample_number":216,"content":"Meet me at the clothes shop on Federal Street. It's southwest of you in the block south of that restaurant, Soho. It's about halfway between Soho and PNC Bank.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4476428,-80.0043128],"key":8286,"region":"Pittsburgh","rvs_start_point":[40.4537078685,-79.998336073],"landmarks":{"end_point":[[40.4476428,-80.0043128],"clothes shop"],"start_point":[[40.4537078685,-79.998336073],"pharmacy"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_5":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_8":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_12":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4471681,-80.0041565],"bank"],"near_pivot":[[40.4471681,-80.0041565],"bank"],"beyond_pivot":[[40.4468542,-80.0039214],"bridge"],"around_goal_pivot_1":[[40.446634,-80.0040617],"five gardens"],"around_goal_pivot_2":[[40.448496,-80.0027408],"museum"],"around_goal_pivot_3":[[40.446571478,-80.0041307725],"four gardens"],"around_goal_pivot_4":[[40.4489394,-80.0043437],"Holiday Inn Express & Suites"],"around_goal_pivot_5":[[40.4475295,-80.003017],"fountain"],"around_goal_pivot_6":[[40.4483671,-80.004488],"restaurant"],"around_goal_pivot_7":[[40.4487571,-80.0038241],"parking entrance"],"around_goal_pivot_8":[[40.4466340137,-80.0041454229],"3 gardens"],"around_goal_pivot_9":[[40.446706624,-80.0041409189],"2 gardens"],"around_goal_pivot_10":[[40.4485382,-80.0041658],"clothes shop"]}} +{"rvs_sample_number":347,"content":"Meet me at the bicycle rental southwest of your location. Head southwest down the street. Keep going until you see a Yinzers clothes shop on the corner of the block. Turn northwest on the 21st Street. Your destination is in the middle of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.451801,-79.9833387],"key":8287,"region":"Pittsburgh","rvs_start_point":[40.4573062,-79.9751722],"landmarks":{"end_point":[[40.451801,-79.9833387],"bicycle rental"],"start_point":[[40.4573062,-79.9751722],"clothes shop"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4515051,-79.9832078],"atm"],"near_pivot":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_3":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_4":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_5":[[40.4520397,-79.9824153],"fabric shop"],"around_goal_pivot_6":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_7":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_8":[[40.450841,-79.9841519],"variety store shop"]}} +{"rvs_sample_number":345,"content":"Meet me at the garden on Reedsdale Street in front of the casino. It's on the north side of the casino towards the middle of that side of the building. There is parking on the west side and two parking entrances on the east side.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4482627106,-80.0228662641],"key":8288,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134],"landmarks":{"end_point":[[40.4482627106,-80.0228662641],"garden"],"start_point":[[40.4424003194,-80.008457134],"bridge"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_3":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_4":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_13":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_14":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_15":[[40.4482439541,-80.0228715176],"casino"],"near_pivot":[[40.4482439541,-80.0228715176],"casino"],"beyond_pivot":[[40.4483191045,-80.0240056229],"parking"],"around_goal_pivot_1":[[40.4475842,-80.0214078],"two parking entrances"]}} +{"rvs_sample_number":81,"content":"Go south then west on Western Avenue and meet me at the Physique Rx'd fitness centre on the south side of the street. It is just before the pub and Book Discount Warehouse.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4519188306,-80.0154647132],"key":8289,"region":"Pittsburgh","rvs_start_point":[40.4561149819,-80.0162277659],"landmarks":{"end_point":[[40.4519188306,-80.0154647132],"fitness centre"],"start_point":[[40.4561149819,-80.0162277659],"gas station"],"main_pivot":[[40.4539072,-80.0143718],"West Park"],"main_pivot_2":[[40.4539072,-80.0143718],"West Park"],"main_pivot_3":[[40.4539072,-80.0143718],"West Park"],"main_pivot_4":[[40.4539072,-80.0143718],"West Park"],"main_pivot_5":[[40.4539072,-80.0143718],"West Park"],"main_pivot_6":[[40.4539072,-80.0143718],"West Park"],"main_pivot_7":[[40.4539072,-80.0143718],"West Park"],"main_pivot_8":[[40.4539072,-80.0143718],"West Park"],"main_pivot_9":[[40.4539072,-80.0143718],"West Park"],"main_pivot_10":[[40.4539072,-80.0143718],"West Park"],"main_pivot_11":[[40.4539072,-80.0143718],"West Park"],"main_pivot_12":[[40.4539072,-80.0143718],"West Park"],"main_pivot_13":[[40.4539072,-80.0143718],"West Park"],"main_pivot_14":[[40.4539072,-80.0143718],"West Park"],"main_pivot_15":[[40.4518283,-80.0159025],"pub"],"near_pivot":[[40.4518283,-80.0159025],"pub"],"beyond_pivot":[[40.4521181,-80.0162238],"restaurant"],"around_goal_pivot_1":[[40.450739,-80.0151288],"two parking lots"],"around_goal_pivot_2":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_3":[[40.4519682,-80.016929],"ice cream"],"around_goal_pivot_4":[[40.4516021,-80.0171119],"cafe"],"around_goal_pivot_5":[[40.4529572,-80.0143905],"two gardens"],"around_goal_pivot_6":[[40.451889,-80.0166084],"post box"],"around_goal_pivot_7":[[40.4526048,-80.0142756],"two gardens"],"around_goal_pivot_8":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_9":[[40.4523489,-80.0165481],"hairdresser shop"],"around_goal_pivot_10":[[40.4522986,-80.0165304],"books shop"]}} +{"rvs_sample_number":355,"content":"Meet me at the garden on North Shore Trail facing the river. There is a playground to its east and a park northeast of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4456198267,-80.0080994923],"key":8290,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473],"landmarks":{"end_point":[[40.4456198267,-80.0080994923],"garden"],"start_point":[[40.4420183,-80.0032473],"restaurant"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_13":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_14":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_15":[[40.4460232838,-80.0074102664],"park"],"near_pivot":[[40.4460232838,-80.0074102664],"park"],"around_goal_pivot_1":[[40.4465183,-80.0085614],"Hyatt Place"],"around_goal_pivot_2":[[40.4464526,-80.0076755],"pub"],"around_goal_pivot_3":[[40.4463271,-80.0083943],"restaurant"],"around_goal_pivot_4":[[40.4464905,-80.0087372],"garden"],"around_goal_pivot_5":[[40.4458807,-80.0068614],"playground"]}} +{"rvs_sample_number":192,"content":"Let's meet up at the fast food restaurant on East Carson Street. It is on the north side of the street while you are on the south. You'll see Burger King and a pub across the street. \r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.428929458,-79.9803485238],"key":8291,"region":"Pittsburgh","rvs_start_point":[40.4282932747,-79.9768054433],"landmarks":{"end_point":[[40.428929458,-79.9803485238],"fast food restaurant"],"start_point":[[40.4282932747,-79.9768054433],"restaurant"],"main_pivot":[[40.4283763,-79.9766352],"Subway"],"main_pivot_2":[[40.4283763,-79.9766352],"Subway"],"main_pivot_3":[[40.4283763,-79.9766352],"Subway"],"main_pivot_4":[[40.4283763,-79.9766352],"Subway"],"main_pivot_5":[[40.4284642,-79.9773542],"Pizza Hut"],"main_pivot_6":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_7":[[40.4284642,-79.9773542],"Pizza Hut"],"main_pivot_8":[[40.4283763,-79.9766352],"Subway"],"main_pivot_9":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_10":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_11":[[40.4283763,-79.9766352],"Subway"],"main_pivot_12":[[40.4284642,-79.9773542],"Pizza Hut"],"main_pivot_13":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_14":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_15":[[40.4285833,-79.9794643],"fast food restaurant"],"near_pivot":[[40.4285833,-79.9794643],"fast food restaurant"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4287011,-79.9814514],"bank"],"around_goal_pivot_3":[[40.428743,-79.9785067],"pharmacy"],"around_goal_pivot_4":[[40.429037098,-79.9814978992],"bar"],"around_goal_pivot_5":[[40.4285788,-79.9793852],"pub"],"around_goal_pivot_6":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_7":[[40.4285128,-79.9782144],"parking lot"],"around_goal_pivot_8":[[40.4290447024,-79.9815790991],"confectionery shop"],"around_goal_pivot_9":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_10":[[40.4290640543,-79.9817594642],"jewelry shop"]}} +{"rvs_sample_number":521,"content":"Head north past gambling place and CVS pharmacy. You'll see me on Fifth Avenue at Fine Wine & Good spirits opposite Warner Centre mall.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4404115,-79.9992279],"key":8292,"region":"Pittsburgh","rvs_start_point":[40.4375828391,-80.0005627287],"landmarks":{"end_point":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"start_point":[[40.4375828391,-80.0005627287],"hairdresser shop"],"main_pivot":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_2":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_3":[[40.4400086,-79.9980658],"William Penn Place"],"main_pivot_4":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_5":[[40.4376697503,-80.0006963253],"Engine Company No. 1"],"main_pivot_6":[[40.4376697503,-80.0006963253],"Engine Company No. 1"],"main_pivot_7":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_8":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_9":[[40.4376697503,-80.0006963253],"Engine Company No. 1"],"main_pivot_10":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_11":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_12":[[40.4400086,-79.9980658],"William Penn Place"],"main_pivot_13":[[40.4400086,-79.9980658],"William Penn Place"],"main_pivot_14":[[40.4400086,-79.9980658],"William Penn Place"],"main_pivot_15":[[40.4402256,-79.9992849],"mall"],"near_pivot":[[40.4402256,-79.9992849],"mall"],"beyond_pivot":[[40.4411217,-79.9997285],"restaurant"],"around_goal_pivot_1":[[40.439223,-79.9997089],"arts centre"],"around_goal_pivot_2":[[40.4410362,-79.9986376],"Embassy Suites"],"around_goal_pivot_3":[[40.44081,-79.9980064],"park"],"around_goal_pivot_4":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_5":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_6":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_7":[[40.4393992,-80.0004799],"post office"],"around_goal_pivot_8":[[40.4398337,-80.0003802],"pub"],"around_goal_pivot_9":[[40.4391106,-79.9994084],"gambling place"],"around_goal_pivot_10":[[40.4397308,-80.0008734],"library"]}} +{"rvs_sample_number":148,"content":"Let's get together at the bakery shop on Penn Avenue. There is an atm across the street and a cafe is east of the atm on a different block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4514191,-79.9837101],"key":8293,"region":"Pittsburgh","rvs_start_point":[40.4431039,-79.9979225],"landmarks":{"end_point":[[40.4514191,-79.9837101],"bakery shop"],"start_point":[[40.4431039,-79.9979225],"restaurant"],"main_pivot":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_2":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_3":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_4":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_5":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_9":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_12":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_15":[[40.4515051,-79.9832078],"atm"],"near_pivot":[[40.4515051,-79.9832078],"atm"],"beyond_pivot":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_3":[[40.4522071,-79.9836164],"church"],"around_goal_pivot_4":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_5":[[40.4512457,-79.9850555],"nightclub"],"around_goal_pivot_6":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_7":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_8":[[40.4520397,-79.9824153],"fabric shop"],"around_goal_pivot_9":[[40.4521799,-79.9826034],"butcher shop"],"around_goal_pivot_10":[[40.4502254,-79.9844502],"wholesale shop"]}} +{"rvs_sample_number":110,"content":"Meet me at the garden on 10th Street. It is in between the school and the fast food restaurant. Looks like there are two. Meet me at the one on the West side of 10th Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4448276891,-79.9960273426],"key":8294,"region":"Pittsburgh","rvs_start_point":[40.4483897881,-79.989200249],"landmarks":{"end_point":[[40.4448276891,-79.9960273426],"garden"],"start_point":[[40.4483897881,-79.989200249],"garden"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4447106,-79.9951092],"fast food restaurant"],"near_pivot":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_1":[[40.4434482,-79.9955779],"arts centre"],"around_goal_pivot_2":[[40.4439413,-79.9950682],"2 gardens"],"around_goal_pivot_3":[[40.4445067,-79.9950482],"Westin"],"around_goal_pivot_4":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_5":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_6":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_7":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_8":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_9":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_10":[[40.4441357,-79.9973137],"school"]}} +{"rvs_sample_number":349,"content":"Meet me at the garden northwest of your location. Head west toward the St. Mary of Mercy Church. From there, cross Starwix Street. Your destination is in the center of block toward the north. It is southwest from a fountain and southeast of Wyndham Grand Pittsburgh Downtown hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4407480506,-80.0053767709],"key":8295,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091],"landmarks":{"end_point":[[40.4407480506,-80.0053767709],"garden"],"start_point":[[40.4397498,-80.0031091],"fountain"],"main_pivot":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_2":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_3":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_4":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_5":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_6":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_7":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_8":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_9":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_10":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_11":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_12":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_13":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_14":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_15":[[40.4411132,-80.0049731],"fountain"],"near_pivot":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_1":[[40.4419068,-80.00617],"2 restaurants"],"around_goal_pivot_2":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_3":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_4":[[40.4411935,-80.0036623],"fast food restaurant"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4399127,-80.0045804],"church"],"around_goal_pivot_7":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":83,"content":"Head east and meet me at the bench between Porter Hall and Dr. Mao Yisheng Statue. It is near Frew Street, just south of the Sorrells Library.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4418824,-79.9458926],"key":8296,"region":"Pittsburgh","rvs_start_point":[40.44154,-79.9512271],"landmarks":{"end_point":[[40.4418824,-79.9458926],"bench"],"start_point":[[40.44154,-79.9512271],"library"],"main_pivot":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_2":[[40.4419986,-79.951796],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.442513,-79.9518392],"Schenley Plaza"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.442513,-79.9518392],"Schenley Plaza"],"main_pivot_8":[[40.4419986,-79.951796],"Mary Schenley Memorial Fountain"],"main_pivot_9":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_11":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_14":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_15":[[40.4425835,-79.9459898],"cafe"],"near_pivot":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_1":[[40.4427045,-79.9466726],"cafe"],"around_goal_pivot_2":[[40.4422106,-79.9442258],"2 benches"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_5":[[40.4421877,-79.9443467],"3 benches"],"around_goal_pivot_6":[[40.442981,-79.9471122],"parking lot"]}} +{"rvs_sample_number":312,"content":"Cross the bridge over the river to the south and meet me at the garden in the middle of the large square with Gateway Centers. I am right near the central fountain, east of the Wyndham hotel, just north of where Liberty Avenue splits.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4421527696,-80.0052069003],"key":8297,"region":"Pittsburgh","rvs_start_point":[40.4536835,-80.0097648],"landmarks":{"end_point":[[40.4421527696,-80.0052069003],"garden"],"start_point":[[40.4536835,-80.0097648],"shelter"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_3":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_7":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_8":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_9":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_10":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_13":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4417814693,-80.0060001075],"hotel"],"near_pivot":[[40.4417814693,-80.0060001075],"hotel"],"beyond_pivot":[[40.4419820655,-80.0060940786],"hotel"],"around_goal_pivot_1":[[40.4419131,-80.0042195],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_4":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_5":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_6":[[40.4408387,-80.0058387],"two gardens"],"around_goal_pivot_7":[[40.4412336102,-80.0050285229],"park"],"around_goal_pivot_8":[[40.4407693,-80.0053629],"two gardens"],"around_goal_pivot_9":[[40.4409265,-80.0061044],"two gardens"]}} +{"rvs_sample_number":36,"content":"Oh you went to the bar across from Pizza Hut? Then you are at the wrong one. All the guys are at a bar west of there but on the same street. It is a block after you pass the theatre at the begining of the south block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.428679327,-79.9829409262],"key":8298,"region":"Pittsburgh","rvs_start_point":[40.4287682336,-79.9774564268],"landmarks":{"end_point":[[40.428679327,-79.9829409262],"pub"],"start_point":[[40.4287682336,-79.9774564268],"bar"],"main_pivot":[[40.4288974,-79.9810775],"United States Post Office"],"main_pivot_2":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_3":[[40.4286727,-79.9809251],"Minuteman Press"],"main_pivot_4":[[40.4288974,-79.9810775],"United States Post Office"],"main_pivot_5":[[40.4284691,-79.9774405],"Pizza Hut"],"main_pivot_6":[[40.4287011,-79.9814514],"Dollar Bank"],"main_pivot_7":[[40.4288573,-79.9804342],"Bruegger's Bagels"],"main_pivot_8":[[40.4285833,-79.9794643],"Burger King"],"main_pivot_9":[[40.4285833,-79.9794643],"Burger King"],"main_pivot_10":[[40.4284691,-79.9774405],"Pizza Hut"],"main_pivot_11":[[40.4286727,-79.9809251],"Minuteman Press"],"main_pivot_12":[[40.4284691,-79.9774405],"Pizza Hut"],"main_pivot_13":[[40.4286727,-79.9809251],"Minuteman Press"],"main_pivot_14":[[40.4288974,-79.9810775],"United States Post Office"],"main_pivot_15":[[40.4287681,-79.9825353],"theatre"],"near_pivot":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_1":[[40.4288974,-79.9810775],"post office"],"around_goal_pivot_2":[[40.4287011,-79.9814514],"bank"],"around_goal_pivot_3":[[40.429193,-79.9846507],"parking lot"],"around_goal_pivot_4":[[40.428861,-79.9844667],"supermarket"],"around_goal_pivot_5":[[40.4289397,-79.9818587],"jewelry shop"],"around_goal_pivot_6":[[40.4288578,-79.9846224],"copyshop shop"],"around_goal_pivot_7":[[40.4286734,-79.9819179],"beauty shop"],"around_goal_pivot_8":[[40.4289301,-79.9816823],"confectionery shop"]}} +{"rvs_sample_number":340,"content":"Meet me at the beauty shop northeast of you on Federal Street. It's a little past the library on the opposite side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4565662,-80.0071629],"key":8299,"region":"Pittsburgh","rvs_start_point":[40.444988274,-80.0136847095],"landmarks":{"end_point":[[40.4565662,-80.0071629],"beauty shop"],"start_point":[[40.444988274,-80.0136847095],"garden"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.456276,-80.0067471],"library"],"near_pivot":[[40.456276,-80.0067471],"library"],"around_goal_pivot_1":[[40.4561756,-80.0086112],"two gardens"],"around_goal_pivot_2":[[40.4554199,-80.0072841],"theatre"],"around_goal_pivot_3":[[40.4556178,-80.0065066],"cafe"],"around_goal_pivot_4":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_5":[[40.4560096,-80.0062811],"social facility"],"around_goal_pivot_6":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_7":[[40.4561307,-80.0085475],"garden"],"around_goal_pivot_8":[[40.4567323,-80.0086471],"2 parking lots"]}} +{"rvs_sample_number":291,"content":"Meet up with me at the garden in the park that is 3 or so blocks southwest of you. There is a protestant Christian type church just east of the garden. This is just northeast of the parking lot at the end of Kenney Way.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4536526198,-79.974852389],"key":8300,"region":"Pittsburgh","rvs_start_point":[40.4545019796,-79.9819387727],"landmarks":{"end_point":[[40.4536526198,-79.974852389],"garden"],"start_point":[[40.4545019796,-79.9819387727],"garden"],"main_pivot":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_2":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_3":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_4":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_5":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_6":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_7":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_8":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_9":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_10":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_11":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_12":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_13":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_14":[[40.4557034,-79.9792622],"Cinderlands Warehouse"],"main_pivot_15":[[40.453641323,-79.9748616625],"parking lot"],"near_pivot":[[40.453641323,-79.9748616625],"parking lot"],"around_goal_pivot_1":[[40.4527441766,-79.9744965496],"park"],"around_goal_pivot_2":[[40.4541939,-79.9772803],"parking lot"]}} +{"rvs_sample_number":301,"content":"Get on East Carson street and head east past Rex theatre. Meet me at PNC atm by the corner of the block where Clarissa boutique is.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4286588,-79.9806678],"key":8301,"region":"Pittsburgh","rvs_start_point":[40.4299553,-79.9931254],"landmarks":{"end_point":[[40.4286588,-79.9806678],"atm"],"start_point":[[40.4299553,-79.9931254],"theatre"],"main_pivot":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_2":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_3":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_4":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_5":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_6":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_7":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_8":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_9":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_10":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_11":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_12":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_13":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_14":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_15":[[40.4288573,-79.9804342],"fast food restaurant"],"near_pivot":[[40.4288573,-79.9804342],"fast food restaurant"],"around_goal_pivot_1":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_2":[[40.4285586043,-79.9796253617],"fast food restaurant"],"around_goal_pivot_3":[[40.4289055,-79.9824815],"bar"],"around_goal_pivot_4":[[40.4285429244,-79.9794682356],"pub"],"around_goal_pivot_5":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_6":[[40.4288112,-79.9795821],"clothes shop"],"around_goal_pivot_7":[[40.4289301,-79.9816823],"confectionery shop"]}} +{"rvs_sample_number":41,"content":"Let's get together at the garden that is Northeast of you. It's on Penn Avenue. When you get to Federated Tower, you'll be about half way there, continue going northeast. The garden is south of McDonalds, only a few doors, and is on the same side. We can eat there after we get our Big Macs.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.449256398,-79.9866219553],"key":8302,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091],"landmarks":{"end_point":[[40.449256398,-79.9866219553],"garden"],"start_point":[[40.4397498,-80.0031091],"fountain"],"main_pivot":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_2":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_3":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_5":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_8":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_9":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_14":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_15":[[40.4493667,-79.9864631],"fast food restaurant"],"near_pivot":[[40.4493667,-79.9864631],"fast food restaurant"],"beyond_pivot":[[40.449589,-79.9858815],"bicycle_rental"],"around_goal_pivot_1":[[40.4490283,-79.987893],"bridge"],"around_goal_pivot_2":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_3":[[40.4498296,-79.9856912],"biergarten"],"around_goal_pivot_4":[[40.4495439,-79.985241],"three gardens"],"around_goal_pivot_5":[[40.4502726876,-79.9857581528],"restaurant"],"around_goal_pivot_6":[[40.4504252392,-79.9856461337],"supermarket"],"around_goal_pivot_7":[[40.4495966,-79.9852387],"2 gardens"],"around_goal_pivot_8":[[40.4500834,-79.9876897],"florist shop"],"around_goal_pivot_9":[[40.4501306,-79.9852363],"butcher shop"],"around_goal_pivot_10":[[40.4503154059,-79.9857344564],"appliance shop"]}} +{"rvs_sample_number":421,"content":"Move down towards spring way, there's a cafe two blocks from Pittsburgh Opera, meet me there. There is three gardens east of the place.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4521270318,-79.9818897458],"key":8303,"region":"Pittsburgh","rvs_start_point":[40.4582674,-79.9751717],"landmarks":{"end_point":[[40.4521270318,-79.9818897458],"cafe"],"start_point":[[40.4582674,-79.9751717],"restaurant"],"main_pivot":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_2":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_3":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_4":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_5":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_6":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_7":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_8":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_9":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_10":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_11":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_12":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_13":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_14":[[40.4531261,-79.9802474],"Pittsburgh Opera"],"main_pivot_15":[[40.4524868289,-79.9821375306],"veterinary"],"near_pivot":[[40.4524868289,-79.9821375306],"veterinary"],"beyond_pivot":[[40.4515262,-79.982754],"restaurant"],"around_goal_pivot_1":[[40.452181,-79.9805535],"2 gardens"],"around_goal_pivot_2":[[40.4524411,-79.9832823],"church"],"around_goal_pivot_3":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_4":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_5":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_6":[[40.4522508,-79.9804573],"three gardens"],"around_goal_pivot_7":[[40.4512019,-79.9814013],"two gardens"],"around_goal_pivot_8":[[40.4518681,-79.9830582],"alcohol shop"],"around_goal_pivot_9":[[40.4519781,-79.9808487],"three gardens"],"around_goal_pivot_10":[[40.4515078,-79.9835594],"books shop"]}} +{"rvs_sample_number":7,"content":"Move past Wilson's restaurant on your west side. You'll see me at the pharmacy on the next block close to the gas station.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4564202678,-80.0157939245],"key":8304,"region":"Pittsburgh","rvs_start_point":[40.4558506146,-80.0061373903],"landmarks":{"end_point":[[40.4564202678,-80.0157939245],"pharmacy"],"start_point":[[40.4558506146,-80.0061373903],"social facility"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4561673,-80.016111],"gas station"],"near_pivot":[[40.4561673,-80.016111],"gas station"],"around_goal_pivot_1":[[40.4552011,-80.0156606],"Dollar General"],"around_goal_pivot_2":[[40.4559115,-80.0148475],"two gardens"],"around_goal_pivot_3":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_4":[[40.4570556,-80.0146964],"cafe"],"around_goal_pivot_5":[[40.4577823,-80.0160109],"car repair shop"],"around_goal_pivot_6":[[40.4571494,-80.015584],"variety store shop"],"around_goal_pivot_7":[[40.4578179,-80.015729],"convenience shop"],"around_goal_pivot_8":[[40.4558787,-80.0148234],"garden"],"around_goal_pivot_9":[[40.4559264,-80.0147705],"park"]}} +{"rvs_sample_number":490,"content":"Meet me at the clothes shop west of you on East Carson Street. It's in the next block west of Rite-Aid. It's about a quarter of the way down the block and on the same side as Bruegger's Bagels.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4289196084,-79.9795431784],"key":8305,"region":"Pittsburgh","rvs_start_point":[40.4274792,-79.9692531],"landmarks":{"end_point":[[40.4289196084,-79.9795431784],"clothes shop"],"start_point":[[40.4274792,-79.9692531],"pub"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4286108,-79.9799384],"bank"],"near_pivot":[[40.4286108,-79.9799384],"bank"],"beyond_pivot":[[40.4289647982,-79.9802662441],"fast_food"],"around_goal_pivot_1":[[40.4286588,-79.9806678],"bank"],"around_goal_pivot_2":[[40.428743,-79.9785067],"pharmacy"],"around_goal_pivot_3":[[40.4286727,-79.9809251],"Minuteman Press"],"around_goal_pivot_4":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_5":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_6":[[40.4287091,-79.977882],"printshop shop"]}} +{"rvs_sample_number":210,"content":"When you get off work, meet me at the butcher shop so we can pick out something for dinner. It's the one on Penn Avenue one block north east of Lefty's, and on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4521799,-79.9826034],"key":8306,"region":"Pittsburgh","rvs_start_point":[40.4435162,-79.9962249],"landmarks":{"end_point":[[40.4521799,-79.9826034],"butcher shop"],"start_point":[[40.4435162,-79.9962249],"Cricket Wireless"],"main_pivot":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_2":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_5":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_12":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_14":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_15":[[40.4524411,-79.9832823],"church"],"near_pivot":[[40.4524411,-79.9832823],"church"],"beyond_pivot":[[40.4520121,-79.9818528],"parking"],"around_goal_pivot_1":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_2":[[40.4520458,-79.9807511],"two gardens"],"around_goal_pivot_3":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_4":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_5":[[40.4518734,-79.9809993],"two gardens"],"around_goal_pivot_6":[[40.4514787,-79.9836028],"books shop"]}} +{"rvs_sample_number":289,"content":"Meet me at the convenience shop. Head northeast past Gardner Steel Conference Center. When you get to the street where Oakland Catholic High School, turn north. Go one block and then you will see the convenience shop right on the corner of the next block. It's just to the north of CVS pharmacy.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4521112211,-79.9519514388],"key":8307,"region":"Pittsburgh","rvs_start_point":[40.4438848,-79.9583548],"landmarks":{"end_point":[[40.4521112211,-79.9519514388],"convenience shop"],"start_point":[[40.4438848,-79.9583548],"bench"],"main_pivot":[[40.444426,-79.9580099],"Gardner Steel Conference Center"],"main_pivot_2":[[40.444426,-79.9580099],"Gardner Steel Conference Center"],"main_pivot_3":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_4":[[40.447421,-79.9529461],"Information Sciences Building"],"main_pivot_5":[[40.4441523,-79.9576729],"Thackeray Hall"],"main_pivot_6":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_7":[[40.444426,-79.9580099],"Gardner Steel Conference Center"],"main_pivot_8":[[40.4442158881,-79.9585990293],"Learning Research and Development Center Building"],"main_pivot_9":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_10":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_11":[[40.4442158881,-79.9585990293],"Learning Research and Development Center Building"],"main_pivot_12":[[40.4442158881,-79.9585990293],"Learning Research and Development Center Building"],"main_pivot_13":[[40.447421,-79.9529461],"Information Sciences Building"],"main_pivot_14":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_15":[[40.451789,-79.9518214],"pharmacy"],"near_pivot":[[40.451789,-79.9518214],"pharmacy"],"around_goal_pivot_1":[[40.4513629,-79.951308],"8 parking spaces"],"around_goal_pivot_2":[[40.4523886,-79.9507375],"fast food restaurant"],"around_goal_pivot_3":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4521481,-79.950698],"bar"],"around_goal_pivot_5":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_6":[[40.4510585,-79.9529737],"parking entrance"]}} +{"rvs_sample_number":378,"content":"Head West on East Carson Street. I'm at a restaurant on the same side of the street as you are on now (North) and about 4 blocks down. Across the street you'll see a theatre on your left on the block right before you reach me here. I'm on the corner of the street at the southeast corner of this block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4289956169,-79.982836909],"key":8308,"region":"Pittsburgh","rvs_start_point":[40.4288820995,-79.9783491543],"landmarks":{"end_point":[[40.4289956169,-79.982836909],"restaurant"],"start_point":[[40.4288820995,-79.9783491543],"pharmacy"],"main_pivot":[[40.4288573,-79.9804342],"Bruegger's Bagels"],"main_pivot_2":[[40.4286588,-79.9806678],"PNC Bank"],"main_pivot_3":[[40.4288573,-79.9804342],"Bruegger's Bagels"],"main_pivot_4":[[40.4288974,-79.9810775],"United States Post Office"],"main_pivot_5":[[40.4288573,-79.9804342],"Bruegger's Bagels"],"main_pivot_6":[[40.4288777,-79.9807142],"The UPS Store"],"main_pivot_7":[[40.4285833,-79.9794643],"Burger King"],"main_pivot_8":[[40.4285833,-79.9794643],"Burger King"],"main_pivot_9":[[40.4285833,-79.9794643],"Burger King"],"main_pivot_10":[[40.4286727,-79.9809251],"Minuteman Press"],"main_pivot_11":[[40.4288974,-79.9810775],"United States Post Office"],"main_pivot_12":[[40.4288573,-79.9804342],"Bruegger's Bagels"],"main_pivot_13":[[40.4288573,-79.9804342],"Bruegger's Bagels"],"main_pivot_14":[[40.4285833,-79.9794643],"Burger King"],"main_pivot_15":[[40.4287681,-79.9825353],"theatre"],"near_pivot":[[40.4287681,-79.9825353],"theatre"],"beyond_pivot":[[40.4286890583,-79.9834957814],"fast_food"],"around_goal_pivot_1":[[40.4287011,-79.9814514],"bank"],"around_goal_pivot_2":[[40.4288974,-79.9810775],"post office"],"around_goal_pivot_3":[[40.4286727,-79.9809251],"Minuteman Press"],"around_goal_pivot_4":[[40.4289397,-79.9818587],"jewelry shop"],"around_goal_pivot_5":[[40.4289321329,-79.984625039],"copyshop shop"],"around_goal_pivot_6":[[40.4289368525,-79.9844694304],"supermarket"],"around_goal_pivot_7":[[40.4289301,-79.9816823],"confectionery shop"],"around_goal_pivot_8":[[40.4287384,-79.9837935],"clothes shop"],"around_goal_pivot_9":[[40.4286734,-79.9819179],"beauty shop"]}} +{"rvs_sample_number":469,"content":"Meet me up northeast of you. I'm just past the southern end of Culloden Way. Let's look at the new phones at the Apple Store there. There is a Drug Store just west of there. There is a Sephora about a block and a half east of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4511693,-79.9334241],"key":8309,"region":"Pittsburgh","rvs_start_point":[40.441953,-79.9459498],"landmarks":{"end_point":[[40.4511693,-79.9334241],"Apple Store"],"start_point":[[40.441953,-79.9459498],"bench"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"beyond_pivot":[[40.4514149,-79.932741],"Sephora"],"around_goal_pivot_1":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_2":[[40.4506067,-79.9353611],"pharmacy"],"around_goal_pivot_3":[[40.4512311,-79.9347471],"bar"],"around_goal_pivot_4":[[40.4506774,-79.9349721],"marketplace"],"around_goal_pivot_5":[[40.4520058841,-79.9322444515],"parking lot"],"around_goal_pivot_6":[[40.4504269,-79.9352658],"alcohol shop"],"around_goal_pivot_7":[[40.4513983,-79.9321878],"toy shop"],"around_goal_pivot_8":[[40.4503738,-79.9352316],"clothes shop"],"around_goal_pivot_9":[[40.4507468,-79.9347737],"gift shop"],"around_goal_pivot_10":[[40.4509267,-79.9348524],"sports shop"]}} +{"rvs_sample_number":355,"content":"Meet me at the garden across the river. If you head down Mazeroski Way to the end of the street, head west at North Shore Riverfront Park over to the southwest part of the park before crossing over the water. I'll be waiting in the garden for you.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4456198267,-80.0080994923],"key":8310,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473],"landmarks":{"end_point":[[40.4456198267,-80.0080994923],"garden"],"start_point":[[40.4420183,-80.0032473],"restaurant"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_13":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_14":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_15":[[40.4460232838,-80.0074102664],"park"],"near_pivot":[[40.4460232838,-80.0074102664],"park"],"around_goal_pivot_1":[[40.4465183,-80.0085614],"Hyatt Place"],"around_goal_pivot_2":[[40.4464526,-80.0076755],"pub"],"around_goal_pivot_3":[[40.4463271,-80.0083943],"restaurant"],"around_goal_pivot_4":[[40.4464905,-80.0087372],"garden"],"around_goal_pivot_5":[[40.4458807,-80.0068614],"playground"]}} +{"rvs_sample_number":44,"content":"Go northeast up Penn Avenue and meet me at the parking lot on the right side of the road just past Zerrer's Antiques. It is right next to Hens and Chicks flower shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8311,"region":"Pittsburgh","rvs_start_point":[40.4456972,-79.9937454],"landmarks":{"end_point":[[40.4563280364,-79.9759802193],"parking lot"],"start_point":[[40.4456972,-79.9937454],"bar"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4569724,-79.9756262],"ice cream"],"near_pivot":[[40.4569724,-79.9756262],"ice cream"],"beyond_pivot":[[40.4569724,-79.9756262],"ice_cream"],"around_goal_pivot_1":[[40.4560028,-79.9770379],"restaurant"],"around_goal_pivot_2":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4557817,-79.9770292],"florist shop"],"around_goal_pivot_5":[[40.4571346,-79.9744398],"storage rental shop"],"around_goal_pivot_6":[[40.4561012,-79.9768958],"antiques shop"]}} +{"rvs_sample_number":230,"content":"Meet me at the kindergarten north of your location. Head northeast onto Cedar Avenue. When the road ends, head west. You'll see Allegheny General Hospital at the intersection. Your destination is just ahead on the north side of the block. If you see a Light of Life Rescue Mission social facility, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.45600295,-80.0050463],"key":8312,"region":"Pittsburgh","rvs_start_point":[40.4411604,-80.0023681],"landmarks":{"end_point":[[40.45600295,-80.0050463],"kindergarten"],"start_point":[[40.4411604,-80.0023681],"supermarket"],"main_pivot":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_2":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_6":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_7":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_8":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_14":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_15":[[40.455868,-80.0045089],"hospital"],"near_pivot":[[40.455868,-80.0045089],"hospital"],"around_goal_pivot_1":[[40.4562047,-80.0063769],"library"],"around_goal_pivot_2":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_3":[[40.4556986,-80.0060009],"social facility"],"around_goal_pivot_4":[[40.4569977,-80.004722],"parking entrance"],"around_goal_pivot_5":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_6":[[40.4553092,-80.0040395],"pitch"],"around_goal_pivot_7":[[40.4554631,-80.0042533],"playground"],"around_goal_pivot_10":[[40.4558721,-80.0065948],"2 restaurants"]}} +{"rvs_sample_number":204,"content":"Meet me at the CCAC Campus bookstore. It's southwest of you on Ridge Avenue. It's about two blocks west of Jones Hall, right past the cafe, on the same side of the street as the cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4500516,-80.0155438],"key":8313,"region":"Pittsburgh","rvs_start_point":[40.4547586393,-80.0111117913],"landmarks":{"end_point":[[40.4500516,-80.0155438],"books shop"],"start_point":[[40.4547586393,-80.0111117913],"garden"],"main_pivot":[[40.4525855,-80.0139539],"West Park"],"main_pivot_2":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_3":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_4":[[40.4525855,-80.0139539],"West Park"],"main_pivot_5":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_6":[[40.4525855,-80.0139539],"West Park"],"main_pivot_7":[[40.4525855,-80.0139539],"West Park"],"main_pivot_8":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_9":[[40.4525855,-80.0139539],"West Park"],"main_pivot_10":[[40.4525855,-80.0139539],"West Park"],"main_pivot_11":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_12":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_13":[[40.4525855,-80.0139539],"West Park"],"main_pivot_14":[[40.4525855,-80.0139539],"West Park"],"main_pivot_15":[[40.4500635,-80.0154789],"cafe"],"near_pivot":[[40.4500635,-80.0154789],"cafe"],"beyond_pivot":[[40.4495674,-80.0134431],"waste_basket"],"around_goal_pivot_1":[[40.4499536,-80.0146013],"bicycle parking"],"around_goal_pivot_2":[[40.4493944,-80.0146354],"garden"]}} +{"rvs_sample_number":262,"content":"Move northeast past bicycle rental. I'm at the art shop on the next block on 22nd street. There is a cafe adjacent the shop and on the other side of the street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4523176303,-79.9826161316],"key":8314,"region":"Pittsburgh","rvs_start_point":[40.4490529,-79.9873428],"landmarks":{"end_point":[[40.4523176303,-79.9826161316],"art shop"],"start_point":[[40.4490529,-79.9873428],"restaurant"],"main_pivot":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_2":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_3":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_4":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_5":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_6":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_7":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_8":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_9":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_10":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_11":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_12":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_13":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_14":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_15":[[40.452115,-79.9819883],"cafe"],"near_pivot":[[40.452115,-79.9819883],"cafe"],"around_goal_pivot_1":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_2":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_3":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_4":[[40.4514787,-79.9836028],"books shop"],"around_goal_pivot_5":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_7":[[40.4516269,-79.9813589],"3 gardens"]}} +{"rvs_sample_number":144,"content":"Meet me at this garden, south of you and a bit west. It's on West Station Square Drive, south side of the street, across from the Sheraton. It's about the middle of the block, where a tiny unnamed road crosses West Station Square Drive. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4435326,-79.974052],"key":8315,"region":"Pittsburgh","rvs_start_point":[40.4288837402,-79.9727716015],"landmarks":{"end_point":[[40.4435326,-79.974052],"playground"],"start_point":[[40.4288837402,-79.9727716015],"parking lot"],"main_pivot":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_2":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_3":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_4":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_5":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_6":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_7":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_8":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_9":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_10":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_11":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_12":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_13":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_14":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_15":[[40.4436576,-79.9743868],"parking lot"],"near_pivot":[[40.4436576,-79.9743868],"parking lot"],"beyond_pivot":[[40.4427644,-79.9736135],"pitch"],"around_goal_pivot_1":[[40.4444724,-79.9740002],"school"],"around_goal_pivot_2":[[40.4443629,-79.9743961],"playground"]}} +{"rvs_sample_number":360,"content":"Meet me at the sports shop to your east. It's across the street from Bruegger's Bagels on South Aiken Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4507756,-79.9353916],"key":8316,"region":"Pittsburgh","rvs_start_point":[40.4520016,-79.9518821],"landmarks":{"end_point":[[40.4507756,-79.9353916],"sports shop"],"start_point":[[40.4520016,-79.9518821],"post box"],"main_pivot":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_2":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_5":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_6":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_7":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_8":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_9":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_10":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_11":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_12":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_13":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_14":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_15":[[40.4507402,-79.9357127],"fast food restaurant"],"near_pivot":[[40.4507402,-79.9357127],"fast food restaurant"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_3":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_4":[[40.451078,-79.9343686],"cafe"],"around_goal_pivot_5":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_6":[[40.4512774,-79.9337683],"jewelry shop"]}} +{"rvs_sample_number":400,"content":"Move far north past The Andy Warhol Museum and over the expressway to get on East Ohio Street. I'm at the hairdresser shop near Subway fast food restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4534414,-80.0014056],"key":8317,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879],"landmarks":{"end_point":[[40.4534414,-80.0014056],"hairdresser shop"],"start_point":[[40.4431343,-80.0024879],"restaurant"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_12":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4534183,-80.0015575],"fast food restaurant"],"near_pivot":[[40.4534183,-80.0015575],"fast food restaurant"],"beyond_pivot":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_1":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_2":[[40.4544789,-80.0014343],"two parking lots"],"around_goal_pivot_3":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_4":[[40.4537025,-79.9999785],"bar"],"around_goal_pivot_5":[[40.4538845,-79.9996791],"bank"],"around_goal_pivot_6":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_7":[[40.4545905,-80.0016868],"dentist's office"],"around_goal_pivot_8":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_9":[[40.4535424,-79.9996947],"antiques shop"],"around_goal_pivot_10":[[40.4534164,-80.0004003],"money lender shop"]}} +{"rvs_sample_number":192,"content":"Go west two and a half blocks down East Carson and meet me at the Bruegger's Bagels fast food restaurant on the north side of the road. It's on the corner, a bit past Burger King. If you pass Dollar Bank you went too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.428929458,-79.9803485238],"key":8318,"region":"Pittsburgh","rvs_start_point":[40.4282932747,-79.9768054433],"landmarks":{"end_point":[[40.428929458,-79.9803485238],"fast food restaurant"],"start_point":[[40.4282932747,-79.9768054433],"restaurant"],"main_pivot":[[40.4283763,-79.9766352],"Subway"],"main_pivot_2":[[40.4283763,-79.9766352],"Subway"],"main_pivot_3":[[40.4283763,-79.9766352],"Subway"],"main_pivot_4":[[40.4283763,-79.9766352],"Subway"],"main_pivot_5":[[40.4284642,-79.9773542],"Pizza Hut"],"main_pivot_6":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_7":[[40.4284642,-79.9773542],"Pizza Hut"],"main_pivot_8":[[40.4283763,-79.9766352],"Subway"],"main_pivot_9":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_10":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_11":[[40.4283763,-79.9766352],"Subway"],"main_pivot_12":[[40.4284642,-79.9773542],"Pizza Hut"],"main_pivot_13":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_14":[[40.428743,-79.9785067],"Rite Aid"],"main_pivot_15":[[40.4285833,-79.9794643],"fast food restaurant"],"near_pivot":[[40.4285833,-79.9794643],"fast food restaurant"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4287011,-79.9814514],"bank"],"around_goal_pivot_3":[[40.428743,-79.9785067],"pharmacy"],"around_goal_pivot_4":[[40.429037098,-79.9814978992],"bar"],"around_goal_pivot_5":[[40.4285788,-79.9793852],"pub"],"around_goal_pivot_6":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_7":[[40.4285128,-79.9782144],"parking lot"],"around_goal_pivot_8":[[40.4290447024,-79.9815790991],"confectionery shop"],"around_goal_pivot_9":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_10":[[40.4290640543,-79.9817594642],"jewelry shop"]}} +{"rvs_sample_number":571,"content":"Hey, Let's meet up at the club ya'll. Just go down the major street your on now eastward. When you notice South 22nd Street, keep an eye and the club is on the right, It's the first nightclub where music is featured, but there is a bar in the block on the south side after you pass 22nd, THAT is not it. It's next biz on the south side though.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4281668228,-79.9743226348],"key":8319,"region":"Pittsburgh","rvs_start_point":[40.4289566467,-79.9855467642],"landmarks":{"end_point":[[40.4281668228,-79.9743226348],"nightclub"],"start_point":[[40.4289566467,-79.9855467642],"Great Clips"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.4283186,-79.9748282],"pub"],"near_pivot":[[40.4283186,-79.9748282],"pub"],"beyond_pivot":[[40.4282445,-79.973575],"bar"],"around_goal_pivot_1":[[40.4289638,-79.9728661],"veterinary"],"around_goal_pivot_2":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_3":[[40.428008714,-79.9726938982],"clothes shop"],"around_goal_pivot_4":[[40.4280004145,-79.9726081254],"hairdresser shop"],"around_goal_pivot_5":[[40.4288211,-79.9728196],"6 parking spaces"],"around_goal_pivot_6":[[40.4280156491,-79.9727581956],"gift shop"],"around_goal_pivot_7":[[40.4293867,-79.974228],"playground"],"around_goal_pivot_8":[[40.4288195,-79.9727866],"5 parking spaces"],"around_goal_pivot_9":[[40.4288178,-79.9727509],"three parking spaces"],"around_goal_pivot_10":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":270,"content":"Meet me at the cafe just a few blocks north of you on Liberty Avenue. If you head north past Gulf Tower, the cafe will be about a quarter of a block west when you get to Liberty Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4436373,-79.9957766],"key":8320,"region":"Pittsburgh","rvs_start_point":[40.44093556,-79.995227304],"landmarks":{"end_point":[[40.4436373,-79.9957766],"cafe"],"start_point":[[40.44093556,-79.995227304],"fountain"],"main_pivot":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_2":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_3":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4415244533,-79.9959965896],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_5":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_6":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_7":[[40.442423944,-79.9959252514],"Verizon Building"],"main_pivot_8":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_9":[[40.4415244533,-79.9959965896],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_10":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_13":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_14":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_15":[[40.4436075,-79.9948476],"two gardens"],"near_pivot":[[40.4436075,-79.9948476],"two gardens"],"beyond_pivot":[[40.4440251,-79.996842],"fast_food"],"around_goal_pivot_1":[[40.442219,-79.9947611],"courthouse"],"around_goal_pivot_2":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_3":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_4":[[40.4433526,-79.996898],"bar"],"around_goal_pivot_5":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_6":[[40.4444925,-79.9958349],"3 gardens"],"around_goal_pivot_7":[[40.4444057,-79.9954843],"bicycle parking"],"around_goal_pivot_8":[[40.4439966,-79.9942907],"post box"],"around_goal_pivot_9":[[40.4433309,-79.9969649],"books shop"]}} +{"rvs_sample_number":334,"content":"Meet me at the garden just east of you. It's on Penn Avenue a block north of a park that has a semi circle feature. It's a block northeast of a fixture and supply shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4580080951,-79.9738182395],"key":8321,"region":"Pittsburgh","rvs_start_point":[40.4571931625,-79.980424247],"landmarks":{"end_point":[[40.4580080951,-79.9738182395],"garden"],"start_point":[[40.4571931625,-79.980424247],"garden"],"main_pivot":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_2":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_3":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_4":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_5":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_6":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_7":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_8":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_9":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_10":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_11":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_12":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_13":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_14":[[40.4587895,-79.9741391],"EQT Natural Gas for Vehicles"],"main_pivot_15":[[40.4579961,-79.9738511],"2 gardens"],"near_pivot":[[40.4579961,-79.9738511],"2 gardens"],"beyond_pivot":[[40.4590093,-79.9734918],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4582377,-79.971972],"storage rental shop"],"around_goal_pivot_4":[[40.4570383,-79.9752146],"appliance shop"],"around_goal_pivot_5":[[40.4584091,-79.975346],"interior decoration shop"],"around_goal_pivot_6":[[40.4582738,-79.9755377],"furniture shop"],"around_goal_pivot_7":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":103,"content":"After you're done playing, meet me at the restaurant on the west side of the food court. It's north of you, and slightly east. Once you pass Kraus Campo, go about a block north and east, and you'll see the food court sign just north of the restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4426765,-79.9402389],"key":8322,"region":"Pittsburgh","rvs_start_point":[40.4318634432,-79.943323464],"landmarks":{"end_point":[[40.4426765,-79.9402389],"restaurant"],"start_point":[[40.4318634432,-79.943323464],"pitch"],"main_pivot":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_2":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_3":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_4":[[40.4400577,-79.9441013],"Flagstaff Hill"],"main_pivot_5":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_6":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_7":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_8":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_9":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_10":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_11":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_12":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_13":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_14":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_15":[[40.4427415,-79.9402778],"food court"],"near_pivot":[[40.4427415,-79.9402778],"food court"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.4420217,-79.9394265],"bench"],"around_goal_pivot_3":[[40.4418971,-79.9395812],"post box"]}} +{"rvs_sample_number":547,"content":"Meet me at the bar on East Carson Street. There is a nightclub to its west on the same block and two libraries on the northwest block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4280913903,-79.973549524],"key":8323,"region":"Pittsburgh","rvs_start_point":[40.4265433,-79.9658555],"landmarks":{"end_point":[[40.4280913903,-79.973549524],"bar"],"start_point":[[40.4265433,-79.9658555],"fast food restaurant"],"main_pivot":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_2":[[40.4268016,-79.9663021],"Peet's Coffee"],"main_pivot_3":[[40.4265181,-79.9657156],"Qdoba"],"main_pivot_4":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_5":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_6":[[40.4265181,-79.9657156],"Qdoba"],"main_pivot_7":[[40.4269826,-79.967243],"ALDI"],"main_pivot_8":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_9":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_10":[[40.4265181,-79.9657156],"Qdoba"],"main_pivot_11":[[40.4268016,-79.9663021],"Peet's Coffee"],"main_pivot_12":[[40.4281498,-79.971998],"State Farm"],"main_pivot_13":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_14":[[40.4268016,-79.9663021],"Peet's Coffee"],"main_pivot_15":[[40.42857,-79.9741027],"library"],"near_pivot":[[40.42857,-79.9741027],"library"],"beyond_pivot":[[40.4281271686,-79.9742851705],"nightclub"],"around_goal_pivot_1":[[40.4288239,-79.972878],"four parking spaces"],"around_goal_pivot_2":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_3":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_4":[[40.4282172595,-79.974838099],"pub"],"around_goal_pivot_5":[[40.4288162,-79.9727162],"4 parking spaces"],"around_goal_pivot_6":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_7":[[40.4281297,-79.9716831],"bar"],"around_goal_pivot_8":[[40.4288178,-79.9727509],"four parking spaces"],"around_goal_pivot_9":[[40.4281589,-79.9721601],"fast food restaurant"],"around_goal_pivot_10":[[40.4281541,-79.9720745],"clothes shop"]}} +{"rvs_sample_number":100,"content":"Let's meet at the most northeastern of the tennis courts just north of the end of Margaret Morrison Streets western end. It's on the University grounds there. If we get hungry later we can walk over to the Tartan's Pavillion food court for a bite to eat. It's just east across Donner Ditch.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8324,"region":"Pittsburgh","rvs_start_point":[40.4367912248,-79.937455363],"landmarks":{"end_point":[[40.4425367626,-79.9418598191],"pitch"],"start_point":[[40.4367912248,-79.937455363],"pitch"],"main_pivot":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_2":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_3":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_4":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_5":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_6":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_7":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_8":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_9":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_10":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_11":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_12":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_13":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_14":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_15":[[40.4431674,-79.9420988],"restaurant"],"near_pivot":[[40.4431674,-79.9420988],"restaurant"],"beyond_pivot":[[40.4432479,-79.9420115],"restaurant"],"around_goal_pivot_1":[[40.4416299,-79.9422016],"garden"],"around_goal_pivot_2":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_3":[[40.4431541,-79.9433372],"arts centre"],"around_goal_pivot_4":[[40.4426413,-79.9402936],"food court"],"around_goal_pivot_5":[[40.4427381,-79.9404972],"waste basket"],"around_goal_pivot_6":[[40.4436812231,-79.9416067536],"parking lot"],"around_goal_pivot_7":[[40.4437584,-79.9423308],"books shop"],"around_goal_pivot_8":[[40.4431034,-79.9412226],"track"],"around_goal_pivot_10":[[40.4422969,-79.943678],"two benches"]}} +{"rvs_sample_number":263,"content":"Let's meet at the drinking water source east of you, it's almost to the edge of the land. It's west of the portal Bridge (Fort Duquesne) bridge.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4425876,-80.0101805],"key":8325,"region":"Pittsburgh","rvs_start_point":[40.439353,-79.9963234],"landmarks":{"end_point":[[40.4425876,-80.0101805],"drinking water"],"start_point":[[40.439353,-79.9963234],"fountain"],"main_pivot":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_2":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_3":[[40.4391204421,-79.9963554032],"Allegheny County Courthouse"],"main_pivot_4":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_5":[[40.4394046143,-79.9962000507],"BNY Mellon Center"],"main_pivot_6":[[40.4396131,-79.9962907],"BNY Mellon Center"],"main_pivot_7":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_10":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_11":[[40.4396131,-79.9962907],"BNY Mellon Center"],"main_pivot_12":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_13":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_14":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_15":[[40.4423911,-80.0096045],"viewpoint"],"near_pivot":[[40.4423911,-80.0096045],"viewpoint"],"around_goal_pivot_1":[[40.4412156511,-80.0097737385],"historic building"],"around_goal_pivot_2":[[40.4400474958,-80.0073164698],"park"],"around_goal_pivot_3":[[40.4413039,-80.0093375],"bicycle repair station"]}} +{"rvs_sample_number":166,"content":"Let's meet up, northwest of where you are now at the restaurant on wood street. It's just west of the Warner Centre mall. The Pittsburgh Playhouse is also a block east of where we're meeting. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4403554,-80.00091575],"key":8326,"region":"Pittsburgh","rvs_start_point":[40.4384415,-79.9983932],"landmarks":{"end_point":[[40.4403554,-80.00091575],"restaurant"],"start_point":[[40.4384415,-79.9983932],"restaurant"],"main_pivot":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_2":[[40.4383141557,-79.9986370022],"One Oxford Center"],"main_pivot_3":[[40.4383141557,-79.9986370022],"One Oxford Center"],"main_pivot_4":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_5":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_6":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_7":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_8":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_9":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_10":[[40.4383141557,-79.9986370022],"One Oxford Center"],"main_pivot_11":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_12":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_13":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_14":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_15":[[40.4401002,-80.0008365],"university"],"near_pivot":[[40.4401002,-80.0008365],"university"],"beyond_pivot":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.4398487,-80.0000093],"mall"],"around_goal_pivot_3":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_4":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_5":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_6":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_7":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"around_goal_pivot_8":[[40.4407273,-79.9997963],"library"],"around_goal_pivot_9":[[40.4393958,-79.9992243],"gambling place"],"around_goal_pivot_10":[[40.4407271,-79.9995874],"kindergarten"]}} +{"rvs_sample_number":45,"content":"Meet me at the tennis pitch at the park south of Panther Hollow Road. It's northeast of the two pitches.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.432850581,-79.9418273472],"key":8327,"region":"Pittsburgh","rvs_start_point":[40.4417977,-79.9528802],"landmarks":{"end_point":[[40.432850581,-79.9418273472],"pitch"],"start_point":[[40.4417977,-79.9528802],"bench"],"main_pivot":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_2":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_4":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_5":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_6":[[40.4416759186,-79.9531547443],"Wesley W. Posvar Hall"],"main_pivot_7":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_8":[[40.4420032764,-79.9527865741],"Schenley Plaza"],"main_pivot_9":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_10":[[40.4416759186,-79.9531547443],"Wesley W. Posvar Hall"],"main_pivot_11":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_12":[[40.4416759186,-79.9531547443],"Wesley W. Posvar Hall"],"main_pivot_13":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_14":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_15":[[40.433206538,-79.9435815776],"park"],"near_pivot":[[40.433206538,-79.9435815776],"park"],"around_goal_pivot_7":[[40.4318537,-79.9432141],"2 pitches"]}} +{"rvs_sample_number":184,"content":"Meet me at the middle of the bridge leading to Centre Avenue. There is a hotel on the south end of the bridge. To the east of the bridge, there is a church.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4401762741,-79.9927781574],"key":8328,"region":"Pittsburgh","rvs_start_point":[40.4519184296,-79.9808903554],"landmarks":{"end_point":[[40.4401762741,-79.9927781574],"bridge"],"start_point":[[40.4519184296,-79.9808903554],"garden"],"main_pivot":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_2":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_3":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_4":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_5":[[40.4411316798,-79.9962573779],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_6":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_7":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_8":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_9":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_10":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_11":[[40.4405978779,-79.9957946507],"Mellon Green"],"main_pivot_12":[[40.4405978779,-79.9957946507],"Mellon Green"],"main_pivot_13":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_14":[[40.4405978779,-79.9957946507],"Mellon Green"],"main_pivot_15":[[40.4399279,-79.9926818],"hotel"],"near_pivot":[[40.4399279,-79.9926818],"hotel"],"around_goal_pivot_1":[[40.4400779,-79.9910589],"church"],"around_goal_pivot_2":[[40.4389581,-79.9936641],"school"],"around_goal_pivot_3":[[40.4400435,-79.9945799],"park"]}} +{"rvs_sample_number":356,"content":"Let's meet up at the polygon garden just off Forbes Avenue. Make your way out of the golfcourse, leaving by it's most northwest corner. The garden is just west 1 block of the fiberglass art installation near the music hall. It's on the same side of the street. The block where the garden sits is north of the pavillion.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4432174526,-79.9527765462],"key":8329,"region":"Pittsburgh","rvs_start_point":[40.4374831,-79.9398976],"landmarks":{"end_point":[[40.4432174526,-79.9527765462],"garden"],"start_point":[[40.4374831,-79.9398976],"bench"],"main_pivot":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_2":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_3":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_6":[[40.4408415424,-79.9482868545],"Schenley Bridge"],"main_pivot_7":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_8":[[40.4420507993,-79.9518283362],"Mary Schenley Memorial Fountain"],"main_pivot_9":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_10":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_11":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_14":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_15":[[40.443249,-79.9525598],"five gardens"],"near_pivot":[[40.443249,-79.9525598],"five gardens"],"beyond_pivot":[[40.4427883,-79.9536155],"library"],"around_goal_pivot_1":[[40.4439396,-79.9531095],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4434012,-79.9544294],"attraction"],"around_goal_pivot_4":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_5":[[40.4429816,-79.9510522],"theatre"],"around_goal_pivot_6":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_7":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":252,"content":"Move west past LA Fitness and Cogo's. Meet me at the clothes shop on the next block of where hairdresser shop is. It is almost in the middle of the block east of the pub.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4281368839,-79.9736242703],"key":8330,"region":"Pittsburgh","rvs_start_point":[40.4274439,-79.9638079],"landmarks":{"end_point":[[40.4281368839,-79.9736242703],"clothes shop"],"start_point":[[40.4274439,-79.9638079],"parking entrance"],"main_pivot":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_2":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_3":[[40.428568,-79.9657239],"REI"],"main_pivot_4":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_5":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_6":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_7":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_8":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_9":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_10":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_11":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_12":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_13":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_14":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_15":[[40.42857,-79.9741027],"library"],"near_pivot":[[40.42857,-79.9741027],"library"],"beyond_pivot":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_1":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_2":[[40.4281589,-79.9721601],"fast food restaurant"],"around_goal_pivot_3":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_4":[[40.4281297,-79.9716831],"bar"],"around_goal_pivot_5":[[40.4282550909,-79.9748344036],"pub"],"around_goal_pivot_6":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_7":[[40.4283701,-79.9720662],"furniture shop"],"around_goal_pivot_8":[[40.4282643803,-79.9749201167],"tattoo shop"],"around_goal_pivot_9":[[40.4281801,-79.9725011],"hairdresser shop"],"around_goal_pivot_10":[[40.4282892947,-79.9751797018],"bicycle shop"]}} +{"rvs_sample_number":312,"content":"Meet me at the garden northeast of your location. Head northeast toward past EQT Natural Gas for Vehicles. Go up two blocks then turn southeast. Then turn southwest onto Penn Avenue. Your destination is on the southern side of the block. It is across the street from a clothes shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4593999687,-79.971777514],"key":8331,"region":"Pittsburgh","rvs_start_point":[40.4586623,-79.974608],"landmarks":{"end_point":[[40.4593999687,-79.971777514],"garden"],"start_point":[[40.4586623,-79.974608],"fitness centre"],"main_pivot":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_2":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_3":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_4":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_5":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_6":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_7":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_8":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_9":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_10":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_11":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_12":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_13":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_14":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_15":[[40.4590644,-79.9726512],"clothes shop"],"near_pivot":[[40.4590644,-79.9726512],"clothes shop"],"around_goal_pivot_1":[[40.4586616,-79.9727128],"car repair shop"],"around_goal_pivot_2":[[40.4586733,-79.9713371],"storage rental shop"],"around_goal_pivot_3":[[40.4584776,-79.9725034],"park"],"around_goal_pivot_8":[[40.4587241,-79.9727834],"2 gardens"]}} +{"rvs_sample_number":188,"content":"Meet me at the garden on the other side of the river that is south of you. Unfortunately you'll have to cross the river and backtrack some though as there is no bridge straight across. (Unless you can get a boat across) It's almost due south of where you are now, Probably you'll want to take Fort Pitt bridge and head down West station square drive south. There is a Sheraton south of the garden and across the street, it can be seen from the windows of the Sheraton upper floors. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4345144873,-80.0066808955],"key":8332,"region":"Pittsburgh","rvs_start_point":[40.4421527696,-80.0052069003],"landmarks":{"end_point":[[40.4345144873,-80.0066808955],"garden"],"start_point":[[40.4421527696,-80.0052069003],"garden"],"main_pivot":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_2":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_3":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_4":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_5":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_6":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_7":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_8":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_9":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_10":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_11":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_12":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_13":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_14":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_15":[[40.4345390862,-80.0065015566],"Sheraton"],"near_pivot":[[40.4345390862,-80.0065015566],"Sheraton"],"beyond_pivot":[[40.434856,-80.0074372],"parking"],"around_goal_pivot_1":[[40.4349017,-80.0075687],"two gardens"],"around_goal_pivot_2":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_6":[[40.4350909,-80.0081796],"two gardens"]}} +{"rvs_sample_number":515,"content":"After the bar go get the car from the parking lot. It's on South 21th, on the other side of the block from Duquesne Brewery. So just head west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4264652025,-79.9764653249],"key":8333,"region":"Pittsburgh","rvs_start_point":[40.4263751499,-79.9672154046],"landmarks":{"end_point":[[40.4264652025,-79.9764653249],"parking lot"],"start_point":[[40.4263751499,-79.9672154046],"bar"],"main_pivot":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_2":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_3":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_4":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_5":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_6":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_7":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_8":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_9":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_10":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_11":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_12":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_13":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_14":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_15":[[40.4266743,-79.9768332],"post box"],"near_pivot":[[40.4266743,-79.9768332],"post box"],"beyond_pivot":[[40.4256694,-79.9767591],"clinic"],"around_goal_pivot_1":[[40.426201,-79.9749664],"clock"],"around_goal_pivot_2":[[40.4257586,-79.9769234],"clinic"],"around_goal_pivot_3":[[40.4260678,-79.9780406],"school"],"around_goal_pivot_4":[[40.4253316,-79.9765403],"parking lot"]}} +{"rvs_sample_number":321,"content":"Meet me at the basketball pitch south of your location. Head southwest from your location. When you see Federated Tower, keep heading south. Keep heading south until you see BNY Mellon Center. Turn east onto the next street. Keep heading east then turn south onto Magee Street. Stay on the street as it turns west then turn south at the next street. You'll see a school. Your destination is to the south just before the next crossing street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4361743231,-79.9887922053],"key":8334,"region":"Pittsburgh","rvs_start_point":[40.4493182728,-79.9863070576],"landmarks":{"end_point":[[40.4361743231,-79.9887922053],"pitch"],"start_point":[[40.4493182728,-79.9863070576],"fast food restaurant"],"main_pivot":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_2":[[40.4401134,-79.9959763],"BNY Mellon Center"],"main_pivot_3":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_4":[[40.44043,-79.9952475],"Mellon Green"],"main_pivot_5":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_6":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_7":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_8":[[40.4385909,-79.9947583],"Old Allegheny County Jail"],"main_pivot_9":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_10":[[40.4411316798,-79.9962573779],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_11":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_12":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_14":[[40.4385909,-79.9947583],"Old Allegheny County Jail"],"main_pivot_15":[[40.4364745,-79.9891874],"school"],"near_pivot":[[40.4364745,-79.9891874],"school"],"beyond_pivot":[[40.4362882696,-79.9865744135],"hospital"]}} +{"rvs_sample_number":41,"content":"Let's get together at the garden that is at a spot where there is a terminus or interruption of 30th street. It's got a southeastern end. Keep in mind though that after the railroad line, 30th will pick back up in the south. The garden is in a parking lot type area though that is northeast of a baseball pitch. To the east of the garden there is a moving van and storage spot.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4581242703,-79.9721109557],"key":8335,"region":"Pittsburgh","rvs_start_point":[40.4560415154,-79.9789356644],"landmarks":{"end_point":[[40.4581242703,-79.9721109557],"garden"],"start_point":[[40.4560415154,-79.9789356644],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_3":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_4":[[40.4559153749,-79.9790422483],"Cinderlands Warehouse"],"main_pivot_5":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_6":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_7":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_8":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_9":[[40.4559153749,-79.9790422483],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559153749,-79.9790422483],"Cinderlands Warehouse"],"main_pivot_11":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_12":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_13":[[40.455595,-79.9782225],"Savoy"],"main_pivot_14":[[40.455595,-79.9782225],"Savoy"],"main_pivot_15":[[40.4582377,-79.971972],"storage rental shop"],"near_pivot":[[40.4582377,-79.971972],"storage rental shop"],"beyond_pivot":[[40.4586963993,-79.9716430013],"parking"],"around_goal_pivot_1":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_2":[[40.4590618,-79.9726053],"clothes shop"],"around_goal_pivot_3":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_4":[[40.4577917,-79.9731475],"pitch"],"around_goal_pivot_5":[[40.4576756,-79.9733619],"playground"],"around_goal_pivot_6":[[40.4592842,-79.971932],"two gardens"]}} +{"rvs_sample_number":323,"content":"If you move across the river towards Penn avenue, you'll see me at the supermarket by the corner and on the same block with Lin's Hair hairdresser shop. Cruze Bar nightclub is located west of the supermarket.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4497326,-79.9862681],"key":8336,"region":"Pittsburgh","rvs_start_point":[40.4548059338,-79.9922633925],"landmarks":{"end_point":[[40.4497326,-79.9862681],"supermarket"],"start_point":[[40.4548059338,-79.9922633925],"bridge"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4493667,-79.9864631],"fast food restaurant"],"near_pivot":[[40.4493667,-79.9864631],"fast food restaurant"],"around_goal_pivot_1":[[40.4490805264,-79.9878210574],"bridge"],"around_goal_pivot_2":[[40.4508388647,-79.9853996761],"marketplace"],"around_goal_pivot_3":[[40.4496392,-79.9875935],"nightclub"],"around_goal_pivot_4":[[40.4501306,-79.9852363],"butcher shop"],"around_goal_pivot_5":[[40.4488363,-79.9863971],"storage rental shop"],"around_goal_pivot_6":[[40.4496074,-79.9852387],"2 gardens"],"around_goal_pivot_7":[[40.4503984,-79.9847701],"variety store shop"],"around_goal_pivot_8":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_9":[[40.4500834,-79.9876897],"florist shop"],"around_goal_pivot_10":[[40.4507712,-79.9849852],"farm shop"]}} +{"rvs_sample_number":79,"content":"Go north and cross the river, then turn west on East North avenue. When you see the hospital you should go around it, and I'm on the north side across the street from the hospital. I parked the car there.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4579699,-80.0040179],"key":8337,"region":"Pittsburgh","rvs_start_point":[40.4485377767,-79.9893466458],"landmarks":{"end_point":[[40.4579699,-80.0040179],"parking entrance"],"start_point":[[40.4485377767,-79.9893466458],"garden"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4576057,-80.0046194],"parking lot"],"near_pivot":[[40.4576057,-80.0046194],"parking lot"],"around_goal_pivot_4":[[40.4572577366,-80.0029663485],"3 shelters"]}} +{"rvs_sample_number":214,"content":"I'm mostly south of you parking my car near the Sorrells Library and across the street from the Carnegie Museum. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431796747,-79.9469946886],"key":8338,"region":"Pittsburgh","rvs_start_point":[40.4530660735,-79.9489232102],"landmarks":{"end_point":[[40.4431796747,-79.9469946886],"parking lot"],"start_point":[[40.4530660735,-79.9489232102],"parking lot"],"main_pivot":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_2":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_3":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_4":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_5":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_6":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_7":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_8":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_9":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_12":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_13":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_14":[[40.4454524244,-79.9465207903],"Central Catholic High School"],"main_pivot_15":[[40.4427045,-79.9466726],"cafe"],"near_pivot":[[40.4427045,-79.9466726],"cafe"],"beyond_pivot":[[40.4432213,-79.9460511],"university"],"around_goal_pivot_1":[[40.4435105,-79.9485128],"museum"],"around_goal_pivot_2":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_3":[[40.4435975,-79.9455128],"3 bicycle parkings"],"around_goal_pivot_4":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_5":[[40.4438336,-79.9463016],"recycling"],"around_goal_pivot_6":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_7":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_8":[[40.4444329,-79.9472416],"park"],"around_goal_pivot_10":[[40.4436127,-79.9455891],"2 bicycle parkings"]}} +{"rvs_sample_number":190,"content":"Go south and cross the river, then go northeast on Smallman Street and meet me at the Cake Nightclub. It's on a corner on the right side, a block before Fine Wine & Good Spirits.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4512457,-79.9850555],"key":8339,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401],"landmarks":{"end_point":[[40.4512457,-79.9850555],"nightclub"],"start_point":[[40.4566443457,-79.9995655401],"playground"],"main_pivot":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_2":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_3":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_4":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_5":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_6":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_7":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_8":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_9":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_10":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_11":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_12":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_13":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_14":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_15":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"near_pivot":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_2":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_3":[[40.4499279928,-79.9855366038],"biergarten"],"around_goal_pivot_4":[[40.4513343,-79.9838441],"cafe"],"around_goal_pivot_5":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_6":[[40.4516432,-79.9838047],"books shop"],"around_goal_pivot_7":[[40.4502371,-79.985419],"appliance shop"],"around_goal_pivot_8":[[40.450129,-79.9855891],"coffee shop"],"around_goal_pivot_9":[[40.4502296,-79.9850866],"butcher shop"]}} +{"rvs_sample_number":326,"content":"Meet me at the pub southwest of you on Forbes Avenue. It's in the same block as the Pittsburgh Playhouse and that gambling place. It's near the northwest corner of that block on the south side of Forbes Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4397797,-80.0004641],"key":8340,"region":"Pittsburgh","rvs_start_point":[40.4475522733,-79.9898862412],"landmarks":{"end_point":[[40.4397797,-80.0004641],"pub"],"start_point":[[40.4475522733,-79.9898862412],"parking lot"],"main_pivot":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_2":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_3":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_4":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_7":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_9":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_10":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_12":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_15":[[40.4396426855,-80.000259348],"arts centre"],"near_pivot":[[40.4396426855,-80.000259348],"arts centre"],"beyond_pivot":[[40.4382675,-80.0021632],"university"],"around_goal_pivot_1":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_2":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_3":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_4":[[40.4402978,-79.998756],"Verizon"],"around_goal_pivot_5":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_6":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_7":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"around_goal_pivot_8":[[40.4399978,-79.9986158],"clock"],"around_goal_pivot_9":[[40.4407271,-79.9995874],"kindergarten"],"around_goal_pivot_10":[[40.4392720556,-79.9996772512],"gambling place"]}} +{"rvs_sample_number":386,"content":"I'm just a few blocks east of you on East Carson Street. Meet me at the restaurant west of the Citgo station.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4284839085,-79.971485365],"key":8341,"region":"Pittsburgh","rvs_start_point":[40.4287688017,-79.9768797181],"landmarks":{"end_point":[[40.4284839085,-79.971485365],"restaurant"],"start_point":[[40.4287688017,-79.9768797181],"restaurant"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4282887,-79.971036],"gas station"],"near_pivot":[[40.4282887,-79.971036],"gas station"],"beyond_pivot":[[40.4279807,-79.9699234],"ice_cream"],"around_goal_pivot_1":[[40.4279807,-79.9699234],"ice cream"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4280875,-79.9703077],"social facility"],"around_goal_pivot_4":[[40.4282301,-79.9733198],"restaurant"],"around_goal_pivot_5":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_6":[[40.4288239,-79.972878],"four parking spaces"],"around_goal_pivot_7":[[40.4281801,-79.9725011],"hairdresser shop"],"around_goal_pivot_8":[[40.42819,-79.9726763],"gift shop"],"around_goal_pivot_9":[[40.4281857,-79.9726004],"clothes shop"],"around_goal_pivot_10":[[40.4288195,-79.9727866],"5 parking spaces"]}} +{"rvs_sample_number":328,"content":"I'm a ways to your southwest, at a garden. This garden is in the the large block where Boulevard of the Allies begins. If you go north into the block from the Boulevard of the Allies, the bench is between the two buildings there, and near the middle of the block. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4404579478,-80.0056558481],"key":8342,"region":"Pittsburgh","rvs_start_point":[40.4475522733,-79.9898862412],"landmarks":{"end_point":[[40.4404579478,-80.0056558481],"garden"],"start_point":[[40.4475522733,-79.9898862412],"parking lot"],"main_pivot":[[40.4435416743,-80.0007229879],"Century Building"],"main_pivot_2":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_3":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_6":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_7":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_8":[[40.4405123042,-80.0070082122],"Point State Park"],"main_pivot_9":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_10":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_11":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4405123042,-80.0070082122],"Point State Park"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4408589,-80.0060956],"restaurant"],"near_pivot":[[40.4408589,-80.0060956],"restaurant"],"around_goal_pivot_1":[[40.4407351,-80.0046052],"2 gardens"],"around_goal_pivot_2":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_3":[[40.4411362,-80.0044989],"restaurant"],"around_goal_pivot_4":[[40.4398227817,-80.0047011437],"church"],"around_goal_pivot_5":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_6":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_7":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":50,"content":"Meet me at the supermarket on Penn Avenue. There is a bar across the street and a wholesale shop is on the northwest block from the destination.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4511952,-79.9836178],"key":8343,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008],"landmarks":{"end_point":[[40.4511952,-79.9836178],"supermarket"],"start_point":[[40.4523337911,-79.9802745008],"garden"],"main_pivot":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_2":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_3":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_4":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_5":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_6":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_7":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_8":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_9":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_10":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_11":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_12":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_13":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_14":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4522341006,-79.9835769621],"church"],"around_goal_pivot_3":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.450867,-79.9848504],"marketplace"],"around_goal_pivot_6":[[40.4517158,-79.9843764],"cafe"],"around_goal_pivot_7":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_8":[[40.4502209065,-79.9844449069],"wholesale shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4520406,-79.9821593],"furniture shop"]}} +{"rvs_sample_number":299,"content":"Move east on Forbes Avenue past Pittsburgh playhouse and EVEN Hotels. I'm at the bicycle parking very close to townhall.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4385899,-79.9972473],"key":8344,"region":"Pittsburgh","rvs_start_point":[40.4411656,-80.0028461],"landmarks":{"end_point":[[40.4385899,-79.9972473],"bicycle parking"],"start_point":[[40.4411656,-80.0028461],"cafe"],"main_pivot":[[40.4407348,-80.0031087],"Two PPG Place"],"main_pivot_2":[[40.4407348,-80.0031087],"Two PPG Place"],"main_pivot_3":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_4":[[40.4400290653,-80.0024519792],"Burke Building"],"main_pivot_5":[[40.4411432586,-80.001976996],"Buhl Building"],"main_pivot_6":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4417487,-80.003073],"Fifth Avenue Place"],"main_pivot_8":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_9":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_10":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_11":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_12":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_13":[[40.4414104243,-80.0018754782],"Three PNC Plaza"],"main_pivot_14":[[40.4414104243,-80.0018754782],"Three PNC Plaza"],"main_pivot_15":[[40.4385304,-79.9971995],"townhall"],"near_pivot":[[40.4385304,-79.9971995],"townhall"],"around_goal_pivot_1":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_2":[[40.439353,-79.9963234],"fountain"],"around_goal_pivot_3":[[40.4389884,-79.9985176],"bicycle parking"],"around_goal_pivot_4":[[40.4386063,-79.9986052],"parking entrance"],"around_goal_pivot_5":[[40.4379569,-79.9983518],"computer shop"],"around_goal_pivot_6":[[40.4379768,-79.9987574],"confectionery shop"],"around_goal_pivot_7":[[40.4390875,-79.9987853],"tobacco shop"],"around_goal_pivot_8":[[40.4380347,-79.9985839],"florist shop"]}} +{"rvs_sample_number":296,"content":"Head southwest on Smallman Street, and meet me at the bar in the AC Hotel. It's on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4456972,-79.9937454],"key":8345,"region":"Pittsburgh","rvs_start_point":[40.4503262,-79.9848814],"landmarks":{"end_point":[[40.4456972,-79.9937454],"bar"],"start_point":[[40.4503262,-79.9848814],"clothes shop"],"main_pivot":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_2":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_3":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_4":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_5":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_6":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_7":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_8":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_9":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_10":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_11":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_12":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_13":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_14":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_15":[[40.4457570096,-79.9937828976],"AC Hotel"],"near_pivot":[[40.4457570096,-79.9937828976],"AC Hotel"],"around_goal_pivot_1":[[40.4446862,-79.9942873],"Westin"],"around_goal_pivot_2":[[40.4450986,-79.9953597],"2 parking entrances"],"around_goal_pivot_3":[[40.4461512,-79.9926337],"museum"],"around_goal_pivot_4":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_5":[[40.4460499,-79.9921633],"restaurant"],"around_goal_pivot_6":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_7":[[40.4448715,-79.9936234],"bicycle parking"],"around_goal_pivot_8":[[40.4445029,-79.9938434],"2 gardens"],"around_goal_pivot_9":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_10":[[40.4448922,-79.9944217],"bakery shop"]}} +{"rvs_sample_number":280,"content":"Meet me at the pharmacy southeast of you on Brighton Road. It's a just south of Dollar Tree and the police station but on the same side of Brighton as the police station.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4564202678,-80.0157939245],"key":8346,"region":"Pittsburgh","rvs_start_point":[40.45994495,-80.01817215],"landmarks":{"end_point":[[40.4564202678,-80.0157939245],"pharmacy"],"start_point":[[40.45994495,-80.01817215],"parking lot"],"main_pivot":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_2":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_3":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_4":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_5":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_6":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_7":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_8":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_9":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_10":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_11":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_12":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_13":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_14":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_15":[[40.4571256,-80.0160473],"police station"],"near_pivot":[[40.4571256,-80.0160473],"police station"],"beyond_pivot":[[40.4557918,-80.014844],"parking"],"around_goal_pivot_1":[[40.455855,-80.0151385],"2 gardens"],"around_goal_pivot_2":[[40.4552011,-80.0156606],"Dollar General"],"around_goal_pivot_3":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_4":[[40.4570556,-80.0146964],"cafe"],"around_goal_pivot_5":[[40.4571494,-80.015584],"variety store shop"],"around_goal_pivot_6":[[40.4578179,-80.015729],"convenience shop"],"around_goal_pivot_7":[[40.457863,-80.0160371],"car repair shop"],"around_goal_pivot_8":[[40.4557833,-80.0150795],"garden"],"around_goal_pivot_9":[[40.455855,-80.0151385],"park"]}} +{"rvs_sample_number":380,"content":"Go southwest of your current location and meet me at the garden at the end of Fort Duquesne Boulevard, right by the water where the Fort Wayne Bridge starts. It is west of the bicycle parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4469774077,-79.9952712353],"key":8347,"region":"Pittsburgh","rvs_start_point":[40.4555083643,-79.9780494145],"landmarks":{"end_point":[[40.4469774077,-79.9952712353],"garden"],"start_point":[[40.4555083643,-79.9780494145],"restaurant"],"main_pivot":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4464839353,-79.9942911006],"parking lot"],"near_pivot":[[40.4464839353,-79.9942911006],"parking lot"],"around_goal_pivot_1":[[40.4464973,-79.9960431],"bicycle parking"],"around_goal_pivot_2":[[40.4468182288,-79.9934931969],"parking lot"],"around_goal_pivot_3":[[40.4463659,-79.9942115],"garden"]}} +{"rvs_sample_number":416,"content":"Meet me at the massage shop northwest of your location. Head northwest past UPMC Shadyside Medical Center. Keep going until you see bicycle parking. Your destination is on the next block on the other side of the street. It is just southeast of Hertz car rental.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.457565,-79.9336342],"key":8348,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388],"landmarks":{"end_point":[[40.457565,-79.9336342],"massage shop"],"start_point":[[40.4521112211,-79.9519514388],"convenience shop"],"main_pivot":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_13":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_14":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_15":[[40.4577964,-79.9342849],"car rental"],"near_pivot":[[40.4577964,-79.9342849],"car rental"],"beyond_pivot":[[40.4579402219,-79.9321094534],"parking"],"around_goal_pivot_1":[[40.4565316,-79.9330054],"bus station"],"around_goal_pivot_2":[[40.4583148,-79.9342951],"3 parking spaces"],"around_goal_pivot_3":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_4":[[40.4582975,-79.9343487],"two parking spaces"],"around_goal_pivot_5":[[40.4582008,-79.9348865],"ALDI"],"around_goal_pivot_6":[[40.4582786,-79.9344],"parking space"],"around_goal_pivot_7":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_8":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_9":[[40.4567199,-79.9345217],"supermarket"],"around_goal_pivot_10":[[40.4584153,-79.9321531],"hairdresser shop"]}} +{"rvs_sample_number":78,"content":"Go west on West North Avenue and turn left where the road ends. Meet me at the restaurant in the middle of the block near Parador hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4516601,-80.0175026],"key":8349,"region":"Pittsburgh","rvs_start_point":[40.4556178,-80.0065066],"landmarks":{"end_point":[[40.4516601,-80.0175026],"restaurant"],"start_point":[[40.4556178,-80.0065066],"cafe"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_5":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_10":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_11":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_12":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_13":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4514967,-80.0179848],"hotel"],"near_pivot":[[40.4514967,-80.0179848],"hotel"],"beyond_pivot":[[40.4518406,-80.0183603],"dentist"],"around_goal_pivot_1":[[40.4523695,-80.0158943],"two gardens"],"around_goal_pivot_2":[[40.4509276,-80.0188569],"fast food restaurant"],"around_goal_pivot_3":[[40.4511730021,-80.019061567],"7-Eleven"],"around_goal_pivot_4":[[40.4519797,-80.0160274],"pub"],"around_goal_pivot_5":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_6":[[40.4516358,-80.019041],"post box"],"around_goal_pivot_7":[[40.4521579,-80.0159562],"florist shop"],"around_goal_pivot_8":[[40.4523601,-80.0159182],"garden"]}} +{"rvs_sample_number":393,"content":"Meet me at the garden on the same block with car repair shop. It is the first garden on the block. Move northeast on Penn avenue past appliance shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4578896412,-79.973994525],"key":8350,"region":"Pittsburgh","rvs_start_point":[40.4514610326,-79.9838743022],"landmarks":{"end_point":[[40.4578896412,-79.973994525],"garden"],"start_point":[[40.4514610326,-79.9838743022],"restaurant"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4584855,-79.9734442],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4588104031,-79.9747036889],"two gardens"],"around_goal_pivot_3":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_4":[[40.45676,-79.9747523],"two gardens"],"around_goal_pivot_5":[[40.4574863,-79.9728021],"two gardens"],"around_goal_pivot_6":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_7":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_8":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_9":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_10":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":493,"content":"We can meet at a garden, south of you across from the water. It's on the end of Federal Street, on the east part of a big park with a pond and a baseball pitch. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4466598667,-80.0041416667],"key":8351,"region":"Pittsburgh","rvs_start_point":[40.4535054,-80.0010857],"landmarks":{"end_point":[[40.4466598667,-80.0041416667],"garden"],"start_point":[[40.4535054,-80.0010857],"restaurant"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_5":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_8":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_12":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4468542,-80.0039214],"bridge"],"near_pivot":[[40.4468542,-80.0039214],"bridge"],"beyond_pivot":[[40.4468554089,-80.0048425619],"pitch"],"around_goal_pivot_1":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_2":[[40.4477958,-80.0043583],"restaurant"],"around_goal_pivot_3":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4480369,-80.0046238],"ticket shop"],"around_goal_pivot_6":[[40.4476428,-80.0043128],"clothes shop"]}} +{"rvs_sample_number":343,"content":"Let's meet up at the hockey pitch. It's at the park west of Olympia Road. It's not hard to find if you go west and pass the Rite Aid, you see Olympia on the left about 5 or 6 blocks west of there.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4316682547,-80.0177612885],"key":8352,"region":"Pittsburgh","rvs_start_point":[40.430027,-80.0072286],"landmarks":{"end_point":[[40.4316682547,-80.0177612885],"pitch"],"start_point":[[40.430027,-80.0072286],"restaurant"],"main_pivot":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_2":[[40.4307876,-80.0100031],"Rite Aid"],"main_pivot_3":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_4":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_5":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_6":[[40.4307876,-80.0100031],"Rite Aid"],"main_pivot_7":[[40.4307876,-80.0100031],"Rite Aid"],"main_pivot_8":[[40.4307876,-80.0100031],"Rite Aid"],"main_pivot_9":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_10":[[40.4307876,-80.0100031],"Rite Aid"],"main_pivot_11":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_12":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_13":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_14":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"main_pivot_15":[[40.4316268842,-80.0174829971],"park"],"near_pivot":[[40.4316268842,-80.0174829971],"park"]}} +{"rvs_sample_number":50,"content":"Get on 20th street southwest of you, you'll see me at the supermarket directly south of Pamela's Diner.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4511952,-79.9836178],"key":8353,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008],"landmarks":{"end_point":[[40.4511952,-79.9836178],"supermarket"],"start_point":[[40.4523337911,-79.9802745008],"garden"],"main_pivot":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_2":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_3":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_4":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_5":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_6":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_7":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_8":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_9":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_10":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_11":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_12":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_13":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_14":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4522341006,-79.9835769621],"church"],"around_goal_pivot_3":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.450867,-79.9848504],"marketplace"],"around_goal_pivot_6":[[40.4517158,-79.9843764],"cafe"],"around_goal_pivot_7":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_8":[[40.4502209065,-79.9844449069],"wholesale shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4520406,-79.9821593],"furniture shop"]}} +{"rvs_sample_number":408,"content":"Pick me from my hotel on West North avenue. north of the big park and the pond. There is a church next to the hotel. You should head west passing Allegheny General Hospital. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4545159945,-80.0131373764],"key":8354,"region":"Pittsburgh","rvs_start_point":[40.4537078685,-79.998336073],"landmarks":{"end_point":[[40.4545159945,-80.0131373764],"hotel"],"start_point":[[40.4537078685,-79.998336073],"pharmacy"],"main_pivot":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_2":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_3":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_4":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_5":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_6":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_7":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_8":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_9":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_10":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_11":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_12":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_13":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_14":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_15":[[40.4549913,-80.0087146],"park"],"near_pivot":[[40.4549913,-80.0087146],"park"],"around_goal_pivot_1":[[40.4547513,-80.0144618],"bar"]}} +{"rvs_sample_number":304,"content":"Let's meet up at the parking entrance that is the last drive leading off of Sandusky street before it ends at it's southmost end. Be careful though, Helicopters might be nearby as they park right inside the parking lot entrance here. Keep your head down. This is the southernmost parking lot entry I'm talking about. Keep an eye out for flying baseballs too, there is a baseball pitch just to the south across the avenue there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.456207,-80.0044734],"key":8355,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406],"landmarks":{"end_point":[[40.456207,-80.0044734],"parking entrance"],"start_point":[[40.4409233372,-80.0043591406],"garden"],"main_pivot":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_2":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_5":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_8":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_9":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_10":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_13":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_14":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_15":[[40.4562853,-80.0047978],"parking lot"],"near_pivot":[[40.4562853,-80.0047978],"parking lot"],"beyond_pivot":[[40.4569977,-80.004722],"parking_entrance"],"around_goal_pivot_1":[[40.4556986,-80.0060009],"social facility"],"around_goal_pivot_2":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_3":[[40.4569977,-80.004722],"parking entrance"],"around_goal_pivot_4":[[40.4557918,-80.0030566],"garden"],"around_goal_pivot_5":[[40.4553092,-80.0040395],"pitch"]}} +{"rvs_sample_number":130,"content":"I'm at a garden on the corner of West North Avenue. This place is a few blocks northwest of you. It's also north of the National Aviary zoo, and southwest of Cowley School. When you're going west on West North Avenue, it's the garden on the first corner past Cowley School. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4473258,-80.0089654],"key":8356,"region":"Pittsburgh","rvs_start_point":[40.4535685,-80.0007676],"landmarks":{"end_point":[[40.4473258,-80.0089654],"parking entrance"],"start_point":[[40.4535685,-80.0007676],"clothes shop"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_4":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_5":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_6":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_7":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_8":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_9":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_10":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_11":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_12":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4475359,-80.0093767],"train station"],"near_pivot":[[40.4475359,-80.0093767],"train station"],"around_goal_pivot_1":[[40.4462625,-80.0085987],"park"],"around_goal_pivot_2":[[40.4478089,-80.0075951],"Residence Inn"],"around_goal_pivot_5":[[40.4463271,-80.0083943],"restaurant"],"around_goal_pivot_6":[[40.4464526,-80.0076755],"pub"],"around_goal_pivot_7":[[40.4471488,-80.0076428],"parking entrance"],"around_goal_pivot_8":[[40.447448,-80.0100764],"clothes shop"]}} +{"rvs_sample_number":17,"content":"Meet me at the pub on Penn Avenue. It's one block northeast of Lin's Hair Studio along Penn but on the opposite side of the street. It's the first building after you cross the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4496963,-79.9858214],"key":8357,"region":"Pittsburgh","rvs_start_point":[40.4433,-79.981],"landmarks":{"end_point":[[40.4496963,-79.9858214],"pub"],"start_point":[[40.4433,-79.981],"library"],"main_pivot":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_2":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_3":[[40.4398848,-79.9916931],"Pittsburgh Marriott City Center"],"main_pivot_4":[[40.4403377,-79.9889862],"PPG Paints Arena"],"main_pivot_5":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_7":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4403377,-79.9889862],"PPG Paints Arena"],"main_pivot_9":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_10":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_11":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_12":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_14":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_15":[[40.4494412,-79.9863437],"fast food restaurant"],"near_pivot":[[40.4494412,-79.9863437],"fast food restaurant"],"beyond_pivot":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_1":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_2":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_3":[[40.4507712,-79.9849852],"farm shop"],"around_goal_pivot_4":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_5":[[40.4488363,-79.9863971],"storage rental shop"],"around_goal_pivot_6":[[40.4491756,-79.9867773],"garden"]}} +{"rvs_sample_number":570,"content":"Meet me at the clothes shop east of your location. Head east on East Carson Street as you walk by Rex Theater. Keep heading east until you see Ibiza Tapas & Wine Bar. Your destination is in the middle of the next block right next to State Farm.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4280367501,-79.9721307015],"key":8358,"region":"Pittsburgh","rvs_start_point":[40.4289650261,-79.9854737476],"landmarks":{"end_point":[[40.4280367501,-79.9721307015],"clothes shop"],"start_point":[[40.4289650261,-79.9854737476],"fast food restaurant"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.4280324399,-79.9720863136],"State Farm"],"near_pivot":[[40.4280324399,-79.9720863136],"State Farm"],"beyond_pivot":[[40.4282887,-79.971036],"fuel"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.42824,-79.9734947],"bar"],"around_goal_pivot_3":[[40.4288226,-79.9728511],"five parking spaces"],"around_goal_pivot_4":[[40.4280875,-79.9703077],"social facility"],"around_goal_pivot_5":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_6":[[40.4288211,-79.9728196],"five parking spaces"],"around_goal_pivot_7":[[40.4288195,-79.9727866],"4 parking spaces"],"around_goal_pivot_8":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_9":[[40.4284903,-79.9709252],"convenience shop"],"around_goal_pivot_10":[[40.4282445,-79.973575],"clothes shop"]}} +{"rvs_sample_number":443,"content":"Go 6 blocks south-west. Meet me at a florist shop one block south of a veterinary, and east of a church.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4520628,-79.9827898],"key":8359,"region":"Pittsburgh","rvs_start_point":[40.4566679347,-79.9749411801],"landmarks":{"end_point":[[40.4520628,-79.9827898],"florist shop"],"start_point":[[40.4566679347,-79.9749411801],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4524102,-79.9822488],"veterinary"],"near_pivot":[[40.4524102,-79.9822488],"veterinary"],"beyond_pivot":[[40.4519657,-79.9836261],"restaurant"],"around_goal_pivot_1":[[40.4517527118,-79.9811738488],"two gardens"],"around_goal_pivot_2":[[40.4516269,-79.9813589],"two gardens"],"around_goal_pivot_3":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_4":[[40.4522181,-79.9814326],"bank"],"around_goal_pivot_5":[[40.4515078,-79.9835594],"books shop"],"around_goal_pivot_6":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_10":[[40.4524717,-79.9813867],"two parking lots"]}} +{"rvs_sample_number":182,"content":"Meet me at the library south of you. It's on the other side of Penn-Lincoln Parkway from you and in between two schools.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4263871,-79.9440874],"key":8360,"region":"Pittsburgh","rvs_start_point":[40.43179365,-79.94309815],"landmarks":{"end_point":[[40.4263871,-79.9440874],"library"],"start_point":[[40.43179365,-79.94309815],"pitch"],"main_pivot":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_2":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_3":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_4":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_5":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_6":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_7":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_8":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_9":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_10":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_11":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_12":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_13":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_14":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_15":[[40.4265076,-79.9446448],"school"],"near_pivot":[[40.4265076,-79.9446448],"school"],"around_goal_pivot_1":[[40.4255501,-79.9425985],"clock"],"around_goal_pivot_2":[[40.4257828,-79.9434919],"school"],"around_goal_pivot_3":[[40.4255336,-79.9426712],"post box"]}} +{"rvs_sample_number":79,"content":"Meet me at the Dollar Bank southwest of your location. Head southwest on Fifth Avenue. Keep heading southwest until you see a Holland Hall at the University of Pittsburgh. Your destination is two more blocks southwest. It is right next to Rita's Italian Ice.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4419825,-79.9578877],"key":8361,"region":"Pittsburgh","rvs_start_point":[40.447247877,-79.9471840158],"landmarks":{"end_point":[[40.4419825,-79.9578877],"bank"],"start_point":[[40.447247877,-79.9471840158],"convenience shop"],"main_pivot":[[40.4466826,-79.9470077],"Central Catholic High School"],"main_pivot_2":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_3":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_4":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_5":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_6":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_7":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_8":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_9":[[40.446451,-79.9522987],"Music Building"],"main_pivot_10":[[40.4429986,-79.9577293],"Pittsburgh Science and Technology Academy"],"main_pivot_11":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_12":[[40.4466826,-79.9470077],"Central Catholic High School"],"main_pivot_13":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_14":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_15":[[40.4419315,-79.9579591],"ice cream"],"near_pivot":[[40.4419315,-79.9579591],"ice cream"],"beyond_pivot":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_1":[[40.4429986,-79.9577293],"school"],"around_goal_pivot_2":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_3":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_4":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_6":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_7":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_8":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_9":[[40.440917,-79.957296],"ice cream"],"around_goal_pivot_10":[[40.442458,-79.9565628],"pub"]}} +{"rvs_sample_number":68,"content":"If you go southwest on Liberty Avenue, and pass Fifth Avenue Place and the train station, you'll see me at the garden just southwest of the fountain ahead on your left.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.440714861,-80.0055477525],"key":8362,"region":"Pittsburgh","rvs_start_point":[40.4423,-80.0021167],"landmarks":{"end_point":[[40.440714861,-80.0055477525],"garden"],"start_point":[[40.4423,-80.0021167],"restaurant"],"main_pivot":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_4":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.4415198,-80.0040472],"Gateway Station"],"main_pivot_6":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_7":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_8":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_9":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_13":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_14":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_15":[[40.4411132,-80.0049731],"fountain"],"near_pivot":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4415198,-80.0040472],"train station"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4419068,-80.00617],"two restaurants"],"around_goal_pivot_5":[[40.4398974,-80.0046515],"church"],"around_goal_pivot_6":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_7":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_8":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":247,"content":"Meet me at the parking entrance to your southwest. Head down Penn Avenue past Federated Tower and the Westin and then head north at the next street. The parking entrance is the second one on the east side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4450335,-79.9953305],"key":8363,"region":"Pittsburgh","rvs_start_point":[40.4520628,-79.9827898],"landmarks":{"end_point":[[40.4450335,-79.9953305],"parking entrance"],"start_point":[[40.4520628,-79.9827898],"florist shop"],"main_pivot":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_2":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_3":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_4":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_15":[[40.4445067,-79.9950482],"Westin"],"near_pivot":[[40.4445067,-79.9950482],"Westin"],"around_goal_pivot_1":[[40.4446350645,-79.9964417902],"Courtyard"],"around_goal_pivot_2":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_3":[[40.445684,-79.9935402],"AC Hotel"],"around_goal_pivot_4":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_5":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_6":[[40.4439966,-79.9942907],"post box"],"around_goal_pivot_7":[[40.4441772,-79.9961827],"hairdresser shop"],"around_goal_pivot_8":[[40.4436317,-79.9949187],"2 gardens"],"around_goal_pivot_9":[[40.4436812,-79.9956143],"music shop"]}} +{"rvs_sample_number":256,"content":"Meet me at the bench next to one other bench west of the parking lot that is just north of Peace Garden. It's pretty far northwest of you, and west of Bob O'Connor Golf Course. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422356,-79.9444056],"key":8364,"region":"Pittsburgh","rvs_start_point":[40.433321,-79.9362711],"landmarks":{"end_point":[[40.4422356,-79.9444056],"bench"],"start_point":[[40.433321,-79.9362711],"bench"],"main_pivot":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_2":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_3":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_4":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_5":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_6":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_7":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_8":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_9":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_10":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_11":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_12":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_13":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_14":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_15":[[40.4422969,-79.943678],"two benches"],"near_pivot":[[40.4422969,-79.943678],"two benches"],"around_goal_pivot_1":[[40.4431269,-79.9437367],"arts centre"],"around_goal_pivot_2":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_3":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_4":[[40.4419649,-79.9430029],"parking lot"],"around_goal_pivot_5":[[40.4421413,-79.9432554],"2 benches"],"around_goal_pivot_6":[[40.4432288,-79.9441532],"pitch"],"around_goal_pivot_7":[[40.4408074,-79.9434117],"park"],"around_goal_pivot_8":[[40.4419819,-79.9459111],"2 benches"],"around_goal_pivot_9":[[40.4418895,-79.9459298],"7 benches"]}} +{"rvs_sample_number":178,"content":"Let's meet at the garden. It's a half block south (and across the major Ave. there) from the southeast end of 23rd street. Just north is a credit union associated with a historical union in this City. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.451827877,-79.98101161],"key":8365,"region":"Pittsburgh","rvs_start_point":[40.4527348268,-79.965711588],"landmarks":{"end_point":[[40.451827877,-79.98101161],"garden"],"start_point":[[40.4527348268,-79.965711588],"fire station"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4522619,-79.9810163],"bank"],"near_pivot":[[40.4522619,-79.9810163],"bank"],"around_goal_pivot_1":[[40.4504810963,-79.9804564079],"park"],"around_goal_pivot_2":[[40.4525051,-79.982111],"veterinary"],"around_goal_pivot_3":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_4":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_5":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_6":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_7":[[40.4520628,-79.9827898],"florist shop"],"around_goal_pivot_8":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4521799,-79.9826034],"butcher shop"]}} +{"rvs_sample_number":365,"content":"Meet me at the garden southwest of you. It's not too far from you. Just head southwest on Railroad Street and you'll see it in the block past four gardens. It's towards the southwest end of the block. It's in the block before that Italian restaurant. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4547617733,-79.9820305396],"key":8366,"region":"Pittsburgh","rvs_start_point":[40.4574211941,-79.9798798003],"landmarks":{"end_point":[[40.4547617733,-79.9820305396],"garden"],"start_point":[[40.4574211941,-79.9798798003],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_3":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_4":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_5":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_15":[[40.4543288,-79.9825463],"restaurant"],"near_pivot":[[40.4543288,-79.9825463],"restaurant"],"around_goal_pivot_1":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_3":[[40.4550041,-79.9810717],"four gardens"]}} +{"rvs_sample_number":181,"content":"Come to the bench near an attraction facing South Bellefield Avenue. You'll find a Music Building in the north part of the avenue. A bicycle parking is located in the south of the bench in the same block.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4451171,-79.951812],"key":8367,"region":"Pittsburgh","rvs_start_point":[40.4557388,-79.9526928],"landmarks":{"end_point":[[40.4451171,-79.951812],"bench"],"start_point":[[40.4557388,-79.9526928],"community centre"],"main_pivot":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_2":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_3":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_4":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_5":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_6":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_7":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_8":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_9":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_10":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_11":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_12":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_13":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_14":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_15":[[40.4450804,-79.9519788],"attraction"],"near_pivot":[[40.4450804,-79.9519788],"attraction"],"around_goal_pivot_1":[[40.4445184,-79.9528471],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_4":[[40.4438813,-79.9527302],"theatre"],"around_goal_pivot_5":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_6":[[40.4439392,-79.9520664],"bicycle parking"]}} +{"rvs_sample_number":356,"content":"Head northeast and meet me at the little garden on Penn Avenue, just east of the Veterans Bridge. It's south of the Homewood Suites.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4471907672,-79.9899027249],"key":8368,"region":"Pittsburgh","rvs_start_point":[40.4406356441,-80.0046099616],"landmarks":{"end_point":[[40.4471907672,-79.9899027249],"garden"],"start_point":[[40.4406356441,-80.0046099616],"garden"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_3":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_4":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.440672934,-80.003616378],"Two PPG Place"],"main_pivot_6":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_7":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_8":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_9":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_10":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_11":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_12":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_13":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_14":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_15":[[40.4477118,-79.9901415],"Homewood Suites"],"near_pivot":[[40.4477118,-79.9901415],"Homewood Suites"],"around_goal_pivot_1":[[40.4461557178,-79.9926263086],"museum"],"around_goal_pivot_2":[[40.4481752,-79.9893997],"restaurant"],"around_goal_pivot_7":[[40.4479807,-79.9906345],"2 gardens"]}} +{"rvs_sample_number":472,"content":"Move northwest past Allegheny General Hospital. You will see me at the shelter north of research institute and south of two parking entrances. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4572331534,-80.002944026],"key":8369,"region":"Pittsburgh","rvs_start_point":[40.448241823,-79.992348244],"landmarks":{"end_point":[[40.4572331534,-80.002944026],"shelter"],"start_point":[[40.448241823,-79.992348244],"garden"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4566668,-80.0029152],"research institute"],"near_pivot":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_1":[[40.4564084,-80.001659],"hospital"],"around_goal_pivot_2":[[40.4561301,-80.0021542],"guest house"],"around_goal_pivot_3":[[40.4579558,-80.0041225],"two parking entrances"],"around_goal_pivot_4":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_5":[[40.4539790334,-80.0020104313],"park"],"around_goal_pivot_7":[[40.4580896,-80.0031618],"two parking entrances"]}} +{"rvs_sample_number":143,"content":"Meet me at the parking lot on Eloise Street. Get past a school on that street and go to the next block. The destination is across the street. There is a place of worship to the east of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4555161481,-80.0094276603],"key":8370,"region":"Pittsburgh","rvs_start_point":[40.4567614,-80.0154516],"landmarks":{"end_point":[[40.4555161481,-80.0094276603],"parking lot"],"start_point":[[40.4567614,-80.0154516],"post box"],"main_pivot":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_2":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_3":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_4":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_5":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_6":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_7":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_8":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_9":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_10":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_11":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_12":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_13":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_14":[[40.4569286,-80.0122738],"Mattress Factory"],"main_pivot_15":[[40.4548787159,-80.0093063911],"park"],"near_pivot":[[40.4548787159,-80.0093063911],"park"],"beyond_pivot":[[40.4555582,-80.0086186],"place_of_worship"],"around_goal_pivot_1":[[40.4559024,-80.0103314],"school"],"around_goal_pivot_2":[[40.4547979,-80.0109131],"two gardens"],"around_goal_pivot_3":[[40.4548184,-80.0108039],"two gardens"],"around_goal_pivot_4":[[40.4564672,-80.0084505],"shelter"],"around_goal_pivot_5":[[40.4545882,-80.0100737],"playground"],"around_goal_pivot_6":[[40.4561532,-80.0088577],"two gardens"],"around_goal_pivot_7":[[40.4550359,-80.0084838],"park"],"around_goal_pivot_8":[[40.4544903,-80.008272],"pitch"]}} +{"rvs_sample_number":394,"content":"Meet me at the fountain right next to the Cathedral of Learning, to the west of you, off of Bigelow Boulevard. It is across the street from the Millenium Panther.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4440043,-79.95359],"key":8371,"region":"Pittsburgh","rvs_start_point":[40.4427045,-79.9466726],"landmarks":{"end_point":[[40.4440043,-79.95359],"fountain"],"start_point":[[40.4427045,-79.9466726],"cafe"],"main_pivot":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_2":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_3":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_4":[[40.4433461,-79.9540784],"Millenium Panther"],"main_pivot_5":[[40.4425297312,-79.9518298119],"Schenley Plaza"],"main_pivot_6":[[40.4420713811,-79.9518778721],"Mary Schenley Memorial Fountain"],"main_pivot_7":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_8":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_9":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_10":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_11":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_12":[[40.4425297312,-79.9518298119],"Schenley Plaza"],"main_pivot_13":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_14":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_15":[[40.4439182,-79.9534129],"historic building"],"near_pivot":[[40.4439182,-79.9534129],"historic building"],"beyond_pivot":[[40.4436389057,-79.9544934638],"attraction"],"around_goal_pivot_1":[[40.4433585,-79.9523925],"6 gardens"],"around_goal_pivot_2":[[40.4430295,-79.953733],"library"],"around_goal_pivot_3":[[40.4431906,-79.952836],"8 gardens"],"around_goal_pivot_4":[[40.4435763,-79.9544168],"attraction"],"around_goal_pivot_5":[[40.4430687,-79.95308],"two fast food restaurants"],"around_goal_pivot_6":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_7":[[40.4436869,-79.9526969],"theatre"],"around_goal_pivot_8":[[40.4431592,-79.952888],"eleven gardens"],"around_goal_pivot_9":[[40.4431344,-79.9531588],"fast food restaurant"],"around_goal_pivot_10":[[40.4428255,-79.9531771],"restaurant"]}} +{"rvs_sample_number":78,"content":"Move east and move 2 blocks north on the street after Lava Lounge nightclub. I'm at the parking space close to the veterinary.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4288421479,-79.9727305979],"key":8372,"region":"Pittsburgh","rvs_start_point":[40.42859268,-79.9848777775],"landmarks":{"end_point":[[40.4288421479,-79.9727305979],"parking space"],"start_point":[[40.42859268,-79.9848777775],"hardware shop"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4289380804,-79.9727259808],"veterinary"],"near_pivot":[[40.4289380804,-79.9727259808],"veterinary"],"beyond_pivot":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_1":[[40.4299388,-79.9733019],"bridge"],"around_goal_pivot_2":[[40.4283385258,-79.9710213193],"gas station"],"around_goal_pivot_3":[[40.4281541,-79.9720745],"State Farm"],"around_goal_pivot_4":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_5":[[40.4285668,-79.9742977],"two libraries"],"around_goal_pivot_6":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_7":[[40.4286319,-79.9715113],"two restaurants"],"around_goal_pivot_8":[[40.4281637,-79.9722462],"fast food restaurant"],"around_goal_pivot_9":[[40.42868,-79.9716785],"parking lot"],"around_goal_pivot_10":[[40.4284903,-79.9709252],"convenience shop"]}} +{"rvs_sample_number":545,"content":"Move far east on Penn Avenue, I'm located at the garden just before McDonald's fast food restaurant. The garden is directly east of 16th Strret Bridge.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4490865351,-79.9866659875],"key":8373,"region":"Pittsburgh","rvs_start_point":[40.4427926971,-80.0066476058],"landmarks":{"end_point":[[40.4490865351,-79.9866659875],"garden"],"start_point":[[40.4427926971,-80.0066476058],"garden"],"main_pivot":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_2":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_5":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_7":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_8":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_9":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_13":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_15":[[40.4493332104,-79.9864283385],"fast food restaurant"],"near_pivot":[[40.4493332104,-79.9864283385],"fast food restaurant"],"beyond_pivot":[[40.4497326,-79.9862681],"supermarket"],"around_goal_pivot_1":[[40.4490283,-79.987893],"bridge"],"around_goal_pivot_2":[[40.4495395,-79.9852398],"3 gardens"],"around_goal_pivot_3":[[40.4498296,-79.9856912],"biergarten"],"around_goal_pivot_4":[[40.4503285,-79.9858239],"restaurant"],"around_goal_pivot_5":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_6":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_7":[[40.4503847,-79.986324],"wholesale shop"],"around_goal_pivot_8":[[40.450274061,-79.9858506357],"coffee shop"],"around_goal_pivot_9":[[40.4497524,-79.9857343],"beverages shop"],"around_goal_pivot_10":[[40.4501691,-79.9864771],"antiques shop"]}} +{"rvs_sample_number":349,"content":"Meet me at the garden northwest of you. If you head northwest on Fourth Avenue from your location, Fourth Avenue will end. Keep walking between the two buildings there and you will see the garden on the other side of the buildings about halfway between the west side of the buildings and the street to the north. The fountain is to the northeast of the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4407480506,-80.0053767709],"key":8374,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091],"landmarks":{"end_point":[[40.4407480506,-80.0053767709],"garden"],"start_point":[[40.4397498,-80.0031091],"fountain"],"main_pivot":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_2":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_3":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_4":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_5":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_6":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_7":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_8":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_9":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_10":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_11":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_12":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_13":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_14":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_15":[[40.4411132,-80.0049731],"fountain"],"near_pivot":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_1":[[40.4419068,-80.00617],"2 restaurants"],"around_goal_pivot_2":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_3":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_4":[[40.4411935,-80.0036623],"fast food restaurant"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4399127,-80.0045804],"church"],"around_goal_pivot_7":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":59,"content":"Meet me at the parking lot on the east side of Mulberry Way. It's northeast of you. If you take the street just north of you, pass the Pennsylvania Railroad Fruit Auction & Sales building, and turn right after the animal boarding. You'll see me on the corner of the second block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4550575771,-79.9788430976],"key":8375,"region":"Pittsburgh","rvs_start_point":[40.4464965872,-79.9929969892],"landmarks":{"end_point":[[40.4550575771,-79.9788430976],"parking lot"],"start_point":[[40.4464965872,-79.9929969892],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4552116,-79.9795677],"animal boarding"],"near_pivot":[[40.4552116,-79.9795677],"animal boarding"],"beyond_pivot":[[40.455595,-79.9782225],"restaurant"],"around_goal_pivot_1":[[40.4556285,-79.9781202],"restaurant"],"around_goal_pivot_2":[[40.4555538,-79.9796826],"two gardens"],"around_goal_pivot_3":[[40.4556985,-79.9795121],"two gardens"],"around_goal_pivot_4":[[40.454914,-79.9803645],"3 gardens"],"around_goal_pivot_5":[[40.4557034,-79.9792622],"pub"],"around_goal_pivot_6":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_7":[[40.4541268,-79.9798034],"hairdresser shop"],"around_goal_pivot_8":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_9":[[40.4556588,-79.9772045],"florist shop"]}} +{"rvs_sample_number":310,"content":"Meet me at the garden northwest of you. It's over on West Station Square Drive a block west of the Sheraton. It's at the intersection where there is another street that ends at West Station Square Drive. The garden is on the southwest corner of that intersection.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4350072521,-80.0078252506],"key":8376,"region":"Pittsburgh","rvs_start_point":[40.4314467,-79.9921706],"landmarks":{"end_point":[[40.4350072521,-80.0078252506],"garden"],"start_point":[[40.4314467,-79.9921706],"bicycle repair station"],"main_pivot":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_2":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_3":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_4":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_5":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_6":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_7":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_8":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_9":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_10":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_11":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_12":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_13":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_14":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_15":[[40.4345394,-80.0065022],"Sheraton"],"near_pivot":[[40.4345394,-80.0065022],"Sheraton"],"beyond_pivot":[[40.4345996,-80.0088035],"parking"],"around_goal_pivot_1":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_2":[[40.4342777079,-80.0080914571],"parking lot"],"around_goal_pivot_3":[[40.4357876218,-80.0088538355],"stadium"],"around_goal_pivot_4":[[40.4359026784,-80.0090205128],"pitch"]}} +{"rvs_sample_number":266,"content":"Meet me at the money lender shop next to the Goodwill. It's north across the river from you by the green space. Make sure you turn right at Rita's Italian Ice Cream to find me.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4534164,-80.0004003],"key":8377,"region":"Pittsburgh","rvs_start_point":[40.4435394,-79.9961389],"landmarks":{"end_point":[[40.4534164,-80.0004003],"money lender shop"],"start_point":[[40.4435394,-79.9961389],"restaurant"],"main_pivot":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_2":[[40.4433140762,-79.9960782399],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_4":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_5":[[40.4433140762,-79.9960782399],"August Wilson Center for African American Culture"],"main_pivot_6":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_7":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_8":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_9":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_10":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_11":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_12":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_13":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_14":[[40.4433140762,-79.9960782399],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_1":[[40.4534183,-80.0015575],"fast food restaurant"],"around_goal_pivot_2":[[40.453205,-80.0014902],"ice cream"],"around_goal_pivot_3":[[40.4537543,-79.9987157],"H&R Block"],"around_goal_pivot_4":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_5":[[40.4534274,-80.0014876],"Boost Mobile"],"around_goal_pivot_6":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_7":[[40.4521387,-79.9999429],"tyres shop"],"around_goal_pivot_8":[[40.453694,-79.9988484],"beauty shop"],"around_goal_pivot_9":[[40.4536757,-79.9987854],"jewelry shop"],"around_goal_pivot_10":[[40.4536497,-79.9990091],"clothes shop"]}} +{"rvs_sample_number":525,"content":"Meet me on Boulevard of the Allies, at Engine company public building east of waste basket. Move southeast to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4377486478,-80.0007075511],"key":8378,"region":"Pittsburgh","rvs_start_point":[40.4413113,-80.002748],"landmarks":{"end_point":[[40.4377486478,-80.0007075511],"public building"],"start_point":[[40.4413113,-80.002748],"fast food restaurant"],"main_pivot":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_2":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_3":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_4":[[40.4382675,-80.0021632],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_5":[[40.4417487,-80.003073],"Fifth Avenue Place"],"main_pivot_6":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_7":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_8":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_9":[[40.4382675,-80.0021632],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_10":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_11":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_12":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_15":[[40.4371189,-80.0009491],"public building"],"near_pivot":[[40.4371189,-80.0009491],"public building"],"beyond_pivot":[[40.4370447,-80.000547],"fast_food"],"around_goal_pivot_1":[[40.4391577,-80.0005765],"arts centre"],"around_goal_pivot_2":[[40.4368491,-79.9996575],"Fairfield Inn & Suites"],"around_goal_pivot_3":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_4":[[40.4380219,-80.0020326],"fountain"],"around_goal_pivot_5":[[40.4386975,-80.0002264],"bank"],"around_goal_pivot_6":[[40.4388405,-80.0002407],"restaurant"],"around_goal_pivot_7":[[40.4382439,-80.0018495],"waste basket"],"around_goal_pivot_8":[[40.438012,-79.9988585],"optician shop"],"around_goal_pivot_9":[[40.4387567,-80.0018428],"park"]}} +{"rvs_sample_number":36,"content":"Meet me at Urban Outfitters east of you. If you go east on Sidney Street, you will see it a block past the bicycle rental. If you get to the PNC Bank ATM, you went too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4277401,-79.9652069],"key":8379,"region":"Pittsburgh","rvs_start_point":[40.4284342421,-79.9786560358],"landmarks":{"end_point":[[40.4277401,-79.9652069],"Urban Outfitters"],"start_point":[[40.4284342421,-79.9786560358],"dentist's office"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4279563,-79.9660175],"bicycle rental"],"near_pivot":[[40.4279563,-79.9660175],"bicycle rental"],"around_goal_pivot_1":[[40.4269114,-79.9647294],"atm"],"around_goal_pivot_2":[[40.428568,-79.9657239],"REI"],"around_goal_pivot_3":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_4":[[40.4287232,-79.9647537],"pub"],"around_goal_pivot_5":[[40.4286526634,-79.9647498896],"restaurant"],"around_goal_pivot_6":[[40.4264025,-79.9658067],"post box"]}} +{"rvs_sample_number":141,"content":"Meet me at the bench on South Bellefield Avenue located northeast of you. There are 10 other benches in front of the one I'm sitting on. You will find a theatre directly south of the bench.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4451171,-79.951812],"key":8380,"region":"Pittsburgh","rvs_start_point":[40.4403112,-79.9578308],"landmarks":{"end_point":[[40.4451171,-79.951812],"bench"],"start_point":[[40.4403112,-79.9578308],"parking entrance"],"main_pivot":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_2":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_3":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_4":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_5":[[40.4428203,-79.9553526],"Brackenridge Hall"],"main_pivot_6":[[40.4428203,-79.9553526],"Brackenridge Hall"],"main_pivot_7":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_8":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_9":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_10":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_11":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_12":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_13":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_14":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_15":[[40.4451595,-79.9516474],"10 benches"],"near_pivot":[[40.4451595,-79.9516474],"10 benches"],"around_goal_pivot_1":[[40.4442437613,-79.9525599277],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4440132,-79.9528209],"attraction"],"around_goal_pivot_4":[[40.4438813,-79.9527302],"theatre"],"around_goal_pivot_5":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_6":[[40.4457094,-79.9533863],"bicycle rental"]}} +{"rvs_sample_number":39,"content":"Come to the garden on West Carson Street facing a tunnel. There is a huge parking garage to the east of the garden with five parking entrances, all in the same block. You will find Sheraton across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4345705512,-80.0078564929],"key":8381,"region":"Pittsburgh","rvs_start_point":[40.439474,-80.0035742],"landmarks":{"end_point":[[40.4345705512,-80.0078564929],"garden"],"start_point":[[40.439474,-80.0035742],"restaurant"],"main_pivot":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_2":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_3":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_4":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_5":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_6":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_7":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_8":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_9":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_10":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_11":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_12":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_13":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_14":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_15":[[40.4345394,-80.0065022],"Sheraton"],"near_pivot":[[40.4345394,-80.0065022],"Sheraton"],"around_goal_pivot_1":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_2":[[40.4347608,-80.0067738],"3 gardens"],"around_goal_pivot_3":[[40.4342307,-80.0060513],"mall"],"around_goal_pivot_4":[[40.4356266,-80.008976],"stadium"],"around_goal_pivot_5":[[40.4341857,-80.0066327],"three parking entrances"],"around_goal_pivot_6":[[40.4342179,-80.0066051],"two parking entrances"],"around_goal_pivot_8":[[40.4351501,-80.0071538],"two gardens"]}} +{"rvs_sample_number":249,"content":"Ok, head southwest and meet me at the restaurant selling Mediterranean Greek Pizza place. It's on Fourth Avenue. It's about a block west of the First National Bank. In the same block, just northeast is a Hilton inn.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4398867,-80.0023571],"key":8382,"region":"Pittsburgh","rvs_start_point":[40.4467441542,-79.9912687018],"landmarks":{"end_point":[[40.4398867,-80.0023571],"restaurant"],"start_point":[[40.4467441542,-79.9912687018],"garden"],"main_pivot":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_2":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_8":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_9":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_14":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_15":[[40.4392509,-80.0021914],"bicycle repair station"],"near_pivot":[[40.4392509,-80.0021914],"bicycle repair station"],"beyond_pivot":[[40.440636,-80.0019972],"fast_food"],"around_goal_pivot_1":[[40.4393882,-80.0011837],"bank"],"around_goal_pivot_2":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_3":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_4":[[40.4397308,-80.0008734],"library"],"around_goal_pivot_5":[[40.4397257,-80.000548],"pub"],"around_goal_pivot_6":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_7":[[40.4396438,-80.0012969],"beauty shop"],"around_goal_pivot_8":[[40.4398519,-80.0010877],"stationery shop"],"around_goal_pivot_9":[[40.4409956,-80.003248],"dry cleaning shop"],"around_goal_pivot_10":[[40.439813,-80.0009038],"kiosk shop"]}} +{"rvs_sample_number":516,"content":"Cross the river and come to the restaurant on West General Robinson Street. Holiday Inn Express & Suites is north of it across two streets. There is a parking entrance northeast of it and east of the inn,","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4481669,-80.0040518],"key":8383,"region":"Pittsburgh","rvs_start_point":[40.4420045,-80.0006161],"landmarks":{"end_point":[[40.4481669,-80.0040518],"restaurant"],"start_point":[[40.4420045,-80.0006161],"parking entrance"],"main_pivot":[[40.4470564546,-80.0040969559],"PNC Park"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4470564546,-80.0040969559],"PNC Park"],"main_pivot_6":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_9":[[40.4422054,-80.001208],"EQT Plaza"],"main_pivot_10":[[40.4419728,-80.0004035],"K&L Gates Center"],"main_pivot_11":[[40.4419728,-80.0004035],"K&L Gates Center"],"main_pivot_12":[[40.4422054,-80.001208],"EQT Plaza"],"main_pivot_13":[[40.4419728,-80.0004035],"K&L Gates Center"],"main_pivot_14":[[40.4416141687,-80.0018567641],"Three PNC Plaza"],"main_pivot_15":[[40.4487221579,-80.0041633121],"Holiday Inn Express & Suites"],"near_pivot":[[40.4487221579,-80.0041633121],"Holiday Inn Express & Suites"],"around_goal_pivot_1":[[40.448496,-80.0027408],"museum"],"around_goal_pivot_2":[[40.4471681,-80.0041565],"bank"],"around_goal_pivot_3":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_4":[[40.4484869,-80.0025718],"restaurant"],"around_goal_pivot_5":[[40.4469956,-80.0041142],"fast food restaurant"],"around_goal_pivot_6":[[40.4489383,-80.0029396],"parking entrance"],"around_goal_pivot_7":[[40.4470183,-80.0037382],"park"],"around_goal_pivot_8":[[40.4469088,-80.0048205],"pitch"]}} +{"rvs_sample_number":27,"content":"I am located on the north west of your position. At Bing school, close to Bing private parking on North Craig Street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4483335929,-79.949047041],"key":8384,"region":"Pittsburgh","rvs_start_point":[40.4421833,-79.9428742],"landmarks":{"end_point":[[40.4483335929,-79.949047041],"school"],"start_point":[[40.4421833,-79.9428742],"bench"],"main_pivot":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_5":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_6":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4417148,-79.9426148],"Kraus Campo"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_15":[[40.4481078,-79.9494835],"parking lot"],"near_pivot":[[40.4481078,-79.9494835],"parking lot"],"around_goal_pivot_1":[[40.4484758,-79.9478044],"park"]}} +{"rvs_sample_number":414,"content":"Meet me at the parking entrance northwest of your location. Head north then turn west onto the first major crossing street. Keep heading west past the Carnegie Museum of Art. Head west then turn north onto the second street. You will see Bellefield Hall as you go north. Turn west onto the next street when you see a Music Building. Turn north onto Ruskin Street. Your destination is on the northeastern side at the end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4470928,-79.9534652],"key":8385,"region":"Pittsburgh","rvs_start_point":[40.4422109091,-79.9405383508],"landmarks":{"end_point":[[40.4470928,-79.9534652],"parking entrance"],"start_point":[[40.4422109091,-79.9405383508],"pitch"],"main_pivot":[[40.44517,-79.9511462],"Bellefield Hall"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.44517,-79.9511462],"Bellefield Hall"],"main_pivot_4":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_7":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_8":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_9":[[40.4465933439,-79.9521042579],"Music Building"],"main_pivot_10":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.44517,-79.9511462],"Bellefield Hall"],"main_pivot_15":[[40.4474908932,-79.9531720766],"church"],"near_pivot":[[40.4474908932,-79.9531720766],"church"],"around_goal_pivot_1":[[40.4464672,-79.9545073],"hotel"],"around_goal_pivot_2":[[40.4467623,-79.9550623],"post storage box"],"around_goal_pivot_3":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_4":[[40.4471594,-79.9519939],"parking entrance"]}} +{"rvs_sample_number":112,"content":"Meet me at the restaurant northeast of your location. Head northeast until you see the David L. Lawrence Convention Center and head northeast from there. You will walk by a Byrnes & Kiefer Building. Keep going until you see General Merchandise Outlet. Then go to the bar on the next block. From there, head northwest onto the next crossing street. Your destination is in the middle of the block to the northwest. It is on the same block as Yinzers clothes shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4519558,-79.9833119],"key":8386,"region":"Pittsburgh","rvs_start_point":[40.4429062038,-79.9947815429],"landmarks":{"end_point":[[40.4519558,-79.9833119],"restaurant"],"start_point":[[40.4429062038,-79.9947815429],"garden"],"main_pivot":[[40.4426988225,-79.9948589428],"Gulf Tower"],"main_pivot_2":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_3":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_8":[[40.4426988225,-79.9948589428],"Gulf Tower"],"main_pivot_9":[[40.4426988225,-79.9948589428],"Gulf Tower"],"main_pivot_10":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_11":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_12":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4432796,-79.9953479],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_3":[[40.4515286,-79.9846387],"nightclub"],"around_goal_pivot_4":[[40.4525752,-79.9824482],"veterinary"],"around_goal_pivot_5":[[40.450841,-79.9841519],"variety store shop"],"around_goal_pivot_6":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_7":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_8":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_9":[[40.4509054,-79.9844563],"art shop"]}} +{"rvs_sample_number":569,"content":"Meet me at the school next to a library on Ossipee Street. There is a running track on the school's east side.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4497913,-79.9622744],"key":8387,"region":"Pittsburgh","rvs_start_point":[40.4367358,-79.9631076],"landmarks":{"end_point":[[40.4497913,-79.9622744],"school"],"start_point":[[40.4367358,-79.9631076],"theatre"],"main_pivot":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_2":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_3":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_4":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_5":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_6":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_7":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_8":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_9":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_10":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_11":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_12":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_13":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_14":[[40.4440542,-79.9663002],"Trees Hall"],"main_pivot_15":[[40.4497516,-79.9618633],"library"],"near_pivot":[[40.4497516,-79.9618633],"library"],"around_goal_pivot_1":[[40.4499444,-79.9603931],"track"]}} +{"rvs_sample_number":284,"content":"Meet me at the parking lot on Bayard Street. There is another parking lot in the southeast direction in the same block. You will find a parking entrance in the south also in the same block. There is a university across the street in the middle of the opposite block.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.448379155,-79.9524069693],"key":8388,"region":"Pittsburgh","rvs_start_point":[40.4431862616,-79.9529553847],"landmarks":{"end_point":[[40.448379155,-79.9524069693],"parking lot"],"start_point":[[40.4431862616,-79.9529553847],"garden"],"main_pivot":[[40.4434205,-79.9517927],"Stephen Foster"],"main_pivot_2":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_3":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_4":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_5":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_6":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_7":[[40.4434205,-79.9517927],"Stephen Foster"],"main_pivot_8":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_9":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_10":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_11":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_12":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_13":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_14":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_15":[[40.4480322,-79.9520142],"parking lot"],"near_pivot":[[40.4480322,-79.9520142],"parking lot"],"beyond_pivot":[[40.4494818,-79.9519355],"parking"],"around_goal_pivot_1":[[40.4473303,-79.9524392],"university"],"around_goal_pivot_2":[[40.4493461,-79.9511804],"7-Eleven"],"around_goal_pivot_3":[[40.449023,-79.9530968],"post box"],"around_goal_pivot_4":[[40.4471594,-79.9519939],"parking entrance"]}} +{"rvs_sample_number":423,"content":"Go east from where you are, and meet me at The Andy Warhol Museum on the south side of West General Robinson Street. There's a restaurant in front of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4483809671,-80.0024998671],"key":8389,"region":"Pittsburgh","rvs_start_point":[40.4483951911,-80.0124143408],"landmarks":{"end_point":[[40.4483809671,-80.0024998671],"museum"],"start_point":[[40.4483951911,-80.0124143408],"bridge"],"main_pivot":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_2":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_3":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_4":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_5":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_6":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_7":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_8":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_9":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_10":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_11":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_12":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_13":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_14":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_15":[[40.4484869,-80.0025718],"restaurant"],"near_pivot":[[40.4484869,-80.0025718],"restaurant"],"around_goal_pivot_1":[[40.4487027,-80.0042602],"Holiday Inn Express & Suites"],"around_goal_pivot_2":[[40.4481669,-80.0040518],"restaurant"],"around_goal_pivot_3":[[40.447562,-80.0029677],"fountain"],"around_goal_pivot_4":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_5":[[40.4487571,-80.0038241],"parking entrance"],"around_goal_pivot_6":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_7":[[40.4484067,-80.0041218],"cannabis shop"],"around_goal_pivot_8":[[40.4485382,-80.0041658],"clothes shop"],"around_goal_pivot_9":[[40.4486316,-80.0041927],"fitness centre"],"around_goal_pivot_10":[[40.4474323948,-80.0023161387],"park"]}} +{"rvs_sample_number":197,"content":"Let's meet at the garden on the north side of Smallman Street. It's a block south of a fitness centre. The garden is in a parking lot. On the block two blocks to the southeast (NOT on same street as garden) you'll find Dancer's Pointe Clothes.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4581377103,-79.9760791652],"key":8390,"region":"Pittsburgh","rvs_start_point":[40.4518012,-79.982765],"landmarks":{"end_point":[[40.4581377103,-79.9760791652],"garden"],"start_point":[[40.4518012,-79.982765],"restaurant"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4582448722,-79.9760638991],"two gardens"],"near_pivot":[[40.4582448722,-79.9760638991],"two gardens"],"around_goal_pivot_1":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_2":[[40.4579532,-79.9778089],"two gardens"],"around_goal_pivot_3":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_4":[[40.4570899,-79.9767674],"two gardens"],"around_goal_pivot_5":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_6":[[40.4586623,-79.974608],"fitness centre"],"around_goal_pivot_8":[[40.4569351,-79.9766196],"2 parking lots"]}} +{"rvs_sample_number":301,"content":"Go north up to Liberty Avenue and meet me at the massage shop across the street from the First Commonwealth Bank. It is a couple blocks north of UPMC Shadyside.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4598914,-79.9461803],"key":8391,"region":"Pittsburgh","rvs_start_point":[40.4501627,-79.9520449],"landmarks":{"end_point":[[40.4598914,-79.9461803],"massage shop"],"start_point":[[40.4501627,-79.9520449],"school"],"main_pivot":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_2":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_3":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_4":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_5":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_6":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_7":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_8":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_9":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_10":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_11":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_12":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_13":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_14":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_15":[[40.4597295,-79.9460342],"bank"],"near_pivot":[[40.4597295,-79.9460342],"bank"],"around_goal_pivot_1":[[40.4593685,-79.9451369],"bar"],"around_goal_pivot_2":[[40.459468,-79.9453595],"clothes shop"]}} +{"rvs_sample_number":74,"content":"Let's meet at the bench that is just south of Ridge Avenue. It's located about 2 blocks west of the place where the avenue forks off and splits into a wholly other street on it's north part. The bench is located in front of the library for the local community school there for those who have graduated high school already. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4500398,-80.0140256],"key":8392,"region":"Pittsburgh","rvs_start_point":[40.4536497,-79.9990091],"landmarks":{"end_point":[[40.4500398,-80.0140256],"bench"],"start_point":[[40.4536497,-79.9990091],"clothes shop"],"main_pivot":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_2":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_3":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_4":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_5":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_6":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_7":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_8":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_9":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_10":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_11":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_12":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_13":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_14":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_15":[[40.4498546,-80.0145513],"five benches"],"near_pivot":[[40.4498546,-80.0145513],"five benches"],"beyond_pivot":[[40.4495233,-80.0132934],"bench"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4495233,-80.0132934],"bench"],"around_goal_pivot_3":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_4":[[40.4509248073,-80.0122344781],"park"],"around_goal_pivot_5":[[40.4493745,-80.0144497],"garden"]}} +{"rvs_sample_number":300,"content":"Meet me at the Conestoga building at the University. It's at the end of Wood Street near the river. You'll see it about a block south of the Pittsburgh Ballet Theater Building.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4376203361,-80.0027189822],"key":8393,"region":"Pittsburgh","rvs_start_point":[40.446245601,-79.991835621],"landmarks":{"end_point":[[40.4376203361,-80.0027189822],"university"],"start_point":[[40.446245601,-79.991835621],"garden"],"main_pivot":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_2":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_3":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_4":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_5":[[40.4418685,-80.0004996],"Two PNC Plaza"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_8":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_10":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_11":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_12":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_13":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_14":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_15":[[40.4380219,-80.0020326],"fountain"],"near_pivot":[[40.4380219,-80.0020326],"fountain"],"beyond_pivot":[[40.4381245,-80.0037396],"parking"],"around_goal_pivot_1":[[40.4371189,-80.0009491],"public building"],"around_goal_pivot_2":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_3":[[40.4386529,-80.0031951],"restaurant"],"around_goal_pivot_4":[[40.4382439,-80.0018495],"waste basket"],"around_goal_pivot_5":[[40.4387567,-80.0018428],"park"]}} +{"rvs_sample_number":231,"content":"Go southwest down Forbes Avenue. Meet me at the Verizon store just past the Chipotle. It's a block west of the Fine Wine & Good Spirits.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4407735,-79.9583094],"key":8394,"region":"Pittsburgh","rvs_start_point":[40.4419966189,-79.9518972776],"landmarks":{"end_point":[[40.4407735,-79.9583094],"Verizon"],"start_point":[[40.4419966189,-79.9518972776],"fountain"],"main_pivot":[[40.4415869,-79.9515079],"Frick Fine Arts Building"],"main_pivot_2":[[40.4413709,-79.9555296],"Bouquet Gardens"],"main_pivot_3":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_4":[[40.44238,-79.9561986],"Litchfield Tower A"],"main_pivot_5":[[40.44238,-79.9561986],"Litchfield Tower A"],"main_pivot_6":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_7":[[40.4415869,-79.9515079],"Frick Fine Arts Building"],"main_pivot_8":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_9":[[40.4411376,-79.9545791],"Wesley W. Posvar Hall"],"main_pivot_10":[[40.4413709,-79.9555296],"Bouquet Gardens"],"main_pivot_11":[[40.4415635,-79.9555534],"Barco Law Building"],"main_pivot_12":[[40.4419784,-79.952726],"Schenley Plaza"],"main_pivot_13":[[40.4415869,-79.9515079],"Frick Fine Arts Building"],"main_pivot_14":[[40.4415635,-79.9555534],"Barco Law Building"],"main_pivot_15":[[40.4410446,-79.9579494],"fast food restaurant"],"near_pivot":[[40.4410446,-79.9579494],"fast food restaurant"],"around_goal_pivot_1":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_2":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_5":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_6":[[40.4417121,-79.9569675],"tobacco shop"],"around_goal_pivot_7":[[40.4415987,-79.9567764],"jewelry shop"],"around_goal_pivot_8":[[40.4414825,-79.9572814],"florist shop"],"around_goal_pivot_10":[[40.4418806,-79.9571879],"two fast food restaurants"]}} +{"rvs_sample_number":393,"content":"Meet me at the Moroccan restaurant southeast of your location. Head southeast until you get onto South Bouquet Street. Walk past Barco Law Building. When you see University of Pittsburgh, your destination will be on the other side of the street at the end of the block. It is just southwest of Forbes Field Outfield Wall and Flagpole.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.440067,-79.9532053],"key":8395,"region":"Pittsburgh","rvs_start_point":[40.4440962,-79.9582139],"landmarks":{"end_point":[[40.440067,-79.9532053],"restaurant"],"start_point":[[40.4440962,-79.9582139],"fast food restaurant"],"main_pivot":[[40.4429023,-79.9553325],"Bruce Hall"],"main_pivot_2":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_3":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_4":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_5":[[40.4429023,-79.9553325],"Bruce Hall"],"main_pivot_6":[[40.4438512801,-79.9583975055],"Benedum Hall"],"main_pivot_7":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_8":[[40.4424254,-79.9555241],"David Lawrence Hall"],"main_pivot_9":[[40.4429023,-79.9553325],"Bruce Hall"],"main_pivot_10":[[40.4438512801,-79.9583975055],"Benedum Hall"],"main_pivot_11":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_12":[[40.4424254,-79.9555241],"David Lawrence Hall"],"main_pivot_13":[[40.4416142,-79.9556488],"Barco Law Building"],"main_pivot_14":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_15":[[40.4406172,-79.9537228],"university"],"near_pivot":[[40.4406172,-79.9537228],"university"],"around_goal_pivot_1":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_2":[[40.4411376,-79.9545791],"university"],"around_goal_pivot_3":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_4":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_5":[[40.4411997,-79.9524171],"pitch"]}} +{"rvs_sample_number":4,"content":"I'm waiting for you at the Mexican fast food restaurant on South Millvale Avenue. It's the restaurant closest to the middle of the block on that street. On the same block there's Aspen Dental, and on the block to the west is a library. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4536696,-79.9472753],"key":8396,"region":"Pittsburgh","rvs_start_point":[40.4592612685,-79.9314267055],"landmarks":{"end_point":[[40.4536696,-79.9472753],"fast food restaurant"],"start_point":[[40.4592612685,-79.9314267055],"car repair shop"],"main_pivot":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_2":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_3":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_4":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_5":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_6":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_7":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_8":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_9":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_10":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_11":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_12":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_13":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_14":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_15":[[40.4535824,-79.9467853],"dentist's office"],"near_pivot":[[40.4535824,-79.9467853],"dentist's office"],"around_goal_pivot_1":[[40.4540546,-79.9490526],"library"],"around_goal_pivot_2":[[40.454984,-79.9479618],"fire station"]}} +{"rvs_sample_number":398,"content":"meet me in front of the casino on Reedsdale street. It's northwest of you across the river, and west of Heinz Field.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4484213463,-80.0234291474],"key":8397,"region":"Pittsburgh","rvs_start_point":[40.4427608514,-80.0088894901],"landmarks":{"end_point":[[40.4484213463,-80.0234291474],"garden"],"start_point":[[40.4427608514,-80.0088894901],"bridge"],"main_pivot":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_4":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_5":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_12":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_13":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4484029757,-80.0234343353],"casino"],"near_pivot":[[40.4484029757,-80.0234343353],"casino"]}} +{"rvs_sample_number":279,"content":"Let's go give blood and take a walk in the garden located in the block where we can donate at the headquarters there. It's at the spot where 28th street becomes the bridge to the south of it. There is an animal boarding place to the west of the garden about a block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4566015971,-79.9747962428],"key":8398,"region":"Pittsburgh","rvs_start_point":[40.4517158,-79.9843764],"landmarks":{"end_point":[[40.4566015971,-79.9747962428],"garden"],"start_point":[[40.4517158,-79.9843764],"cafe"],"main_pivot":[[40.4521660263,-79.9843648399],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4521660263,-79.9843648399],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4521660263,-79.9843648399],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4521660263,-79.9843648399],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4521660263,-79.9843648399],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4521660263,-79.9843648399],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4570134,-79.9755625],"ice cream"],"near_pivot":[[40.4570134,-79.9755625],"ice cream"],"beyond_pivot":[[40.4573905,-79.9746804],"garden"],"around_goal_pivot_1":[[40.4561124,-79.9760226],"animal boarding"],"around_goal_pivot_2":[[40.4575522,-79.9740977],"pub"],"around_goal_pivot_3":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_4":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_5":[[40.4575868,-79.973793],"park"],"around_goal_pivot_6":[[40.4560872,-79.9765269],"fitness centre"]}} +{"rvs_sample_number":363,"content":"Go south down Cherry Way. Meet me at the optician shop on the east side of the street. It's right next to the computer shop, about a block past the EVEN Hotels.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.438012,-79.9988585],"key":8399,"region":"Pittsburgh","rvs_start_point":[40.4532779,-80.0010938],"landmarks":{"end_point":[[40.438012,-79.9988585],"optician shop"],"start_point":[[40.4532779,-80.0010938],"restaurant"],"main_pivot":[[40.4397421893,-79.9995991771],"Warner Centre"],"main_pivot_2":[[40.4397421893,-79.9995991771],"Warner Centre"],"main_pivot_3":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_5":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_6":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_7":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_8":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_9":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_10":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_11":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_12":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_13":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_14":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_15":[[40.4379569,-79.9983518],"computer shop"],"near_pivot":[[40.4379569,-79.9983518],"computer shop"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.4384262266,-79.9972670689],"townhall"],"around_goal_pivot_3":[[40.4378103,-80.0006048],"public building"],"around_goal_pivot_4":[[40.4397112,-79.9998517],"university"],"around_goal_pivot_5":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_6":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_7":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_8":[[40.4367621,-79.9994387],"Fairfield Inn & Suites"],"around_goal_pivot_9":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_10":[[40.4392647,-79.9995902],"school"]}} +{"rvs_sample_number":95,"content":"Let's meet up at the garden on Railroad Street located north of you. Sherwin Williams is directly south of it in the opposite block. 2 gardens are in the center of the block same as the destination garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.45788961,-79.9778846706],"key":8400,"region":"Pittsburgh","rvs_start_point":[40.4553284583,-79.9772881201],"landmarks":{"end_point":[[40.45788961,-79.9778846706],"garden"],"start_point":[[40.4553284583,-79.9772881201],"parking lot"],"main_pivot":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_2":[[40.4554245,-79.977879],"Savoy"],"main_pivot_3":[[40.4554245,-79.977879],"Savoy"],"main_pivot_4":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_5":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_6":[[40.4554245,-79.977879],"Savoy"],"main_pivot_7":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_8":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_9":[[40.4554245,-79.977879],"Savoy"],"main_pivot_10":[[40.4554245,-79.977879],"Savoy"],"main_pivot_11":[[40.4554756,-79.9778151],"Pane e Pronto"],"main_pivot_12":[[40.4554756,-79.9778151],"Pane e Pronto"],"main_pivot_13":[[40.4554756,-79.9778151],"Pane e Pronto"],"main_pivot_14":[[40.4554756,-79.9778151],"Pane e Pronto"],"main_pivot_15":[[40.4581547,-79.9787292],"2 gardens"],"near_pivot":[[40.4581547,-79.9787292],"2 gardens"],"around_goal_pivot_1":[[40.4577755,-79.9762292],"two gardens"],"around_goal_pivot_2":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_9":[[40.4581175,-79.9761102],"two gardens"]}} +{"rvs_sample_number":451,"content":"Go east on Centre avenue, your destination is just south of the library. I'm at the parking lot. It's like 5 blocks from where you are but on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4530660735,-79.9489232102],"key":8401,"region":"Pittsburgh","rvs_start_point":[40.4510585,-79.9529737],"landmarks":{"end_point":[[40.4530660735,-79.9489232102],"parking lot"],"start_point":[[40.4510585,-79.9529737],"parking entrance"],"main_pivot":[[40.4518685,-79.9517953],"CVS Pharmacy"],"main_pivot_2":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_3":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_4":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_5":[[40.4518685,-79.9517953],"CVS Pharmacy"],"main_pivot_6":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_7":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_8":[[40.4523886,-79.9507375],"Domino's"],"main_pivot_9":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_10":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_11":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_12":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_13":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_14":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_15":[[40.4536850483,-79.9490261625],"library"],"near_pivot":[[40.4536850483,-79.9490261625],"library"],"beyond_pivot":[[40.4539739,-79.9494907],"restaurant"],"around_goal_pivot_1":[[40.4541456,-79.9479093],"bank"],"around_goal_pivot_2":[[40.453792,-79.9494667],"restaurant"],"around_goal_pivot_3":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"]}} +{"rvs_sample_number":281,"content":"Meet me at the restaurant on South Craig Street. You'll find Starbucks at the far end across the street. There is a museum on the south block from the restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4451416429,-79.9490473075],"key":8402,"region":"Pittsburgh","rvs_start_point":[40.4547076835,-79.9353208295],"landmarks":{"end_point":[[40.4451416429,-79.9490473075],"restaurant"],"start_point":[[40.4547076835,-79.9353208295],"bridge"],"main_pivot":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_2":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_3":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_4":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_5":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_6":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_7":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_8":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_9":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_10":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_11":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_12":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_13":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_14":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"around_goal_pivot_1":[[40.4441209,-79.94885],"museum"],"around_goal_pivot_2":[[40.4464446,-79.9487914],"bank"],"around_goal_pivot_3":[[40.4446115,-79.9483075],"social centre"],"around_goal_pivot_4":[[40.4458841,-79.9487456],"dentist's office"],"around_goal_pivot_5":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_6":[[40.4442776,-79.9488965],"bicycle rental"],"around_goal_pivot_7":[[40.4452688,-79.9480839],"parking lot"],"around_goal_pivot_8":[[40.4463215,-79.9485086],"hairdresser shop"],"around_goal_pivot_9":[[40.4462841,-79.9487558],"boutique shop"],"around_goal_pivot_10":[[40.4458842,-79.9474097],"garden"]}} +{"rvs_sample_number":75,"content":"Meet me at the bar on East Carson Street. It is near a bridge. You will find State Farm on its east and The Blind Pig on its west.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.42808135,-79.97283895],"key":8403,"region":"Pittsburgh","rvs_start_point":[40.4251876073,-79.9765928777],"landmarks":{"end_point":[[40.42808135,-79.97283895],"bar"],"start_point":[[40.4251876073,-79.9765928777],"parking lot"],"main_pivot":[[40.4280454,-79.9742931],"The Lava Lounge"],"main_pivot_2":[[40.4280454,-79.9742931],"The Lava Lounge"],"main_pivot_3":[[40.4279811,-79.9748612],"Coppertops Pittsburgh"],"main_pivot_4":[[40.4279557,-79.9744673],"Rizzo's Margaritaville"],"main_pivot_5":[[40.4279811,-79.9748612],"Coppertops Pittsburgh"],"main_pivot_6":[[40.4270626,-79.9733459],"Thai Me Up"],"main_pivot_7":[[40.4255657,-79.9766992],"UPMC Walk In Clinic"],"main_pivot_8":[[40.427927,-79.9739596],"Silvi's Southwestern Kitchen"],"main_pivot_9":[[40.4255657,-79.9766992],"UPMC Walk In Clinic"],"main_pivot_10":[[40.4280454,-79.9742931],"The Lava Lounge"],"main_pivot_11":[[40.4279811,-79.9748612],"Coppertops Pittsburgh"],"main_pivot_12":[[40.4280454,-79.9742931],"The Lava Lounge"],"main_pivot_13":[[40.428108,-79.9740332],"The Blind Pig"],"main_pivot_14":[[40.4279811,-79.9748612],"Coppertops Pittsburgh"],"main_pivot_15":[[40.4280084925,-79.9720886389],"State Farm"],"near_pivot":[[40.4280084925,-79.9720886389],"State Farm"],"beyond_pivot":[[40.4279405,-79.9720952],"State Farm"],"around_goal_pivot_1":[[40.4288211,-79.9728196],"5 parking spaces"],"around_goal_pivot_2":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_3":[[40.4280454,-79.9742931],"nightclub"],"around_goal_pivot_4":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_5":[[40.4279705087,-79.971698516],"sports shop"],"around_goal_pivot_6":[[40.4280656,-79.9741173],"tattoo shop"],"around_goal_pivot_7":[[40.4279639722,-79.9716327675],"computer shop"],"around_goal_pivot_8":[[40.4281708,-79.9742175],"art shop"],"around_goal_pivot_9":[[40.4288178,-79.9727509],"four parking spaces"],"around_goal_pivot_10":[[40.4285609,-79.974194],"two libraries"]}} +{"rvs_sample_number":250,"content":"Meet me at the doctor's office on Baum Boulevard northeast of you. Shell gas station is across the street and a post box is northwest of the destination.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.458833,-79.9316836],"key":8404,"region":"Pittsburgh","rvs_start_point":[40.4563172,-79.9367732],"landmarks":{"end_point":[[40.458833,-79.9316836],"doctor's office"],"start_point":[[40.4563172,-79.9367732],"fast food restaurant"],"main_pivot":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_2":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_3":[[40.4560241651,-79.9372704792],"Panera Bread"],"main_pivot_4":[[40.4584463,-79.9343438],"Rite Aid"],"main_pivot_5":[[40.4560241651,-79.9372704792],"Panera Bread"],"main_pivot_6":[[40.4584463,-79.9343438],"Rite Aid"],"main_pivot_7":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_8":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_9":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_10":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_11":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_12":[[40.4560241651,-79.9372704792],"Panera Bread"],"main_pivot_13":[[40.4560241651,-79.9372704792],"Panera Bread"],"main_pivot_14":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_15":[[40.45879,-79.9326395],"gas station"],"near_pivot":[[40.45879,-79.9326395],"gas station"],"beyond_pivot":[[40.4587687,-79.9306043],"doctors"],"around_goal_pivot_1":[[40.4600085,-79.9310309],"restaurant"],"around_goal_pivot_2":[[40.4579234,-79.9320446],"post box"],"around_goal_pivot_3":[[40.4582249,-79.932453],"paint shop"],"around_goal_pivot_4":[[40.4589606,-79.9328851],"car repair shop"]}} +{"rvs_sample_number":203,"content":"Meet me at the beauty shop on East Carson Street. It is located in the same exact spot as the theatre. If you see the confectionery shop you went too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.428619023,-79.9826135835],"key":8405,"region":"Pittsburgh","rvs_start_point":[40.434827,-79.996873],"landmarks":{"end_point":[[40.428619023,-79.9826135835],"beauty shop"],"start_point":[[40.434827,-79.996873],"bicycle parking"],"main_pivot":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_2":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_3":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_4":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_5":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_6":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_7":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_8":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_9":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_10":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_11":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_12":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_13":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_14":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_15":[[40.4286454,-79.9825752],"theatre"],"near_pivot":[[40.4286454,-79.9825752],"theatre"],"around_goal_pivot_1":[[40.4288974,-79.9810775],"post office"],"around_goal_pivot_2":[[40.4284858,-79.9810151],"Minuteman Press"],"around_goal_pivot_3":[[40.4293476,-79.9826135],"pub"],"around_goal_pivot_4":[[40.4292938,-79.9810352],"parking lot"],"around_goal_pivot_5":[[40.4291294,-79.9836246],"bicycle shop"],"around_goal_pivot_6":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_7":[[40.4287397,-79.9836649],"tattoo shop"],"around_goal_pivot_8":[[40.4287371,-79.9839137],"clothes shop"],"around_goal_pivot_9":[[40.4289301,-79.9816823],"confectionery shop"],"around_goal_pivot_10":[[40.428861,-79.9844667],"supermarket"]}} +{"rvs_sample_number":212,"content":"Meet me at the bicycle parking southwest of you on the other side of the river. It's on West Station Square Drive right across the street from the soccer pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4354960209,-80.0092321281],"key":8406,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4354960209,-80.0092321281],"bicycle parking"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_2":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_3":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_4":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_5":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_6":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_7":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_8":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_9":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_10":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_11":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_14":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_15":[[40.435703,-80.0091744],"pitch"],"near_pivot":[[40.435703,-80.0091744],"pitch"],"beyond_pivot":[[40.4380903854,-80.0134847199],"bridge"],"around_goal_pivot_4":[[40.4364869198,-80.0105592566],"two gardens"]}} +{"rvs_sample_number":167,"content":"Meet me at the garden to your north. It's one block north of Legends of the North Shore restaurant on Knoll Street. It's on the north side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4575694642,-80.0015756745],"key":8407,"region":"Pittsburgh","rvs_start_point":[40.4535275,-80.0009731],"landmarks":{"end_point":[[40.4575694642,-80.0015756745],"garden"],"start_point":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot":[[40.4534183,-80.0015575],"Subway"],"main_pivot_2":[[40.4534183,-80.0015575],"Subway"],"main_pivot_3":[[40.4534183,-80.0015575],"Subway"],"main_pivot_4":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_5":[[40.4534574,-80.0001877],"Goodwill"],"main_pivot_6":[[40.4534574,-80.0001877],"Goodwill"],"main_pivot_7":[[40.4534183,-80.0015575],"Subway"],"main_pivot_8":[[40.4534574,-80.0001877],"Goodwill"],"main_pivot_9":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_10":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_11":[[40.4534574,-80.0001877],"Goodwill"],"main_pivot_12":[[40.4534574,-80.0001877],"Goodwill"],"main_pivot_13":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_14":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_15":[[40.4573334631,-80.002053492],"parking lot"],"near_pivot":[[40.4573334631,-80.002053492],"parking lot"],"around_goal_pivot_1":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_2":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_4":[[40.4580896,-80.0031618],"two parking entrances"],"around_goal_pivot_5":[[40.4571371,-80.0028772],"two shelters"],"around_goal_pivot_7":[[40.4572136,-80.0028942],"2 shelters"],"around_goal_pivot_8":[[40.4572857,-80.0029568],"shelter"]}} +{"rvs_sample_number":161,"content":"Go west on East Carson street. The bar I'm in is like 7 blocks away from you. It is on the other side of the street from optician shop, on the northwest side.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.428828447,-79.9773701189],"key":8408,"region":"Pittsburgh","rvs_start_point":[40.4279563,-79.9660175],"landmarks":{"end_point":[[40.428828447,-79.9773701189],"bar"],"start_point":[[40.4279563,-79.9660175],"bicycle rental"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4293116,-79.9776875],"social centre"],"near_pivot":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_1":[[40.4299605743,-79.9773064609],"fast food restaurant"],"around_goal_pivot_2":[[40.4299463,-79.9770526],"Family Dollar"],"around_goal_pivot_3":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_4":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_5":[[40.4301036617,-79.9772980192],"parking lot"],"around_goal_pivot_6":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_7":[[40.4299079,-79.9763738],"vacant shop"],"around_goal_pivot_8":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":104,"content":"Meet me at Chipotle northeast of you. It's the one where Forbes Avenue runs into the square from the east. It's a block north of Starbucks.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.440636,-80.0019972],"key":8409,"region":"Pittsburgh","rvs_start_point":[40.4403692323,-80.0056745556],"landmarks":{"end_point":[[40.440636,-80.0019972],"fast food restaurant"],"start_point":[[40.4403692323,-80.0056745556],"garden"],"main_pivot":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_2":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_3":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_4":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_5":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_6":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_7":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_8":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_9":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_10":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_11":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_12":[[40.4406475,-80.0059084],"River Vue Apartments"],"main_pivot_13":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_14":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_15":[[40.4402409,-80.0022379],"cafe"],"near_pivot":[[40.4402409,-80.0022379],"cafe"],"beyond_pivot":[[40.4400994979,-80.0008347224],"university"],"around_goal_pivot_1":[[40.4391581,-80.0023795],"university"],"around_goal_pivot_2":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_3":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_4":[[40.4397498,-80.0031091],"2 fountains"],"around_goal_pivot_5":[[40.4398907,-80.0015352],"two restaurants"],"around_goal_pivot_6":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_7":[[40.4397957,-80.003244],"2 fountains"],"around_goal_pivot_8":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_9":[[40.4397257,-80.000548],"pub"],"around_goal_pivot_10":[[40.4397308,-80.0008734],"library"]}} +{"rvs_sample_number":202,"content":"Meet me at the parking lot southwest of you. Head west on East Carson Street and turn south right before the optician shop. Go three blocks and you will see the parking lot in the middle of the street. If you get to the fitness centre, you need to go back about a block and a half.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4269608,-79.97640955],"key":8410,"region":"Pittsburgh","rvs_start_point":[40.4280790289,-79.9727195721],"landmarks":{"end_point":[[40.4269608,-79.97640955],"parking lot"],"start_point":[[40.4280790289,-79.9727195721],"gift shop"],"main_pivot":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_2":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_3":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_4":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_5":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_6":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_7":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_8":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_9":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_10":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_11":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_12":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_13":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_14":[[40.4280176768,-79.9720877471],"State Farm"],"main_pivot_15":[[40.4266743,-79.9768332],"post box"],"near_pivot":[[40.4266743,-79.9768332],"post box"],"around_goal_pivot_1":[[40.426201,-79.9749664],"clock"],"around_goal_pivot_2":[[40.4283763,-79.9766352],"fast food restaurant"],"around_goal_pivot_3":[[40.4282132,-79.975791],"bar"],"around_goal_pivot_4":[[40.4257586,-79.9769234],"clinic"],"around_goal_pivot_5":[[40.4280056,-79.9752075],"bicycle shop"],"around_goal_pivot_6":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_7":[[40.4261332,-79.9762382],"fitness centre"]}} +{"rvs_sample_number":567,"content":"Move north past Allegheny West Historic District towards California Avenue, meet me at the car shop just before hairdresser shop and on the same block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4596461,-80.0180438],"key":8411,"region":"Pittsburgh","rvs_start_point":[40.4466269914,-80.0210887736],"landmarks":{"end_point":[[40.4596461,-80.0180438],"car shop"],"start_point":[[40.4466269914,-80.0210887736],"garden"],"main_pivot":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_2":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_3":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_4":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_5":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_6":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_7":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_8":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_9":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_10":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_11":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_12":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_13":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_14":[[40.4538051029,-80.0196476056],"Allegheny West Historic District"],"main_pivot_15":[[40.4597988375,-80.0180735746],"hairdresser shop"],"near_pivot":[[40.4597988375,-80.0180735746],"hairdresser shop"],"around_goal_pivot_1":[[40.4593599,-80.0167055],"waste basket"]}} +{"rvs_sample_number":23,"content":"Meet me at the garden on Mulberry Way. It's about two blocks southwest of Salem Halal Grill but on the others side of the street. If you get to Zerrer's Antiques, you passed it.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4570071628,-79.9765586119],"key":8412,"region":"Pittsburgh","rvs_start_point":[40.4598379824,-79.972864199],"landmarks":{"end_point":[[40.4570071628,-79.9765586119],"garden"],"start_point":[[40.4598379824,-79.972864199],"garden"],"main_pivot":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_2":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_3":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_4":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_5":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_6":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_7":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_8":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_9":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_10":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_11":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_12":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_13":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_14":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_15":[[40.4563649,-79.9761943],"animal boarding"],"near_pivot":[[40.4563649,-79.9761943],"animal boarding"],"beyond_pivot":[[40.4563658,-79.9772053],"restaurant"],"around_goal_pivot_1":[[40.4563173351,-79.9771486373],"restaurant"],"around_goal_pivot_2":[[40.4568972,-79.9775391],"paint shop"],"around_goal_pivot_3":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_4":[[40.4564628,-79.975288],"two gardens"],"around_goal_pivot_5":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_6":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_7":[[40.4581925,-79.975709],"furniture shop"],"around_goal_pivot_8":[[40.4562718,-79.9770954],"antiques shop"],"around_goal_pivot_9":[[40.4560872,-79.9765269],"fitness centre"]}} +{"rvs_sample_number":173,"content":"I'm at the parking lot northeast of school and southeast of bicycle repair station. You can get there by going northwest past fifth Avenue. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4432395408,-79.9575031816],"key":8413,"region":"Pittsburgh","rvs_start_point":[40.4368692,-79.9548469],"landmarks":{"end_point":[[40.4432395408,-79.9575031816],"parking lot"],"start_point":[[40.4368692,-79.9548469],"restaurant"],"main_pivot":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_2":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_3":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_4":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_5":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_6":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_7":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_8":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_9":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_10":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_11":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_12":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_13":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_14":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_15":[[40.4428783,-79.957894],"school"],"near_pivot":[[40.4428783,-79.957894],"school"],"around_goal_pivot_1":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_2":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_3":[[40.4436243,-79.9590368],"bicycle repair station"],"around_goal_pivot_4":[[40.4439208,-79.9582189],"two benches"],"around_goal_pivot_5":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_6":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_7":[[40.4418806,-79.9571879],"2 fast food restaurants"],"around_goal_pivot_8":[[40.442458,-79.9565628],"pub"],"around_goal_pivot_9":[[40.4417700262,-79.9576028766],"hospital"],"around_goal_pivot_10":[[40.4439492,-79.9581446],"library"]}} +{"rvs_sample_number":306,"content":"Meet me at the hairdresser shop on Penn Avenue on your southwest. Before the block of the destination, you'll see Pane e Pronto restaurant. At the beginning of the hairdresser's block, there is a fast food restaurant.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4546212,-79.9790847],"key":8414,"region":"Pittsburgh","rvs_start_point":[40.4579140054,-79.976097902],"landmarks":{"end_point":[[40.4546212,-79.9790847],"hairdresser shop"],"start_point":[[40.4579140054,-79.976097902],"garden"],"main_pivot":[[40.455595,-79.9782225],"Savoy"],"main_pivot_2":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_3":[[40.455595,-79.9782225],"Savoy"],"main_pivot_4":[[40.455595,-79.9782225],"Savoy"],"main_pivot_5":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_6":[[40.455595,-79.9782225],"Savoy"],"main_pivot_7":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_8":[[40.455595,-79.9782225],"Savoy"],"main_pivot_9":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_10":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_11":[[40.455885,-79.9790063],"Cinderlands Warehouse"],"main_pivot_12":[[40.455595,-79.9782225],"Savoy"],"main_pivot_13":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_14":[[40.455595,-79.9782225],"Savoy"],"main_pivot_15":[[40.4550157,-79.9788222],"fast food restaurant"],"near_pivot":[[40.4550157,-79.9788222],"fast food restaurant"],"around_goal_pivot_1":[[40.455885,-79.9790063],"pub"],"around_goal_pivot_2":[[40.4550256,-79.9804363],"bicycle parking"],"around_goal_pivot_3":[[40.4552123,-79.9805586],"2 gardens"],"around_goal_pivot_4":[[40.4536623106,-79.9798206736],"art shop"],"around_goal_pivot_5":[[40.4541268,-79.9798034],"hairdresser shop"]}} +{"rvs_sample_number":320,"content":"I'm southwest of you, at a garden on Waterfront drive, in the middle of the block, across the street from the west corner of the Hampton Inn. If you come to where Waterfront ends, you've gone too far west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8415,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791],"landmarks":{"end_point":[[40.4475414275,-79.9933873775],"garden"],"start_point":[[40.4550048045,-79.9832316791],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"near_pivot":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"around_goal_pivot_1":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_2":[[40.4462825,-79.992984],"restaurant"],"around_goal_pivot_4":[[40.4465216,-79.9930849],"2 gardens"]}} +{"rvs_sample_number":184,"content":"Meet me at the garden next to 3 gardens on Railroad Street. You'll find a pub on the south block and Pennsylvania Railroad Fruit Auction & Sales building many blocks away to its southwest.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4570275529,-79.9801760289],"key":8416,"region":"Pittsburgh","rvs_start_point":[40.4478667385,-79.9895037139],"landmarks":{"end_point":[[40.4570275529,-79.9801760289],"garden"],"start_point":[[40.4478667385,-79.9895037139],"carpet shop"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4571509,-79.980232],"3 gardens"],"near_pivot":[[40.4571509,-79.980232],"3 gardens"],"around_goal_pivot_1":[[40.4559416,-79.9795445],"pub"]}} +{"rvs_sample_number":310,"content":"Let's meet up at the parking space of CVS on Centre Avenue. There are two convenience shops across the street. You'll find Domino's fast food northeast of it .\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4518131502,-79.9512484498],"key":8417,"region":"Pittsburgh","rvs_start_point":[40.4454541,-79.9433899],"landmarks":{"end_point":[[40.4518131502,-79.9512484498],"parking space"],"start_point":[[40.4454541,-79.9433899],"kindergarten"],"main_pivot":[[40.4470928779,-79.9458469907],"Central Catholic High School"],"main_pivot_2":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_3":[[40.4465508,-79.9444149],"WQED"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4465508,-79.9444149],"WQED"],"main_pivot_6":[[40.4470928779,-79.9458469907],"Central Catholic High School"],"main_pivot_7":[[40.4465508,-79.9444149],"WQED"],"main_pivot_8":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_9":[[40.4470928779,-79.9458469907],"Central Catholic High School"],"main_pivot_10":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_11":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_12":[[40.4470928779,-79.9458469907],"Central Catholic High School"],"main_pivot_13":[[40.4470928779,-79.9458469907],"Central Catholic High School"],"main_pivot_14":[[40.4470928779,-79.9458469907],"Central Catholic High School"],"main_pivot_15":[[40.4520305,-79.9518088],"two convenience shops"],"near_pivot":[[40.4520305,-79.9518088],"two convenience shops"],"beyond_pivot":[[40.4523886,-79.9507375],"fast_food"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_3":[[40.4518485,-79.9524245],"fast food restaurant"],"around_goal_pivot_4":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_5":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":76,"content":"Head east and meet up with me at the garden just north of Smallman St. It's located in the area where you can be frozen as a special treatment. Just park in the parking lot of that place and walk behind it to find me. Afterwards, if you're still feeling chilled and want to continue we can go to the ice cream shop two blocks directly south of the garden, Klavon's Ice Cream.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4583484694,-79.9761388874],"key":8418,"region":"Pittsburgh","rvs_start_point":[40.4553031433,-79.9836371514],"landmarks":{"end_point":[[40.4583484694,-79.9761388874],"garden"],"start_point":[[40.4553031433,-79.9836371514],"garden"],"main_pivot":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_2":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_3":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_4":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_5":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_11":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_14":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_15":[[40.4586519,-79.9756365],"interior decoration shop"],"near_pivot":[[40.4586519,-79.9756365],"interior decoration shop"],"beyond_pivot":[[40.4585732,-79.975203],"garden"],"around_goal_pivot_1":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_2":[[40.4572318,-79.9761682],"2 gardens"],"around_goal_pivot_3":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_4":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_5":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":493,"content":"Meet me at the garden southwest of your location. Head southwest underneath the expressway then turn west. When you see Mike's Beer Bar, turn south onto that street. Keep heading south on Federal Street until you see a bridge. Your destination is right next to the bridge, just southeast of PNC Park baseball pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4466598667,-80.0041416667],"key":8419,"region":"Pittsburgh","rvs_start_point":[40.4535054,-80.0010857],"landmarks":{"end_point":[[40.4466598667,-80.0041416667],"garden"],"start_point":[[40.4535054,-80.0010857],"restaurant"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_5":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_8":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_12":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4468542,-80.0039214],"bridge"],"near_pivot":[[40.4468542,-80.0039214],"bridge"],"beyond_pivot":[[40.4468554089,-80.0048425619],"pitch"],"around_goal_pivot_1":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_2":[[40.4477958,-80.0043583],"restaurant"],"around_goal_pivot_3":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4480369,-80.0046238],"ticket shop"],"around_goal_pivot_6":[[40.4476428,-80.0043128],"clothes shop"]}} +{"rvs_sample_number":398,"content":"I'm at a garden on the northwest corner of the casino on Reedsdale Street. It's northwest of where you are now, a couple of blocks past Heinz Field. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4484213463,-80.0234291474],"key":8420,"region":"Pittsburgh","rvs_start_point":[40.4427608514,-80.0088894901],"landmarks":{"end_point":[[40.4484213463,-80.0234291474],"garden"],"start_point":[[40.4427608514,-80.0088894901],"bridge"],"main_pivot":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_4":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_5":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_12":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_13":[[40.4428511158,-80.0088849521],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4484029757,-80.0234343353],"casino"],"near_pivot":[[40.4484029757,-80.0234343353],"casino"]}} +{"rvs_sample_number":184,"content":"I'm at the post office near Steuben Street. There is a library across the street. You should pass the Jerusalem Baptist Church on your way. You should then head west south on Steuben Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.441427,-80.0346601],"key":8421,"region":"Pittsburgh","rvs_start_point":[40.4408194069,-80.019880667],"landmarks":{"end_point":[[40.441427,-80.0346601],"post office"],"start_point":[[40.4408194069,-80.019880667],"garden"],"main_pivot":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_2":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_3":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_4":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_5":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_6":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_7":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_8":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_9":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_10":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_11":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_12":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_13":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_14":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_15":[[40.4407534,-80.0348241],"post box"],"near_pivot":[[40.4407534,-80.0348241],"post box"],"beyond_pivot":[[40.4398688,-80.0336924],"playground"],"around_goal_pivot_1":[[40.4417497296,-80.0331656245],"cafe"]}} +{"rvs_sample_number":72,"content":"Meet me at the bench in the middle of a block where you will also find a hotel to its west and a bicycle parking to its east. The block is on the north side of Liberty Avenue. You should pass the bridge to the other side.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4424151,-80.0056683],"key":8422,"region":"Pittsburgh","rvs_start_point":[40.4492400404,-80.0147036067],"landmarks":{"end_point":[[40.4424151,-80.0056683],"bench"],"start_point":[[40.4492400404,-80.0147036067],"parking lot"],"main_pivot":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_2":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_3":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_6":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_7":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_13":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_14":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_15":[[40.4421778061,-80.0061860759],"hotel"],"near_pivot":[[40.4421778061,-80.0061860759],"hotel"],"around_goal_pivot_1":[[40.4419131,-80.0042195],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_5":[[40.4410747,-80.0055995],"2 gardens"]}} +{"rvs_sample_number":510,"content":"Come to the hairdresser shop on Smithfield Street. A fast food restaurant is on the southeast block from the hairdresser shop. You'll find a fountain on its west on the same block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4375828391,-80.0005627287],"key":8423,"region":"Pittsburgh","rvs_start_point":[40.4389581,-79.9936641],"landmarks":{"end_point":[[40.4375828391,-80.0005627287],"hairdresser shop"],"start_point":[[40.4389581,-79.9936641],"school"],"main_pivot":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_2":[[40.4391955,-79.9975686],"(former Kaufmann's\/Macy's)"],"main_pivot_3":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_4":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_5":[[40.4392303,-79.9967236],"Allegheny County Courthouse"],"main_pivot_6":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_7":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_8":[[40.4391585,-79.9959491],"BNY Mellon Center"],"main_pivot_9":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_10":[[40.438344,-79.9983409],"Law & Finance Building"],"main_pivot_11":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_12":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_13":[[40.4391585,-79.9959491],"BNY Mellon Center"],"main_pivot_14":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_15":[[40.4370447,-80.000547],"fast food restaurant"],"near_pivot":[[40.4370447,-80.000547],"fast food restaurant"],"beyond_pivot":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_1":[[40.4368491,-79.9996575],"Fairfield Inn & Suites"],"around_goal_pivot_2":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_3":[[40.4380219,-80.0020326],"fountain"],"around_goal_pivot_4":[[40.4386076,-79.9999908],"bank"],"around_goal_pivot_5":[[40.4388405,-80.0002407],"restaurant"],"around_goal_pivot_6":[[40.4382439,-80.0018495],"waste basket"],"around_goal_pivot_7":[[40.438012,-79.9988585],"optician shop"],"around_goal_pivot_8":[[40.4379768,-79.9987574],"confectionery shop"],"around_goal_pivot_9":[[40.4363755,-80.0013041],"park"]}} +{"rvs_sample_number":159,"content":"Let's meet at the garden on the west side of Stanwix Street. On the same block as the garden, there is a parking entrance on the north and 2 restaurants on the west.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.442351197,-80.0049276836],"key":8424,"region":"Pittsburgh","rvs_start_point":[40.450653316,-79.9855090024],"landmarks":{"end_point":[[40.442351197,-80.0049276836],"garden"],"start_point":[[40.450653316,-79.9855090024],"parking lot"],"main_pivot":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_2":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_3":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_4":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_11":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_12":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_14":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_15":[[40.4419160279,-80.004202703],"train station"],"near_pivot":[[40.4419160279,-80.004202703],"train station"],"around_goal_pivot_1":[[40.4418370227,-80.006026112],"hotel"],"around_goal_pivot_2":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_6":[[40.4419336,-80.0060713],"2 restaurants"],"around_goal_pivot_7":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_8":[[40.4420457,-80.0031582],"confectionery shop"],"around_goal_pivot_9":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_10":[[40.4412497,-80.0046296],"park"]}} +{"rvs_sample_number":147,"content":"Go down the street, when you see the ice cream shop go another block and a half and the parking lot would be on your left across the street from a fitness center. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4555995992,-79.9769025069],"key":8425,"region":"Pittsburgh","rvs_start_point":[40.4593070329,-79.9719118586],"landmarks":{"end_point":[[40.4555995992,-79.9769025069],"parking lot"],"start_point":[[40.4593070329,-79.9719118586],"garden"],"main_pivot":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_2":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_3":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_5":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_6":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_8":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_10":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_11":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_12":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_13":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_14":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_15":[[40.4561625,-79.9764224],"frame shop"],"near_pivot":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_1":[[40.4554245,-79.977879],"restaurant"],"around_goal_pivot_2":[[40.4563649,-79.9761943],"animal boarding"],"around_goal_pivot_3":[[40.4568250978,-79.9776426117],"paint shop"],"around_goal_pivot_4":[[40.4569433,-79.9765005],"two parking lots"]}} +{"rvs_sample_number":240,"content":"Meet me at the beverages shop on Penn Avenue. There is a fast food restaurant in the adjacent block to its west. You'll see a marketplace across the street in the northeast direction.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4497524,-79.9857343],"key":8426,"region":"Pittsburgh","rvs_start_point":[40.4469774077,-79.9952712353],"landmarks":{"end_point":[[40.4497524,-79.9857343],"beverages shop"],"start_point":[[40.4469774077,-79.9952712353],"garden"],"main_pivot":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4494346,-79.9863089],"fast food restaurant"],"near_pivot":[[40.4494346,-79.9863089],"fast food restaurant"],"beyond_pivot":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_1":[[40.4495046,-79.9871605],"hotel"],"around_goal_pivot_2":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_3":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_4":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_5":[[40.4507712,-79.9849852],"farm shop"],"around_goal_pivot_6":[[40.4488363,-79.9863971],"storage rental shop"]}} +{"rvs_sample_number":349,"content":"Meet me at the garden on Western Avenue. It is across the street, to the east, from parking, bench, and the Allegheny Sandwich Shop. I am at the North East corner of the park.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4530382699,-80.0144397649],"key":8427,"region":"Pittsburgh","rvs_start_point":[40.4530372572,-80.0071245609],"landmarks":{"end_point":[[40.4530382699,-80.0144397649],"garden"],"start_point":[[40.4530372572,-80.0071245609],"parking lot"],"main_pivot":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_2":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_3":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_4":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_5":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_6":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_7":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_8":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_9":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_10":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_11":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_12":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_13":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_14":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_15":[[40.4516891,-80.0111034],"park"],"near_pivot":[[40.4516891,-80.0111034],"park"],"beyond_pivot":[[40.4526133,-80.0152897],"parking"],"around_goal_pivot_1":[[40.4523315,-80.0150728],"restaurant"],"around_goal_pivot_2":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_3":[[40.4522507243,-80.0123814592],"pitch"],"around_goal_pivot_4":[[40.4523332,-80.0135172],"park"],"around_goal_pivot_5":[[40.4520406,-80.015434],"fitness centre"],"around_goal_pivot_8":[[40.4542817,-80.0140294],"2 gardens"]}} +{"rvs_sample_number":124,"content":"Go up northwest to the edge of the Allegheny River to the garden there where 23rd street ends at the river. I'm on the northeast side of the road. There is a factory to the northeast of here on this block where stoppers for wine bottles, among other things, are made.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4549444572,-79.9839173808],"key":8428,"region":"Pittsburgh","rvs_start_point":[40.4521270318,-79.9818897458],"landmarks":{"end_point":[[40.4549444572,-79.9839173808],"garden"],"start_point":[[40.4521270318,-79.9818897458],"cafe"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4546937,-79.9847047],"parking lot"],"near_pivot":[[40.4546937,-79.9847047],"parking lot"],"around_goal_pivot_1":[[40.4545931,-79.9852341],"marina"],"around_goal_pivot_2":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_6":[[40.4545895,-79.9826342],"3 gardens"]}} +{"rvs_sample_number":556,"content":"Let's meet up at the garden just east of Schenley Drive. It's a couple of stores down from the spot where the Drive is begun at it's most Northern point. There is a spot there to the west of it before the Drive that is 2 fast food restaurants.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4431862616,-79.9529553847],"key":8429,"region":"Pittsburgh","rvs_start_point":[40.4425835,-79.9459898],"landmarks":{"end_point":[[40.4431862616,-79.9529553847],"garden"],"start_point":[[40.4425835,-79.9459898],"cafe"],"main_pivot":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_2":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_3":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_4":[[40.4420713811,-79.9518778721],"Mary Schenley Memorial Fountain"],"main_pivot_5":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_6":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_7":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_8":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_9":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_10":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_11":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4420713811,-79.9518778721],"Mary Schenley Memorial Fountain"],"main_pivot_14":[[40.4420713811,-79.9518778721],"Mary Schenley Memorial Fountain"],"main_pivot_15":[[40.4431157785,-79.953107364],"two fast food restaurants"],"near_pivot":[[40.4431157785,-79.953107364],"two fast food restaurants"],"beyond_pivot":[[40.4429597886,-79.9536990403],"library"],"around_goal_pivot_1":[[40.4423895,-79.9508452],"library"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4434012,-79.9544294],"attraction"],"around_goal_pivot_4":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_5":[[40.4429816,-79.9510522],"theatre"],"around_goal_pivot_6":[[40.4436966,-79.9521527],"parking lot"]}} +{"rvs_sample_number":402,"content":"Meet me at the parking lot on Forbes Avenue. There is a library on the southwest of the destination, and a police station to its northwest.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4380884707,-79.9915047269],"key":8430,"region":"Pittsburgh","rvs_start_point":[40.4387988,-79.9973291],"landmarks":{"end_point":[[40.4380884707,-79.9915047269],"parking lot"],"start_point":[[40.4387988,-79.9973291],"atm"],"main_pivot":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_2":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_3":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_4":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_5":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_6":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_7":[[40.4391955,-79.9975686],"(former Kaufmann's\/Macy's)"],"main_pivot_8":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_9":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_10":[[40.4391955,-79.9975686],"(former Kaufmann's\/Macy's)"],"main_pivot_11":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_12":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_13":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_14":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_15":[[40.4375272,-79.9917586],"library"],"near_pivot":[[40.4375272,-79.9917586],"library"],"beyond_pivot":[[40.4377629,-79.9905868],"parking"],"around_goal_pivot_1":[[40.4390781775,-79.9903746189],"stadium"],"around_goal_pivot_2":[[40.4386606,-79.9920801],"police station"]}} +{"rvs_sample_number":73,"content":"Head west to South Bouquet Street and meet me at Beta Bites restaurant south of the University of Pittsburgh. It's a couple blocks west of Panther Hollow.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.440067,-79.9532053],"key":8431,"region":"Pittsburgh","rvs_start_point":[40.4422076,-79.9428706],"landmarks":{"end_point":[[40.440067,-79.9532053],"restaurant"],"start_point":[[40.4422076,-79.9428706],"bench"],"main_pivot":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_2":[[40.4414197,-79.9508104],"Frick Fine Arts Building"],"main_pivot_3":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_4":[[40.4417137401,-79.9426151806],"Kraus Campo"],"main_pivot_5":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_7":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_8":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_9":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_10":[[40.4414197,-79.9508104],"Frick Fine Arts Building"],"main_pivot_11":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_13":[[40.4414197,-79.9508104],"Frick Fine Arts Building"],"main_pivot_14":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_15":[[40.4406800056,-79.9532775678],"university"],"near_pivot":[[40.4406800056,-79.9532775678],"university"],"beyond_pivot":[[40.4411376,-79.9545791],"university"],"around_goal_pivot_1":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_2":[[40.4413027,-79.9539368],"university"],"around_goal_pivot_3":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_4":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_5":[[40.4412121,-79.9516575],"pitch"]}} +{"rvs_sample_number":18,"content":"I'm to your southwest, at the Au Bon Pain fast food restaurant on Seventh Avenue. It's a block east of Bruegger's Bagels and south of the William S. Moorhead Federal Building.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4425223,-79.9955603],"key":8432,"region":"Pittsburgh","rvs_start_point":[40.4520372,-79.9839204],"landmarks":{"end_point":[[40.4425223,-79.9955603],"fast food restaurant"],"start_point":[[40.4520372,-79.9839204],"bakery shop"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4433854293,-79.9950551819],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.4433854293,-79.9950551819],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4433854293,-79.9950551819],"William S. Moorhead Federal Building"],"main_pivot_9":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4435189,-79.9938928],"courthouse"],"near_pivot":[[40.4435189,-79.9938928],"courthouse"],"around_goal_pivot_1":[[40.441649274,-79.9960291852],"Kimpton"],"around_goal_pivot_2":[[40.4428578,-79.9966173],"fast food restaurant"],"around_goal_pivot_3":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_4":[[40.4436929,-79.9946137],"two gardens"],"around_goal_pivot_5":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_7":[[40.4438356,-79.9950189],"2 gardens"],"around_goal_pivot_8":[[40.4419437,-79.9968409],"historic Smithfield Congregational Church"],"around_goal_pivot_9":[[40.443779,-79.9953965],"bicycle parking"],"around_goal_pivot_10":[[40.4430021,-79.9946608],"two gardens"]}} +{"rvs_sample_number":199,"content":"I'm at a small garden at the north end of Grant street on the other side of the block as the courthouse. It's a garden between the two lanes of the street. You should head mainly west and also north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4432835338,-79.9942183854],"key":8433,"region":"Pittsburgh","rvs_start_point":[40.4368,-79.9798],"landmarks":{"end_point":[[40.4432835338,-79.9942183854],"garden"],"start_point":[[40.4368,-79.9798],"theatre"],"main_pivot":[[40.4376137,-79.9857091],"UPMC Mercy"],"main_pivot_2":[[40.4398848,-79.9916931],"Pittsburgh Marriott City Center"],"main_pivot_3":[[40.4398848,-79.9916931],"Pittsburgh Marriott City Center"],"main_pivot_4":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_5":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_6":[[40.4376137,-79.9857091],"UPMC Mercy"],"main_pivot_7":[[40.442666,-79.994771],"Gulf Tower"],"main_pivot_8":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_9":[[40.4398848,-79.9916931],"Pittsburgh Marriott City Center"],"main_pivot_10":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_11":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_12":[[40.4388437,-79.9892043],"PPG Paints Arena"],"main_pivot_13":[[40.4398848,-79.9916931],"Pittsburgh Marriott City Center"],"main_pivot_14":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_15":[[40.442219,-79.9947611],"courthouse"],"near_pivot":[[40.442219,-79.9947611],"courthouse"],"beyond_pivot":[[40.4440334,-79.9942668],"Westin"],"around_goal_pivot_1":[[40.4432796,-79.9953479],"arts centre"],"around_goal_pivot_2":[[40.4439938691,-79.9944119037],"Westin"],"around_goal_pivot_3":[[40.4425223,-79.9955603],"fast food restaurant"],"around_goal_pivot_4":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_7":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_8":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_10":[[40.4438293,-79.9950462],"2 gardens"]}} +{"rvs_sample_number":324,"content":"I'm southwest of you across the river. Take a left at the end of the bridge, and meet me at the bike parking on the south side of West Station Square Drive as it curves north. The soccer pitch is across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4354960209,-80.0092321281],"key":8434,"region":"Pittsburgh","rvs_start_point":[40.4428975751,-80.0081017502],"landmarks":{"end_point":[[40.4354960209,-80.0092321281],"bicycle parking"],"start_point":[[40.4428975751,-80.0081017502],"bridge"],"main_pivot":[[40.4430330675,-80.0081297272],"Fort Duquesne Bridge"],"main_pivot_2":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_3":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_4":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_5":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_6":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_7":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_8":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_9":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_10":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_11":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_12":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_13":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_14":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_15":[[40.435703,-80.0091744],"pitch"],"near_pivot":[[40.435703,-80.0091744],"pitch"],"beyond_pivot":[[40.4381778216,-80.0138760311],"bridge"],"around_goal_pivot_1":[[40.4346194,-80.0080527],"two gardens"]}} +{"rvs_sample_number":209,"content":"I'm waiting for you at the historic memorial on North shore Drive next to a park. Heinz Field is north of it. The historic memorial is very close to the river.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.445024,-80.0136296],"key":8435,"region":"Pittsburgh","rvs_start_point":[40.4544378723,-80.0080954519],"landmarks":{"end_point":[[40.445024,-80.0136296],"historic memorial"],"start_point":[[40.4544378723,-80.0080954519],"pitch"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4451917273,-80.0135272537],"park"],"near_pivot":[[40.4451917273,-80.0135272537],"park"],"around_goal_pivot_1":[[40.4460786,-80.0142811],"stadium"]}} +{"rvs_sample_number":168,"content":"You can go north to Moravian Street and meet me at a parking lot here. It's the last one on the east side, just before the street makes a T-intersection to the north. There's a guest house right across the street. If you come to Allegheny-Singer Research Institute, you've gone too far north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4561551526,-80.0017839247],"key":8436,"region":"Pittsburgh","rvs_start_point":[40.4433515,-80.0025539],"landmarks":{"end_point":[[40.4561551526,-80.0017839247],"parking lot"],"start_point":[[40.4433515,-80.0025539],"parking entrance"],"main_pivot":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_2":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_3":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_12":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4561301,-80.0021542],"guest house"],"near_pivot":[[40.4561301,-80.0021542],"guest house"],"around_goal_pivot_1":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_2":[[40.455208,-80.0010209],"restaurant"],"around_goal_pivot_3":[[40.4573766,-80.0020673],"parking entrance"],"around_goal_pivot_4":[[40.4550343,-80.0009944],"laundry shop"],"around_goal_pivot_7":[[40.4572136,-80.0028942],"two shelters"],"around_goal_pivot_8":[[40.4571371,-80.0028772],"shelter"]}} +{"rvs_sample_number":558,"content":"Meet me at the garden northeast of your location. Head northeast Penn Avenue. You will see a Penn Fixture & Supply appliance shop. Head northeast one more block to find your destination. If you see a City Collision Inc II car repair shop, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4579388795,-79.9739211519],"key":8437,"region":"Pittsburgh","rvs_start_point":[40.4516516,-79.9844704],"landmarks":{"end_point":[[40.4579388795,-79.9739211519],"garden"],"start_point":[[40.4516516,-79.9844704],"restaurant"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4584935831,-79.9734537491],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_5":[[40.4586905,-79.9728346],"two gardens"],"around_goal_pivot_6":[[40.4588104031,-79.9747036889],"two gardens"],"around_goal_pivot_7":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_8":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_9":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":127,"content":"I'm on Oakland Avenue northwest of you. At the post box by the corner, east of First national bank atm.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4414813,-79.9567722],"key":8438,"region":"Pittsburgh","rvs_start_point":[40.4353227117,-79.9466227121],"landmarks":{"end_point":[[40.4414813,-79.9567722],"post box"],"start_point":[[40.4353227117,-79.9466227121],"bridge"],"main_pivot":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_2":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_3":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_4":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_5":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_6":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_7":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_8":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_9":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_10":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_11":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_12":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_13":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_14":[[40.4395696862,-79.9544054622],"Bouquet Gardens"],"main_pivot_15":[[40.4415141,-79.9572311],"atm"],"near_pivot":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_1":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_2":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_5":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_6":[[40.4423471,-79.9564271],"pub"],"around_goal_pivot_7":[[40.4405099,-79.9581629],"post box"],"around_goal_pivot_8":[[40.4425168,-79.9557757],"waste basket"],"around_goal_pivot_9":[[40.4408964,-79.9577085],"optician shop"],"around_goal_pivot_10":[[40.4406184,-79.9581005],"clothes shop"]}} +{"rvs_sample_number":246,"content":"Meet me a garden. Go Northeast on Boundary Street, past La Prima Espresso and Sorrells Library. When you see Hunan Express, the destination will be to the east of that. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4433428683,-79.9444568254],"key":8439,"region":"Pittsburgh","rvs_start_point":[40.4421288,-79.9504305],"landmarks":{"end_point":[[40.4433428683,-79.9444568254],"garden"],"start_point":[[40.4421288,-79.9504305],"parking lot"],"main_pivot":[[40.4417641,-79.9506112],"Frick Fine Arts Building"],"main_pivot_2":[[40.4424037231,-79.9505556595],"Carnegie Library of Pittsburgh"],"main_pivot_3":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4417641,-79.9506112],"Frick Fine Arts Building"],"main_pivot_6":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_8":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_9":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_10":[[40.4424037231,-79.9505556595],"Carnegie Library of Pittsburgh"],"main_pivot_11":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4424037231,-79.9505556595],"Carnegie Library of Pittsburgh"],"main_pivot_14":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_15":[[40.4431208506,-79.943537708],"arts centre"],"near_pivot":[[40.4431208506,-79.943537708],"arts centre"],"around_goal_pivot_1":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_2":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_5":[[40.4436212,-79.9455071],"three bicycle parkings"],"around_goal_pivot_6":[[40.4438383,-79.9461953],"parking lot"],"around_goal_pivot_10":[[40.4422722,-79.9444117],"2 benches"]}} +{"rvs_sample_number":70,"content":"Meet at the garden on West Station Square Drive. It is literally steps away from the bicycle parking. Just take a few steps towards the east.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4355449275,-80.0088492465],"key":8440,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859],"landmarks":{"end_point":[[40.4355449275,-80.0088492465],"garden"],"start_point":[[40.4334995,-80.0043859],"restaurant"],"main_pivot":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_2":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_3":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_4":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_5":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_6":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_7":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_8":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_9":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_10":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_11":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_12":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_13":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_14":[[40.4345394,-80.0065022],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_15":[[40.4354861,-80.0091401],"bicycle parking"],"near_pivot":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_1":[[40.4345394,-80.0065022],"Sheraton"],"around_goal_pivot_2":[[40.4345693,-80.0076878],"parking entrance"]}} +{"rvs_sample_number":50,"content":"I'm just a few blocks southwest of you, at this supermarket on Penn Avenue. It's the western-most market on the block that is southwest of Grandpa Joe's candy, and Hot Haute Hot furniture. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4511952,-79.9836178],"key":8441,"region":"Pittsburgh","rvs_start_point":[40.4523337911,-79.9802745008],"landmarks":{"end_point":[[40.4511952,-79.9836178],"supermarket"],"start_point":[[40.4523337911,-79.9802745008],"garden"],"main_pivot":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_2":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_3":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_4":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_5":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_6":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_7":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_8":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_9":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_10":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_11":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_12":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_13":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_14":[[40.4529355,-79.9800152],"Pittsburgh Opera"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4522341006,-79.9835769621],"church"],"around_goal_pivot_3":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.450867,-79.9848504],"marketplace"],"around_goal_pivot_6":[[40.4517158,-79.9843764],"cafe"],"around_goal_pivot_7":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_8":[[40.4502209065,-79.9844449069],"wholesale shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4520406,-79.9821593],"furniture shop"]}} +{"rvs_sample_number":558,"content":"Move northeast towards 29th street. I'm waiting at a garden on the corner of the street just two blocks south of an interior decoration shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4579388795,-79.9739211519],"key":8442,"region":"Pittsburgh","rvs_start_point":[40.4516516,-79.9844704],"landmarks":{"end_point":[[40.4579388795,-79.9739211519],"garden"],"start_point":[[40.4516516,-79.9844704],"restaurant"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4584935831,-79.9734537491],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_5":[[40.4586905,-79.9728346],"two gardens"],"around_goal_pivot_6":[[40.4588104031,-79.9747036889],"two gardens"],"around_goal_pivot_7":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_8":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_9":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":216,"content":"We should meet up at the clothes shop on Federal Street. It's south of Allegheny Center, a block past Soho Restaurant, and north of the PNC Bank.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4476428,-80.0043128],"key":8443,"region":"Pittsburgh","rvs_start_point":[40.4537078685,-79.998336073],"landmarks":{"end_point":[[40.4476428,-80.0043128],"clothes shop"],"start_point":[[40.4537078685,-79.998336073],"pharmacy"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_5":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_8":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_12":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4471681,-80.0041565],"bank"],"near_pivot":[[40.4471681,-80.0041565],"bank"],"beyond_pivot":[[40.4468542,-80.0039214],"bridge"],"around_goal_pivot_1":[[40.446634,-80.0040617],"five gardens"],"around_goal_pivot_2":[[40.448496,-80.0027408],"museum"],"around_goal_pivot_3":[[40.446571478,-80.0041307725],"four gardens"],"around_goal_pivot_4":[[40.4489394,-80.0043437],"Holiday Inn Express & Suites"],"around_goal_pivot_5":[[40.4475295,-80.003017],"fountain"],"around_goal_pivot_6":[[40.4483671,-80.004488],"restaurant"],"around_goal_pivot_7":[[40.4487571,-80.0038241],"parking entrance"],"around_goal_pivot_8":[[40.4466340137,-80.0041454229],"3 gardens"],"around_goal_pivot_9":[[40.446706624,-80.0041409189],"2 gardens"],"around_goal_pivot_10":[[40.4485382,-80.0041658],"clothes shop"]}} +{"rvs_sample_number":52,"content":"Go north then west on Brereton Street. On the south side of the road you'll see West Penn Park, where you'll meet me at the playground by the fountain.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4561066697,-79.9701918368],"key":8444,"region":"Pittsburgh","rvs_start_point":[40.45229,-79.9645],"landmarks":{"end_point":[[40.4561066697,-79.9701918368],"playground"],"start_point":[[40.45229,-79.9645],"library"],"main_pivot":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_2":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_3":[[40.452703,-79.9655258],"Fire Department Number 7"],"main_pivot_4":[[40.452703,-79.9655258],"Fire Department Number 7"],"main_pivot_5":[[40.452703,-79.9655258],"Fire Department Number 7"],"main_pivot_6":[[40.452703,-79.9655258],"Fire Department Number 7"],"main_pivot_7":[[40.452703,-79.9655258],"Fire Department Number 7"],"main_pivot_8":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_9":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_10":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_11":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_12":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_13":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_14":[[40.452703,-79.9655258],"Fire Department Number 7"],"main_pivot_15":[[40.4561822653,-79.9701425646],"fountain"],"near_pivot":[[40.4561822653,-79.9701425646],"fountain"],"around_goal_pivot_1":[[40.4570781,-79.9692617],"garden"]}} +{"rvs_sample_number":409,"content":"Meet me at the bench south of Forbes avenue. It is north of the library, directly west of the parking lot, and south of the arts centre.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.442183,-79.943603],"key":8445,"region":"Pittsburgh","rvs_start_point":[40.4510773,-79.934669],"landmarks":{"end_point":[[40.442183,-79.943603],"bench"],"start_point":[[40.4510773,-79.934669],"cafe"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4421684,-79.9428935],"parking lot"],"near_pivot":[[40.4421684,-79.9428935],"parking lot"],"beyond_pivot":[[40.4417148,-79.9426148],"garden"],"around_goal_pivot_1":[[40.4431541,-79.9433372],"arts centre"],"around_goal_pivot_2":[[40.4412781,-79.9437898],"library"],"around_goal_pivot_3":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_4":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_5":[[40.441191,-79.9432778],"park"]}} +{"rvs_sample_number":285,"content":"Let's meet up at the marketplace on Walnut Street. You'll find a florist shop two blocks away to the east. J.Crew is catty-cornered from the florist shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4506774,-79.9349721],"key":8446,"region":"Pittsburgh","rvs_start_point":[40.4457785814,-79.9473303619],"landmarks":{"end_point":[[40.4506774,-79.9349721],"marketplace"],"start_point":[[40.4457785814,-79.9473303619],"garden"],"main_pivot":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_2":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_5":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_6":[[40.4470436,-79.9449946],"WQED"],"main_pivot_7":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_8":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_9":[[40.4470436,-79.9449946],"WQED"],"main_pivot_10":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_11":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_12":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_13":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_14":[[40.4470436,-79.9449946],"WQED"],"main_pivot_15":[[40.4507402,-79.9357127],"fast food restaurant"],"near_pivot":[[40.4507402,-79.9357127],"fast food restaurant"],"beyond_pivot":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_1":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_2":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_3":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_4":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_5":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_6":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_7":[[40.4514368,-79.9333787],"vacant shop"]}} +{"rvs_sample_number":433,"content":"Cross the river then go northeast up Railroad Street and meet me at the garden just past the fitness centre. It is just northwest of the 4 gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4551474869,-79.9813685567],"key":8447,"region":"Pittsburgh","rvs_start_point":[40.4539564,-79.9987368],"landmarks":{"end_point":[[40.4551474869,-79.9813685567],"garden"],"start_point":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4547593,-79.980779],"4 gardens"],"near_pivot":[[40.4547593,-79.980779],"4 gardens"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_3":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_8":[[40.4548893,-79.9830636],"2 gardens"],"around_goal_pivot_9":[[40.4559527,-79.9823163],"two gardens"]}} +{"rvs_sample_number":102,"content":"Let's meet at the parking lot northeast of you. The parking lot is on Western avenue. There is an animal shelter across the street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513304609,-80.018514837],"key":8448,"region":"Pittsburgh","rvs_start_point":[40.4479752548,-80.021768262],"landmarks":{"end_point":[[40.4513304609,-80.018514837],"parking lot"],"start_point":[[40.4479752548,-80.021768262],"garden"],"main_pivot":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_2":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_3":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_4":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_5":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_6":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_7":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_8":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_9":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_10":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_11":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_12":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_13":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_14":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_15":[[40.4507984,-80.018813],"fast food restaurant"],"near_pivot":[[40.4507984,-80.018813],"fast food restaurant"],"around_goal_pivot_1":[[40.4514496,-80.0197356],"bank"],"around_goal_pivot_2":[[40.4516601,-80.0175026],"restaurant"],"around_goal_pivot_3":[[40.4509466,-80.0195968],"animal shelter"],"around_goal_pivot_4":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_5":[[40.4519682,-80.016929],"ice cream"]}} +{"rvs_sample_number":384,"content":"Head west a few blocks then turn north onto South Craig Street. Just after turning, meet me on the west side of the street at jewelry religion clothes shop. It's just up the block from Starbucks, on the opposite side of the road.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4449867,-79.9488638],"key":8449,"region":"Pittsburgh","rvs_start_point":[40.4444948,-79.943059],"landmarks":{"end_point":[[40.4449867,-79.9488638],"jewelry;religion;clothes shop"],"start_point":[[40.4444948,-79.943059],"post box"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"beyond_pivot":[[40.4458841,-79.9487456],"dentist"],"around_goal_pivot_1":[[40.4460437,-79.9487644],"fast food restaurant"],"around_goal_pivot_2":[[40.4458841,-79.9487456],"dentist's office"],"around_goal_pivot_3":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_4":[[40.4462841,-79.9487558],"boutique shop"],"around_goal_pivot_5":[[40.4463215,-79.9485086],"hairdresser shop"],"around_goal_pivot_6":[[40.4456331,-79.9473761],"garden"],"around_goal_pivot_7":[[40.4444165,-79.9477794],"park"]}} +{"rvs_sample_number":571,"content":"Can you meet me at the fountain just past the westernmost end of Filmore street. It's right at the Heinz Memorial Chapel. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4451744,-79.9517538],"key":8450,"region":"Pittsburgh","rvs_start_point":[40.4512311,-79.9347471],"landmarks":{"end_point":[[40.4451744,-79.9517538],"fountain"],"start_point":[[40.4512311,-79.9347471],"bar"],"main_pivot":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_2":[[40.4470436,-79.9449946],"WQED"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4470436,-79.9449946],"WQED"],"main_pivot_5":[[40.4470436,-79.9449946],"WQED"],"main_pivot_6":[[40.4470436,-79.9449946],"WQED"],"main_pivot_7":[[40.4470436,-79.9449946],"WQED"],"main_pivot_8":[[40.4470436,-79.9449946],"WQED"],"main_pivot_9":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_10":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_11":[[40.4470436,-79.9449946],"WQED"],"main_pivot_12":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_13":[[40.4470436,-79.9449946],"WQED"],"main_pivot_14":[[40.4470436,-79.9449946],"WQED"],"main_pivot_15":[[40.4452152562,-79.9517831723],"attraction"],"near_pivot":[[40.4452152562,-79.9517831723],"attraction"],"around_goal_pivot_1":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_2":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_3":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"]}} +{"rvs_sample_number":381,"content":"Head down across the Monongahela River. I want you to meet me at the Bridge so I can show you something from that vantage. It's the bridge that allows the Mon line to maintain it's altitude. To find it follow East Station Square Drive south and IF the road were to continue, it would lead under where the bridge span covers. There is a park area with several trails just to the south.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4307837912,-80.0018278207],"key":8451,"region":"Pittsburgh","rvs_start_point":[40.4435162,-79.9962249],"landmarks":{"end_point":[[40.4307837912,-80.0018278207],"bridge"],"start_point":[[40.4435162,-79.9962249],"Cricket Wireless"],"main_pivot":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_2":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_3":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_4":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_5":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_6":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_7":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_8":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_9":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_10":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_11":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_12":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_13":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_14":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_15":[[40.4310381,-80.0012522],"bicycle repair station"],"near_pivot":[[40.4310381,-80.0012522],"bicycle repair station"],"beyond_pivot":[[40.4323894954,-80.0047088637],"parking"],"around_goal_pivot_1":[[40.4319922,-80.0009908],"parking entrance"]}} +{"rvs_sample_number":382,"content":"Meet me at the waste basket on Ridge Avenue, which is very close to a vending machine. Head west and cross the railroad to get there. There is a garden to the north of our meeting place.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4506631,-80.0135315],"key":8452,"region":"Pittsburgh","rvs_start_point":[40.4537225,-79.9984743],"landmarks":{"end_point":[[40.4506631,-80.0135315],"waste basket"],"start_point":[[40.4537225,-79.9984743],"Money Mart"],"main_pivot":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_2":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_3":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_4":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_5":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_6":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_7":[[40.452545,-80.0066946],"Children's Museum of Pittsburgh"],"main_pivot_8":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_9":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_10":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_11":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_12":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_13":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_14":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_15":[[40.4505141,-80.0135743],"vending machine"],"near_pivot":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_1":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_2":[[40.4515767,-80.0138869],"garden"]}} +{"rvs_sample_number":185,"content":"Meet me at the garden northeast of you on Railroad Street. It's north of the pub and on the other side of the block as the four gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4567260318,-79.9795938436],"key":8453,"region":"Pittsburgh","rvs_start_point":[40.452191175,-79.9811296603],"landmarks":{"end_point":[[40.4567260318,-79.9795938436],"garden"],"start_point":[[40.452191175,-79.9811296603],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4559416,-79.9795445],"pub"],"near_pivot":[[40.4559416,-79.9795445],"pub"],"beyond_pivot":[[40.457256,-79.9789623],"parking"],"around_goal_pivot_1":[[40.4556919,-79.9796346],"two gardens"],"around_goal_pivot_2":[[40.4568932,-79.9780734],"paint shop"],"around_goal_pivot_4":[[40.457513,-79.9801607],"4 gardens"],"around_goal_pivot_6":[[40.4574808,-79.9787333],"three gardens"]}} +{"rvs_sample_number":226,"content":"Come meet me at the garden on the south side of Waterfront Drive. Head northeast with the road and get on Waterfront Drive, then it's just a block and ah half walk directly north from the museum. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4472130405,-79.9929201274],"key":8454,"region":"Pittsburgh","rvs_start_point":[40.4437907,-80.0023122],"landmarks":{"end_point":[[40.4472130405,-79.9929201274],"garden"],"start_point":[[40.4437907,-80.0023122],"restaurant"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4465814,-79.9925275],"museum"],"near_pivot":[[40.4465814,-79.9925275],"museum"],"beyond_pivot":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_1":[[40.4457179,-79.9938465],"AC Hotel"],"around_goal_pivot_2":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_3":[[40.4463363,-79.9916776],"convenience shop"],"around_goal_pivot_4":[[40.4459261,-79.9923564],"furniture shop"]}} +{"rvs_sample_number":10,"content":"Bring me a coffee and meet me at the bench east of the fountain at Heinz Memorial Chapel. It's on the west side of South Bellefield Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4451595,-79.9516474],"key":8455,"region":"Pittsburgh","rvs_start_point":[40.4425835,-79.9459898],"landmarks":{"end_point":[[40.4451595,-79.9516474],"bench"],"start_point":[[40.4425835,-79.9459898],"cafe"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_11":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_15":[[40.4452639474,-79.9517154438],"attraction"],"near_pivot":[[40.4452639474,-79.9517154438],"attraction"],"around_goal_pivot_1":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_2":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_3":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_4":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_6":[[40.4459593,-79.9503232],"two parking entrances"]}} +{"rvs_sample_number":108,"content":"Meet me at Verizon on the other side of the river from you on Smithfield Street. You'll find it one block south of Embassy Suites.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4402978,-79.998756],"key":8456,"region":"Pittsburgh","rvs_start_point":[40.4535755,-79.9995036],"landmarks":{"end_point":[[40.4402978,-79.998756],"Verizon"],"start_point":[[40.4535755,-79.9995036],"restaurant"],"main_pivot":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_2":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_3":[[40.4427028061,-79.9967642003],"Centre City Tower"],"main_pivot_4":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_5":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_6":[[40.4427028061,-79.9967642003],"Centre City Tower"],"main_pivot_7":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_8":[[40.4427028061,-79.9967642003],"Centre City Tower"],"main_pivot_9":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_10":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_11":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_12":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_13":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_14":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4408844,-79.998227],"Embassy Suites"],"near_pivot":[[40.4408844,-79.998227],"Embassy Suites"],"beyond_pivot":[[40.4411217,-79.9997285],"restaurant"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.440791,-79.9968911],"hotel"],"around_goal_pivot_3":[[40.4413204,-79.9976806],"park"],"around_goal_pivot_4":[[40.4397112,-79.9998517],"university"],"around_goal_pivot_5":[[40.4403352,-79.9976914],"bank"],"around_goal_pivot_6":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_7":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_8":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_9":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_10":[[40.4407273,-79.9997963],"library"]}} +{"rvs_sample_number":238,"content":"Meet me at the Birthplace of the Great Guinness Toast in 1993 bar west of your location. Head west until you get to Penn Avenue. When you get to Edgar's Best Tacos, head southwest two blocks to find your destination on the corner. It is just southeast of a restaurant. If you see Penn Animal Hospital, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4534235462,-79.980928496],"key":8457,"region":"Pittsburgh","rvs_start_point":[40.4535718109,-79.9749522936],"landmarks":{"end_point":[[40.4534235462,-79.980928496],"bar"],"start_point":[[40.4535718109,-79.9749522936],"parking lot"],"main_pivot":[[40.4536787,-79.9749282],"Mt Horran Baptist Church"],"main_pivot_2":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_3":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_4":[[40.4548102,-79.9787809],"DiAnoia's Eatery"],"main_pivot_5":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_6":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_7":[[40.4536787,-79.9749282],"Mt Horran Baptist Church"],"main_pivot_8":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4536787,-79.9749282],"Mt Horran Baptist Church"],"main_pivot_10":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_11":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_12":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_13":[[40.4545677,-79.9791587],"Edgar's Best Tacos"],"main_pivot_14":[[40.4545677,-79.9791587],"Edgar's Best Tacos"],"main_pivot_15":[[40.4536444,-79.9812876],"restaurant"],"near_pivot":[[40.4536444,-79.9812876],"restaurant"],"around_goal_pivot_1":[[40.4525051,-79.982111],"veterinary"],"around_goal_pivot_2":[[40.454744,-79.9807449],"four gardens"],"around_goal_pivot_3":[[40.4546826,-79.9816949],"2 gardens"],"around_goal_pivot_4":[[40.4521997,-79.9818665],"cafe"],"around_goal_pivot_5":[[40.4524182,-79.9811411],"bank"],"around_goal_pivot_6":[[40.4523019294,-79.9818694183],"supermarket"],"around_goal_pivot_7":[[40.4543108,-79.9795391],"bicycle shop"]}} +{"rvs_sample_number":105,"content":"You can meet me at this musical instrument shop on East Carson Street. Take the street you're on now, and keep going east after it turns into East Carson. The shop will be on the north just after a Dairy Queen. If you come to Jester's Court tattoo, you've gone too far east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4289574233,-79.9850432775],"key":8458,"region":"Pittsburgh","rvs_start_point":[40.4323417571,-80.0040085623],"landmarks":{"end_point":[[40.4289574233,-79.9850432775],"musical instrument shop"],"start_point":[[40.4323417571,-80.0040085623],"garden"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_13":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.428841,-79.9854326],"fast food restaurant"],"near_pivot":[[40.428841,-79.9854326],"fast food restaurant"],"beyond_pivot":[[40.4289156,-79.9842846],"cafe"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4287355,-79.9840745],"cafe"],"around_goal_pivot_3":[[40.4286666,-79.9869525],"bank"],"around_goal_pivot_4":[[40.4288715,-79.9865188],"nightclub"],"around_goal_pivot_5":[[40.4286592,-79.9835871],"fast food restaurant"],"around_goal_pivot_6":[[40.4302181,-79.9842336],"parking lot"],"around_goal_pivot_7":[[40.4288722,-79.9863271],"post box"],"around_goal_pivot_8":[[40.4287397,-79.9836649],"tattoo shop"],"around_goal_pivot_9":[[40.4292947,-79.9838104],"bicycle shop"],"around_goal_pivot_10":[[40.4286747,-79.9865744],"florist shop"]}} +{"rvs_sample_number":569,"content":"I'd like to meet you at the pitch next to a fountain facing Brereton Street. You'll see a parking in the nearest intersection from the pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4560827415,-79.9705830434],"key":8459,"region":"Pittsburgh","rvs_start_point":[40.4564787189,-79.9800975457],"landmarks":{"end_point":[[40.4560827415,-79.9705830434],"pitch"],"start_point":[[40.4564787189,-79.9800975457],"garden"],"main_pivot":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_2":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_3":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_4":[[40.4561248,-79.9792901],"Cinderlands Warehouse"],"main_pivot_5":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_6":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_7":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_8":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_9":[[40.4561248,-79.9792901],"Cinderlands Warehouse"],"main_pivot_10":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_11":[[40.4561248,-79.9792901],"Cinderlands Warehouse"],"main_pivot_12":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_13":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_14":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_15":[[40.4561958078,-79.9701541711],"fountain"],"near_pivot":[[40.4561958078,-79.9701541711],"fountain"],"beyond_pivot":[[40.4564825,-79.9699953],"parking"],"around_goal_pivot_1":[[40.4552277,-79.9721875],"parking lot"],"around_goal_pivot_2":[[40.4570876,-79.9692735],"garden"]}} +{"rvs_sample_number":28,"content":"Almost directly east of you on Mulberry Way is a parking lot where we can meet. Klavon's Ice Cream Parlor is on the same block, but the parking lot is up on the northeast corner. If you get to Salem Halal Grill restaurant, you've gone about a half-block too far east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4579058838,-79.9747679282],"key":8460,"region":"Pittsburgh","rvs_start_point":[40.4574882082,-79.9787085745],"landmarks":{"end_point":[[40.4579058838,-79.9747679282],"parking lot"],"start_point":[[40.4574882082,-79.9787085745],"garden"],"main_pivot":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_3":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_4":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_5":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_6":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_8":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_9":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_10":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_11":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_12":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_13":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_14":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_15":[[40.4578282,-79.974081],"two gardens"],"near_pivot":[[40.4578282,-79.974081],"two gardens"],"around_goal_pivot_1":[[40.4571387,-79.9757095],"ice cream"],"around_goal_pivot_2":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_3":[[40.4584801,-79.9740105],"restaurant"],"around_goal_pivot_4":[[40.4581925,-79.975709],"furniture shop"],"around_goal_pivot_5":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_6":[[40.4572247121,-79.9743067129],"storage rental shop"],"around_goal_pivot_7":[[40.4570383,-79.9752146],"appliance shop"],"around_goal_pivot_8":[[40.4586307,-79.973854],"supermarket"],"around_goal_pivot_9":[[40.4578236,-79.973371],"pitch"],"around_goal_pivot_10":[[40.4576828,-79.9735022],"playground"]}} +{"rvs_sample_number":207,"content":"Meet me at Chase on Delray Street. The bank is opposite to a market square. Boost Mobile is across the street in the northwest direction. Bypassing the market square in the southeast direction, you will find Hilton Garden Inn.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4410422,-80.0029338],"key":8461,"region":"Pittsburgh","rvs_start_point":[40.4434477854,-80.0001351997],"landmarks":{"end_point":[[40.4410422,-80.0029338],"Chase"],"start_point":[[40.4434477854,-80.0001351997],"park"],"main_pivot":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_2":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_3":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_4":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_5":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_6":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_7":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_8":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_9":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_14":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_15":[[40.4414144,-80.0033033],"Boost Mobile"],"near_pivot":[[40.4414144,-80.0033033],"Boost Mobile"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_5":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_6":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_7":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_8":[[40.4411916,-80.0043796],"two gardens"],"around_goal_pivot_9":[[40.4420457,-80.0031582],"confectionery shop"],"around_goal_pivot_10":[[40.4419014,-80.0031032],"photo shop"]}} +{"rvs_sample_number":376,"content":"Let's meet up and walk in the garden that is east and a bit north of you a few blocks. It's in the south part of 10th street in the block that ends north at the Allegheny river. The garden is in the south part of the block just north of the most southern parking spaces. There is a Westin across the street to the south of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4449660868,-79.9954311068],"key":8462,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134],"landmarks":{"end_point":[[40.4449660868,-79.9954311068],"garden"],"start_point":[[40.4424003194,-80.008457134],"bridge"],"main_pivot":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_4":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_5":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_11":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_12":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_13":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4444852,-79.9951133],"Westin"],"near_pivot":[[40.4444852,-79.9951133],"Westin"],"around_goal_pivot_1":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_2":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_3":[[40.443655,-79.9948173],"2 gardens"],"around_goal_pivot_4":[[40.4447801,-79.9965066],"Courtyard"],"around_goal_pivot_5":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_6":[[40.4444654,-79.9938648],"two gardens"],"around_goal_pivot_7":[[40.4456763,-79.9938543],"AC Hotel"],"around_goal_pivot_8":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_9":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_10":[[40.4436597,-79.9956938],"bar"]}} +{"rvs_sample_number":171,"content":"Cross the Smithfield Street Bridge going southwest, and meet me at the garden on the right, as the bridge ends.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4331771296,-80.0038705387],"key":8463,"region":"Pittsburgh","rvs_start_point":[40.4388041,-79.9985826],"landmarks":{"end_point":[[40.4331771296,-80.0038705387],"garden"],"start_point":[[40.4388041,-79.9985826],"restaurant"],"main_pivot":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_2":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_3":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_4":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_5":[[40.4392085698,-79.9984295332],"(former Kaufmann's\/Macy's)"],"main_pivot_6":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_7":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_8":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_9":[[40.4392085698,-79.9984295332],"(former Kaufmann's\/Macy's)"],"main_pivot_10":[[40.4386831504,-79.9983972712],"Law & Finance Building"],"main_pivot_11":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_12":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_13":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_14":[[40.4392085698,-79.9984295332],"(former Kaufmann's\/Macy's)"],"main_pivot_15":[[40.4363339993,-80.001263658],"bridge"],"near_pivot":[[40.4363339993,-80.001263658],"bridge"],"beyond_pivot":[[40.4336994,-80.0045251],"cafe"],"around_goal_pivot_1":[[40.4336994,-80.0045251],"cafe"],"around_goal_pivot_2":[[40.431792,-80.0034279],"shelter"],"around_goal_pivot_3":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_4":[[40.4336496,-80.0050226],"mall"]}} +{"rvs_sample_number":116,"content":"Let's meet up at the parking entrance on Wood street. Head southwest and get past a railroad to get there. In the same block as the destination, you'll find Fairmont hotel and PNC Bank.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4418147,-80.0000837],"key":8464,"region":"Pittsburgh","rvs_start_point":[40.4518217,-79.9831366],"landmarks":{"end_point":[[40.4418147,-80.0000837],"parking entrance"],"start_point":[[40.4518217,-79.9831366],"chocolate shop"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_3":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_4":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_7":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_10":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_11":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_12":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_13":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_14":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_15":[[40.4422748,-79.9995486],"museum"],"near_pivot":[[40.4422748,-79.9995486],"museum"],"beyond_pivot":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_1":[[40.4430954,-80.0000006],"theatre"],"around_goal_pivot_2":[[40.4415623,-79.9982584],"Embassy Suites"],"around_goal_pivot_3":[[40.4413927,-79.9989707],"church"],"around_goal_pivot_4":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_5":[[40.4425726,-80.0000872],"7-Eleven"],"around_goal_pivot_6":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_7":[[40.4426411,-79.9998472],"bar"],"around_goal_pivot_8":[[40.4407273,-79.9997963],"library"],"around_goal_pivot_9":[[40.4407271,-79.9995874],"kindergarten"],"around_goal_pivot_10":[[40.4417321,-79.9988139],"grave yard"]}} +{"rvs_sample_number":327,"content":"Meet me at the restaurant northwest of your location. Head west then turn north onto 6th Street. You will see Butcher and the Rye bar. Your destination is on the next block north. It is the second restaurant on the western side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431844,-80.0025077],"key":8465,"region":"Pittsburgh","rvs_start_point":[40.4391422,-79.9980044],"landmarks":{"end_point":[[40.4431844,-80.0025077],"restaurant"],"start_point":[[40.4391422,-79.9980044],"restaurant"],"main_pivot":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_4":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_5":[[40.438694,-79.9983902],"Law & Finance Building"],"main_pivot_6":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_7":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_8":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_9":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_10":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_11":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_12":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_13":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_14":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.4442400279,-80.0028798975],"bridge"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_5":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_10":[[40.4422781,-80.0033896],"stationery shop"]}} +{"rvs_sample_number":271,"content":"I'm located southwest of you at the bench close to 6 benches. There is a Rothberg's cafe on by the northwest.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4419504,-79.9459192],"key":8466,"region":"Pittsburgh","rvs_start_point":[40.4442603432,-79.9415708381],"landmarks":{"end_point":[[40.4419504,-79.9459192],"bench"],"start_point":[[40.4442603432,-79.9415708381],"garden"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4418824,-79.9458926],"6 benches"],"near_pivot":[[40.4418824,-79.9458926],"6 benches"],"around_goal_pivot_1":[[40.4421966,-79.9442131],"2 benches"],"around_goal_pivot_2":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_3":[[40.4427045,-79.9466726],"cafe"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_5":[[40.4421877,-79.9443467],"3 benches"],"around_goal_pivot_6":[[40.4431964985,-79.9468142514],"parking lot"]}} +{"rvs_sample_number":382,"content":"If you go north and cross over the bridge, you will see me at a bar on Federal street. There is SpringHill Suites a bit northwest of the bar.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4480087,-80.0040035],"key":8467,"region":"Pittsburgh","rvs_start_point":[40.4397960949,-80.0013443374],"landmarks":{"end_point":[[40.4480087,-80.0040035],"bar"],"start_point":[[40.4397960949,-80.0013443374],"restaurant"],"main_pivot":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_2":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_5":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_6":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_7":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_8":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_9":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_10":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_11":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_12":[[40.4422726744,-80.0012370082],"EQT Plaza"],"main_pivot_13":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_14":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_15":[[40.4483506,-80.0044321],"SpringHill Suites"],"near_pivot":[[40.4483506,-80.0044321],"SpringHill Suites"],"around_goal_pivot_1":[[40.4484540751,-80.0027261816],"museum"],"around_goal_pivot_2":[[40.4471681,-80.0041565],"bank"],"around_goal_pivot_3":[[40.4467141,-80.0041002],"three gardens"],"around_goal_pivot_4":[[40.4466453,-80.0040774],"four gardens"],"around_goal_pivot_5":[[40.4487253487,-80.0041474241],"Holiday Inn Express & Suites"],"around_goal_pivot_6":[[40.4466943,-80.0040814],"two gardens"],"around_goal_pivot_7":[[40.4465851,-80.0040506],"three gardens"],"around_goal_pivot_8":[[40.4484869,-80.0025718],"restaurant"],"around_goal_pivot_9":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_10":[[40.446634,-80.0040617],"2 gardens"]}} +{"rvs_sample_number":315,"content":"Come meet me. Pass the park to it's east side and get on East Ohio St and cintinue east until you see me in the H&R Block on your right. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4536546892,-79.998628142],"key":8468,"region":"Pittsburgh","rvs_start_point":[40.4545831514,-80.0132794439],"landmarks":{"end_point":[[40.4536546892,-79.998628142],"H&R Block"],"start_point":[[40.4545831514,-80.0132794439],"garden"],"main_pivot":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_2":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_3":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_4":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_5":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_6":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_7":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_8":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_9":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_10":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_11":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_12":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_13":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_14":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_15":[[40.4537122961,-79.9984272112],"pharmacy"],"near_pivot":[[40.4537122961,-79.9984272112],"pharmacy"],"beyond_pivot":[[40.4540974,-79.9980284],"pet"],"around_goal_pivot_1":[[40.4546312,-79.9995185],"bank"],"around_goal_pivot_2":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_4":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_5":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_6":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_8":[[40.4537025,-79.9999785],"bar"],"around_goal_pivot_9":[[40.4535113,-79.9998881],"frame shop"],"around_goal_pivot_10":[[40.4537562,-79.999816],"hardware shop"]}} +{"rvs_sample_number":349,"content":"I'm really close to you, at a smaller park west of the big park between us. It's on end of Beech Avenue on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4530382699,-80.0144397649],"key":8469,"region":"Pittsburgh","rvs_start_point":[40.4530372572,-80.0071245609],"landmarks":{"end_point":[[40.4530382699,-80.0144397649],"garden"],"start_point":[[40.4530372572,-80.0071245609],"parking lot"],"main_pivot":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_2":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_3":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_4":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_5":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_6":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_7":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_8":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_9":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_10":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_11":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_12":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_13":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_14":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_15":[[40.4516891,-80.0111034],"park"],"near_pivot":[[40.4516891,-80.0111034],"park"],"beyond_pivot":[[40.4526133,-80.0152897],"parking"],"around_goal_pivot_1":[[40.4523315,-80.0150728],"restaurant"],"around_goal_pivot_2":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_3":[[40.4522507243,-80.0123814592],"pitch"],"around_goal_pivot_4":[[40.4523332,-80.0135172],"park"],"around_goal_pivot_5":[[40.4520406,-80.015434],"fitness centre"],"around_goal_pivot_8":[[40.4542817,-80.0140294],"2 gardens"]}} +{"rvs_sample_number":229,"content":"Meet me at the garden on Smallman street west of Klavon's ice cream. It is on the block before three gardens, but not on the same side of the street. Go northeast to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4572252834,-79.9767681787],"key":8470,"region":"Pittsburgh","rvs_start_point":[40.4479173865,-79.9928572511],"landmarks":{"end_point":[[40.4572252834,-79.9767681787],"garden"],"start_point":[[40.4479173865,-79.9928572511],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.456395,-79.9771037],"florist shop"],"near_pivot":[[40.456395,-79.9771037],"florist shop"],"around_goal_pivot_1":[[40.4563649,-79.9761943],"animal boarding"],"around_goal_pivot_2":[[40.456264,-79.9773555],"restaurant"],"around_goal_pivot_3":[[40.4579149,-79.9761404],"three gardens"],"around_goal_pivot_4":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_5":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_6":[[40.4562714,-79.9763288],"florist shop"],"around_goal_pivot_7":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_8":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_9":[[40.4562143,-79.9771833],"antiques shop"],"around_goal_pivot_10":[[40.4560872,-79.9765269],"fitness centre"]}} +{"rvs_sample_number":263,"content":"I'm west of you and a little north, at the drinking water feature on the coast just west of the Fort Duquesne bridge viewpoint.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4425876,-80.0101805],"key":8471,"region":"Pittsburgh","rvs_start_point":[40.439353,-79.9963234],"landmarks":{"end_point":[[40.4425876,-80.0101805],"drinking water"],"start_point":[[40.439353,-79.9963234],"fountain"],"main_pivot":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_2":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_3":[[40.4391204421,-79.9963554032],"Allegheny County Courthouse"],"main_pivot_4":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_5":[[40.4394046143,-79.9962000507],"BNY Mellon Center"],"main_pivot_6":[[40.4396131,-79.9962907],"BNY Mellon Center"],"main_pivot_7":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_10":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_11":[[40.4396131,-79.9962907],"BNY Mellon Center"],"main_pivot_12":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_13":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_14":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_15":[[40.4423911,-80.0096045],"viewpoint"],"near_pivot":[[40.4423911,-80.0096045],"viewpoint"],"around_goal_pivot_1":[[40.4412156511,-80.0097737385],"historic building"],"around_goal_pivot_2":[[40.4400474958,-80.0073164698],"park"],"around_goal_pivot_3":[[40.4413039,-80.0093375],"bicycle repair station"]}} +{"rvs_sample_number":181,"content":"I'm pretty much straight southwards from you, off South Bellefield Avenue, at the bench in the middle of the block with the Nationality Rooms museum. The bench is right next to an attraction. Also, there's the Music Building on the block to the north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4451171,-79.951812],"key":8472,"region":"Pittsburgh","rvs_start_point":[40.4557388,-79.9526928],"landmarks":{"end_point":[[40.4451171,-79.951812],"bench"],"start_point":[[40.4557388,-79.9526928],"community centre"],"main_pivot":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_2":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_3":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_4":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_5":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_6":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_7":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_8":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_9":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_10":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_11":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_12":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_13":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_14":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_15":[[40.4450804,-79.9519788],"attraction"],"near_pivot":[[40.4450804,-79.9519788],"attraction"],"around_goal_pivot_1":[[40.4445184,-79.9528471],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_4":[[40.4438813,-79.9527302],"theatre"],"around_goal_pivot_5":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_6":[[40.4439392,-79.9520664],"bicycle parking"]}} +{"rvs_sample_number":203,"content":"Meet me at the fire station northeast of you. Head past the library and then go north at the bank. You will see the fire station right before the car rental.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.454984,-79.9479618],"key":8473,"region":"Pittsburgh","rvs_start_point":[40.4502796961,-79.9533314796],"landmarks":{"end_point":[[40.454984,-79.9479618],"fire station"],"start_point":[[40.4502796961,-79.9533314796],"playground"],"main_pivot":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_2":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_3":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_4":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_5":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_6":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_7":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_8":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_9":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_10":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_11":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_12":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_13":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_14":[[40.4501510703,-79.9532981378],"Western Pennsylvania School for Blind Children"],"main_pivot_15":[[40.4552314206,-79.9479465037],"car rental"],"near_pivot":[[40.4552314206,-79.9479465037],"car rental"],"around_goal_pivot_1":[[40.454179,-79.9477117],"bank"],"around_goal_pivot_2":[[40.4536893,-79.9490006],"library"],"around_goal_pivot_3":[[40.4532396,-79.9479266],"car shop"]}} +{"rvs_sample_number":567,"content":"Meet me at the restaurant facing near a stadium facing the Forbes Avenue. It is very close to a food court. You'll find a bicycle repair station northwest of the restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4426765,-79.9402389],"key":8474,"region":"Pittsburgh","rvs_start_point":[40.4456807,-79.9490816],"landmarks":{"end_point":[[40.4426765,-79.9402389],"restaurant"],"start_point":[[40.4456807,-79.9490816],"police station"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_5":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_6":[[40.4456291,-79.9505303],"Bellefield Hall"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_9":[[40.4456291,-79.9505303],"Bellefield Hall"],"main_pivot_10":[[40.4456291,-79.9505303],"Bellefield Hall"],"main_pivot_11":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4456291,-79.9505303],"Bellefield Hall"],"main_pivot_15":[[40.4427415,-79.9402778],"food court"],"near_pivot":[[40.4427415,-79.9402778],"food court"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.4418971,-79.9395812],"post box"],"around_goal_pivot_3":[[40.4420217,-79.9394265],"bench"]}} +{"rvs_sample_number":22,"content":"Meet me at the waste basket on Boulevard of the Allies. It's southwest of you, on the corner of the street just north of Point Perk cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4382439,-80.0018495],"key":8475,"region":"Pittsburgh","rvs_start_point":[40.4484373799,-79.9922332357],"landmarks":{"end_point":[[40.4382439,-80.0018495],"waste basket"],"start_point":[[40.4484373799,-79.9922332357],"garden"],"main_pivot":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_2":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_3":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_6":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_8":[[40.4394715407,-80.0013404897],"Arrott Building"],"main_pivot_9":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_10":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_11":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_12":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_13":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_14":[[40.4394715407,-80.0013404897],"Arrott Building"],"main_pivot_15":[[40.4379057,-80.0020219],"cafe"],"near_pivot":[[40.4379057,-80.0020219],"cafe"],"beyond_pivot":[[40.437687,-80.0008103],"public_building"],"around_goal_pivot_1":[[40.4397511,-80.0001868],"arts centre"],"around_goal_pivot_2":[[40.4376661,-80.0006987],"2 restaurants"],"around_goal_pivot_3":[[40.4394715407,-80.0013404897],"fast food restaurant"],"around_goal_pivot_4":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_5":[[40.4396146,-80.0021377],"parking entrance"],"around_goal_pivot_6":[[40.4378722,-80.0000798],"bicycle parking"],"around_goal_pivot_7":[[40.4379902,-80.0002944],"mobile phone shop"],"around_goal_pivot_8":[[40.4380743,-80.0002446],"clothes shop"],"around_goal_pivot_9":[[40.4375949,-80.0006796],"hairdresser shop"],"around_goal_pivot_10":[[40.4373762,-80.0007405],"comics shop"]}} +{"rvs_sample_number":566,"content":"Meet me at the Asian restaurant east of your location. Head east on East Carson Street. Keep heading east until you see Five Star Dentistry. Your destination is in the middle of the next block right before a Subway.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4282932747,-79.9768054433],"key":8476,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657],"landmarks":{"end_point":[[40.4282932747,-79.9768054433],"restaurant"],"start_point":[[40.4290494018,-79.9832749657],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.4283763,-79.9766352],"fast food restaurant"],"near_pivot":[[40.4283763,-79.9766352],"fast food restaurant"],"beyond_pivot":[[40.4283056786,-79.975870328],"bar"],"around_goal_pivot_1":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_2":[[40.428743,-79.9785067],"pharmacy"],"around_goal_pivot_3":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_4":[[40.4281101722,-79.9749352429],"pub"],"around_goal_pivot_5":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_6":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_7":[[40.4282104,-79.9750119],"tattoo shop"],"around_goal_pivot_8":[[40.4287091,-79.977882],"printshop shop"],"around_goal_pivot_9":[[40.4281431476,-79.9752728573],"bicycle shop"]}} +{"rvs_sample_number":564,"content":"Meet me at the McDonald's on Penn Avenue. It's across the river from you, and on the other side of Lin's Hair Studio.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4493182728,-79.9863070576],"key":8477,"region":"Pittsburgh","rvs_start_point":[40.4532231,-80.0014257],"landmarks":{"end_point":[[40.4493182728,-79.9863070576],"fast food restaurant"],"start_point":[[40.4532231,-80.0014257],"bar"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4492859,-79.9869409],"hotel"],"near_pivot":[[40.4492859,-79.9869409],"hotel"],"around_goal_pivot_1":[[40.4490805264,-79.9878210574],"bridge"],"around_goal_pivot_2":[[40.4501691,-79.9864771],"antiques shop"],"around_goal_pivot_3":[[40.450262532,-79.9856713647],"appliance shop"],"around_goal_pivot_4":[[40.4495488,-79.9852416],"2 gardens"],"around_goal_pivot_5":[[40.4501720312,-79.9857319344],"coffee shop"],"around_goal_pivot_6":[[40.4501373294,-79.9857726651],"bakery shop"],"around_goal_pivot_7":[[40.4501306,-79.9852363],"butcher shop"],"around_goal_pivot_8":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_9":[[40.4500834,-79.9876897],"florist shop"]}} +{"rvs_sample_number":578,"content":"Meet me at the restaurant southwest of you. Head down Dawson Street to the post box and then head west from there. The restaurant is in the middle of the block on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4342756777,-79.9538382118],"key":8478,"region":"Pittsburgh","rvs_start_point":[40.4448006242,-79.9435524715],"landmarks":{"end_point":[[40.4342756777,-79.9538382118],"restaurant"],"start_point":[[40.4448006242,-79.9435524715],"shelter"],"main_pivot":[[40.4464184757,-79.9444643453],"WQED"],"main_pivot_2":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_3":[[40.4414439828,-79.9491803776],"Schenley Bridge"],"main_pivot_4":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_5":[[40.4414439828,-79.9491803776],"Schenley Bridge"],"main_pivot_6":[[40.4464184757,-79.9444643453],"WQED"],"main_pivot_7":[[40.4464184757,-79.9444643453],"WQED"],"main_pivot_8":[[40.4420506,-79.9488992],"Bellefield Boiler Plant"],"main_pivot_9":[[40.4464184757,-79.9444643453],"WQED"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4403888,-79.950321],"Panther Hollow"],"main_pivot_12":[[40.4414439828,-79.9491803776],"Schenley Bridge"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4464184757,-79.9444643453],"WQED"],"main_pivot_15":[[40.4342618,-79.9532941],"post box"],"near_pivot":[[40.4342618,-79.9532941],"post box"]}} +{"rvs_sample_number":363,"content":"Meet me south over the river at the optician shop located on Cherry Way, about 2 and a half blocks from it's start. By it's start I mean the spot where the street, at it's northern most point changes it's name. There are several businesses located in the inner part of the block east of the shop and north of it. These businesses include cleaners, baker, several places that sell food and drink as well as clothing shops. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.438012,-79.9988585],"key":8479,"region":"Pittsburgh","rvs_start_point":[40.4532779,-80.0010938],"landmarks":{"end_point":[[40.438012,-79.9988585],"optician shop"],"start_point":[[40.4532779,-80.0010938],"restaurant"],"main_pivot":[[40.4397421893,-79.9995991771],"Warner Centre"],"main_pivot_2":[[40.4397421893,-79.9995991771],"Warner Centre"],"main_pivot_3":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_5":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_6":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_7":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_8":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_9":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_10":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_11":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_12":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_13":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_14":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_15":[[40.4379569,-79.9983518],"computer shop"],"near_pivot":[[40.4379569,-79.9983518],"computer shop"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.4384262266,-79.9972670689],"townhall"],"around_goal_pivot_3":[[40.4378103,-80.0006048],"public building"],"around_goal_pivot_4":[[40.4397112,-79.9998517],"university"],"around_goal_pivot_5":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_6":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_7":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_8":[[40.4367621,-79.9994387],"Fairfield Inn & Suites"],"around_goal_pivot_9":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_10":[[40.4392647,-79.9995902],"school"]}} +{"rvs_sample_number":257,"content":"Let's play tennis. Meet me at the pitch for it just south of panther Hollow road, It's in the park located there. I'm at the farthest court away from the track. The ice skating rink is a ways off to the southwest of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4329952308,-79.9411597338],"key":8480,"region":"Pittsburgh","rvs_start_point":[40.4370765,-79.9547638],"landmarks":{"end_point":[[40.4329952308,-79.9411597338],"pitch"],"start_point":[[40.4370765,-79.9547638],"bar"],"main_pivot":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_2":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_3":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_4":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_5":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_6":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_7":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_8":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_9":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_10":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_11":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_12":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_13":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_14":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_15":[[40.4339127084,-79.942466921],"park"],"near_pivot":[[40.4339127084,-79.942466921],"park"],"beyond_pivot":[[40.4327243,-79.9418887],"pitch"],"around_goal_pivot_1":[[40.4331393,-79.9431575],"track"]}} +{"rvs_sample_number":31,"content":"Let's meet up for lunch at the restaurant across the street from the August Wilson Center for African American Culture. It's northeast of you on Liberty Avenue about a block past the Ewart Building.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4435394,-79.9961389],"key":8481,"region":"Pittsburgh","rvs_start_point":[40.442357,-80.0058703],"landmarks":{"end_point":[[40.4435394,-79.9961389],"restaurant"],"start_point":[[40.442357,-80.0058703],"bench"],"main_pivot":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_2":[[40.4423260766,-80.0018509711],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_4":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_5":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_6":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_7":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_8":[[40.4420101,-80.0006432],"Two PNC Plaza"],"main_pivot_9":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_10":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_11":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_12":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_13":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_14":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_15":[[40.4433140762,-79.9960782399],"arts centre"],"near_pivot":[[40.4433140762,-79.9960782399],"arts centre"],"beyond_pivot":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_1":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_2":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_3":[[40.443149,-79.997737],"Minuteman Press"],"around_goal_pivot_4":[[40.4443575007,-79.9963506307],"Courtyard"],"around_goal_pivot_5":[[40.4431474,-79.9952696],"hotel"],"around_goal_pivot_6":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_7":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_8":[[40.4444057,-79.9954843],"bicycle parking"]}} +{"rvs_sample_number":24,"content":"I'm at the parking entrance on Roberto Clemente Drive. It is west of historic marker. Go southwest to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4412287,-79.9537859],"key":8482,"region":"Pittsburgh","rvs_start_point":[40.4435975,-79.9455128],"landmarks":{"end_point":[[40.4412287,-79.9537859],"parking entrance"],"start_point":[[40.4435975,-79.9455128],"bicycle parking"],"main_pivot":[[40.4424999,-79.9518643],"Schenley Plaza"],"main_pivot_2":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_3":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_4":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_5":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_6":[[40.4428236,-79.951039],"Carnegie Library of Pittsburgh"],"main_pivot_7":[[40.4424999,-79.9518643],"Schenley Plaza"],"main_pivot_8":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_9":[[40.4424999,-79.9518643],"Schenley Plaza"],"main_pivot_10":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_11":[[40.4424999,-79.9518643],"Schenley Plaza"],"main_pivot_12":[[40.4428236,-79.951039],"Carnegie Library of Pittsburgh"],"main_pivot_13":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_14":[[40.4428236,-79.951039],"Carnegie Library of Pittsburgh"],"main_pivot_15":[[40.4414901,-79.9545112],"fast food restaurant"],"near_pivot":[[40.4414901,-79.9545112],"fast food restaurant"],"around_goal_pivot_1":[[40.4423547,-79.9534292],"library"],"around_goal_pivot_2":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_3":[[40.4424999,-79.9518643],"park"],"around_goal_pivot_4":[[40.4403927,-79.9525953],"post office"],"around_goal_pivot_5":[[40.440067,-79.9532053],"restaurant"],"around_goal_pivot_6":[[40.4417977,-79.9528802],"bench"],"around_goal_pivot_7":[[40.4416981,-79.9524585],"pitch"]}} +{"rvs_sample_number":24,"content":"You want to meet at the little coffee shop cafe on Walnut Street? Just go east and pass the Shadyside Variety Store, and the Rite Aid Pharmacy. It's on the south side of the street, but if you see the PNC Bank ATM you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513911,-79.9328242],"key":8483,"region":"Pittsburgh","rvs_start_point":[40.4489692275,-79.9462109648],"landmarks":{"end_point":[[40.4513911,-79.9328242],"cafe"],"start_point":[[40.4489692275,-79.9462109648],"park"],"main_pivot":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_2":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_3":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_4":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_5":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_6":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_7":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_8":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_9":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_10":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_11":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_12":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_13":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_14":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"beyond_pivot":[[40.4518567,-79.9321169],"atm"],"around_goal_pivot_1":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_2":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_3":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_4":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_5":[[40.4510513,-79.933702],"florist shop"]}} +{"rvs_sample_number":190,"content":"I'm at a nightclub across the river on 19th street. After you cross the river go up the street until you reach 19th street. Come here when you can. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4512457,-79.9850555],"key":8484,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401],"landmarks":{"end_point":[[40.4512457,-79.9850555],"nightclub"],"start_point":[[40.4566443457,-79.9995655401],"playground"],"main_pivot":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_2":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_3":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_4":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_5":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_6":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_7":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_8":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_9":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_10":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_11":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_12":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_13":[[40.4490805264,-79.9878210574],"16th Street Bridge"],"main_pivot_14":[[40.4546848,-79.9935903],"Sara Heinz House"],"main_pivot_15":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"near_pivot":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_2":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_3":[[40.4499279928,-79.9855366038],"biergarten"],"around_goal_pivot_4":[[40.4513343,-79.9838441],"cafe"],"around_goal_pivot_5":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_6":[[40.4516432,-79.9838047],"books shop"],"around_goal_pivot_7":[[40.4502371,-79.985419],"appliance shop"],"around_goal_pivot_8":[[40.450129,-79.9855891],"coffee shop"],"around_goal_pivot_9":[[40.4502296,-79.9850866],"butcher shop"]}} +{"rvs_sample_number":290,"content":"Move north on Liberty Avenue. I'm at the garden a little past storage rental shop and on the other side of the street. There is a pub on the its west side.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4576652696,-79.9727728281],"key":8485,"region":"Pittsburgh","rvs_start_point":[40.4516049,-79.9834452],"landmarks":{"end_point":[[40.4576652696,-79.9727728281],"garden"],"start_point":[[40.4516049,-79.9834452],"bank"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.458207,-79.97298],"car repair shop"],"near_pivot":[[40.458207,-79.97298],"car repair shop"],"around_goal_pivot_1":[[40.4586223064,-79.9728187659],"2 gardens"],"around_goal_pivot_2":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_3":[[40.4575966,-79.9740304],"pub"],"around_goal_pivot_4":[[40.4590644,-79.9726512],"clothes shop"],"around_goal_pivot_5":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_6":[[40.4572902,-79.9736669],"storage rental shop"],"around_goal_pivot_7":[[40.4579623,-79.9738708],"three gardens"],"around_goal_pivot_9":[[40.457952,-79.9738864],"two gardens"]}} +{"rvs_sample_number":7,"content":"Head many blocks northeast. Let's meet on the small foot bridge over the train tracks connected to Brownell Street. It is right next to the Boys & Girls Club social facility.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4547076835,-79.9353208295],"key":8486,"region":"Pittsburgh","rvs_start_point":[40.4435975,-79.9455128],"landmarks":{"end_point":[[40.4547076835,-79.9353208295],"bridge"],"start_point":[[40.4435975,-79.9455128],"bicycle parking"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4465508,-79.9444149],"WQED"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4465508,-79.9444149],"WQED"],"main_pivot_6":[[40.4465508,-79.9444149],"WQED"],"main_pivot_7":[[40.4465508,-79.9444149],"WQED"],"main_pivot_8":[[40.4465508,-79.9444149],"WQED"],"main_pivot_9":[[40.4465508,-79.9444149],"WQED"],"main_pivot_10":[[40.4465508,-79.9444149],"WQED"],"main_pivot_11":[[40.4465508,-79.9444149],"WQED"],"main_pivot_12":[[40.4465508,-79.9444149],"WQED"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4465508,-79.9444149],"WQED"],"main_pivot_15":[[40.454748,-79.9349008],"social facility"],"near_pivot":[[40.454748,-79.9349008],"social facility"],"around_goal_pivot_1":[[40.4538583,-79.9342013],"school"]}} +{"rvs_sample_number":108,"content":"I'm at the fitness centre south of animal boarding on Penn Avenue. The place is slightly northwest of where you are. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4560872,-79.9765269],"key":8487,"region":"Pittsburgh","rvs_start_point":[40.4527391,-79.9676135],"landmarks":{"end_point":[[40.4560872,-79.9765269],"fitness centre"],"start_point":[[40.4527391,-79.9676135],"school"],"main_pivot":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_2":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_3":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_4":[[40.4528622,-79.9657138],"Fire Department Number 7"],"main_pivot_5":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_6":[[40.4562573,-79.9676427],"Immaculate Heart of Mary"],"main_pivot_7":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_8":[[40.4525566,-79.9673417],"W H McKelvy Elementary School"],"main_pivot_9":[[40.4525566,-79.9673417],"W H McKelvy Elementary School"],"main_pivot_10":[[40.452521,-79.9672844],"Saint Benedict the Moor Convent"],"main_pivot_11":[[40.4528622,-79.9657138],"Fire Department Number 7"],"main_pivot_12":[[40.4525566,-79.9673417],"W H McKelvy Elementary School"],"main_pivot_13":[[40.4525566,-79.9673417],"W H McKelvy Elementary School"],"main_pivot_14":[[40.452521,-79.9672844],"Saint Benedict the Moor Convent"],"main_pivot_15":[[40.4563649,-79.9761943],"animal boarding"],"near_pivot":[[40.4563649,-79.9761943],"animal boarding"],"around_goal_pivot_1":[[40.4570134,-79.9755625],"ice cream"],"around_goal_pivot_2":[[40.4568972,-79.9775391],"paint shop"],"around_goal_pivot_3":[[40.4566535,-79.9752321],"appliance shop"],"around_goal_pivot_9":[[40.4564783,-79.9752665],"2 gardens"]}} +{"rvs_sample_number":30,"content":"Meet me at the waste basket east of your location. Head north then turn east onto Forbes Avenue. Keep heading east until you see Au Bon Pain fast food restaurant. When you're at Au Bon Pain, head south east toward Entropy convenience shop. From there, head east toward the waste basket. If you see Tartains Pavilion food court, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4427274,-79.941398],"key":8488,"region":"Pittsburgh","rvs_start_point":[40.4422641,-79.9527501],"landmarks":{"end_point":[[40.4427274,-79.941398],"waste basket"],"start_point":[[40.4422641,-79.9527501],"toilets"],"main_pivot":[[40.4420170739,-79.9533061615],"Wesley W. Posvar Hall"],"main_pivot_2":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_3":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.4420170739,-79.9533061615],"Wesley W. Posvar Hall"],"main_pivot_8":[[40.4420170739,-79.9533061615],"Wesley W. Posvar Hall"],"main_pivot_9":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_10":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_11":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_12":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_13":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_14":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_15":[[40.4430256,-79.9421484],"convenience shop"],"near_pivot":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_1":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_2":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_3":[[40.4426413,-79.9402936],"food court"],"around_goal_pivot_4":[[40.4425229,-79.9399823],"2 restaurants"],"around_goal_pivot_5":[[40.443955,-79.9411099],"parking entrance"],"around_goal_pivot_6":[[40.4437584,-79.9423308],"books shop"],"around_goal_pivot_7":[[40.4427902,-79.9395999],"track"],"around_goal_pivot_8":[[40.4423296,-79.9405716],"pitch"]}} +{"rvs_sample_number":599,"content":"Move east from your location. I\"m waiting at Hilton Garden Inn on Forbes Avenue. It is on the same block with CVS pharmacy.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4395489,-79.9594471],"key":8489,"region":"Pittsburgh","rvs_start_point":[40.4382904,-79.9770518],"landmarks":{"end_point":[[40.4395489,-79.9594471],"Hilton Garden Inn"],"start_point":[[40.4382904,-79.9770518],"bicycle repair station"],"main_pivot":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_2":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_3":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_4":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_5":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_6":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_7":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_8":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_9":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_10":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_11":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_12":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_13":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_14":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_15":[[40.4393339,-79.9598901],"pharmacy"],"near_pivot":[[40.4393339,-79.9598901],"pharmacy"],"beyond_pivot":[[40.4401553,-79.958615],"parking"],"around_goal_pivot_1":[[40.4405841,-79.9581671],"restaurant"],"around_goal_pivot_2":[[40.4407282,-79.9586848],"cafe"],"around_goal_pivot_3":[[40.4386592,-79.9608742],"police station"],"around_goal_pivot_4":[[40.4405099,-79.9581629],"post box"]}} +{"rvs_sample_number":464,"content":"Meet me at the bar northeast of your location. Head east until you see Carnegie Museum of Art. From there, head north four blocks. Then head east five blocks until you get to South Aiken Avenue. Head north from there. Your destination is on the third block, at the end of the block. If you see Bruegger's Bagels, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4504578,-79.9352413],"key":8490,"region":"Pittsburgh","rvs_start_point":[40.4431748826,-79.9528743907],"landmarks":{"end_point":[[40.4504578,-79.9352413],"bar"],"start_point":[[40.4431748826,-79.9528743907],"garden"],"main_pivot":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_2":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_3":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_4":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_6":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_7":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_8":[[40.4465508,-79.9444149],"WQED"],"main_pivot_9":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_11":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_12":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_13":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_14":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_15":[[40.4507402,-79.9357127],"fast food restaurant"],"near_pivot":[[40.4507402,-79.9357127],"fast food restaurant"],"beyond_pivot":[[40.4510773,-79.934669],"cafe"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_3":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_4":[[40.45136,-79.9344166],"parking lot"],"around_goal_pivot_5":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_6":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_7":[[40.4512774,-79.9337683],"jewelry shop"]}} +{"rvs_sample_number":279,"content":"I'm at a massage place. Okay from where you are you need to cross the Roberto Clemente Bridge and keep on that road until it ends and then you'll make a left right by which it'll then wind right when you get to Nova Place. Then when you get to West Ohio Street you turn left onto it. When you get to a one way street you'll make a right (the only way you can go) and then I'll be at the garden on the left just after that.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.442946,-80.0024031],"key":8491,"region":"Pittsburgh","rvs_start_point":[40.4527216511,-80.0148912644],"landmarks":{"end_point":[[40.442946,-80.0024031],"massage shop"],"start_point":[[40.4527216511,-80.0148912644],"garden"],"main_pivot":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_2":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_3":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_4":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_7":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_12":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"around_goal_pivot_1":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_2":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_3":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_4":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_5":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_6":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_7":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_8":[[40.4420457,-80.0031582],"confectionery shop"],"around_goal_pivot_9":[[40.4419014,-80.0031032],"photo shop"],"around_goal_pivot_10":[[40.4417468099,-80.0020886169],"park"]}} +{"rvs_sample_number":263,"content":"Walk east on the street you are on past Carnegie Library and clothes shop. I'm at the post box at the corner and on the same block with PNC Bank atm.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.426256,-79.9655554],"key":8492,"region":"Pittsburgh","rvs_start_point":[40.4288971,-79.9853085],"landmarks":{"end_point":[[40.426256,-79.9655554],"post box"],"start_point":[[40.4288971,-79.9853085],"bicycle parking"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4264025,-79.9658067],"post box"],"near_pivot":[[40.4264025,-79.9658067],"post box"],"beyond_pivot":[[40.4264241,-79.9644376],"bench"],"around_goal_pivot_1":[[40.4269114,-79.9647294],"atm"],"around_goal_pivot_2":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_3":[[40.4263713,-79.9671015],"bar"],"around_goal_pivot_4":[[40.4269378,-79.9643888],"parking entrance"],"around_goal_pivot_5":[[40.4264241,-79.9644376],"bench"],"around_goal_pivot_6":[[40.4269521,-79.9669805],"clothes shop"]}} +{"rvs_sample_number":558,"content":"Meet me at the garden on Penn Avenue northeast of you. MECKA Fitness is to its northwest and a clothes shop to its southwest. There are two other gardens on the northeast corner of the same block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4579388795,-79.9739211519],"key":8493,"region":"Pittsburgh","rvs_start_point":[40.4516516,-79.9844704],"landmarks":{"end_point":[[40.4579388795,-79.9739211519],"garden"],"start_point":[[40.4516516,-79.9844704],"restaurant"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4519505714,-79.9846769418],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4584935831,-79.9734537491],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_5":[[40.4586905,-79.9728346],"two gardens"],"around_goal_pivot_6":[[40.4588104031,-79.9747036889],"two gardens"],"around_goal_pivot_7":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_8":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_9":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":9,"content":"Meet me at the warehouse on Penn Avenue. Find the Crystal restaurant on the same street and it is the last building on the next block.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4452537723,-79.9936857059],"key":8494,"region":"Pittsburgh","rvs_start_point":[40.4550296134,-80.0008799021],"landmarks":{"end_point":[[40.4452537723,-79.9936857059],"warehouse"],"start_point":[[40.4550296134,-80.0008799021],"laundry shop"],"main_pivot":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_2":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_3":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_4":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_5":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_6":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_7":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_8":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_9":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_10":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_11":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_12":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_13":[[40.4445067,-79.9950482],"The Westin Convention Center Pittsburgh"],"main_pivot_14":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_15":[[40.4455652,-79.9937332],"AC Hotel"],"near_pivot":[[40.4455652,-79.9937332],"AC Hotel"],"beyond_pivot":[[40.4458776,-79.9932338],"restaurant"],"around_goal_pivot_1":[[40.4450986,-79.9953597],"2 parking entrances"],"around_goal_pivot_2":[[40.4445067,-79.9950482],"Westin"],"around_goal_pivot_3":[[40.4445029,-79.9938434],"2 gardens"],"around_goal_pivot_4":[[40.4462357419,-79.9927620934],"museum"],"around_goal_pivot_5":[[40.4464696,-79.993001],"2 gardens"],"around_goal_pivot_6":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_7":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_8":[[40.4443674037,-79.9929873534],"2 gardens"],"around_goal_pivot_9":[[40.4460499,-79.9921633],"restaurant"],"around_goal_pivot_10":[[40.4459295,-79.9925106],"bicycle rental"]}} +{"rvs_sample_number":152,"content":"Meet me at the garden on Boulevard of the Allies. There is a restaurant on its northwest and a fountain on northeast. It is located in downtown.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4404244772,-80.0056293876],"key":8495,"region":"Pittsburgh","rvs_start_point":[40.4408951,-79.9999309],"landmarks":{"end_point":[[40.4404244772,-80.0056293876],"garden"],"start_point":[[40.4408951,-79.9999309],"shoes shop"],"main_pivot":[[40.4403311,-79.9995638],"Warner Centre"],"main_pivot_2":[[40.4417120232,-80.0032161479],"Fifth Avenue Place"],"main_pivot_3":[[40.4403311,-79.9995638],"Warner Centre"],"main_pivot_4":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_5":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_6":[[40.4415198,-80.0040472],"Gateway Station"],"main_pivot_7":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_8":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_9":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_10":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_11":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_12":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_13":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_14":[[40.4403311,-79.9995638],"Warner Centre"],"main_pivot_15":[[40.4408589,-80.0060956],"restaurant"],"near_pivot":[[40.4408589,-80.0060956],"restaurant"],"around_goal_pivot_1":[[40.4414503961,-80.0058850319],"hotel"],"around_goal_pivot_2":[[40.4398974,-80.0046515],"church"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4411362,-80.0044989],"restaurant"],"around_goal_pivot_5":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_6":[[40.4408478,-80.0039929],"fitness centre"],"around_goal_pivot_10":[[40.4394501,-80.0066034],"2 gardens"]}} +{"rvs_sample_number":16,"content":"Cross over the river then go northeast and meet me at the garden on Spruce Way. It's between the hairdresser shop and some other gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4547828734,-79.9815684568],"key":8496,"region":"Pittsburgh","rvs_start_point":[40.4534483911,-79.9933539097],"landmarks":{"end_point":[[40.4547828734,-79.9815684568],"garden"],"start_point":[[40.4534483911,-79.9933539097],"parking lot"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4540878,-79.9817118],"hairdresser shop"],"near_pivot":[[40.4540878,-79.9817118],"hairdresser shop"],"beyond_pivot":[[40.4548558,-79.9808575],"garden"],"around_goal_pivot_1":[[40.4551446,-79.9806619],"2 gardens"],"around_goal_pivot_2":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_3":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_4":[[40.4536136,-79.9823699],"2 gardens"],"around_goal_pivot_6":[[40.4559527,-79.9823163],"two gardens"]}} +{"rvs_sample_number":506,"content":"Move southwest towards Forbes Avenue. Let's meet at the post box west of seven gardens and southeast of William Pitt attraction.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4430337,-79.9537191],"key":8497,"region":"Pittsburgh","rvs_start_point":[40.44822815,-79.94163055],"landmarks":{"end_point":[[40.4430337,-79.9537191],"post box"],"start_point":[[40.44822815,-79.94163055],"parking lot"],"main_pivot":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_2":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_3":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_4":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_5":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_7":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_8":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_9":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_10":[[40.4465508,-79.9444149],"WQED"],"main_pivot_11":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_12":[[40.4465508,-79.9444149],"WQED"],"main_pivot_13":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_14":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_15":[[40.4433358,-79.9544418],"attraction"],"near_pivot":[[40.4433358,-79.9544418],"attraction"],"around_goal_pivot_1":[[40.4438239,-79.9533131],"historic building"],"around_goal_pivot_2":[[40.4436544,-79.9525768],"attraction"],"around_goal_pivot_3":[[40.4431912,-79.9555779],"bicycle repair station"],"around_goal_pivot_4":[[40.4426229,-79.9527751],"restaurant"],"around_goal_pivot_5":[[40.4425977,-79.9525439],"shelter"],"around_goal_pivot_6":[[40.4438078,-79.9528592],"library"],"around_goal_pivot_7":[[40.4440043,-79.95359],"fountain"],"around_goal_pivot_8":[[40.4433585,-79.9523925],"6 gardens"],"around_goal_pivot_9":[[40.4436966,-79.9521527],"parking lot"],"around_goal_pivot_10":[[40.4432177,-79.9526121],"7 gardens"]}} +{"rvs_sample_number":258,"content":"Meet me at the fast food restaurant east of your location. Head east on Carson Street. Keep going until you see a Perlora furniture shop. Your destination is the middle of the next block right next to a State Farm.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4279944217,-79.9722193385],"key":8498,"region":"Pittsburgh","rvs_start_point":[40.4289702,-79.98067205],"landmarks":{"end_point":[[40.4279944217,-79.9722193385],"fast food restaurant"],"start_point":[[40.4289702,-79.98067205],"post office"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4279819803,-79.9720912133],"State Farm"],"near_pivot":[[40.4279819803,-79.9720912133],"State Farm"],"beyond_pivot":[[40.4283404,-79.9715396],"restaurant"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_4":[[40.4288195,-79.9727866],"6 parking spaces"],"around_goal_pivot_5":[[40.4288178,-79.9727509],"four parking spaces"],"around_goal_pivot_6":[[40.4288211,-79.9728196],"4 parking spaces"],"around_goal_pivot_7":[[40.4288226,-79.9728511],"two parking spaces"],"around_goal_pivot_8":[[40.4284903,-79.9709252],"convenience shop"],"around_goal_pivot_9":[[40.4282445,-79.973575],"clothes shop"],"around_goal_pivot_10":[[40.4282592,-79.9738357],"furniture shop"]}} +{"rvs_sample_number":104,"content":"Meet me at the school next to a library on Watt Street. To the far northwest across the railroad, you'll find Pittsburgh Opera.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4495135,-79.9711635],"key":8499,"region":"Pittsburgh","rvs_start_point":[40.4517157333,-79.9811868667],"landmarks":{"end_point":[[40.4495135,-79.9711635],"school"],"start_point":[[40.4517157333,-79.9811868667],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4493377,-79.9710576],"library"],"near_pivot":[[40.4493377,-79.9710576],"library"]}} +{"rvs_sample_number":323,"content":"Let's meet up at the garden on Liberty Avenue on your northeast. Across the street and on the other end, there is a cafe . Two other gardens are located on the opposite block to its south near the railroad.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4522836406,-79.9810022624],"key":8500,"region":"Pittsburgh","rvs_start_point":[40.4503847,-79.986324],"landmarks":{"end_point":[[40.4522836406,-79.9810022624],"garden"],"start_point":[[40.4503847,-79.986324],"wholesale shop"],"main_pivot":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4510151,-79.9860272],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4520545,-79.9819129],"cafe"],"near_pivot":[[40.4520545,-79.9819129],"cafe"],"around_goal_pivot_1":[[40.4512384345,-79.981227679],"2 gardens"],"around_goal_pivot_2":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_3":[[40.4533254,-79.9809237],"bar"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_6":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_7":[[40.4534616,-79.9810818],"two parking lots"],"around_goal_pivot_8":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_9":[[40.4520628,-79.9827898],"florist shop"],"around_goal_pivot_10":[[40.4520397,-79.9824153],"fabric shop"]}} +{"rvs_sample_number":120,"content":"Meet me at the bench near student accomodation on Fifth Avenue. It is in between the two building just south of the student accomodation.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.446395,-79.9464315],"key":8501,"region":"Pittsburgh","rvs_start_point":[40.4395906,-79.9590965],"landmarks":{"end_point":[[40.446395,-79.9464315],"bench"],"start_point":[[40.4395906,-79.9590965],"post box"],"main_pivot":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_2":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_3":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_4":[[40.4415966,-79.956783],"Sennott Square"],"main_pivot_5":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_6":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_7":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_8":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_9":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_10":[[40.4425414,-79.9554321],"David Lawrence Hall"],"main_pivot_11":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_12":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_13":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_14":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_15":[[40.4467599077,-79.9466253195],"student accomodation"],"near_pivot":[[40.4467599077,-79.9466253195],"student accomodation"],"around_goal_pivot_1":[[40.4465053471,-79.944975348],"studio"],"around_goal_pivot_2":[[40.4472831753,-79.9467915963],"student accomodation"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_6":[[40.4458842,-79.9474097],"garden"]}} +{"rvs_sample_number":65,"content":"Let's meet at the University of Pittsburgh clothes shop on Forbes Ave. It's just southeast of you It's just north of Hemingway's pub, less than half a block, on the same side of the street. If you get to the library, you've gone a few dozen feet too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4427896,-79.9554318],"key":8502,"region":"Pittsburgh","rvs_start_point":[40.4463144,-79.9637143333],"landmarks":{"end_point":[[40.4427896,-79.9554318],"clothes shop"],"start_point":[[40.4463144,-79.9637143333],"tower"],"main_pivot":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_2":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_3":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_4":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_5":[[40.4441121832,-79.9614687664],"Petersen Events Center"],"main_pivot_6":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_7":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_8":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_9":[[40.4441121832,-79.9614687664],"Petersen Events Center"],"main_pivot_10":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_11":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_12":[[40.4441121832,-79.9614687664],"Petersen Events Center"],"main_pivot_13":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_14":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_15":[[40.4427572,-79.9547633],"library"],"near_pivot":[[40.4427572,-79.9547633],"library"],"beyond_pivot":[[40.4429874,-79.9547228],"waste_basket"],"around_goal_pivot_1":[[40.4418286,-79.9564675],"university"],"around_goal_pivot_2":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_3":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_4":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_5":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_6":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_7":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_8":[[40.4434044,-79.9566794],"church"],"around_goal_pivot_9":[[40.4436817,-79.9560549],"bicycle parking"],"around_goal_pivot_10":[[40.441478,-79.9559814],"parking entrance"]}} +{"rvs_sample_number":10,"content":"Meet me at the parking entrance up east on Penn Avenue. It's the lot that serves the Convention Center for the hotel. On your way here you'll pass by the Benedum Center. When you do, you'll be about half way here.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4444071,-79.9953094],"key":8503,"region":"Pittsburgh","rvs_start_point":[40.4415657342,-80.0057515958],"landmarks":{"end_point":[[40.4444071,-79.9953094],"parking entrance"],"start_point":[[40.4415657342,-80.0057515958],"garden"],"main_pivot":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_2":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_7":[[40.4415090892,-80.0058726063],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_9":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_10":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_11":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_12":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_13":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_14":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_15":[[40.4442276265,-79.9951774828],"Westin"],"near_pivot":[[40.4442276265,-79.9951774828],"Westin"],"around_goal_pivot_1":[[40.4435009,-79.9950052],"two gardens"],"around_goal_pivot_2":[[40.4434767,-79.9953748],"arts centre"],"around_goal_pivot_3":[[40.4434200296,-79.993958457],"courthouse"],"around_goal_pivot_4":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_5":[[40.4437898,-79.9941388],"4 gardens"],"around_goal_pivot_6":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_7":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_8":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_9":[[40.4433225,-79.9951219],"hotel"],"around_goal_pivot_10":[[40.4436373,-79.9957766],"cafe"]}} +{"rvs_sample_number":32,"content":"You'll see me at the cafe southwest of your location. It is on Terrace street very close to university and west of parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4404839565,-79.9653309251],"key":8504,"region":"Pittsburgh","rvs_start_point":[40.4500903,-79.9507227],"landmarks":{"end_point":[[40.4404839565,-79.9653309251],"cafe"],"start_point":[[40.4500903,-79.9507227],"bar"],"main_pivot":[[40.4457328,-79.9575316],"Cheveron Science Center"],"main_pivot_2":[[40.4441456,-79.9586912],"Learning Research and Development Center Building"],"main_pivot_3":[[40.4449449184,-79.9572876076],"O'Hara Student Center"],"main_pivot_4":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_5":[[40.445096,-79.9569263],"Soldiers and Sailors Memorial Hall"],"main_pivot_6":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_7":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_8":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_9":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_10":[[40.4444479,-79.9572754],"Thackeray Hall"],"main_pivot_11":[[40.4444479,-79.9572754],"Thackeray Hall"],"main_pivot_12":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_13":[[40.4444545,-79.9583493],"Allen Hall"],"main_pivot_14":[[40.4438859,-79.958716],"Benedum Hall"],"main_pivot_15":[[40.4404061,-79.9650977],"university"],"near_pivot":[[40.4404061,-79.9650977],"university"],"around_goal_pivot_1":[[40.4397913,-79.963941],"school"],"around_goal_pivot_2":[[40.4407271,-79.9643222],"parking lot"]}} +{"rvs_sample_number":69,"content":"I'm north of you at a car repair shop on Baum Boulevard, come meet me there. It is across the street from Prizant doctor's office, and south of SYN Taqueria + Pizzeria.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4592612685,-79.9314267055],"key":8505,"region":"Pittsburgh","rvs_start_point":[40.4507468,-79.9347737],"landmarks":{"end_point":[[40.4592612685,-79.9314267055],"car repair shop"],"start_point":[[40.4507468,-79.9347737],"gift shop"],"main_pivot":[[40.4565316,-79.9330054],"Negley"],"main_pivot_2":[[40.4565316,-79.9330054],"Negley"],"main_pivot_3":[[40.4565316,-79.9330054],"Negley"],"main_pivot_4":[[40.4565316,-79.9330054],"Negley"],"main_pivot_5":[[40.4565316,-79.9330054],"Negley"],"main_pivot_6":[[40.4565316,-79.9330054],"Negley"],"main_pivot_7":[[40.4565316,-79.9330054],"Negley"],"main_pivot_8":[[40.4565316,-79.9330054],"Negley"],"main_pivot_9":[[40.4565316,-79.9330054],"Negley"],"main_pivot_10":[[40.4565316,-79.9330054],"Negley"],"main_pivot_11":[[40.4565316,-79.9330054],"Negley"],"main_pivot_12":[[40.4565316,-79.9330054],"Negley"],"main_pivot_13":[[40.4565316,-79.9330054],"Negley"],"main_pivot_14":[[40.4565316,-79.9330054],"Negley"],"main_pivot_15":[[40.458833,-79.9316836],"doctor's office"],"near_pivot":[[40.458833,-79.9316836],"doctor's office"],"beyond_pivot":[[40.4600085,-79.9310309],"restaurant"],"around_goal_pivot_1":[[40.45879,-79.9326395],"gas station"],"around_goal_pivot_2":[[40.4590198,-79.9324877],"car wash"],"around_goal_pivot_3":[[40.4599571,-79.9309604],"restaurant"],"around_goal_pivot_4":[[40.4587687,-79.9306043],"doctor's office"],"around_goal_pivot_5":[[40.4579234,-79.9320446],"post box"],"around_goal_pivot_6":[[40.4582249,-79.932453],"paint shop"],"around_goal_pivot_7":[[40.4589606,-79.9328851],"car repair shop"],"around_goal_pivot_8":[[40.4587304,-79.9322059],"hairdresser shop"]}} +{"rvs_sample_number":544,"content":"After you drop off the camera, head southeast and meet me at the parking entrance on the north side of fourth Avenue. It's about 1 block west of the Au Bon Pain restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4386807,-79.9992584],"key":8506,"region":"Pittsburgh","rvs_start_point":[40.4410997,-80.0023902],"landmarks":{"end_point":[[40.4386807,-79.9992584],"parking entrance"],"start_point":[[40.4410997,-80.0023902],"camera shop"],"main_pivot":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_2":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_3":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_4":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_5":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_6":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_7":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_8":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_9":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_10":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_11":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_12":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_13":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_14":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_15":[[40.4395082,-79.9995249],"arts centre"],"near_pivot":[[40.4395082,-79.9995249],"arts centre"],"beyond_pivot":[[40.4382071,-79.9987199],"fast_food"],"around_goal_pivot_1":[[40.4378103,-80.0006048],"public building"],"around_goal_pivot_2":[[40.4398487,-80.0000093],"mall"],"around_goal_pivot_3":[[40.4380822,-79.9983547],"cafe"],"around_goal_pivot_4":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_5":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_6":[[40.4398337,-80.0003802],"pub"],"around_goal_pivot_7":[[40.4393992,-80.0004799],"post office"],"around_goal_pivot_8":[[40.4399978,-79.9986158],"clock"],"around_goal_pivot_9":[[40.4378722,-80.0000798],"bicycle parking"],"around_goal_pivot_10":[[40.4379768,-79.9987574],"confectionery shop"]}} +{"rvs_sample_number":202,"content":"Meet me at the parking lot on South 21st Street. On the second block to the west, there is a school. On the far side of the east block, there is a clock. \r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4260684295,-79.976504628],"key":8507,"region":"Pittsburgh","rvs_start_point":[40.4286606,-79.98546185],"landmarks":{"end_point":[[40.4260684295,-79.976504628],"parking lot"],"start_point":[[40.4286606,-79.98546185],"bar"],"main_pivot":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_2":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_3":[[40.4288403272,-79.9854655229],"Dairy Queen"],"main_pivot_4":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_5":[[40.4288403272,-79.9854655229],"Dairy Queen"],"main_pivot_6":[[40.4288403272,-79.9854655229],"Dairy Queen"],"main_pivot_7":[[40.4288403272,-79.9854655229],"Dairy Queen"],"main_pivot_8":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_9":[[40.4288403272,-79.9854655229],"Dairy Queen"],"main_pivot_10":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_11":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_12":[[40.4288403272,-79.9854655229],"Dairy Queen"],"main_pivot_13":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_14":[[40.4288395,-79.985506],"Great Clips"],"main_pivot_15":[[40.4256694,-79.9767591],"clinic"],"near_pivot":[[40.4256694,-79.9767591],"clinic"],"around_goal_pivot_1":[[40.426201,-79.9749664],"clock"],"around_goal_pivot_2":[[40.4254151,-79.9778065],"Wedding Location"],"around_goal_pivot_3":[[40.4260678,-79.9780406],"school"]}} +{"rvs_sample_number":164,"content":"Meet me at ALDI on East Carson Street, it north east of your current position. It is diagonally across from LA fitness.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4269826,-79.967243],"key":8508,"region":"Pittsburgh","rvs_start_point":[40.4251945368,-79.9749607592],"landmarks":{"end_point":[[40.4269826,-79.967243],"ALDI"],"start_point":[[40.4251945368,-79.9749607592],"bridge"],"main_pivot":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_2":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_3":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_4":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_5":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_6":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_7":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_8":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_9":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_10":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_11":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_12":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_13":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_14":[[40.426201,-79.9749664],"Duquesne Brewery Clock"],"main_pivot_15":[[40.4271335,-79.966633],"LA Fitness"],"near_pivot":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_1":[[40.4264025,-79.9658067],"post box"],"around_goal_pivot_2":[[40.4279563,-79.9660175],"bicycle rental"],"around_goal_pivot_3":[[40.4272404,-79.9689546],"beauty shop"]}} +{"rvs_sample_number":400,"content":"I'm at the barber east of North park, you should cross the bridge to the other side and in the middle of the park turn east. If you reach Goodwill you have gone too far. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4534414,-80.0014056],"key":8509,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879],"landmarks":{"end_point":[[40.4534414,-80.0014056],"hairdresser shop"],"start_point":[[40.4431343,-80.0024879],"restaurant"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_12":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4534183,-80.0015575],"fast food restaurant"],"near_pivot":[[40.4534183,-80.0015575],"fast food restaurant"],"beyond_pivot":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_1":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_2":[[40.4544789,-80.0014343],"two parking lots"],"around_goal_pivot_3":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_4":[[40.4537025,-79.9999785],"bar"],"around_goal_pivot_5":[[40.4538845,-79.9996791],"bank"],"around_goal_pivot_6":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_7":[[40.4545905,-80.0016868],"dentist's office"],"around_goal_pivot_8":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_9":[[40.4535424,-79.9996947],"antiques shop"],"around_goal_pivot_10":[[40.4534164,-80.0004003],"money lender shop"]}} +{"rvs_sample_number":423,"content":"I'm northeast of you, at a computer shop on Third Avenue. Just east of here is the townhall, and The Vision Center is on the block to the north. The Hartley-Rose Belting Company Building is south of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4379569,-79.9983518],"key":8510,"region":"Pittsburgh","rvs_start_point":[40.4357446195,-80.0088070324],"landmarks":{"end_point":[[40.4379569,-79.9983518],"computer shop"],"start_point":[[40.4357446195,-80.0088070324],"garden"],"main_pivot":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_2":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_3":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_4":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_5":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_6":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_7":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_8":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_9":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_10":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_11":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_12":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_13":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_14":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_15":[[40.4380631,-79.9975026],"townhall"],"near_pivot":[[40.4380631,-79.9975026],"townhall"],"around_goal_pivot_1":[[40.4387249,-79.9970514],"courthouse"],"around_goal_pivot_2":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_3":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_4":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_5":[[40.4384244,-79.9999235],"cafe"],"around_goal_pivot_6":[[40.4391106,-79.9994084],"gambling place"],"around_goal_pivot_7":[[40.4388559,-79.9992156],"mobile phone shop"],"around_goal_pivot_8":[[40.4391049,-79.9978959],"beauty shop"],"around_goal_pivot_9":[[40.4390875,-79.9987853],"tobacco shop"],"around_goal_pivot_10":[[40.4388544,-79.9982075],"optician shop"]}} +{"rvs_sample_number":595,"content":"Head northwest to meet me at the beauty shop right on the corner, located on Western Avenue. It's a couple blocks north of BABB Incorporated and just east of a cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4517896,-80.0166761],"key":8511,"region":"Pittsburgh","rvs_start_point":[40.4497366,-80.0139861],"landmarks":{"end_point":[[40.4517896,-80.0166761],"beauty shop"],"start_point":[[40.4497366,-80.0139861],"bench"],"main_pivot":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_2":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_3":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_4":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_5":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_6":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_7":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_8":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_9":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_10":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_11":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_12":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_13":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_14":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_15":[[40.4516021,-80.0171119],"cafe"],"near_pivot":[[40.4516021,-80.0171119],"cafe"],"beyond_pivot":[[40.4516601,-80.0175026],"restaurant"],"around_goal_pivot_1":[[40.4523645,-80.0159351],"two gardens"],"around_goal_pivot_2":[[40.4514967,-80.0179848],"hotel"],"around_goal_pivot_3":[[40.4518596,-80.0176931],"cafe"],"around_goal_pivot_4":[[40.4518406,-80.0183603],"dentist's office"],"around_goal_pivot_5":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_6":[[40.4518827,-80.0155397],"fitness centre"],"around_goal_pivot_7":[[40.4523675,-80.0159092],"garden"]}} +{"rvs_sample_number":138,"content":"Move far east past open stage theatre. Meet me at Lockhart Tire which is directly north of Giant Eagle.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4521387,-79.9999429],"key":8512,"region":"Pittsburgh","rvs_start_point":[40.4500635,-80.0154789],"landmarks":{"end_point":[[40.4521387,-79.9999429],"tyres shop"],"start_point":[[40.4500635,-80.0154789],"cafe"],"main_pivot":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_2":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_3":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_4":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_5":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_6":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_7":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_8":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_9":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_10":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_11":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_12":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_13":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_14":[[40.4502523609,-80.0155142433],"Allegheny West Historic District"],"main_pivot_15":[[40.4517576439,-79.9998708977],"Giant Eagle"],"near_pivot":[[40.4517576439,-79.9998708977],"Giant Eagle"],"beyond_pivot":[[40.4525979,-79.9982419],"hotel"],"around_goal_pivot_1":[[40.4511887,-80.0004285],"gas station"],"around_goal_pivot_2":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_3":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_4":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_5":[[40.4532779,-80.0010938],"restaurant"],"around_goal_pivot_6":[[40.4519825,-80.0017383],"theatre"],"around_goal_pivot_7":[[40.4533449,-80.0007631],"clothes shop"],"around_goal_pivot_8":[[40.4535113,-79.9998881],"frame shop"],"around_goal_pivot_9":[[40.4533877,-80.0005867],"florist shop"],"around_goal_pivot_10":[[40.4534164,-80.0004003],"money lender shop"]}} +{"rvs_sample_number":340,"content":"Go north up to Federal Street and meet me at the beauty shop across from the library. It's right next to a pizza place, and west of the shelter.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4565662,-80.0071629],"key":8513,"region":"Pittsburgh","rvs_start_point":[40.444988274,-80.0136847095],"landmarks":{"end_point":[[40.4565662,-80.0071629],"beauty shop"],"start_point":[[40.444988274,-80.0136847095],"garden"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.456276,-80.0067471],"library"],"near_pivot":[[40.456276,-80.0067471],"library"],"around_goal_pivot_1":[[40.4561756,-80.0086112],"two gardens"],"around_goal_pivot_2":[[40.4554199,-80.0072841],"theatre"],"around_goal_pivot_3":[[40.4556178,-80.0065066],"cafe"],"around_goal_pivot_4":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_5":[[40.4560096,-80.0062811],"social facility"],"around_goal_pivot_6":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_7":[[40.4561307,-80.0085475],"garden"],"around_goal_pivot_8":[[40.4567323,-80.0086471],"2 parking lots"]}} +{"rvs_sample_number":197,"content":"Meet me at the garden on Smallman Street. Go past Bar Marco and head northeast to get there. There are two more gardens behind the one where I'd like to meet you. You will find an ice cream shop and a clothes shop\r\nsouth and southeast of the garden respectively across two blocks.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4581377103,-79.9760791652],"key":8514,"region":"Pittsburgh","rvs_start_point":[40.4518012,-79.982765],"landmarks":{"end_point":[[40.4581377103,-79.9760791652],"garden"],"start_point":[[40.4518012,-79.982765],"restaurant"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4582448722,-79.9760638991],"two gardens"],"near_pivot":[[40.4582448722,-79.9760638991],"two gardens"],"around_goal_pivot_1":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_2":[[40.4579532,-79.9778089],"two gardens"],"around_goal_pivot_3":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_4":[[40.4570899,-79.9767674],"two gardens"],"around_goal_pivot_5":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_6":[[40.4586623,-79.974608],"fitness centre"],"around_goal_pivot_8":[[40.4569351,-79.9766196],"2 parking lots"]}} +{"rvs_sample_number":450,"content":"Let's meet up at the garden on Liberty Avenue. A car repair shop is directly north of the garden and a supermarket northwest of it.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4580090831,-79.9722785381],"key":8515,"region":"Pittsburgh","rvs_start_point":[40.4546090768,-79.9831127826],"landmarks":{"end_point":[[40.4580090831,-79.9722785381],"garden"],"start_point":[[40.4546090768,-79.9831127826],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_3":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_5":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_6":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_8":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_9":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_10":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_11":[[40.4557034,-79.9792622],"Cinderlands Warehouse"],"main_pivot_12":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_13":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_14":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_15":[[40.4582377,-79.971972],"storage rental shop"],"near_pivot":[[40.4582377,-79.971972],"storage rental shop"],"beyond_pivot":[[40.458823,-79.9720898],"car_repair"],"around_goal_pivot_1":[[40.4575966,-79.9740304],"pub"],"around_goal_pivot_2":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_3":[[40.4568823,-79.9731933],"parking entrance"],"around_goal_pivot_4":[[40.4572902,-79.9736669],"storage rental shop"],"around_goal_pivot_5":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_6":[[40.458823,-79.9720898],"car repair shop"],"around_goal_pivot_7":[[40.4590618,-79.9726053],"clothes shop"],"around_goal_pivot_8":[[40.4576756,-79.9733619],"playground"]}} +{"rvs_sample_number":15,"content":"Meet me at the parking lot. Take the Rachel Carson Bridge north across the river and stay on that street until it ends at a cross street. The parking lot will be across that street and slightly to the west of that intersection.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4509972912,-80.0019248563],"key":8516,"region":"Pittsburgh","rvs_start_point":[40.4447757673,-79.9956076116],"landmarks":{"end_point":[[40.4509972912,-80.0019248563],"parking lot"],"start_point":[[40.4447757673,-79.9956076116],"garden"],"main_pivot":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4450579955,-79.9957085108],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4512154,-80.0019755],"parking lot"],"near_pivot":[[40.4512154,-80.0019755],"parking lot"],"around_goal_pivot_1":[[40.4511887,-80.0004285],"gas station"],"around_goal_pivot_2":[[40.4519825,-80.0017383],"theatre"]}} +{"rvs_sample_number":83,"content":"Let's meet up at the bench that is in the southwest part of the mall area of the park. It's almost due east of where you are right now. The nearest street to the bench is Frew Street. There is a statue just east of the bench dedicated to a famous Asian.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4418824,-79.9458926],"key":8517,"region":"Pittsburgh","rvs_start_point":[40.44154,-79.9512271],"landmarks":{"end_point":[[40.4418824,-79.9458926],"bench"],"start_point":[[40.44154,-79.9512271],"library"],"main_pivot":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_2":[[40.4419986,-79.951796],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.442513,-79.9518392],"Schenley Plaza"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.442513,-79.9518392],"Schenley Plaza"],"main_pivot_8":[[40.4419986,-79.951796],"Mary Schenley Memorial Fountain"],"main_pivot_9":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_11":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_14":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_15":[[40.4425835,-79.9459898],"cafe"],"near_pivot":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_1":[[40.4427045,-79.9466726],"cafe"],"around_goal_pivot_2":[[40.4422106,-79.9442258],"2 benches"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_5":[[40.4421877,-79.9443467],"3 benches"],"around_goal_pivot_6":[[40.442981,-79.9471122],"parking lot"]}} +{"rvs_sample_number":88,"content":"Cross the river and meet me at the garden inside a park facing Liberty Avenue. Across the street to the garden's northeast, you'll find Rite Aid and a fitness centre. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4407480506,-80.0053767709],"key":8518,"region":"Pittsburgh","rvs_start_point":[40.4319922,-80.0009908],"landmarks":{"end_point":[[40.4407480506,-80.0053767709],"garden"],"start_point":[[40.4319922,-80.0009908],"parking entrance"],"main_pivot":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_2":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_3":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_4":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_5":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_6":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_7":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_8":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_9":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_10":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_11":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_14":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_15":[[40.4405136,-80.0047461],"three gardens"],"near_pivot":[[40.4405136,-80.0047461],"three gardens"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4419336,-80.0060713],"two restaurants"],"around_goal_pivot_3":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_4":[[40.4411935,-80.0036623],"fast food restaurant"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4408839,-80.0043848],"two gardens"],"around_goal_pivot_7":[[40.4399127,-80.0045804],"church"],"around_goal_pivot_8":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_9":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_10":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":338,"content":"Let's meet at the garden on Smallman street. It's just east of the major bridge\/overpass that provides a major artery to the area. Across the street from this garden is Homewood Suites, the Hilton hotel. There is a large parking lot on the same block though. I'm on the center of the block, near the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4479943362,-79.99066821],"key":8519,"region":"Pittsburgh","rvs_start_point":[40.4408761,-80.0018156],"landmarks":{"end_point":[[40.4479943362,-79.99066821],"garden"],"start_point":[[40.4408761,-80.0018156],"restaurant"],"main_pivot":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_2":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.44194,-80.0009153],"Two PNC Plaza"],"main_pivot_4":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_5":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_6":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_9":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_10":[[40.4423821,-80.0005247],"EQT Plaza"],"main_pivot_11":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_12":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_13":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_14":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_15":[[40.447922,-79.9903697],"Homewood Suites"],"near_pivot":[[40.447922,-79.9903697],"Homewood Suites"],"around_goal_pivot_1":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_2":[[40.4469489941,-79.9922539417],"Hampton Inn & Suites"],"around_goal_pivot_3":[[40.4483818,-79.9896211],"restaurant"],"around_goal_pivot_4":[[40.4479392,-79.9896671],"carpet shop"]}} +{"rvs_sample_number":187,"content":"Move southeast and go over the Monongahela River. I'm on East Carson street at the restaurant opposite Dairy Queen restaurant. It is by the corner east of florist shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4286662,-79.9855523],"key":8520,"region":"Pittsburgh","rvs_start_point":[40.4388544,-79.9982075],"landmarks":{"end_point":[[40.4286662,-79.9855523],"restaurant"],"start_point":[[40.4388544,-79.9982075],"optician shop"],"main_pivot":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_2":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_3":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_4":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_5":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_6":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_7":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_8":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_9":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_10":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_11":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_12":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_13":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_14":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_15":[[40.4288395,-79.985506],"fast food restaurant"],"near_pivot":[[40.4288395,-79.985506],"fast food restaurant"],"beyond_pivot":[[40.4287355,-79.9840745],"cafe"],"around_goal_pivot_1":[[40.4290243,-79.9865242],"tobacco shop"],"around_goal_pivot_2":[[40.4290079,-79.9870349],"pub"],"around_goal_pivot_3":[[40.4286712,-79.9867371],"bank"],"around_goal_pivot_4":[[40.4289746,-79.9865225],"nightclub"],"around_goal_pivot_5":[[40.428676,-79.9865152],"florist shop"],"around_goal_pivot_6":[[40.4287397,-79.9836649],"tattoo shop"],"around_goal_pivot_7":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_8":[[40.4288578,-79.9846224],"supermarket"],"around_goal_pivot_9":[[40.4287371,-79.9839137],"clothes shop"]}} +{"rvs_sample_number":451,"content":"We will meet at State Farm on East Carson Street. There is a convenience shop and a gas station on its northeast two blocks away.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4280522157,-79.9720498073],"key":8521,"region":"Pittsburgh","rvs_start_point":[40.4363066498,-79.9726933456],"landmarks":{"end_point":[[40.4280522157,-79.9720498073],"State Farm"],"start_point":[[40.4363066498,-79.9726933456],"bridge"],"main_pivot":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4281589,-79.9721601],"fast food restaurant"],"near_pivot":[[40.4281589,-79.9721601],"fast food restaurant"],"beyond_pivot":[[40.4282887,-79.971036],"fuel"],"around_goal_pivot_1":[[40.4282887,-79.971036],"gas station"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4288178,-79.9727509],"5 parking spaces"],"around_goal_pivot_4":[[40.4280875,-79.9703077],"social facility"],"around_goal_pivot_5":[[40.4288226,-79.9728511],"four parking spaces"],"around_goal_pivot_6":[[40.42824,-79.9734947],"bar"],"around_goal_pivot_7":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_8":[[40.4282445,-79.973575],"clothes shop"],"around_goal_pivot_9":[[40.4288239,-79.972878],"3 parking spaces"],"around_goal_pivot_10":[[40.4284903,-79.9709252],"convenience shop"]}} +{"rvs_sample_number":410,"content":"Let's meet up at the hotel on Purple Belt. There is another hotel on the adjacent block to the east. You'll find 7-Eleven directly south of the hotel where we are meeting on a different block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4437169,-80.0022349],"key":8522,"region":"Pittsburgh","rvs_start_point":[40.4520527,-80.0062278],"landmarks":{"end_point":[[40.4437169,-80.0022349],"hotel"],"start_point":[[40.4520527,-80.0062278],"fountain"],"main_pivot":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_2":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_3":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_4":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_5":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_6":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_15":[[40.4436182948,-80.0024485342],"Renaissance"],"near_pivot":[[40.4436182948,-80.0024485342],"Renaissance"],"beyond_pivot":[[40.4425692,-80.0017198],"theatre"],"around_goal_pivot_1":[[40.4428912,-80.0020656],"7-Eleven"],"around_goal_pivot_2":[[40.4439067,-80.0011578],"hotel"],"around_goal_pivot_3":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_6":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_7":[[40.442946,-80.0024031],"massage shop"],"around_goal_pivot_8":[[40.4444137342,-80.0006828602],"garden"]}} +{"rvs_sample_number":158,"content":"Meet me at the garden on Smallman Street. It is right next to the furniture shop. It is across the street diagonally from \"2parking lots.\"","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4578862021,-79.9764368237],"key":8523,"region":"Pittsburgh","rvs_start_point":[40.4481808209,-79.9925016208],"landmarks":{"end_point":[[40.4578862021,-79.9764368237],"garden"],"start_point":[[40.4481808209,-79.9925016208],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4581925,-79.975709],"furniture shop"],"near_pivot":[[40.4581925,-79.975709],"furniture shop"],"around_goal_pivot_1":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_2":[[40.4569817,-79.9765509],"2 parking lots"],"around_goal_pivot_3":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_4":[[40.4565858,-79.9768304],"florist shop"],"around_goal_pivot_5":[[40.4570698,-79.9779217],"paint shop"],"around_goal_pivot_6":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_7":[[40.4586519,-79.9756365],"interior decoration shop"],"around_goal_pivot_8":[[40.4585184,-79.9758266],"furniture shop"],"around_goal_pivot_9":[[40.4573062,-79.9751722],"clothes shop"]}} +{"rvs_sample_number":589,"content":"Move southwest over the river. You will meet me at Jimmy D's bar directly west of Bruegger's Bagels restaurant and east of computer shop. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4290489,-79.98153775],"key":8524,"region":"Pittsburgh","rvs_start_point":[40.4369752372,-79.9713042741],"landmarks":{"end_point":[[40.4290489,-79.98153775],"bar"],"start_point":[[40.4369752372,-79.9713042741],"childcare"],"main_pivot":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_2":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_3":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_4":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_5":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_6":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_7":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_8":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_9":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_10":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_11":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_12":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_13":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_14":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_15":[[40.428695,-79.9821576],"theatre"],"near_pivot":[[40.428695,-79.9821576],"theatre"],"beyond_pivot":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_1":[[40.428757,-79.9828925],"two pubs"],"around_goal_pivot_2":[[40.4290016,-79.9802628],"fast food restaurant"],"around_goal_pivot_3":[[40.4286156,-79.9800222],"bank"],"around_goal_pivot_4":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_5":[[40.4286405,-79.9804582],"parking lot"],"around_goal_pivot_6":[[40.4286429,-79.9824584],"beauty shop"],"around_goal_pivot_7":[[40.4290831811,-79.9829076483],"computer shop"]}} +{"rvs_sample_number":246,"content":"I'd like to meet you at the clothes shop on Wood Street. You can take the shortest way by going past One PPG Place. The clothes shop is in the next block on the north side of the street. You will find two restaurants next to the shop, which is located at the northeast corner of the block. Starbucks is also in the same block, in the middle of the west side.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4399106376,-80.0011578139],"key":8525,"region":"Pittsburgh","rvs_start_point":[40.440411118,-80.0047789536],"landmarks":{"end_point":[[40.4399106376,-80.0011578139],"clothes shop"],"start_point":[[40.440411118,-80.0047789536],"garden"],"main_pivot":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_2":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_3":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_4":[[40.4407266,-80.0044924],"Four Gateway Center"],"main_pivot_5":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_6":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_7":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_8":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_9":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_10":[[40.4407266,-80.0044924],"Four Gateway Center"],"main_pivot_11":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_12":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_13":[[40.440115,-80.0030372],"Two PPG Place"],"main_pivot_14":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_15":[[40.4397607,-80.0011477],"two restaurants"],"near_pivot":[[40.4397607,-80.0011477],"two restaurants"],"beyond_pivot":[[40.4408761,-80.0018156],"restaurant"],"around_goal_pivot_1":[[40.4393818206,-80.0004317956],"arts centre"],"around_goal_pivot_2":[[40.4398487,-80.0000093],"mall"],"around_goal_pivot_3":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_4":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_5":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_6":[[40.4393992,-80.0004799],"post office"],"around_goal_pivot_7":[[40.4407273,-79.9997963],"library"],"around_goal_pivot_8":[[40.4392647,-79.9995902],"school"],"around_goal_pivot_9":[[40.439223,-79.9997089],"gambling place"],"around_goal_pivot_10":[[40.4396146,-80.0021377],"parking entrance"]}} +{"rvs_sample_number":237,"content":"Meet me at the entrance to the Luna Parking Garage just east of the University of Pittsburgh Medical Center. It's northeast of you just south of Cypress Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4562935,-79.9448823],"key":8526,"region":"Pittsburgh","rvs_start_point":[40.4451416429,-79.9490473075],"landmarks":{"end_point":[[40.4562935,-79.9448823],"parking entrance"],"start_point":[[40.4451416429,-79.9490473075],"restaurant"],"main_pivot":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_2":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_3":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_4":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_5":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_6":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_7":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_8":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_9":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_12":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_13":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_14":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_15":[[40.4571673669,-79.9468526156],"hospital"],"near_pivot":[[40.4571673669,-79.9468526156],"hospital"]}} +{"rvs_sample_number":24,"content":"I'm pretty far east on you, and just a little north at the coffee shop on Walnut Street. It's on the south side of the street east of the Rite Aid.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513911,-79.9328242],"key":8527,"region":"Pittsburgh","rvs_start_point":[40.4489692275,-79.9462109648],"landmarks":{"end_point":[[40.4513911,-79.9328242],"cafe"],"start_point":[[40.4489692275,-79.9462109648],"park"],"main_pivot":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_2":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_3":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_4":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_5":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_6":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_7":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_8":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_9":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_10":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_11":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_12":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_13":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_14":[[40.4495093,-79.9388946],"Shadyside Presbyterian Church"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"beyond_pivot":[[40.4518567,-79.9321169],"atm"],"around_goal_pivot_1":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_2":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_3":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_4":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_5":[[40.4510513,-79.933702],"florist shop"]}} +{"rvs_sample_number":401,"content":"I am not far from Bruegger's Bagels, just head east until you reach South 27th and I'm on the first block on the east side of the street in a bar. Come for a drink after you finish eating. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4263751499,-79.9672154046],"key":8528,"region":"Pittsburgh","rvs_start_point":[40.428929458,-79.9803485238],"landmarks":{"end_point":[[40.4263751499,-79.9672154046],"bar"],"start_point":[[40.428929458,-79.9803485238],"fast food restaurant"],"main_pivot":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_2":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_3":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_4":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_5":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_6":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_7":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_8":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_9":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_10":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_11":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_12":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_13":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_14":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_15":[[40.4269826,-79.967243],"ALDI"],"near_pivot":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_1":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_2":[[40.4273916,-79.9686169],"restaurant"]}} +{"rvs_sample_number":0,"content":"Please meet me up at the parking space about 3 blocks northeast of you. There is a pet doctor here and I need you to meet me and bring me the dog's collar so I can restrain it. It's on the western end of Wright's Way. There is a large bridge just west of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4288399017,-79.9726897631],"key":8529,"region":"Pittsburgh","rvs_start_point":[40.4282953,-79.97582715],"landmarks":{"end_point":[[40.4288399017,-79.9726897631],"parking space"],"start_point":[[40.4282953,-79.97582715],"bar"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4289360354,-79.9726849231],"veterinary"],"near_pivot":[[40.4289360354,-79.9726849231],"veterinary"],"beyond_pivot":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_1":[[40.4299388,-79.9733019],"bridge"],"around_goal_pivot_2":[[40.4283475295,-79.9710186665],"gas station"],"around_goal_pivot_3":[[40.4281541,-79.9720745],"State Farm"],"around_goal_pivot_4":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_5":[[40.4281637,-79.9722462],"fast food restaurant"],"around_goal_pivot_6":[[40.42868,-79.9716785],"parking lot"],"around_goal_pivot_7":[[40.4282801,-79.9742068],"art shop"],"around_goal_pivot_8":[[40.4286319,-79.9715113],"two restaurants"],"around_goal_pivot_9":[[40.4282592,-79.9738357],"furniture shop"],"around_goal_pivot_10":[[40.4281297,-79.9716831],"sports shop"]}} +{"rvs_sample_number":409,"content":"Go west down West North Avenue, and meet me at the garden on the north side of the road, just past the park. It's southeast of the parking place.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4543821476,-80.0130165725],"key":8530,"region":"Pittsburgh","rvs_start_point":[40.4580963,-80.0031123],"landmarks":{"end_point":[[40.4543821476,-80.0130165725],"garden"],"start_point":[[40.4580963,-80.0031123],"parking entrance"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_3":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_7":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.457356,-80.0049949],"Allegheny General Hospital"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4543932,-80.0118671],"park"],"near_pivot":[[40.4543932,-80.0118671],"park"],"beyond_pivot":[[40.4545572,-80.0138564],"parking"],"around_goal_pivot_1":[[40.4547513,-80.0144618],"bar"],"around_goal_pivot_9":[[40.4550042,-80.0144683],"three parking lots"]}} +{"rvs_sample_number":141,"content":"Go out to the southeast of you and meet me at a restaurant near the eastern end of Third avenue. Across the street from the restaurant is the Pittsburgh City Housing Authority. The Grant building is one block to the west.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.437095,-79.9965509],"key":8531,"region":"Pittsburgh","rvs_start_point":[40.4398392173,-80.0012067278],"landmarks":{"end_point":[[40.437095,-79.9965509],"restaurant"],"start_point":[[40.4398392173,-80.0012067278],"stationery shop"],"main_pivot":[[40.4381759,-79.9982708],"One Oxford Center"],"main_pivot_2":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_3":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_4":[[40.4384281,-79.9985635],"Law & Finance Building"],"main_pivot_5":[[40.4373572,-79.9974695],"Grant Building"],"main_pivot_6":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_7":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_8":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_9":[[40.4381759,-79.9982708],"One Oxford Center"],"main_pivot_10":[[40.4390165,-80.0002175],"Pittsburgh Playhouse"],"main_pivot_11":[[40.4373572,-79.9974695],"Grant Building"],"main_pivot_12":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_13":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_14":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_15":[[40.4369163253,-79.9966191648],"public building"],"near_pivot":[[40.4369163253,-79.9966191648],"public building"],"around_goal_pivot_1":[[40.4365762,-79.9951542],"two parking lots"],"around_goal_pivot_2":[[40.4377449,-79.997275],"restaurant"],"around_goal_pivot_4":[[40.4376047,-79.9980112],"garden"],"around_goal_pivot_5":[[40.4367718,-79.9980839],"park"]}} +{"rvs_sample_number":68,"content":"I'm at the Fine Wine and Good Spirits shop on Centre Ave. It's just north across the street from the robot place. There is a Dominoes on the same block though on the southwest corner of the block. If you see the Cipriani Pizza place though, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4525194,-79.950317],"key":8532,"region":"Pittsburgh","rvs_start_point":[40.4579882,-79.9650734],"landmarks":{"end_point":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"start_point":[[40.4579882,-79.9650734],"grit bin"],"main_pivot":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_2":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_3":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_4":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_5":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_6":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_7":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_8":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_9":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_10":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_11":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_12":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_13":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_14":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_15":[[40.4523886,-79.9507375],"fast food restaurant"],"near_pivot":[[40.4523886,-79.9507375],"fast food restaurant"],"beyond_pivot":[[40.4528163,-79.9493263],"restaurant"],"around_goal_pivot_1":[[40.4519602,-79.9515012],"pharmacy"],"around_goal_pivot_2":[[40.4536403,-79.9492952],"library"],"around_goal_pivot_3":[[40.4522384,-79.9519414],"bar"],"around_goal_pivot_4":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_5":[[40.4519225,-79.9516946],"bicycle rental"],"around_goal_pivot_6":[[40.4514272,-79.9512721],"7 parking spaces"],"around_goal_pivot_7":[[40.4524155,-79.9488872],"pitch"]}} +{"rvs_sample_number":14,"content":"Let's meet up at the fine Wine and Good Spirits located on the major avenue just southwest of the spot where 10th Street ends and becomes a street named after the founder of the colony which became Pennsylvania. The There Ultra Lounge is a half block west of here. You can drop the kids at the Wee the People Day care center which is just across 10th a ways from here.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4435985,-79.9959204],"key":8533,"region":"Pittsburgh","rvs_start_point":[40.4405105,-80.00081445],"landmarks":{"end_point":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"start_point":[[40.4405105,-80.00081445],"clothes shop"],"main_pivot":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_2":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_3":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_4":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_5":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_6":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_7":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_8":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_9":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_12":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_13":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_14":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_15":[[40.4433159,-79.9960715],"arts centre"],"near_pivot":[[40.4433159,-79.9960715],"arts centre"],"beyond_pivot":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_1":[[40.4426043188,-79.9945057905],"courthouse"],"around_goal_pivot_2":[[40.4444925,-79.9958349],"three gardens"],"around_goal_pivot_3":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_4":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_5":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_6":[[40.4433526,-79.996898],"bar"],"around_goal_pivot_7":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_8":[[40.4444071,-79.9953094],"parking entrance"],"around_goal_pivot_9":[[40.4439966,-79.9942907],"post box"],"around_goal_pivot_10":[[40.4444057,-79.9954843],"bicycle parking"]}} +{"rvs_sample_number":153,"content":"You can meet me at this warehouse northwest of you on 11th Street, on the corner. The AC Hotel is across the street from here to the north, while to the south is the Pittsburgh Greyhound Bus Station. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4580635398,-79.9341973496],"key":8534,"region":"Pittsburgh","rvs_start_point":[40.4575675186,-79.9522593771],"landmarks":{"end_point":[[40.4580635398,-79.9341973496],"parking lot"],"start_point":[[40.4575675186,-79.9522593771],"bridge"],"main_pivot":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_6":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_13":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_14":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_15":[[40.4582975,-79.9343487],"3 parking spaces"],"near_pivot":[[40.4582975,-79.9343487],"3 parking spaces"],"around_goal_pivot_1":[[40.4589598,-79.9327769],"gas station"],"around_goal_pivot_2":[[40.4580388,-79.9331077],"doctor's office"],"around_goal_pivot_3":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_4":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_5":[[40.4571938,-79.9338763],"post box"],"around_goal_pivot_6":[[40.457667,-79.9332869],"hairdresser shop"],"around_goal_pivot_7":[[40.4589894,-79.9329703],"car repair shop"],"around_goal_pivot_8":[[40.4581644,-79.9326573],"paint shop"],"around_goal_pivot_9":[[40.4567199,-79.9345217],"supermarket"],"around_goal_pivot_10":[[40.4587706,-79.9350679],"park"]}} +{"rvs_sample_number":48,"content":"I am at the bar east of you on Libert Ave. It is across from an art center, the second bar on the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4434335,-79.9965741],"key":8535,"region":"Pittsburgh","rvs_start_point":[40.441747041,-80.0044390984],"landmarks":{"end_point":[[40.4434335,-79.9965741],"bar"],"start_point":[[40.441747041,-80.0044390984],"garden"],"main_pivot":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_2":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_3":[[40.4420101,-80.0006432],"Two PNC Plaza"],"main_pivot_4":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_5":[[40.4422054,-80.001208],"EQT Plaza"],"main_pivot_6":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_7":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_8":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_9":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_10":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_11":[[40.4417020015,-80.0040576228],"Gateway Station"],"main_pivot_12":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_13":[[40.4420101,-80.0006432],"Two PNC Plaza"],"main_pivot_14":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_15":[[40.4431806,-79.996395],"arts centre"],"near_pivot":[[40.4431806,-79.996395],"arts centre"],"around_goal_pivot_1":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_2":[[40.4439108,-79.9951876],"2 gardens"],"around_goal_pivot_3":[[40.4441484,-79.9952545],"2 gardens"],"around_goal_pivot_4":[[40.443149,-79.997737],"Minuteman Press"],"around_goal_pivot_5":[[40.4445812,-79.9959306],"three gardens"],"around_goal_pivot_6":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_7":[[40.4436075,-79.9948476],"two gardens"],"around_goal_pivot_8":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_9":[[40.4429052,-79.9954119],"hotel"],"around_goal_pivot_10":[[40.4420779,-79.9972028],"historic Smithfield Congregational Church"]}} +{"rvs_sample_number":228,"content":"meet me at the garden north of you. It's across the river and all the way to Knoll Street. It's north of the Legends of the North Shore restaurant. The parking entrance is across the street to the west.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4575694642,-80.0015756745],"key":8536,"region":"Pittsburgh","rvs_start_point":[40.4434477854,-80.0001351997],"landmarks":{"end_point":[[40.4575694642,-80.0015756745],"garden"],"start_point":[[40.4434477854,-80.0001351997],"park"],"main_pivot":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_2":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_3":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_4":[[40.4432039419,-80.0000716941],"Benedum Center"],"main_pivot_5":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_6":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_7":[[40.4432039419,-80.0000716941],"Benedum Center"],"main_pivot_8":[[40.4432039419,-80.0000716941],"Benedum Center"],"main_pivot_9":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_10":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_11":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_12":[[40.4432039419,-80.0000716941],"Benedum Center"],"main_pivot_13":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_14":[[40.4432039419,-80.0000716941],"Benedum Center"],"main_pivot_15":[[40.4573766,-80.0020673],"parking entrance"],"near_pivot":[[40.4573766,-80.0020673],"parking entrance"],"around_goal_pivot_1":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_2":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_5":[[40.4572857,-80.0029568],"two shelters"],"around_goal_pivot_8":[[40.4571371,-80.0028772],"two shelters"],"around_goal_pivot_9":[[40.4572136,-80.0028942],"shelter"],"around_goal_pivot_10":[[40.458082,-80.0032183],"two parking entrances"]}} +{"rvs_sample_number":214,"content":"Meet me at the restaurant on the southwest corner of Market Square, just south of Forbes Avenue. It's southwest of where you are, past the Heinz Hall for the Performing Arts, and south at Gateway Station.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4406267,-80.0032456],"key":8537,"region":"Pittsburgh","rvs_start_point":[40.4444077,-79.9962786],"landmarks":{"end_point":[[40.4406267,-80.0032456],"restaurant"],"start_point":[[40.4444077,-79.9962786],"dentist's office"],"main_pivot":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_2":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_4":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_5":[[40.4418438,-80.0028846],"Fifth Avenue Place"],"main_pivot_6":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_7":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_8":[[40.4448799,-79.9963837],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_12":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_13":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_14":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_15":[[40.4410152,-80.0038795],"Rite Aid"],"near_pivot":[[40.4410152,-80.0038795],"Rite Aid"],"beyond_pivot":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_1":[[40.4415198,-80.0040472],"train station"],"around_goal_pivot_2":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4398286,-80.0031415],"two fountains"],"around_goal_pivot_5":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_6":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_7":[[40.4403865,-80.0046747],"two gardens"],"around_goal_pivot_8":[[40.4415921,-80.0035232],"two gardens"],"around_goal_pivot_9":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_10":[[40.4398331,-80.0043779],"church"]}} +{"rvs_sample_number":50,"content":"Could you pick me up from the museum at the end of Sandusky street just before the bridge? You should head south west and cross the express. It would be on the west side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4483809671,-80.0024998671],"key":8538,"region":"Pittsburgh","rvs_start_point":[40.454374009,-80.0012909062],"landmarks":{"end_point":[[40.4483809671,-80.0024998671],"museum"],"start_point":[[40.454374009,-80.0012909062],"parking lot"],"main_pivot":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_2":[[40.4534183,-80.0015575],"Subway"],"main_pivot_3":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_4":[[40.4534183,-80.0015575],"Subway"],"main_pivot_5":[[40.4534183,-80.0015575],"Subway"],"main_pivot_6":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_7":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_8":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_9":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_10":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_11":[[40.4534183,-80.0015575],"Subway"],"main_pivot_12":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_13":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_14":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_15":[[40.4484869,-80.0025718],"restaurant"],"near_pivot":[[40.4484869,-80.0025718],"restaurant"],"around_goal_pivot_1":[[40.4490043,-80.0039947],"Holiday Inn Express & Suites"],"around_goal_pivot_2":[[40.4481669,-80.0040518],"restaurant"],"around_goal_pivot_3":[[40.4475584,-80.0029165],"fountain"],"around_goal_pivot_4":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_5":[[40.4487571,-80.0038241],"parking entrance"],"around_goal_pivot_6":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_7":[[40.4484067,-80.0041218],"cannabis shop"],"around_goal_pivot_8":[[40.4485382,-80.0041658],"clothes shop"],"around_goal_pivot_9":[[40.4486316,-80.0041927],"fitness centre"],"around_goal_pivot_10":[[40.4474323948,-80.0023161387],"park"]}} +{"rvs_sample_number":528,"content":"Meet me at the historic ruins at the University of Pittsburgh on North bellefield Avenue. It's south of the parking entrance.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4468304193,-79.9518583591],"key":8539,"region":"Pittsburgh","rvs_start_point":[40.4419099,-79.9565806],"landmarks":{"end_point":[[40.4468304193,-79.9518583591],"historic ruins"],"start_point":[[40.4419099,-79.9565806],"recycling"],"main_pivot":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_2":[[40.4447837,-79.9533918],"Cathedral of Learning"],"main_pivot_3":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_4":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_5":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_6":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_7":[[40.442790074,-79.9554321157],"Brackenridge Hall"],"main_pivot_8":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_9":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_10":[[40.4425287,-79.9554517],"David Lawrence Hall"],"main_pivot_11":[[40.4425287,-79.9554517],"David Lawrence Hall"],"main_pivot_12":[[40.4447837,-79.9533918],"Cathedral of Learning"],"main_pivot_13":[[40.4418031535,-79.956502105],"Sennott Square"],"main_pivot_14":[[40.4425287,-79.9554517],"David Lawrence Hall"],"main_pivot_15":[[40.4471594,-79.9519939],"parking entrance"],"near_pivot":[[40.4471594,-79.9519939],"parking entrance"],"beyond_pivot":[[40.4473303,-79.9524392],"university"],"around_goal_pivot_1":[[40.4453976,-79.9519472],"attraction"],"around_goal_pivot_2":[[40.4477398,-79.9527019],"church"],"around_goal_pivot_3":[[40.446906,-79.9508134],"relay box"],"around_goal_pivot_4":[[40.44551,-79.9513339],"bicycle parking"],"around_goal_pivot_5":[[40.4469069,-79.9507994],"post box"],"around_goal_pivot_6":[[40.4466977,-79.9508161],"bicycle rental"]}} +{"rvs_sample_number":72,"content":"After dinner, meet me at the bridge on Hot Metal Street.I'm at the northwest side of the street right next to the water, where the walking path entrance starts.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4276220736,-79.9621441623],"key":8540,"region":"Pittsburgh","rvs_start_point":[40.4277325,-79.9684992],"landmarks":{"end_point":[[40.4276220736,-79.9621441623],"bridge"],"start_point":[[40.4277325,-79.9684992],"restaurant"],"main_pivot":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_2":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_3":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_4":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_5":[[40.428568,-79.9657239],"REI"],"main_pivot_6":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_7":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_8":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_9":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_10":[[40.428568,-79.9657239],"REI"],"main_pivot_11":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_12":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_13":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_14":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_15":[[40.4278843416,-79.9638978354],"park"],"near_pivot":[[40.4278843416,-79.9638978354],"park"],"around_goal_pivot_1":[[40.4274439,-79.9638079],"parking entrance"]}} +{"rvs_sample_number":401,"content":"Head east about 9 blocks, then turn south onto South 27th Street and meet me at the bar on the east side of the street. It's just a block south of the ALDI.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4263751499,-79.9672154046],"key":8541,"region":"Pittsburgh","rvs_start_point":[40.428929458,-79.9803485238],"landmarks":{"end_point":[[40.4263751499,-79.9672154046],"bar"],"start_point":[[40.428929458,-79.9803485238],"fast food restaurant"],"main_pivot":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_2":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_3":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_4":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_5":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_6":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_7":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_8":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_9":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_10":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_11":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_12":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_13":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_14":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_15":[[40.4269826,-79.967243],"ALDI"],"near_pivot":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_1":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_2":[[40.4273916,-79.9686169],"restaurant"]}} +{"rvs_sample_number":242,"content":"I'm on the south side, after the river. At the garden slightly southwest of 3 gardens and close to Station square Drive. It is also on the same block with 3 parking entrances.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4349298625,-80.0076073447],"key":8542,"region":"Pittsburgh","rvs_start_point":[40.4426872472,-80.0071368931],"landmarks":{"end_point":[[40.4349298625,-80.0076073447],"garden"],"start_point":[[40.4426872472,-80.0071368931],"garden"],"main_pivot":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_2":[[40.442329265,-80.0074217749],"Point State Park"],"main_pivot_3":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_4":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_5":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_6":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_7":[[40.442329265,-80.0074217749],"Point State Park"],"main_pivot_8":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_9":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_11":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_12":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_13":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_14":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_15":[[40.4351726,-80.0069618],"3 gardens"],"near_pivot":[[40.4351726,-80.0069618],"3 gardens"],"beyond_pivot":[[40.4341823442,-80.0078583221],"parking"],"around_goal_pivot_1":[[40.4342179,-80.0066051],"3 parking entrances"],"around_goal_pivot_2":[[40.4341857,-80.0066327],"two parking entrances"],"around_goal_pivot_3":[[40.4341980592,-80.0078979023],"parking lot"],"around_goal_pivot_4":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_5":[[40.4342307,-80.0060513],"mall"],"around_goal_pivot_6":[[40.4359202076,-80.0087531933],"stadium"],"around_goal_pivot_7":[[40.4360346764,-80.008921627],"pitch"]}} +{"rvs_sample_number":88,"content":"I'm at a beauty salon on East Carson just 2-3 blocks after the bridge and the Carnegie Library. It's on the north side of the street. Come and meet me here.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4287561377,-79.9770406],"key":8543,"region":"Pittsburgh","rvs_start_point":[40.4277448,-79.9664387],"landmarks":{"end_point":[[40.4287561377,-79.9770406],"beauty shop"],"start_point":[[40.4277448,-79.9664387],"bicycle parking"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4283763,-79.9766352],"fast food restaurant"],"near_pivot":[[40.4283763,-79.9766352],"fast food restaurant"],"beyond_pivot":[[40.4293116,-79.9776875],"social_centre"],"around_goal_pivot_1":[[40.4299463,-79.9770526],"fast food restaurant"],"around_goal_pivot_2":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_3":[[40.4287274,-79.978219],"pharmacy"],"around_goal_pivot_4":[[40.4299418306,-79.9769735564],"Family Dollar"],"around_goal_pivot_5":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_6":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_7":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_8":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_9":[[40.4283383,-79.9751749],"bicycle shop"],"around_goal_pivot_10":[[40.4299079,-79.9763738],"vacant shop"]}} +{"rvs_sample_number":153,"content":"Meet me at the Parking Lot southeast of your location. Head southeast until you get to Penn Avenue. Head northeast on Penn Avenue until you walk past a Schorin Company variety store shop. Your destination is across the street on the block just before the intersection. If you see a Lefty's bar, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4511528115,-79.9843435632],"key":8544,"region":"Pittsburgh","rvs_start_point":[40.4529814908,-80.0008693957],"landmarks":{"end_point":[[40.4511528115,-79.9843435632],"parking lot"],"start_point":[[40.4529814908,-80.0008693957],"parking lot"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4507712,-79.9849852],"marketplace"],"near_pivot":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_3":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_4":[[40.4522071,-79.9836164],"church"],"around_goal_pivot_5":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_6":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_7":[[40.4502371,-79.985419],"appliance shop"],"around_goal_pivot_8":[[40.4503984,-79.9847701],"variety store shop"],"around_goal_pivot_9":[[40.4518217,-79.9831366],"chocolate shop"],"around_goal_pivot_10":[[40.4521399,-79.9831637],"art shop"]}} +{"rvs_sample_number":162,"content":"Meet me at the fountain on South Bellefield Avenue. It is only a couple feet away from the en Heinz Memorial Chapel.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4451744,-79.9517538],"key":8545,"region":"Pittsburgh","rvs_start_point":[40.4510395,-79.9339269],"landmarks":{"end_point":[[40.4451744,-79.9517538],"fountain"],"start_point":[[40.4510395,-79.9339269],"bar"],"main_pivot":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_2":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_5":[[40.4470436,-79.9449946],"WQED"],"main_pivot_6":[[40.4470436,-79.9449946],"WQED"],"main_pivot_7":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_8":[[40.4470436,-79.9449946],"WQED"],"main_pivot_9":[[40.4470436,-79.9449946],"WQED"],"main_pivot_10":[[40.4470436,-79.9449946],"WQED"],"main_pivot_11":[[40.4470436,-79.9449946],"WQED"],"main_pivot_12":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_13":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_14":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_15":[[40.4452152562,-79.9517831723],"attraction"],"near_pivot":[[40.4452152562,-79.9517831723],"attraction"],"around_goal_pivot_1":[[40.4459593,-79.9503232],"2 parking entrances"],"around_goal_pivot_2":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_3":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_5":[[40.4439392,-79.9520664],"bicycle parking"]}} +{"rvs_sample_number":287,"content":"Walk west and turn right when you get to the atm. Walk 1 and half block, you'll meet me at the parking lot directly north of Minuteman Press.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4294450762,-79.9808073108],"key":8546,"region":"Pittsburgh","rvs_start_point":[40.4280160779,-79.9723044021],"landmarks":{"end_point":[[40.4294450762,-79.9808073108],"parking lot"],"start_point":[[40.4280160779,-79.9723044021],"restaurant"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4290016,-79.9802628],"fast food restaurant"],"near_pivot":[[40.4290016,-79.9802628],"fast food restaurant"],"beyond_pivot":[[40.4287011,-79.9814514],"bank"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4285833,-79.9794643],"fast food restaurant"],"around_goal_pivot_3":[[40.4286727,-79.9809251],"Minuteman Press"],"around_goal_pivot_4":[[40.4290836,-79.9824086],"bar"],"around_goal_pivot_5":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_6":[[40.4286405,-79.9804582],"parking lot"],"around_goal_pivot_7":[[40.4286734,-79.9819179],"beauty shop"],"around_goal_pivot_8":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_9":[[40.4290353,-79.9795072],"clothes shop"]}} +{"rvs_sample_number":270,"content":"I'm at a cafe on Liberty Avenue directly north of Gulf Tower. Move north, the cafe is on the same block with There Ultra Lounge bar.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4436373,-79.9957766],"key":8547,"region":"Pittsburgh","rvs_start_point":[40.44093556,-79.995227304],"landmarks":{"end_point":[[40.4436373,-79.9957766],"cafe"],"start_point":[[40.44093556,-79.995227304],"fountain"],"main_pivot":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_2":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_3":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4415244533,-79.9959965896],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_5":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_6":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_7":[[40.442423944,-79.9959252514],"Verizon Building"],"main_pivot_8":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_9":[[40.4415244533,-79.9959965896],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_10":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.442219,-79.9947611],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_13":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_14":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_15":[[40.4436075,-79.9948476],"two gardens"],"near_pivot":[[40.4436075,-79.9948476],"two gardens"],"beyond_pivot":[[40.4440251,-79.996842],"fast_food"],"around_goal_pivot_1":[[40.442219,-79.9947611],"courthouse"],"around_goal_pivot_2":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_3":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_4":[[40.4433526,-79.996898],"bar"],"around_goal_pivot_5":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_6":[[40.4444925,-79.9958349],"3 gardens"],"around_goal_pivot_7":[[40.4444057,-79.9954843],"bicycle parking"],"around_goal_pivot_8":[[40.4439966,-79.9942907],"post box"],"around_goal_pivot_9":[[40.4433309,-79.9969649],"books shop"]}} +{"rvs_sample_number":156,"content":"Move directly north towards Ehlers way. I'm waiting on the basketball pitch close to the playground.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.45896555,-80.01454655],"key":8548,"region":"Pittsburgh","rvs_start_point":[40.4497366,-80.0139861],"landmarks":{"end_point":[[40.45896555,-80.01454655],"pitch"],"start_point":[[40.4497366,-80.0139861],"bench"],"main_pivot":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_2":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_3":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_4":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_5":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_6":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_7":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_8":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_9":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_10":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_11":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_12":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_13":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_14":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_15":[[40.4591050914,-80.0145739325],"playground"],"near_pivot":[[40.4591050914,-80.0145739325],"playground"],"around_goal_pivot_1":[[40.4594358,-80.0157861],"parking lot"]}} +{"rvs_sample_number":546,"content":"After your dentist appointment head southwest to meet me at the library on Whiting Drive. Go past Litchfield Towers, and you'll see the street on the right side. If you get to the school, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4391667,-79.9636111],"key":8549,"region":"Pittsburgh","rvs_start_point":[40.4459168773,-79.9486541704],"landmarks":{"end_point":[[40.4391667,-79.9636111],"library"],"start_point":[[40.4459168773,-79.9486541704],"dentist's office"],"main_pivot":[[40.4437307,-79.9549525],"William Pitt Union"],"main_pivot_2":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_3":[[40.4434528,-79.9559434],"Amos Hall"],"main_pivot_4":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_5":[[40.4431696,-79.9555873],"McCormick Hall"],"main_pivot_6":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_7":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_8":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_9":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_10":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_11":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_12":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_13":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_14":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_15":[[40.4397913,-79.963941],"school"],"near_pivot":[[40.4397913,-79.963941],"school"],"beyond_pivot":[[40.4402283,-79.9654996],"place_of_worship"],"around_goal_pivot_1":[[40.4389004,-79.9649048],"school"],"around_goal_pivot_2":[[40.4399810149,-79.964262803],"parking lot"]}} +{"rvs_sample_number":488,"content":"Let's meet up at the garden northeast of here. We can then go donate blood in the facility in this same block. We're just northeast of 28th street and northwest of the bridge of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4566586393,-79.9751191289],"key":8550,"region":"Pittsburgh","rvs_start_point":[40.4545931,-79.9852341],"landmarks":{"end_point":[[40.4566586393,-79.9751191289],"garden"],"start_point":[[40.4545931,-79.9852341],"marina"],"main_pivot":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4566786,-79.9749604],"2 gardens"],"near_pivot":[[40.4566786,-79.9749604],"2 gardens"],"around_goal_pivot_1":[[40.4577805,-79.9762002],"2 gardens"],"around_goal_pivot_2":[[40.4576842162,-79.9742542443],"pub"],"around_goal_pivot_3":[[40.4561124,-79.9760226],"animal boarding"],"around_goal_pivot_4":[[40.4566112,-79.9734016],"parking entrance"],"around_goal_pivot_5":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_6":[[40.4575868,-79.973793],"park"],"around_goal_pivot_7":[[40.4560872,-79.9765269],"fitness centre"],"around_goal_pivot_8":[[40.4572442,-79.9761829],"two gardens"]}} +{"rvs_sample_number":66,"content":"We can meet at this H&R Block to the southwest of you, on Smithfield Street. The Centre City Tower is about halfway between us. Kaufmann's Clock is on the block to the north of here, and there's an arts centre on the block to the west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4390031,-79.9991179],"key":8551,"region":"Pittsburgh","rvs_start_point":[40.4467441542,-79.9912687018],"landmarks":{"end_point":[[40.4390031,-79.9991179],"H&R Block"],"start_point":[[40.4467441542,-79.9912687018],"garden"],"main_pivot":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_2":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_3":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4412949197,-79.9976968639],"Mellon Square"],"main_pivot_6":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_7":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_9":[[40.4408844,-79.998227],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_10":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_12":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_13":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_14":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_15":[[40.4393399325,-79.9996334597],"arts centre"],"near_pivot":[[40.4393399325,-79.9996334597],"arts centre"],"beyond_pivot":[[40.4382071,-79.9987199],"fast_food"],"around_goal_pivot_1":[[40.4402256,-79.9992849],"mall"],"around_goal_pivot_2":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_3":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_5":[[40.4402978,-79.998756],"Verizon"],"around_goal_pivot_6":[[40.4393992,-80.0004799],"post office"],"around_goal_pivot_7":[[40.4398337,-80.0003802],"pub"],"around_goal_pivot_8":[[40.4392024,-79.9972654],"library"],"around_goal_pivot_9":[[40.4399978,-79.9986158],"clock"],"around_goal_pivot_10":[[40.4378722,-80.0000798],"bicycle parking"]}} +{"rvs_sample_number":559,"content":"Meet me at the kiosk restaurant southwest of your location. Move southwest onto William Penn Place. Keep going until you see Omni William Penn Hotel. Your destination is two blocks south and across the street in the middle of the block. It is on the same block as an H&R Block on the opposite side.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4388041,-79.9985826],"key":8552,"region":"Pittsburgh","rvs_start_point":[40.4442636,-79.9959418],"landmarks":{"end_point":[[40.4388041,-79.9985826],"restaurant"],"start_point":[[40.4442636,-79.9959418],"FedEx Office"],"main_pivot":[[40.4400264947,-79.9980541414],"Mellon National Bank Building"],"main_pivot_2":[[40.4423518,-79.996608],"Centre City Tower"],"main_pivot_3":[[40.4410058,-79.9967462],"Omni William Penn Hotel"],"main_pivot_4":[[40.4421099,-79.9959395],"Koppers Tower"],"main_pivot_5":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_7":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_8":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_9":[[40.4410058,-79.9967462],"Omni William Penn Hotel"],"main_pivot_10":[[40.4446692,-79.9951676],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4400264947,-79.9980541414],"Mellon National Bank Building"],"main_pivot_12":[[40.4410058,-79.9967462],"Omni William Penn Hotel"],"main_pivot_13":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_14":[[40.4400264947,-79.9980541414],"Mellon National Bank Building"],"main_pivot_15":[[40.4390031,-79.9991179],"H&R Block"],"near_pivot":[[40.4390031,-79.9991179],"H&R Block"],"beyond_pivot":[[40.439223,-79.9997089],"arts_centre"],"around_goal_pivot_1":[[40.4394402984,-79.9995687075],"arts centre"],"around_goal_pivot_2":[[40.4385304,-79.9971995],"townhall"],"around_goal_pivot_3":[[40.439188205,-79.9967509025],"courthouse"],"around_goal_pivot_4":[[40.4397031,-79.9996246],"mall"],"around_goal_pivot_5":[[40.4396391109,-79.99989748],"university"],"around_goal_pivot_6":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_7":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_8":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_9":[[40.4392024,-79.9972654],"library"],"around_goal_pivot_10":[[40.4392647,-79.9995902],"school"]}} +{"rvs_sample_number":245,"content":"Go northeast and meet me at the doctor's office on Federal Street, north of the library and east of the shelter.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4570154,-80.0074518],"key":8553,"region":"Pittsburgh","rvs_start_point":[40.447871626,-80.0214680022],"landmarks":{"end_point":[[40.4570154,-80.0074518],"doctor's office"],"start_point":[[40.447871626,-80.0214680022],"garden"],"main_pivot":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_2":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_9":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_10":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_15":[[40.456276,-80.0067471],"library"],"near_pivot":[[40.456276,-80.0067471],"library"],"around_goal_pivot_1":[[40.4554199,-80.0072841],"theatre"],"around_goal_pivot_2":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_3":[[40.4560027,-80.0066326],"cafe"],"around_goal_pivot_4":[[40.4562423,-80.0086065],"two gardens"],"around_goal_pivot_5":[[40.4564888,-80.0084297],"shelter"],"around_goal_pivot_6":[[40.4560096,-80.0062811],"social facility"],"around_goal_pivot_7":[[40.4569321,-80.0086619],"2 parking lots"],"around_goal_pivot_8":[[40.4561307,-80.0085475],"garden"]}} +{"rvs_sample_number":21,"content":"I am waiting for you at the parking lot west of you on the other side of the park on its southwest corner. There is a library to it's north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4492037769,-80.0128838771],"key":8554,"region":"Pittsburgh","rvs_start_point":[40.4534274,-80.0014876],"landmarks":{"end_point":[[40.4492037769,-80.0128838771],"parking lot"],"start_point":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_2":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_3":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_4":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_5":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_6":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_7":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_8":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_9":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_10":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_11":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_12":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_13":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_14":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_15":[[40.4495242,-80.0134734],"bicycle parking"],"near_pivot":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4493745,-80.0144497],"garden"],"around_goal_pivot_10":[[40.4498264,-80.0145443],"two benches"]}} +{"rvs_sample_number":124,"content":"I'm like 4 blocks to the east of where you are. The fast food restaurant is located east of gambling place and west of PNC atm.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4387869,-79.9982533],"key":8555,"region":"Pittsburgh","rvs_start_point":[40.4383716006,-80.002277084],"landmarks":{"end_point":[[40.4387869,-79.9982533],"fast food restaurant"],"start_point":[[40.4383716006,-80.002277084],"university"],"main_pivot":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_2":[[40.4378482,-80.0007053],"Engine Company No. 1"],"main_pivot_3":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_4":[[40.4378482,-80.0007053],"Engine Company No. 1"],"main_pivot_5":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_6":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_7":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_8":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_9":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_10":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_11":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_12":[[40.4378482,-80.0007053],"Engine Company No. 1"],"main_pivot_13":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_14":[[40.4378482,-80.0007053],"Engine Company No. 1"],"main_pivot_15":[[40.4387988,-79.9973291],"atm"],"near_pivot":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_1":[[40.4390165,-80.0002175],"arts centre"],"around_goal_pivot_2":[[40.4382298346,-79.9973944526],"townhall"],"around_goal_pivot_3":[[40.4387249,-79.9970514],"courthouse"],"around_goal_pivot_4":[[40.4397031,-79.9996246],"mall"],"around_goal_pivot_5":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_6":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_7":[[40.4384244,-79.9999235],"cafe"],"around_goal_pivot_8":[[40.4392024,-79.9972654],"library"],"around_goal_pivot_9":[[40.4391106,-79.9994084],"gambling place"],"around_goal_pivot_10":[[40.4392647,-79.9995902],"school"]}} +{"rvs_sample_number":126,"content":"Meet me at the parking lot next to the animal boarding place on Penn Avenue. It's to the northeast of your location, past Jim Ludwig's florist and Zerrer's Antiques. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8556,"region":"Pittsburgh","rvs_start_point":[40.4498010876,-79.9904952696],"landmarks":{"end_point":[[40.4563280364,-79.9759802193],"parking lot"],"start_point":[[40.4498010876,-79.9904952696],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4563649,-79.9761943],"animal boarding"],"near_pivot":[[40.4563649,-79.9761943],"animal boarding"],"beyond_pivot":[[40.4569724,-79.9756262],"ice_cream"],"around_goal_pivot_1":[[40.4572442,-79.9761829],"two gardens"],"around_goal_pivot_2":[[40.4560028,-79.9770379],"restaurant"],"around_goal_pivot_3":[[40.4571346,-79.9744398],"storage rental shop"],"around_goal_pivot_4":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_5":[[40.4561012,-79.9768958],"antiques shop"],"around_goal_pivot_6":[[40.4557817,-79.9770292],"florist shop"],"around_goal_pivot_7":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_8":[[40.4569144895,-79.9765456489],"2 parking lots"]}} +{"rvs_sample_number":562,"content":"Walk straight west on Centre avenue past post box. You will see me at the parking lot southwest of bicycle parking. It is near Giant eagle market.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4564919,-79.9350551],"key":8557,"region":"Pittsburgh","rvs_start_point":[40.4579234,-79.9320446],"landmarks":{"end_point":[[40.4564919,-79.9350551],"parking lot"],"start_point":[[40.4579234,-79.9320446],"post box"],"main_pivot":[[40.457842,-79.9328832],"Shadyside Surgi-Center"],"main_pivot_2":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_3":[[40.457842,-79.9328832],"Shadyside Surgi-Center"],"main_pivot_4":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_5":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_6":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_7":[[40.457842,-79.9328832],"Shadyside Surgi-Center"],"main_pivot_8":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_9":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_10":[[40.457842,-79.9328832],"Shadyside Surgi-Center"],"main_pivot_11":[[40.457842,-79.9328832],"Shadyside Surgi-Center"],"main_pivot_12":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_13":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_14":[[40.4577964,-79.9342849],"Hertz Local Edition"],"main_pivot_15":[[40.4569643,-79.9347156],"bicycle parking"],"near_pivot":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_1":[[40.4558579,-79.9365853],"Sherwin-Williams"],"around_goal_pivot_2":[[40.4577964,-79.9342849],"car rental"],"around_goal_pivot_3":[[40.4571938,-79.9338763],"post box"],"around_goal_pivot_4":[[40.4567195,-79.9363087],"clothes shop"]}} +{"rvs_sample_number":103,"content":"I'm waiting for you at a parking lot on the north side of West North Avenue, across the street from the park. It's on the seventh block west of Garden Theater. There's a church across the street from it and a fitness center on south east from it. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4549333306,-80.0143272001],"key":8558,"region":"Pittsburgh","rvs_start_point":[40.4466067667,-80.0042219667],"landmarks":{"end_point":[[40.4549333306,-80.0143272001],"parking lot"],"start_point":[[40.4466067667,-80.0042219667],"garden"],"main_pivot":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_2":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_3":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_4":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_7":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_8":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_9":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_10":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_11":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_12":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_13":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_14":[[40.4531351373,-80.0143366747],"Allegheny West Historic District"],"main_pivot_15":[[40.4542899,-80.0140454],"two gardens"],"near_pivot":[[40.4542899,-80.0140454],"two gardens"],"beyond_pivot":[[40.4555255,-80.0138004],"place_of_worship"],"around_goal_pivot_1":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_2":[[40.4548277,-80.0131334],"fitness centre"],"around_goal_pivot_9":[[40.45447,-80.0132093],"5 gardens"],"around_goal_pivot_10":[[40.4558124,-80.0147326],"two gardens"]}} +{"rvs_sample_number":450,"content":"Meet me at the garden on Liberty Avenue. A storage rental shop is on its northeast in the adjacent block, and a playground is to the southwest of it across the street.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4580090831,-79.9722785381],"key":8559,"region":"Pittsburgh","rvs_start_point":[40.4546090768,-79.9831127826],"landmarks":{"end_point":[[40.4580090831,-79.9722785381],"garden"],"start_point":[[40.4546090768,-79.9831127826],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_3":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_5":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_6":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_8":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_9":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_10":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_11":[[40.4557034,-79.9792622],"Cinderlands Warehouse"],"main_pivot_12":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_13":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_14":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_15":[[40.4582377,-79.971972],"storage rental shop"],"near_pivot":[[40.4582377,-79.971972],"storage rental shop"],"beyond_pivot":[[40.458823,-79.9720898],"car_repair"],"around_goal_pivot_1":[[40.4575966,-79.9740304],"pub"],"around_goal_pivot_2":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_3":[[40.4568823,-79.9731933],"parking entrance"],"around_goal_pivot_4":[[40.4572902,-79.9736669],"storage rental shop"],"around_goal_pivot_5":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_6":[[40.458823,-79.9720898],"car repair shop"],"around_goal_pivot_7":[[40.4590618,-79.9726053],"clothes shop"],"around_goal_pivot_8":[[40.4576756,-79.9733619],"playground"]}} +{"rvs_sample_number":50,"content":"I'm directly east at starbucks cafe on Liberty avenue. It is close to the museum and east of Three PNC Plaza.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4421507,-80.0001703],"key":8560,"region":"Pittsburgh","rvs_start_point":[40.4423599937,-80.0036150855],"landmarks":{"end_point":[[40.4421507,-80.0001703],"cafe"],"start_point":[[40.4423599937,-80.0036150855],"bridge"],"main_pivot":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_2":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_3":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_4":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_9":[[40.4419318,-80.0041125],"Gateway Station"],"main_pivot_10":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_11":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_12":[[40.4419318,-80.0041125],"Gateway Station"],"main_pivot_13":[[40.4419318,-80.0041125],"Gateway Station"],"main_pivot_14":[[40.4419318,-80.0041125],"Gateway Station"],"main_pivot_15":[[40.4422748,-79.9995486],"museum"],"near_pivot":[[40.4422748,-79.9995486],"museum"],"beyond_pivot":[[40.4417490156,-79.9991462034],"place_of_worship"],"around_goal_pivot_1":[[40.4433728,-80.0002119],"three gardens"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_4":[[40.4433982,-80.0000036],"2 gardens"],"around_goal_pivot_5":[[40.4434211,-79.9999746],"gallery"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_8":[[40.4415449,-79.9988989],"grave yard"],"around_goal_pivot_9":[[40.4410125,-80.0009821],"post box"],"around_goal_pivot_10":[[40.443473,-79.9997146],"furniture shop"]}} +{"rvs_sample_number":142,"content":"I'm at a garden across the water almost directly south of you, and a bit to the east. The garden is on the north side of Penn Avenue, just after the street curves. It's on the northeast corner of a plus-shaped building that is between two other building. Also, the Gateway Station is southeast of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4420852675,-80.005374683],"key":8561,"region":"Pittsburgh","rvs_start_point":[40.4503858,-80.006879],"landmarks":{"end_point":[[40.4420852675,-80.005374683],"garden"],"start_point":[[40.4503858,-80.006879],"parking entrance"],"main_pivot":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_2":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_3":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4419336,-80.0060713],"two restaurants"],"near_pivot":[[40.4419336,-80.0060713],"two restaurants"],"beyond_pivot":[[40.4419143333,-80.0061735717],"restaurant"],"around_goal_pivot_1":[[40.4419131,-80.0042195],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4417076,-80.0037216],"2 gardens"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_5":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_7":[[40.440792,-80.0054303],"three gardens"]}} +{"rvs_sample_number":17,"content":"Let's meet up at the bike parking on the street where Thakery Street ends, northward. It's the third parking for bikes after you turn left at the north end of Thackery. It's on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4439279,-79.9585866],"key":8562,"region":"Pittsburgh","rvs_start_point":[40.4449799,-79.9510887],"landmarks":{"end_point":[[40.4439279,-79.9585866],"bicycle parking"],"start_point":[[40.4449799,-79.9510887],"post box"],"main_pivot":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_2":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_3":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_4":[[40.4436958,-79.9556034],"Amos Hall"],"main_pivot_5":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_6":[[40.4449514,-79.9572791],"O'Hara Student Center"],"main_pivot_7":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_8":[[40.4449514,-79.9572791],"O'Hara Student Center"],"main_pivot_9":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_10":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_11":[[40.44517,-79.9511462],"Bellefield Hall"],"main_pivot_12":[[40.4433862,-79.9552903],"McCormick Hall"],"main_pivot_13":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_14":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_15":[[40.4434651517,-79.9582612722],"school"],"near_pivot":[[40.4434651517,-79.9582612722],"school"],"beyond_pivot":[[40.4431171,-79.9589094],"university"],"around_goal_pivot_1":[[40.4437717,-79.9566367],"church"],"around_goal_pivot_2":[[40.4440634,-79.9569222],"restaurant"]}} +{"rvs_sample_number":320,"content":"Let's meet up at the garden on the north side of Waterfront drive, which is south of the river. The garden is just to the west of the large bridge that traverses the river.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8563,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791],"landmarks":{"end_point":[[40.4475414275,-79.9933873775],"garden"],"start_point":[[40.4550048045,-79.9832316791],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"near_pivot":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"around_goal_pivot_1":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_2":[[40.4462825,-79.992984],"restaurant"],"around_goal_pivot_4":[[40.4465216,-79.9930849],"2 gardens"]}} +{"rvs_sample_number":589,"content":"Let's get a drink, head to the bar on East Carson St. It's across the street from a bank and next to a bakery (just east of it). There is a PNC Financial Services inc just southeast across the street at the corner. There is a Theatre across the street and west of this block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4290489,-79.98153775],"key":8564,"region":"Pittsburgh","rvs_start_point":[40.4369752372,-79.9713042741],"landmarks":{"end_point":[[40.4290489,-79.98153775],"bar"],"start_point":[[40.4369752372,-79.9713042741],"childcare"],"main_pivot":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_2":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_3":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_4":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_5":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_6":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_7":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_8":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_9":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_10":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_11":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_12":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_13":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_14":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_15":[[40.428695,-79.9821576],"theatre"],"near_pivot":[[40.428695,-79.9821576],"theatre"],"beyond_pivot":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_1":[[40.428757,-79.9828925],"two pubs"],"around_goal_pivot_2":[[40.4290016,-79.9802628],"fast food restaurant"],"around_goal_pivot_3":[[40.4286156,-79.9800222],"bank"],"around_goal_pivot_4":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_5":[[40.4286405,-79.9804582],"parking lot"],"around_goal_pivot_6":[[40.4286429,-79.9824584],"beauty shop"],"around_goal_pivot_7":[[40.4290831811,-79.9829076483],"computer shop"]}} +{"rvs_sample_number":108,"content":"I'm at the supermarket not far from you on Penn Avenue It's near an ATM and a bakery. So after the church you should turn left. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513322,-79.9834142],"key":8565,"region":"Pittsburgh","rvs_start_point":[40.4550607934,-79.9811333067],"landmarks":{"end_point":[[40.4513322,-79.9834142],"supermarket"],"start_point":[[40.4550607934,-79.9811333067],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4515051,-79.9832078],"atm"],"near_pivot":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_3":[[40.450867,-79.9848504],"marketplace"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_6":[[40.4524411,-79.9832823],"church"],"around_goal_pivot_7":[[40.452669,-79.9823147],"veterinary"],"around_goal_pivot_8":[[40.4507336,-79.9846756],"farm shop"],"around_goal_pivot_9":[[40.4501778371,-79.9843941732],"wholesale shop"],"around_goal_pivot_10":[[40.4520988,-79.9823437],"confectionery shop"]}} +{"rvs_sample_number":581,"content":"Meet me at the parking lot on Drovers Way. Two gardens is across the street to the north. Dollar General is across two streets to the southwest.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4555451251,-80.0145281159],"key":8566,"region":"Pittsburgh","rvs_start_point":[40.453205,-80.0014902],"landmarks":{"end_point":[[40.4555451251,-80.0145281159],"parking lot"],"start_point":[[40.453205,-80.0014902],"ice cream"],"main_pivot":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_2":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_3":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_4":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_5":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_6":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_7":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_8":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_9":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_10":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_11":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_12":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_13":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_14":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_15":[[40.4558124,-80.0147326],"two gardens"],"near_pivot":[[40.4558124,-80.0147326],"two gardens"],"beyond_pivot":[[40.4557314,-80.0153694],"parking"],"around_goal_pivot_1":[[40.4543804,-80.0139011],"two gardens"],"around_goal_pivot_2":[[40.4549761,-80.0152042],"Dollar General"],"around_goal_pivot_3":[[40.4561094,-80.0160925],"gas station"],"around_goal_pivot_4":[[40.4563727,-80.0155517],"pharmacy"],"around_goal_pivot_5":[[40.4567614,-80.0154516],"post box"],"around_goal_pivot_6":[[40.4562499,-80.0161478],"convenience shop"],"around_goal_pivot_7":[[40.454387,-80.0129362],"fitness centre"]}} +{"rvs_sample_number":316,"content":"Meet me at the parking entrance on West General Robinson Street. Find the train station on the same street. It is diagonally across the street from it. It is a parking structure, not a lot. The parking entrance is located on the north west corner of the building.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4473258,-80.0089654],"key":8567,"region":"Pittsburgh","rvs_start_point":[40.4567362886,-80.0085183242],"landmarks":{"end_point":[[40.4473258,-80.0089654],"parking entrance"],"start_point":[[40.4567362886,-80.0085183242],"parking lot"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4474054,-80.0101409],"train station"],"near_pivot":[[40.4474054,-80.0101409],"train station"],"around_goal_pivot_1":[[40.4462625,-80.0085987],"park"],"around_goal_pivot_2":[[40.4478089,-80.0075951],"Residence Inn"],"around_goal_pivot_3":[[40.4464526,-80.0076755],"pub"],"around_goal_pivot_4":[[40.4463271,-80.0083943],"restaurant"],"around_goal_pivot_5":[[40.4471488,-80.0076428],"parking entrance"],"around_goal_pivot_6":[[40.447448,-80.0100764],"clothes shop"]}} +{"rvs_sample_number":316,"content":"Go past the Pennsylvania Railroad Fruit Auction & Sales building. It's northeast of you, and on the same side of the river. After you pass that keep going north east and meet me at garden just north and west of the fitness center on Railroad street. It's past the loop driveway, and before the 5 gardens near a small rectangular pond.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4549002508,-79.9832874034],"key":8568,"region":"Pittsburgh","rvs_start_point":[40.443691298,-79.9945948277],"landmarks":{"end_point":[[40.4549002508,-79.9832874034],"garden"],"start_point":[[40.443691298,-79.9945948277],"garden"],"main_pivot":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_4":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4550902209,-79.9834182814],"5 gardens"],"near_pivot":[[40.4550902209,-79.9834182814],"5 gardens"],"beyond_pivot":[[40.4549242,-79.9841232],"garden"],"around_goal_pivot_1":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_4":[[40.4548479,-79.9823196],"2 gardens"]}} +{"rvs_sample_number":285,"content":"Head southwest and let's get some paint at the paint store on Bidwell St. at it's southern end, before the road Ts off. The paint shop is on the western side of Bidwell. It's one of the last businesses on the street except for the bank across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4515845,-80.020431],"key":8569,"region":"Pittsburgh","rvs_start_point":[40.4573038047,-80.0030037767],"landmarks":{"end_point":[[40.4515845,-80.020431],"paint shop"],"start_point":[[40.4573038047,-80.0030037767],"shelter"],"main_pivot":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_2":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_3":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_4":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_5":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_6":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_7":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_8":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_9":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_10":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_11":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_12":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_13":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_14":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_15":[[40.4517105936,-80.0200427909],"bank"],"near_pivot":[[40.4517105936,-80.0200427909],"bank"],"around_goal_pivot_1":[[40.4508481,-80.0192143],"fast food restaurant"],"around_goal_pivot_2":[[40.4512509,-80.0192735],"7-Eleven"],"around_goal_pivot_3":[[40.4516358,-80.019041],"post box"],"around_goal_pivot_4":[[40.4515274,-80.0185788],"waste basket"],"around_goal_pivot_5":[[40.4520092,-80.0220712],"park"]}} +{"rvs_sample_number":150,"content":"Meet me at the vacant shop on Fox Way. It is on the same block as the Popeyes fast food restaurant. On the other end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4299893842,-79.9763042697],"key":8570,"region":"Pittsburgh","rvs_start_point":[40.428407407,-79.9792959295],"landmarks":{"end_point":[[40.4299893842,-79.9763042697],"vacant shop"],"start_point":[[40.428407407,-79.9792959295],"restaurant"],"main_pivot":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_2":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_3":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_4":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_5":[[40.4290212,-79.9781916],"Rite Aid"],"main_pivot_6":[[40.4290212,-79.9781916],"Rite Aid"],"main_pivot_7":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_8":[[40.4290212,-79.9781916],"Rite Aid"],"main_pivot_9":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_10":[[40.42842532,-79.9794796992],"Burger King"],"main_pivot_11":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_12":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_13":[[40.4290212,-79.9781916],"Rite Aid"],"main_pivot_14":[[40.4293116,-79.9776875],"VFW Post"],"main_pivot_15":[[40.4299644,-79.9773745],"fast food restaurant"],"near_pivot":[[40.4299644,-79.9773745],"fast food restaurant"],"beyond_pivot":[[40.4300765,-79.9745582],"pub"],"around_goal_pivot_1":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_2":[[40.4310201,-79.9766634],"Giant Eagle"],"around_goal_pivot_3":[[40.430088,-79.9747459],"pub"],"around_goal_pivot_4":[[40.4288877,-79.9769092],"restaurant"],"around_goal_pivot_5":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_6":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_7":[[40.429005,-79.9772259],"nightclub"],"around_goal_pivot_8":[[40.4312038,-79.9769478],"bicycle parking"],"around_goal_pivot_9":[[40.4288819,-79.9773268],"tattoo shop"],"around_goal_pivot_10":[[40.4289787,-79.9773935],"2 bars"]}} +{"rvs_sample_number":327,"content":"Let's meet inside the shelter on Bridle Trail. It's just south of a golf course on the other side of a paved road though. There is an elliptically shaped thing south of the shelter. There is a fairly large parking lot due south of the pavillion if you need somewhere to park. The shelter happens to be south and a small bit east of where you are.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4338660624,-79.9440910956],"key":8571,"region":"Pittsburgh","rvs_start_point":[40.445361,-79.9489115],"landmarks":{"end_point":[[40.4338660624,-79.9440910956],"shelter"],"start_point":[[40.445361,-79.9489115],"fast food restaurant"],"main_pivot":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_2":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_3":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_4":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_5":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_8":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_9":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_10":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_11":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_12":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_13":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_14":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_15":[[40.433714,-79.9441141],"parking lot"],"near_pivot":[[40.433714,-79.9441141],"parking lot"],"beyond_pivot":[[40.4331156787,-79.9437009416],"park"],"around_goal_pivot_1":[[40.4329523,-79.9453618],"shelter"],"around_goal_pivot_2":[[40.4329406395,-79.9434917329],"track"],"around_goal_pivot_3":[[40.4332029273,-79.943586321],"park"],"around_goal_pivot_4":[[40.4331431,-79.9456858],"playground"],"around_goal_pivot_5":[[40.4328389226,-79.9434154207],"pitch"]}} +{"rvs_sample_number":216,"content":"I'm parked in the CVS parking lot northeast of you on Centre Avenue. I'm parked in a space in the center aisle and just a few spaces from CVS.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4518131502,-79.9512484498],"key":8572,"region":"Pittsburgh","rvs_start_point":[40.4397058,-79.9598145],"landmarks":{"end_point":[[40.4518131502,-79.9512484498],"parking space"],"start_point":[[40.4397058,-79.9598145],"bank"],"main_pivot":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_2":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_3":[[40.4431696,-79.9555873],"McCormick Hall"],"main_pivot_4":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_5":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_6":[[40.4434528,-79.9559434],"Amos Hall"],"main_pivot_7":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_8":[[40.4431696,-79.9555873],"McCormick Hall"],"main_pivot_9":[[40.4434528,-79.9559434],"Amos Hall"],"main_pivot_10":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_11":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_12":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_13":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_14":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_15":[[40.4515891,-79.9513234],"pharmacy"],"near_pivot":[[40.4515891,-79.9513234],"pharmacy"],"beyond_pivot":[[40.4523886,-79.9507375],"fast_food"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_3":[[40.4518485,-79.9524245],"fast food restaurant"],"around_goal_pivot_4":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_5":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":201,"content":"I'm standing next to a recycling bin on South 20th street. Just move east on the current street your on and turn to 20th and it will be on the second block on the left. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4294249,-79.9776508],"key":8573,"region":"Pittsburgh","rvs_start_point":[40.4285733,-79.9861942],"landmarks":{"end_point":[[40.4294249,-79.9776508],"recycling"],"start_point":[[40.4285733,-79.9861942],"park"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.4299644,-79.9773745],"fast food restaurant"],"near_pivot":[[40.4299644,-79.9773745],"fast food restaurant"],"beyond_pivot":[[40.4287764,-79.9743289],"library"],"around_goal_pivot_1":[[40.4283763,-79.9766352],"fast food restaurant"],"around_goal_pivot_2":[[40.4284691,-79.9774405],"2 restaurants"],"around_goal_pivot_3":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_4":[[40.4288132,-79.9768342],"bar"],"around_goal_pivot_5":[[40.4288607,-79.9770571],"beauty shop"],"around_goal_pivot_6":[[40.4307523,-79.9769497],"mall"],"around_goal_pivot_7":[[40.4299079,-79.9763738],"vacant shop"],"around_goal_pivot_8":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_9":[[40.4286982,-79.9764679],"kiosk shop"],"around_goal_pivot_10":[[40.4289341,-79.9760596],"park"]}} +{"rvs_sample_number":101,"content":"I'm southwest of you, at a footbridge. It's on the trail that goes south from the parking lot to the west of the end of Woodruff Street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.425188026,-80.0210064977],"key":8574,"region":"Pittsburgh","rvs_start_point":[40.4339830182,-80.0048986881],"landmarks":{"end_point":[[40.425188026,-80.0210064977],"bridge"],"start_point":[[40.4339830182,-80.0048986881],"restaurant"],"main_pivot":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_2":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_3":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_4":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_5":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_6":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_7":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_8":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_9":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_10":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_11":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_12":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_13":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_14":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_15":[[40.4257976895,-80.020571873],"parking lot"],"near_pivot":[[40.4257976895,-80.020571873],"parking lot"],"around_goal_pivot_1":[[40.425770608,-80.0191737023],"parking lot"],"around_goal_pivot_2":[[40.4262740822,-80.0173616077],"park"]}} +{"rvs_sample_number":292,"content":"I'm located northwest at the bench northwest of bicycle parking and on the east side of Starbucks cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4498546,-80.0145513],"key":8575,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333],"landmarks":{"end_point":[[40.4498546,-80.0145513],"bench"],"start_point":[[40.4465292333,-80.0041016333],"garden"],"main_pivot":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_2":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_3":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_4":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_7":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_8":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_9":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_10":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_11":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_12":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_13":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_3":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_4":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_5":[[40.4508269,-80.0127024],"park"]}} +{"rvs_sample_number":268,"content":"Meet me at the McDonald's southwest of your location. It is on Allegheny Avenue, south of KeyBank and north of Wendy's fast food restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4508253951,-80.0190040044],"key":8576,"region":"Pittsburgh","rvs_start_point":[40.454431057,-80.0132273202],"landmarks":{"end_point":[[40.4508253951,-80.0190040044],"fast food restaurant"],"start_point":[[40.454431057,-80.0132273202],"garden"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_5":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_10":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_11":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_12":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_13":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4502988207,-80.0189038748],"fast food restaurant"],"near_pivot":[[40.4502988207,-80.0189038748],"fast food restaurant"],"around_goal_pivot_1":[[40.4514496,-80.0197356],"bank"],"around_goal_pivot_2":[[40.4514967,-80.0179848],"hotel"],"around_goal_pivot_3":[[40.4518596,-80.0176931],"cafe"],"around_goal_pivot_4":[[40.4518406,-80.0183603],"dentist's office"],"around_goal_pivot_5":[[40.4515274,-80.0185788],"waste basket"],"around_goal_pivot_6":[[40.4516358,-80.019041],"post box"],"around_goal_pivot_7":[[40.4515845,-80.020431],"paint shop"]}} +{"rvs_sample_number":161,"content":"Meet me at the bar west of you on East Carson Street. You will find the bar two blocks past Carnegie Library of Pittsburgh: South Side Branch on the same side of the street as the library. It's close to the west end of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.428828447,-79.9773701189],"key":8577,"region":"Pittsburgh","rvs_start_point":[40.4279563,-79.9660175],"landmarks":{"end_point":[[40.428828447,-79.9773701189],"bar"],"start_point":[[40.4279563,-79.9660175],"bicycle rental"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4293116,-79.9776875],"social centre"],"near_pivot":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_1":[[40.4299605743,-79.9773064609],"fast food restaurant"],"around_goal_pivot_2":[[40.4299463,-79.9770526],"Family Dollar"],"around_goal_pivot_3":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_4":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_5":[[40.4301036617,-79.9772980192],"parking lot"],"around_goal_pivot_6":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_7":[[40.4299079,-79.9763738],"vacant shop"],"around_goal_pivot_8":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":325,"content":"Can you meet up with me and pick me up at the School that is off just a bit east from the spot where Herron Ave ends at it's south most point. I'm at the middle of the school, Jr. hi. section. It's in the area where there is a nice track just east of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4497913,-79.9622744],"key":8578,"region":"Pittsburgh","rvs_start_point":[40.4511517904,-79.9519500648],"landmarks":{"end_point":[[40.4497913,-79.9622744],"school"],"start_point":[[40.4511517904,-79.9519500648],"restaurant"],"main_pivot":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_2":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_3":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_4":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_5":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_6":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_7":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_8":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_9":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_10":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_11":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_12":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_13":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_14":[[40.4509326,-79.9544905],"Schenley High School"],"main_pivot_15":[[40.4499475,-79.9627645],"school"],"near_pivot":[[40.4499475,-79.9627645],"school"],"around_goal_pivot_1":[[40.449667,-79.9585009],"track"]}} +{"rvs_sample_number":573,"content":"Meet me at the Cricket Wireless northeast of your location. Head northeast then cross the bridge over the water. Keep heading north then turn west onto East Ohio Street. Your destination is one block west of H&R Block. If you see a Goodwill, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4535623,-79.9995754],"key":8579,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4535623,-79.9995754],"Cricket Wireless"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_5":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_6":[[40.4422726744,-80.0012370082],"EQT Plaza"],"main_pivot_7":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_8":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_10":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_11":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_12":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_13":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_14":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4537543,-79.9987157],"H&R Block"],"around_goal_pivot_1":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_2":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_3":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_4":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_6":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_7":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_8":[[40.4534549,-80.0013325],"ice cream"],"around_goal_pivot_9":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_10":[[40.4533877,-80.0005867],"florist shop"]}} +{"rvs_sample_number":459,"content":"Head west a few blocks to the bar on this street. It's the next to last bar on the block ending on South 22nd Street. The bridge exit lane would go almost through the bar if you didn't take a hard enough turn.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4281909269,-79.9740651039],"key":8580,"region":"Pittsburgh","rvs_start_point":[40.4281906343,-79.9701681707],"landmarks":{"end_point":[[40.4281909269,-79.9740651039],"bar"],"start_point":[[40.4281906343,-79.9701681707],"social facility"],"main_pivot":[[40.4280560259,-79.9698872998],"Rita's Italian Ice"],"main_pivot_2":[[40.4281498,-79.971998],"State Farm"],"main_pivot_3":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_4":[[40.4280560259,-79.9698872998],"Rita's Italian Ice"],"main_pivot_5":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_6":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_7":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_8":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_9":[[40.4280560259,-79.9698872998],"Rita's Italian Ice"],"main_pivot_10":[[40.4281498,-79.971998],"State Farm"],"main_pivot_11":[[40.4280560259,-79.9698872998],"Rita's Italian Ice"],"main_pivot_12":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_13":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_14":[[40.4281498,-79.971998],"State Farm"],"main_pivot_15":[[40.428265969,-79.974833341],"pub"],"near_pivot":[[40.428265969,-79.974833341],"pub"],"around_goal_pivot_1":[[40.4281589,-79.9721601],"fast food restaurant"],"around_goal_pivot_2":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_3":[[40.4288239,-79.972878],"four parking spaces"],"around_goal_pivot_4":[[40.4283000389,-79.9751786491],"bicycle shop"],"around_goal_pivot_5":[[40.42819,-79.9726763],"gift shop"],"around_goal_pivot_6":[[40.4288195,-79.9727866],"5 parking spaces"],"around_goal_pivot_7":[[40.4288226,-79.9728511],"three parking spaces"],"around_goal_pivot_8":[[40.4288162,-79.9727162],"three parking spaces"],"around_goal_pivot_9":[[40.4281801,-79.9725011],"hairdresser shop"],"around_goal_pivot_10":[[40.4281857,-79.9726004],"clothes shop"]}} +{"rvs_sample_number":339,"content":"Meet me at the school on Greenfield Avenue. There is a library next to it and another school located southeast of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4265076,-79.9446448],"key":8581,"region":"Pittsburgh","rvs_start_point":[40.4329952308,-79.9411597338],"landmarks":{"end_point":[[40.4265076,-79.9446448],"school"],"start_point":[[40.4329952308,-79.9411597338],"pitch"],"main_pivot":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_2":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_3":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_4":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_5":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_6":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_7":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_8":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_9":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_10":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_11":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_12":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_13":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_14":[[40.4268215,-79.9384007],"Amoco"],"main_pivot_15":[[40.4263871,-79.9440874],"library"],"near_pivot":[[40.4263871,-79.9440874],"library"],"around_goal_pivot_1":[[40.4257828,-79.9434919],"school"]}} +{"rvs_sample_number":40,"content":"Meet me at the parking space at CVS. Go west on Centre Avenue and then turn south on the street before Dunkin' Donuts. You'll see the parking lot a little bit further down the street on the east side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4513815106,-79.9513351321],"key":8582,"region":"Pittsburgh","rvs_start_point":[40.4567199,-79.9345217],"landmarks":{"end_point":[[40.4513815106,-79.9513351321],"parking space"],"start_point":[[40.4567199,-79.9345217],"supermarket"],"main_pivot":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_4":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_12":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_13":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_14":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_15":[[40.4517378,-79.9521127],"fast food restaurant"],"near_pivot":[[40.4517378,-79.9521127],"fast food restaurant"],"around_goal_pivot_1":[[40.4520742,-79.9516633],"2 convenience shops"],"around_goal_pivot_2":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_3":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_4":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_5":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_6":[[40.4508898743,-79.9521643805],"parking lot"],"around_goal_pivot_7":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_8":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_9":[[40.4518686,-79.9523621],"jewelry shop"],"around_goal_pivot_10":[[40.4520305,-79.9518088],"convenience shop"]}} +{"rvs_sample_number":154,"content":"Meet me at the parking lot. Go west on East Carson Street and then head north at the street where Bruegger's Bagels is. Go a block and a half from there and the parking lot will be on the west side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4294450762,-79.9808073108],"key":8583,"region":"Pittsburgh","rvs_start_point":[40.4264121,-79.9644797],"landmarks":{"end_point":[[40.4294450762,-79.9808073108],"parking lot"],"start_point":[[40.4264121,-79.9644797],"bicycle parking"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4290016,-79.9802628],"fast food restaurant"],"near_pivot":[[40.4290016,-79.9802628],"fast food restaurant"],"beyond_pivot":[[40.4287011,-79.9814514],"bank"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4285833,-79.9794643],"fast food restaurant"],"around_goal_pivot_3":[[40.4286727,-79.9809251],"Minuteman Press"],"around_goal_pivot_4":[[40.4286588,-79.9806678],"atm"],"around_goal_pivot_5":[[40.4290836,-79.9824086],"bar"],"around_goal_pivot_6":[[40.4286405,-79.9804582],"parking lot"],"around_goal_pivot_7":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_8":[[40.4290353,-79.9795072],"clothes shop"],"around_goal_pivot_9":[[40.4286734,-79.9819179],"beauty shop"]}} +{"rvs_sample_number":30,"content":"I'm at a fast food restaurant a little to your southeast. It's past Gateway Station, and it's on Graeme Street, west side of the block. There's a Chase bank on this block, and the Fairmont hotel is about a block to the east of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4413113,-80.002748],"key":8584,"region":"Pittsburgh","rvs_start_point":[40.4421281,-80.005765],"landmarks":{"end_point":[[40.4413113,-80.002748],"fast food restaurant"],"start_point":[[40.4421281,-80.005765],"bench"],"main_pivot":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_2":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_3":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_4":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_7":[[40.4419585859,-80.0060830433],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_10":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_11":[[40.4419585859,-80.0060830433],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_12":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_13":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_14":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4406267,-80.0032456],"restaurant"],"around_goal_pivot_1":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_7":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4409855,-80.0044421],"2 gardens"],"around_goal_pivot_10":[[40.4410125,-80.0009821],"post box"]}} +{"rvs_sample_number":295,"content":"I'm southeast of you at the garden on Rope way. It's about halfway up the block from the sandwich restaurant, and on the east side of the road. It's 3 blocks south and east of the Emmanuel Episcopal Church.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4527216511,-80.0148912644],"key":8585,"region":"Pittsburgh","rvs_start_point":[40.45674,-80.02867],"landmarks":{"end_point":[[40.4527216511,-80.0148912644],"garden"],"start_point":[[40.45674,-80.02867],"library"],"main_pivot":[[40.4566223,-80.0277014],"Victory Baptist Church"],"main_pivot_2":[[40.453665,-80.0169859],"Lola Bistro"],"main_pivot_3":[[40.4557841,-80.0240896],"Original Church of God of Deliverance"],"main_pivot_4":[[40.4557841,-80.0240896],"Original Church of God of Deliverance"],"main_pivot_5":[[40.4530649,-80.019298],"Emmanuel Episcopal Church"],"main_pivot_6":[[40.4559324,-80.0232996],"Manchester Academic Charter School"],"main_pivot_7":[[40.453665,-80.0169859],"Lola Bistro"],"main_pivot_8":[[40.4559324,-80.0232996],"Manchester Academic Charter School"],"main_pivot_9":[[40.4566223,-80.0277014],"Victory Baptist Church"],"main_pivot_10":[[40.4566223,-80.0277014],"Victory Baptist Church"],"main_pivot_11":[[40.4561802,-80.0247762],"Saint Josephs School"],"main_pivot_12":[[40.4530649,-80.019298],"Emmanuel Episcopal Church"],"main_pivot_13":[[40.4557841,-80.0240896],"Original Church of God of Deliverance"],"main_pivot_14":[[40.453665,-80.0169859],"Lola Bistro"],"main_pivot_15":[[40.4523315,-80.0150728],"restaurant"],"near_pivot":[[40.4523315,-80.0150728],"restaurant"],"beyond_pivot":[[40.4520406,-80.015434],"fitness_centre"],"around_goal_pivot_1":[[40.451993,-80.0159552],"pub"],"around_goal_pivot_2":[[40.4524309,-80.0159148],"parking lot"],"around_goal_pivot_3":[[40.4520078,-80.0159942],"waste basket"],"around_goal_pivot_4":[[40.4521579,-80.0159562],"florist shop"],"around_goal_pivot_5":[[40.4520406,-80.015434],"fitness centre"],"around_goal_pivot_7":[[40.4524168238,-80.0159101003],"two gardens"],"around_goal_pivot_8":[[40.4524271,-80.0159349],"garden"]}} +{"rvs_sample_number":59,"content":"I'm a few blocks northwest of you, at a fast food restaurant on Graeme Street. It's north of the Chase bank, on the same block. The Fairmont is a bit east of here, and Katie's Kandy is to the northwest. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4413113,-80.002748],"key":8586,"region":"Pittsburgh","rvs_start_point":[40.4377097672,-80.0005011853],"landmarks":{"end_point":[[40.4413113,-80.002748],"fast food restaurant"],"start_point":[[40.4377097672,-80.0005011853],"kiosk shop"],"main_pivot":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_2":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_3":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_4":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_5":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_6":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_7":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_8":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_9":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_10":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_11":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_12":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4411935,-80.0036623],"fast_food"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_5":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_6":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_7":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4410125,-80.0009821],"post box"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":248,"content":"Meet me at the post box on Atwood Street. On the northwest block from the post box, you'll find a pub. On the northeast block, there is rue21.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4409927,-79.9574184],"key":8587,"region":"Pittsburgh","rvs_start_point":[40.4425845552,-79.9527381281],"landmarks":{"end_point":[[40.4409927,-79.9574184],"post box"],"start_point":[[40.4425845552,-79.9527381281],"restaurant"],"main_pivot":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_2":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_3":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_4":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_5":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_6":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_7":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_8":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_9":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_10":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_11":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_12":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_13":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_15":[[40.4415141,-79.9572311],"atm"],"near_pivot":[[40.4415141,-79.9572311],"atm"],"beyond_pivot":[[40.4405711,-79.9565115],"fast_food"],"around_goal_pivot_1":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_2":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_3":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_4":[[40.4418547,-79.9571582],"two fast food restaurants"],"around_goal_pivot_5":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_6":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_7":[[40.4418935,-79.9566272],"waste basket"],"around_goal_pivot_8":[[40.4417121,-79.9569675],"tobacco shop"],"around_goal_pivot_9":[[40.4415987,-79.9567764],"jewelry shop"]}} +{"rvs_sample_number":338,"content":"Head across the Allegheny River and let's meet up at the leisure garden on the northern bank of the river. It's just south of the Roberto Clemente Bridge which is part of Federal Street. The garden is there just to the west of the bridge near the waters edge.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4465993667,-80.0041203667],"key":8588,"region":"Pittsburgh","rvs_start_point":[40.4433145,-79.9970334],"landmarks":{"end_point":[[40.4465993667,-80.0041203667],"garden"],"start_point":[[40.4433145,-79.9970334],"restaurant"],"main_pivot":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4429124309,-80.0011930776],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_4":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_5":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_6":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_8":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_9":[[40.4429124309,-80.0011930776],"Heinz Hall for the Performing Arts"],"main_pivot_10":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_11":[[40.4429124309,-80.0011930776],"Heinz Hall for the Performing Arts"],"main_pivot_12":[[40.4435416743,-80.0007229879],"Century Building"],"main_pivot_13":[[40.4429124309,-80.0011930776],"Heinz Hall for the Performing Arts"],"main_pivot_14":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_15":[[40.4468568428,-80.003905543],"bridge"],"near_pivot":[[40.4468568428,-80.003905543],"bridge"],"beyond_pivot":[[40.4468554089,-80.0048425619],"pitch"],"around_goal_pivot_1":[[40.4474848,-80.0030037],"fountain"],"around_goal_pivot_2":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_3":[[40.4477958,-80.0043583],"restaurant"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4476428,-80.0043128],"clothes shop"]}} +{"rvs_sample_number":86,"content":"Get onto Fifth Avenue and head west. Just after you pass the William Pitt Union, you'll see a Starbucks cafe on your left. Let's meet there. It's across the street from University Pharmacy.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4435445,-79.9557594],"key":8589,"region":"Pittsburgh","rvs_start_point":[40.4449435,-79.9488571],"landmarks":{"end_point":[[40.4435445,-79.9557594],"cafe"],"start_point":[[40.4449435,-79.9488571],"books shop"],"main_pivot":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_2":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_3":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_4":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_5":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_6":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_7":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_8":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_9":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_10":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_11":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_12":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_13":[[40.4450804,-79.9519788],"Heinz Memorial Chapel"],"main_pivot_14":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_15":[[40.4437307,-79.9549525],"attraction"],"near_pivot":[[40.4437307,-79.9549525],"attraction"],"around_goal_pivot_1":[[40.4435126,-79.9572423],"school"],"around_goal_pivot_2":[[40.4427572,-79.9547633],"library"],"around_goal_pivot_3":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_4":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_5":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_6":[[40.4429238,-79.9550307],"convenience shop"],"around_goal_pivot_7":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":491,"content":"Leave the convention center and head west on Penn Avenue. Once you pass Fifth Avenue Place you can go across the cross-shaped parking lot in front of you, and find me on the bench just north of the next cross-shaped parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422835,-80.00549],"key":8590,"region":"Pittsburgh","rvs_start_point":[40.4450588,-79.9952768],"landmarks":{"end_point":[[40.4422835,-80.00549],"bench"],"start_point":[[40.4450588,-79.9952768],"parking lot"],"main_pivot":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_2":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_3":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_4":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_5":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_6":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_7":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_8":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_9":[[40.4419160279,-80.004202703],"Gateway Station"],"main_pivot_10":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_11":[[40.4419160279,-80.004202703],"Gateway Station"],"main_pivot_12":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_13":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_14":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_15":[[40.4419964156,-80.0061008231],"hotel"],"near_pivot":[[40.4419964156,-80.0061008231],"hotel"],"beyond_pivot":[[40.442015,-80.0062213],"restaurant"],"around_goal_pivot_1":[[40.4419160279,-80.004202703],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4411362,-80.0044989],"restaurant"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_6":[[40.4409265,-80.0061044],"two gardens"],"around_goal_pivot_8":[[40.4410747,-80.0055995],"two gardens"]}} +{"rvs_sample_number":136,"content":"Go east on Smallman street to the garden that is across from a sort of workout center. Pittsburgh Rug company is one block southwest from the garden, on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4588126768,-79.9747114824],"key":8591,"region":"Pittsburgh","rvs_start_point":[40.4535608224,-79.9811005939],"landmarks":{"end_point":[[40.4588126768,-79.9747114824],"garden"],"start_point":[[40.4535608224,-79.9811005939],"parking lot"],"main_pivot":[[40.4537661,-79.9814169],"Kelly O's Diner in the Strip"],"main_pivot_2":[[40.455595,-79.9782225],"Savoy"],"main_pivot_3":[[40.455885,-79.9790063],"Cinderlands Warehouse"],"main_pivot_4":[[40.4556285,-79.9781202],"Pane e Pronto"],"main_pivot_5":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_6":[[40.4537661,-79.9814169],"Kelly O's Diner in the Strip"],"main_pivot_7":[[40.455595,-79.9782225],"Savoy"],"main_pivot_8":[[40.455885,-79.9790063],"Cinderlands Warehouse"],"main_pivot_9":[[40.455885,-79.9790063],"Cinderlands Warehouse"],"main_pivot_10":[[40.454973,-79.9789703],"DiAnoia's Eatery"],"main_pivot_11":[[40.4537661,-79.9814169],"Kelly O's Diner in the Strip"],"main_pivot_12":[[40.454973,-79.9789703],"DiAnoia's Eatery"],"main_pivot_13":[[40.4537661,-79.9814169],"Kelly O's Diner in the Strip"],"main_pivot_14":[[40.455885,-79.9790063],"Cinderlands Warehouse"],"main_pivot_15":[[40.4588971,-79.9742653],"gas station"],"near_pivot":[[40.4588971,-79.9742653],"gas station"],"beyond_pivot":[[40.4584801,-79.9740105],"restaurant"],"around_goal_pivot_1":[[40.4576916,-79.974263],"pub"],"around_goal_pivot_2":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_3":[[40.4581925,-79.975709],"furniture shop"],"around_goal_pivot_4":[[40.4578236,-79.973371],"pitch"],"around_goal_pivot_5":[[40.4575868,-79.973793],"park"],"around_goal_pivot_6":[[40.4582265,-79.9738454],"2 gardens"],"around_goal_pivot_7":[[40.4586544,-79.9728839],"two gardens"]}} +{"rvs_sample_number":561,"content":"Meet me at the bicycle parking rack east of your location. Head east then turn north onto South 27th Street. Head up one block and your destination is on the middle of the block on the east side of the the street. It is one block west of Urban Outfitters.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4280087,-79.9659471],"key":8592,"region":"Pittsburgh","rvs_start_point":[40.4280979862,-79.9739842418],"landmarks":{"end_point":[[40.4280087,-79.9659471],"bicycle parking"],"start_point":[[40.4280979862,-79.9739842418],"restaurant"],"main_pivot":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.428568,-79.9657239],"REI"],"near_pivot":[[40.428568,-79.9657239],"REI"],"beyond_pivot":[[40.4277401,-79.9652069],"Urban Outfitters"],"around_goal_pivot_1":[[40.4269114,-79.9647294],"atm"],"around_goal_pivot_2":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_3":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_4":[[40.428749,-79.9648442],"restaurant"],"around_goal_pivot_5":[[40.4287232,-79.9647537],"pub"],"around_goal_pivot_6":[[40.4269430522,-79.9670273785],"clothes shop"]}} +{"rvs_sample_number":301,"content":"Meet me at the beauty shop on East Ohio Street. It's a block east of the antiques shop on the same side of the street. If you get to Rite Aid, you went too far. It's about a half block west of there.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.453694,-79.9988484],"key":8593,"region":"Pittsburgh","rvs_start_point":[40.4498546,-80.0145513],"landmarks":{"end_point":[[40.453694,-79.9988484],"beauty shop"],"start_point":[[40.4498546,-80.0145513],"bench"],"main_pivot":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_2":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_3":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_4":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_5":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_6":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_7":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_8":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_9":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_10":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_11":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_12":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_13":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_14":[[40.4504943548,-80.0142257245],"Allegheny West Historic District"],"main_pivot_15":[[40.4538012,-79.9984527],"pharmacy"],"near_pivot":[[40.4538012,-79.9984527],"pharmacy"],"beyond_pivot":[[40.4540697,-79.9981075],"restaurant"],"around_goal_pivot_1":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_2":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_3":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_4":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_5":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_7":[[40.4537025,-79.9999785],"bar"],"around_goal_pivot_8":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_9":[[40.4534029,-80.000485],"antiques shop"],"around_goal_pivot_10":[[40.4548855,-79.998594],"alcohol shop"]}} +{"rvs_sample_number":555,"content":"Meet me at the restaurant southwest of your location. Head west then turn south onto North Craig Street. Keep heading south until the street changes names. You will see a Crepes Parisiennes fast food restaurant. Your destination is two blocks south at the start of the block. There is a Starbucks on the same block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4451909,-79.9485562],"key":8594,"region":"Pittsburgh","rvs_start_point":[40.4561694041,-79.9427242621],"landmarks":{"end_point":[[40.4451909,-79.9485562],"restaurant"],"start_point":[[40.4561694041,-79.9427242621],"parking lot"],"main_pivot":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_2":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_3":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_4":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_5":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_6":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_7":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_8":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_9":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_10":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_11":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_12":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_13":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_14":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"around_goal_pivot_1":[[40.4441214,-79.9488022],"museum"],"around_goal_pivot_2":[[40.4464446,-79.9487914],"bank"],"around_goal_pivot_3":[[40.4460437,-79.9487644],"fast food restaurant"],"around_goal_pivot_4":[[40.4442776,-79.9488965],"bicycle rental"],"around_goal_pivot_5":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_6":[[40.4463215,-79.9485086],"hairdresser shop"],"around_goal_pivot_7":[[40.4462841,-79.9487558],"boutique shop"],"around_goal_pivot_8":[[40.4444165,-79.9477794],"park"],"around_goal_pivot_9":[[40.4456331,-79.9473761],"garden"]}} +{"rvs_sample_number":185,"content":"I'm not that far northeast of you on a parallel street to Smallman Street. Meet me here at the garden on the block on the water, and across from the street from a pub. There are several parking lots around me.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4567260318,-79.9795938436],"key":8595,"region":"Pittsburgh","rvs_start_point":[40.452191175,-79.9811296603],"landmarks":{"end_point":[[40.4567260318,-79.9795938436],"garden"],"start_point":[[40.452191175,-79.9811296603],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4559416,-79.9795445],"pub"],"near_pivot":[[40.4559416,-79.9795445],"pub"],"beyond_pivot":[[40.457256,-79.9789623],"parking"],"around_goal_pivot_1":[[40.4556919,-79.9796346],"two gardens"],"around_goal_pivot_2":[[40.4568932,-79.9780734],"paint shop"],"around_goal_pivot_4":[[40.457513,-79.9801607],"4 gardens"],"around_goal_pivot_6":[[40.4574808,-79.9787333],"three gardens"]}} +{"rvs_sample_number":106,"content":"Head directly south and meet me at the garden on Forbes Avenue, in a park area near a bunch of picnic tables. It is just west of a shelter and east of the university.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4447772308,-79.9439276564],"key":8596,"region":"Pittsburgh","rvs_start_point":[40.4561829,-79.94193],"landmarks":{"end_point":[[40.4447772308,-79.9439276564],"garden"],"start_point":[[40.4561829,-79.94193],"clinic"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.444775,-79.9435208],"shelter"],"near_pivot":[[40.444775,-79.9435208],"shelter"],"beyond_pivot":[[40.4444928,-79.9449552],"university"],"around_goal_pivot_1":[[40.4457416383,-79.945272323],"school"],"around_goal_pivot_2":[[40.4439619,-79.9433336],"arts centre"],"around_goal_pivot_3":[[40.4454541,-79.9433899],"kindergarten"],"around_goal_pivot_4":[[40.4442631,-79.9445918],"bench"],"around_goal_pivot_5":[[40.4451299,-79.9448601],"waste basket"],"around_goal_pivot_6":[[40.4463816,-79.9429497],"playground"]}} +{"rvs_sample_number":213,"content":"Let's meet up at Citizens Bank on Fifth Avenue. You will find EVEN Hotels across the street on the south. Verizon is in the adjacent block to its west.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4403352,-79.9976914],"key":8597,"region":"Pittsburgh","rvs_start_point":[40.4480976084,-79.9924701433],"landmarks":{"end_point":[[40.4403352,-79.9976914],"bank"],"start_point":[[40.4480976084,-79.9924701433],"garden"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_3":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_4":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.441724,-79.9962235],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_6":[[40.4421099,-79.9959395],"Koppers Tower"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_9":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_10":[[40.441724,-79.9962235],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_11":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_12":[[40.4423518,-79.996608],"Centre City Tower"],"main_pivot_13":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_14":[[40.4423942063,-79.9959349115],"Verizon Building"],"main_pivot_15":[[40.4409179871,-79.9982052727],"Embassy Suites"],"near_pivot":[[40.4409179871,-79.9982052727],"Embassy Suites"],"beyond_pivot":[[40.4408844,-79.998227],"Embassy Suites"],"around_goal_pivot_1":[[40.4392303,-79.9967236],"courthouse"],"around_goal_pivot_2":[[40.441724,-79.9962235],"Kimpton"],"around_goal_pivot_3":[[40.4402256,-79.9992849],"mall"],"around_goal_pivot_4":[[40.4406063,-79.9958221],"park"],"around_goal_pivot_5":[[40.4402978,-79.998756],"Verizon"],"around_goal_pivot_6":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"around_goal_pivot_7":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_8":[[40.4412916,-79.9984397],"grave yard"],"around_goal_pivot_9":[[40.4392024,-79.9972654],"library"],"around_goal_pivot_10":[[40.4391422,-79.9980044],"restaurant"]}} +{"rvs_sample_number":292,"content":"There's an Apple Store on Walnut Street where we can meet. It's northeast of you, next to a Rite Aid, on the same block as a Sephora and S.W. Randall Toyes & Giftes. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4290179837,-79.9809642525],"key":8598,"region":"Pittsburgh","rvs_start_point":[40.4271926,-79.9668468],"landmarks":{"end_point":[[40.4290179837,-79.9809642525],"post office"],"start_point":[[40.4271926,-79.9668468],"bicycle parking"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4288777,-79.9807142],"post office"],"near_pivot":[[40.4288777,-79.9807142],"post office"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4285833,-79.9794643],"fast food restaurant"],"around_goal_pivot_3":[[40.4290264,-79.98241],"bar"],"around_goal_pivot_4":[[40.4286108,-79.9799384],"bank"],"around_goal_pivot_5":[[40.4288151,-79.9796537],"jewelry shop"],"around_goal_pivot_6":[[40.4288112,-79.9795821],"clothes shop"],"around_goal_pivot_7":[[40.4286714,-79.9817941],"boutique shop"]}} +{"rvs_sample_number":221,"content":"I'd like to meet you at the cafe on Dobson Street located east of you. There is a park on the southwest corner of the block where the cafe is. A funeral directors shop is almost catty-cornered from the cafe.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4575406,-79.9658578],"key":8599,"region":"Pittsburgh","rvs_start_point":[40.4573267648,-79.9798744602],"landmarks":{"end_point":[[40.4575406,-79.9658578],"cafe"],"start_point":[[40.4573267648,-79.9798744602],"garden"],"main_pivot":[[40.4565408,-79.9677963],"Immaculate Heart of Mary"],"main_pivot_2":[[40.4567786,-79.9677217],"Pope's Place"],"main_pivot_3":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_4":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_5":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_6":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_7":[[40.4568205,-79.9660399],"Gooskis"],"main_pivot_8":[[40.4563746,-79.9679524],"Immaculate Heart of Mary Church"],"main_pivot_9":[[40.4568205,-79.9660399],"Gooskis"],"main_pivot_10":[[40.4565408,-79.9677963],"Immaculate Heart of Mary"],"main_pivot_11":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_12":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_13":[[40.4568205,-79.9660399],"Gooskis"],"main_pivot_14":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_15":[[40.4578115,-79.9655765],"funeral directors shop"],"near_pivot":[[40.4578115,-79.9655765],"funeral directors shop"],"beyond_pivot":[[40.4579882,-79.9650734],"grit_bin"],"around_goal_pivot_1":[[40.4568205,-79.9660399],"bar"],"around_goal_pivot_2":[[40.4579882,-79.9650734],"grit bin"],"around_goal_pivot_3":[[40.4567945,-79.9673191],"park"]}} +{"rvs_sample_number":158,"content":"Meet me at the beauty shop southwest of you. It's the one over on Chancery Way. It's a block west of the pizza restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.439006807,-80.0047897259],"key":8600,"region":"Pittsburgh","rvs_start_point":[40.4479943362,-79.99066821],"landmarks":{"end_point":[[40.439006807,-80.0047897259],"beauty shop"],"start_point":[[40.4479943362,-79.99066821],"garden"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.4415198,-80.0040472],"Gateway Station"],"main_pivot_3":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_4":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_7":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_8":[[40.4415198,-80.0040472],"Gateway Station"],"main_pivot_9":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_10":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_11":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_12":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_13":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_14":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_15":[[40.4390591,-80.0055748],"three gardens"],"near_pivot":[[40.4390591,-80.0055748],"three gardens"],"beyond_pivot":[[40.4389155,-80.0039382],"restaurant"],"around_goal_pivot_3":[[40.4392974,-80.0065676],"2 gardens"],"around_goal_pivot_5":[[40.4403865,-80.0046747],"two gardens"],"around_goal_pivot_7":[[40.4388125,-80.0059478],"2 gardens"]}} +{"rvs_sample_number":210,"content":"Meet me at the garden on Liberty Avenue. Head past The Carlyle to get there. You will see Cricket Wireless and then Fine Wine & Good Spirits on that avenue before reaching the garden on the next block. There is an art centre in the southwest block.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4438708713,-79.9949855563],"key":8601,"region":"Pittsburgh","rvs_start_point":[40.439474,-80.0035742],"landmarks":{"end_point":[[40.4438708713,-79.9949855563],"garden"],"start_point":[[40.439474,-80.0035742],"restaurant"],"main_pivot":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_2":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_3":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_4":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_5":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_6":[[40.4384757,-80.0023909],"Pittsburgh Ballet Theater Building"],"main_pivot_7":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_8":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_9":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_10":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_11":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_12":[[40.4397101,-80.0036505],"One PPG Place"],"main_pivot_13":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_14":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_15":[[40.443428,-79.9956527],"arts centre"],"near_pivot":[[40.443428,-79.9956527],"arts centre"],"beyond_pivot":[[40.4447106,-79.9951092],"fast_food"],"around_goal_pivot_1":[[40.4432595666,-79.9940650159],"courthouse"],"around_goal_pivot_2":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_3":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_4":[[40.4450335,-79.9953305],"two parking entrances"],"around_goal_pivot_5":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_6":[[40.4445647,-79.9957916],"three gardens"],"around_goal_pivot_7":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_8":[[40.4434335,-79.9965741],"bar"],"around_goal_pivot_9":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_10":[[40.4430039,-79.9946569],"two gardens"]}} +{"rvs_sample_number":3,"content":"Let's meet up, just northwest of you on Eloise Street at a parking lot. It's a bit over a block west of a large church, also on the south side of the street, as the church is. On the block that is just west of the parking lot (which happens to be in the northeasternmost part of the block) there is both a YMCA and another protestant church.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4550204104,-80.0119682115],"key":8602,"region":"Pittsburgh","rvs_start_point":[40.4476638,-80.0213755],"landmarks":{"end_point":[[40.4550204104,-80.0119682115],"parking lot"],"start_point":[[40.4476638,-80.0213755],"parking entrance"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_5":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_10":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_11":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_12":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_13":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4540705455,-80.0135370767],"park"],"near_pivot":[[40.4540705455,-80.0135370767],"park"],"around_goal_pivot_1":[[40.4545773,-80.0103866],"playground"],"around_goal_pivot_2":[[40.4548136,-80.0107721],"two gardens"],"around_goal_pivot_3":[[40.4548067,-80.0108662],"2 gardens"],"around_goal_pivot_5":[[40.4543472,-80.0131333],"five gardens"]}} +{"rvs_sample_number":117,"content":"Meet me at the bench. It is west of the shelter but east of the road. It is right next to where Panther Hollow Road intersects with another.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4330923,-79.936627],"key":8603,"region":"Pittsburgh","rvs_start_point":[40.4374831,-79.9398976],"landmarks":{"end_point":[[40.4330923,-79.936627],"bench"],"start_point":[[40.4374831,-79.9398976],"bench"],"main_pivot":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_2":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_3":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_4":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_5":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_6":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_7":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_8":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_9":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_10":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_11":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_12":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_13":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_14":[[40.4358237,-79.9356548],"Neill Log House"],"main_pivot_15":[[40.4334604,-79.9359009],"shelter"],"near_pivot":[[40.4334604,-79.9359009],"shelter"]}} +{"rvs_sample_number":63,"content":"Go north up South Neville Street and just after you pass a garden on your left, meet me at the bench on the right side of the road, next to two benches and the St. John Baptist de La Salle Statue.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.446346,-79.9464092],"key":8604,"region":"Pittsburgh","rvs_start_point":[40.4446115,-79.9483075],"landmarks":{"end_point":[[40.446346,-79.9464092],"bench"],"start_point":[[40.4446115,-79.9483075],"social centre"],"main_pivot":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_2":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_3":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_4":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_5":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_6":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_7":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_8":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_9":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_10":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_11":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_12":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_13":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_14":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_15":[[40.4464335,-79.9464485],"two benches"],"near_pivot":[[40.4464335,-79.9464485],"two benches"],"around_goal_pivot_1":[[40.4465053471,-79.944975348],"studio"],"around_goal_pivot_2":[[40.4472831753,-79.9467915963],"student accomodation"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_6":[[40.4458842,-79.9474097],"garden"]}} +{"rvs_sample_number":32,"content":"Go southwest on Terrace street and just after it bends you'll pass Sisters of Mercy university. Immediately after it, on the right side of the street is the cafe where we'll meet.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4404839565,-79.9653309251],"key":8605,"region":"Pittsburgh","rvs_start_point":[40.4500903,-79.9507227],"landmarks":{"end_point":[[40.4404839565,-79.9653309251],"cafe"],"start_point":[[40.4500903,-79.9507227],"bar"],"main_pivot":[[40.4457328,-79.9575316],"Cheveron Science Center"],"main_pivot_2":[[40.4441456,-79.9586912],"Learning Research and Development Center Building"],"main_pivot_3":[[40.4449449184,-79.9572876076],"O'Hara Student Center"],"main_pivot_4":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_5":[[40.445096,-79.9569263],"Soldiers and Sailors Memorial Hall"],"main_pivot_6":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_7":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_8":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_9":[[40.4434927,-79.9616626],"Petersen Events Center"],"main_pivot_10":[[40.4444479,-79.9572754],"Thackeray Hall"],"main_pivot_11":[[40.4444479,-79.9572754],"Thackeray Hall"],"main_pivot_12":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_13":[[40.4444545,-79.9583493],"Allen Hall"],"main_pivot_14":[[40.4438859,-79.958716],"Benedum Hall"],"main_pivot_15":[[40.4404061,-79.9650977],"university"],"near_pivot":[[40.4404061,-79.9650977],"university"],"around_goal_pivot_1":[[40.4397913,-79.963941],"school"],"around_goal_pivot_2":[[40.4407271,-79.9643222],"parking lot"]}} +{"rvs_sample_number":102,"content":"Go east on the street you are on, past gas station and hairdresser shop. Meet me at the car repair shop northeast of doctor's office.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4592612685,-79.9314267055],"key":8606,"region":"Pittsburgh","rvs_start_point":[40.4540618866,-79.9480182284],"landmarks":{"end_point":[[40.4592612685,-79.9314267055],"car repair shop"],"start_point":[[40.4540618866,-79.9480182284],"parking lot"],"main_pivot":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_2":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_3":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_4":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_5":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_6":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_7":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_8":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_9":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_10":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_11":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_12":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_13":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_14":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_15":[[40.458833,-79.9316836],"doctor's office"],"near_pivot":[[40.458833,-79.9316836],"doctor's office"],"beyond_pivot":[[40.4599571,-79.9309604],"restaurant"],"around_goal_pivot_1":[[40.45879,-79.9326395],"gas station"],"around_goal_pivot_2":[[40.4590198,-79.9324877],"car wash"],"around_goal_pivot_3":[[40.4587687,-79.9306043],"doctor's office"],"around_goal_pivot_4":[[40.4599571,-79.9309604],"restaurant"],"around_goal_pivot_5":[[40.4579234,-79.9320446],"post box"],"around_goal_pivot_6":[[40.4587304,-79.9322059],"hairdresser shop"],"around_goal_pivot_7":[[40.4589606,-79.9328851],"car repair shop"],"around_goal_pivot_8":[[40.4582249,-79.932453],"paint shop"]}} +{"rvs_sample_number":174,"content":"Meet me at the Hilton Garden Inn about four blocks southwest of you. There is a Jimmy John's right next to it that we can eat at.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4395489,-79.9594471],"key":8607,"region":"Pittsburgh","rvs_start_point":[40.4412363,-79.9572632],"landmarks":{"end_point":[[40.4395489,-79.9594471],"Hilton Garden Inn"],"start_point":[[40.4412363,-79.9572632],"fast food restaurant"],"main_pivot":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_2":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_3":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_4":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_5":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_6":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_7":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_8":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_9":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_10":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_11":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_12":[[40.4415206,-79.9567871],"Sennott Square"],"main_pivot_13":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_14":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_15":[[40.4394479,-79.9597209],"fast food restaurant"],"near_pivot":[[40.4394479,-79.9597209],"fast food restaurant"],"beyond_pivot":[[40.4387003,-79.9576606],"fire_station"],"around_goal_pivot_1":[[40.4405841,-79.9581671],"restaurant"],"around_goal_pivot_2":[[40.4407282,-79.9586848],"cafe"],"around_goal_pivot_3":[[40.4386592,-79.9608742],"police station"],"around_goal_pivot_4":[[40.4405099,-79.9581629],"post box"]}} +{"rvs_sample_number":168,"content":"Go east down Baum Boulevard and meet me at the post box right next to the 3 parking spaces. It is on the north side of the road, and northwest of Damian hair dresser.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4583759,-79.934623],"key":8608,"region":"Pittsburgh","rvs_start_point":[40.4513815106,-79.9513351321],"landmarks":{"end_point":[[40.4583759,-79.934623],"post box"],"start_point":[[40.4513815106,-79.9513351321],"parking space"],"main_pivot":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_9":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_10":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_13":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_14":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_15":[[40.4583323,-79.9344013],"3 parking spaces"],"near_pivot":[[40.4583323,-79.9344013],"3 parking spaces"],"beyond_pivot":[[40.458118,-79.9331462],"parking"],"around_goal_pivot_1":[[40.4580388,-79.9331077],"doctor's office"],"around_goal_pivot_2":[[40.4571938,-79.9338763],"post box"],"around_goal_pivot_3":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_4":[[40.457565,-79.9336342],"massage shop"],"around_goal_pivot_5":[[40.4589894,-79.9329703],"car repair shop"],"around_goal_pivot_6":[[40.457667,-79.9332869],"hairdresser shop"]}} +{"rvs_sample_number":84,"content":"Meet me at the restaurant southwest of your location. From your location, head southeast one block then turn southwest. Keep heading down this street for many blocks. You'll know you're on the right path when you see a Byrnes & Kiefer Building. Stay on this street until you can turn north onto 6th Street. Your destination is the third restaurant on the western side of the street. It is north one block of Butcher and the Rye bar.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431343,-80.0024879],"key":8609,"region":"Pittsburgh","rvs_start_point":[40.4519657,-79.9836261],"landmarks":{"end_point":[[40.4431343,-80.0024879],"restaurant"],"start_point":[[40.4519657,-79.9836261],"restaurant"],"main_pivot":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_2":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_3":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_6":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_7":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_8":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_11":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_12":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_13":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_14":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.443895,-80.0024417],"theatre"],"around_goal_pivot_1":[[40.4438693,-80.0010804],"hotel"],"around_goal_pivot_2":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_3":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4419014,-80.0031032],"photo shop"],"around_goal_pivot_10":[[40.4422781,-80.0033896],"stationery shop"]}} +{"rvs_sample_number":273,"content":"Go west and meet me on Eloise Street at the garden just north of the park. It's a block southeast of Cowley School.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4554478922,-80.0093426026],"key":8610,"region":"Pittsburgh","rvs_start_point":[40.4579796,-80.0025595],"landmarks":{"end_point":[[40.4554478922,-80.0093426026],"garden"],"start_point":[[40.4579796,-80.0025595],"parking entrance"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4548919485,-80.0092368363],"park"],"near_pivot":[[40.4548919485,-80.0092368363],"park"],"around_goal_pivot_1":[[40.4559024,-80.0103314],"school"],"around_goal_pivot_2":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_3":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_4":[[40.4548184,-80.0108039],"three gardens"],"around_goal_pivot_5":[[40.4545882,-80.0100737],"playground"],"around_goal_pivot_6":[[40.4550401,-80.0084619],"park"],"around_goal_pivot_7":[[40.4567323,-80.0086471],"two parking lots"]}} +{"rvs_sample_number":59,"content":"Let's eat. Meet me at the fast food restaurant on Graeme Street, on it's western side, near the middle of the street's length. This is just northwest (very slightly west, but quite north) of a square shaped area that contains trees but is named for something where people sell things.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4413113,-80.002748],"key":8611,"region":"Pittsburgh","rvs_start_point":[40.4377097672,-80.0005011853],"landmarks":{"end_point":[[40.4413113,-80.002748],"fast food restaurant"],"start_point":[[40.4377097672,-80.0005011853],"kiosk shop"],"main_pivot":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_2":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_3":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_4":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_5":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_6":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_7":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_8":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_9":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_10":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_11":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_12":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4411935,-80.0036623],"fast_food"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_5":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_6":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_7":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4410125,-80.0009821],"post box"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":495,"content":"Let's meet up at the waste basket on the spot where Rope Way would continue IF it didn't just end it's southern direction. It's on the property of the Community college there, very near the main avenue. If you get tired of waiting, we can head to the benches just southwest of there.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4503668,-80.0141846],"key":8612,"region":"Pittsburgh","rvs_start_point":[40.4484213463,-80.0234291474],"landmarks":{"end_point":[[40.4503668,-80.0141846],"waste basket"],"start_point":[[40.4484213463,-80.0234291474],"garden"],"main_pivot":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_2":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_3":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_4":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_5":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_6":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_7":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_8":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_9":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_10":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_11":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_12":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_13":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_14":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_15":[[40.4498383,-80.014548],"5 benches"],"near_pivot":[[40.4498383,-80.014548],"5 benches"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_3":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_4":[[40.4507418,-80.0133539],"park"]}} +{"rvs_sample_number":237,"content":"I'm at a Turkish restaurant on Fourth Avenue. This place is south of you. On the same block is Weldin's Stationary and a Subway. West of here is One PPG Place. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4398867,-80.0023571],"key":8613,"region":"Pittsburgh","rvs_start_point":[40.4512037,-80.0047247],"landmarks":{"end_point":[[40.4398867,-80.0023571],"restaurant"],"start_point":[[40.4512037,-80.0047247],"cafe"],"main_pivot":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_2":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_3":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_4":[[40.4418438,-80.0028846],"Fifth Avenue Place"],"main_pivot_5":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_6":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_7":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_8":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_9":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_12":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_13":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_14":[[40.4417549,-80.0011528],"Two PNC Plaza"],"main_pivot_15":[[40.4397957,-80.003244],"2 fountains"],"near_pivot":[[40.4397957,-80.003244],"2 fountains"],"beyond_pivot":[[40.4395477,-80.0015674],"fast_food"],"around_goal_pivot_1":[[40.4393882,-80.0011837],"bank"],"around_goal_pivot_2":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_3":[[40.4397257,-80.000548],"pub"],"around_goal_pivot_4":[[40.4397308,-80.0008734],"library"],"around_goal_pivot_5":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_6":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_7":[[40.4398303,-80.0013302],"stationery shop"],"around_goal_pivot_8":[[40.4410997,-80.0023902],"camera shop"],"around_goal_pivot_9":[[40.4411604,-80.0023681],"supermarket"],"around_goal_pivot_10":[[40.4409956,-80.003248],"dry cleaning shop"]}} +{"rvs_sample_number":584,"content":"Head west towards Wabash Street and move north on the street past park and pitch, I'm at the post box north of playground but on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4407534,-80.0348241],"key":8614,"region":"Pittsburgh","rvs_start_point":[40.4382096,-80.024439],"landmarks":{"end_point":[[40.4407534,-80.0348241],"post box"],"start_point":[[40.4382096,-80.024439],"playground"],"main_pivot":[[40.435299499,-80.0269965335],"Emerald View Park"],"main_pivot_2":[[40.4384244946,-80.034427346],"Wabash Park"],"main_pivot_3":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_4":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_5":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_6":[[40.435299499,-80.0269965335],"Emerald View Park"],"main_pivot_7":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_8":[[40.4384244946,-80.034427346],"Wabash Park"],"main_pivot_9":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_10":[[40.435299499,-80.0269965335],"Emerald View Park"],"main_pivot_11":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_12":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_13":[[40.4350337,-80.0272089],"Emerald View Park"],"main_pivot_14":[[40.4384244946,-80.034427346],"Wabash Park"],"main_pivot_15":[[40.441427,-80.0346601],"post office"],"near_pivot":[[40.441427,-80.0346601],"post office"],"around_goal_pivot_1":[[40.4385325,-80.0344154],"pitch"],"around_goal_pivot_2":[[40.4399124,-80.0342714],"playground"],"around_goal_pivot_3":[[40.4384244946,-80.034427346],"park"]}} +{"rvs_sample_number":243,"content":"We'll meet at this parking lot on Charlick Way, a few blocks northeast of you. It's on the east side of the street, on the corner where Charlick makes a T-intersection with another street. On the larger block south of here there's Doscher's convenience shop, a clinic, and a doctor's office. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4577086363,-80.007845473],"key":8615,"region":"Pittsburgh","rvs_start_point":[40.454767813,-80.0114885827],"landmarks":{"end_point":[[40.4577086363,-80.007845473],"parking lot"],"start_point":[[40.454767813,-80.0114885827],"church"],"main_pivot":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_2":[[40.4544753415,-80.0114332133],"West Park"],"main_pivot_3":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_4":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_5":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_6":[[40.4544753415,-80.0114332133],"West Park"],"main_pivot_7":[[40.4544753415,-80.0114332133],"West Park"],"main_pivot_8":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_9":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_10":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_11":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_12":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_13":[[40.4544753415,-80.0114332133],"West Park"],"main_pivot_14":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_15":[[40.45808,-80.0079292],"two parking lots"],"near_pivot":[[40.45808,-80.0079292],"two parking lots"],"around_goal_pivot_1":[[40.4565984,-80.0068513],"library"],"around_goal_pivot_2":[[40.4579288,-80.0096364],"museum"],"around_goal_pivot_3":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_4":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_5":[[40.4569522,-80.0076342],"clinic"],"around_goal_pivot_6":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_7":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_8":[[40.4569869,-80.0077415],"convenience shop"],"around_goal_pivot_9":[[40.4568681,-80.0068866],"alcohol shop"],"around_goal_pivot_10":[[40.4565662,-80.0071629],"beauty shop"]}} +{"rvs_sample_number":388,"content":"Head on up Penn Avenue quite a ways. I'm at the bakery where they make an Italian baked good that is frequently paired with coffee. It's across the street from a bar. The Pennsylvania Market is about 2 regular blocks to the southwest.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4513145962,-79.9832266453],"key":8616,"region":"Pittsburgh","rvs_start_point":[40.443922,-79.9972592],"landmarks":{"end_point":[[40.4513145962,-79.9832266453],"bakery shop"],"start_point":[[40.443922,-79.9972592],"restaurant"],"main_pivot":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_7":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_13":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"beyond_pivot":[[40.4520628,-79.9827898],"florist"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_3":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_4":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_5":[[40.4524450894,-79.9822909947],"veterinary"],"around_goal_pivot_6":[[40.4522071,-79.9836164],"church"],"around_goal_pivot_7":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_8":[[40.4502254,-79.9844502],"wholesale shop"],"around_goal_pivot_9":[[40.4521799,-79.9826034],"butcher shop"],"around_goal_pivot_10":[[40.4520406,-79.9821593],"furniture shop"]}} +{"rvs_sample_number":139,"content":"Meet me at the bench west of you. Head past Fifth Avenue Place and then head north at the next street. When you see the bicycle parking, walk west past there and you will see the bench on the other side of the fountain.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4424151,-80.0056683],"key":8617,"region":"Pittsburgh","rvs_start_point":[40.4434174443,-80.0002113078],"landmarks":{"end_point":[[40.4424151,-80.0056683],"bench"],"start_point":[[40.4434174443,-80.0002113078],"garden"],"main_pivot":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_2":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_3":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_4":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_5":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_6":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_10":[[40.4419160279,-80.004202703],"Gateway Station"],"main_pivot_11":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_12":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_13":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_14":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_15":[[40.442161437,-80.0061783825],"hotel"],"near_pivot":[[40.442161437,-80.0061783825],"hotel"],"beyond_pivot":[[40.4423439,-80.0066966],"garden"],"around_goal_pivot_1":[[40.4419160279,-80.004202703],"train station"],"around_goal_pivot_2":[[40.4418925,-80.0049181],"two gardens"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_5":[[40.4425218,-80.0046402],"bicycle parking"]}} +{"rvs_sample_number":146,"content":"Meet me at the shelter on Butterfield Way. It is across the street from 2 gardens. It is located around the middle.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.456478,-80.0084401],"key":8618,"region":"Pittsburgh","rvs_start_point":[40.4527236102,-80.0066827506],"landmarks":{"end_point":[[40.456478,-80.0084401],"shelter"],"start_point":[[40.4527236102,-80.0066827506],"museum"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4562372,-80.0086036],"2 gardens"],"near_pivot":[[40.4562372,-80.0086036],"2 gardens"],"around_goal_pivot_1":[[40.4554983,-80.0093831],"two parking lots"],"around_goal_pivot_2":[[40.4554671,-80.0092937],"2 gardens"],"around_goal_pivot_3":[[40.4556681,-80.0074387],"theatre"],"around_goal_pivot_4":[[40.4565984,-80.0068513],"library"],"around_goal_pivot_5":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_6":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_7":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_8":[[40.455391,-80.0094257],"shelter"],"around_goal_pivot_9":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_10":[[40.4569522,-80.0076342],"clinic"]}} +{"rvs_sample_number":215,"content":"Let's meet up at the garden on Smallman Street. Yuo'll find a bicycle parking southwest of it on the same block and a pub on the northeast on the adjacent block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4555785403,-79.9797309344],"key":8619,"region":"Pittsburgh","rvs_start_point":[40.4513405372,-79.9830273947],"landmarks":{"end_point":[[40.4555785403,-79.9797309344],"garden"],"start_point":[[40.4513405372,-79.9830273947],"parking lot"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4558862277,-79.9794788761],"pub"],"near_pivot":[[40.4558862277,-79.9794788761],"pub"],"beyond_pivot":[[40.4555079,-79.9809077],"garden"],"around_goal_pivot_1":[[40.4550157,-79.9788222],"fast food restaurant"],"around_goal_pivot_2":[[40.4564223,-79.9801039],"two gardens"],"around_goal_pivot_3":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_4":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_5":[[40.4549175,-79.9809285],"4 gardens"],"around_goal_pivot_6":[[40.4547825,-79.9808077],"4 gardens"],"around_goal_pivot_7":[[40.4549376,-79.9803296],"3 gardens"],"around_goal_pivot_8":[[40.4546212,-79.9790847],"hairdresser shop"]}} +{"rvs_sample_number":66,"content":"Meet me at the waste basket northwest of your location. Head north across the water then turn west onto Ridge Avenue. You will see the campus cafeteria fast food restaurant. Your destination is on the corner of the next block. It is one block west of a newspaper vending machine.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4501501,-80.0153448],"key":8620,"region":"Pittsburgh","rvs_start_point":[40.4422099,-80.0054427],"landmarks":{"end_point":[[40.4501501,-80.0153448],"waste basket"],"start_point":[[40.4422099,-80.0054427],"bench"],"main_pivot":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"]}} +{"rvs_sample_number":598,"content":"head east and slightly south to meet me at the Starbucks on Locust street. It's on the northeast corner of the block where you'll find the UPMC Mercy therapy garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4366434,-79.9863114],"key":8621,"region":"Pittsburgh","rvs_start_point":[40.4419389,-80.0032113],"landmarks":{"end_point":[[40.4366434,-79.9863114],"cafe"],"start_point":[[40.4419389,-80.0032113],"restaurant"],"main_pivot":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_2":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_3":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_4":[[40.4398712,-79.9977752],"William Penn Place"],"main_pivot_5":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_6":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_7":[[40.4398712,-79.9977752],"William Penn Place"],"main_pivot_8":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_9":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_10":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_11":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_12":[[40.4391195,-79.9963408],"Allegheny County Courthouse"],"main_pivot_13":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_14":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_15":[[40.4378805963,-79.9910311511],"university"],"near_pivot":[[40.4378805963,-79.9910311511],"university"],"around_goal_pivot_1":[[40.4366554,-79.984633],"fountain"],"around_goal_pivot_2":[[40.4357068,-79.9868931],"university"],"around_goal_pivot_3":[[40.4376208,-79.9874624],"fire station"],"around_goal_pivot_4":[[40.4359442,-79.986844],"parking lot"],"around_goal_pivot_5":[[40.4367383,-79.9849775],"garden"],"around_goal_pivot_6":[[40.4367874,-79.9874614],"pitch"]}} +{"rvs_sample_number":161,"content":"Go southwest to Spruce Way where you can meet me at the garden east of the fitness centre. It is a bit west of The Dog Stop.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4547977149,-79.9814328752],"key":8622,"region":"Pittsburgh","rvs_start_point":[40.4586441193,-79.9728435649],"landmarks":{"end_point":[[40.4547977149,-79.9814328752],"garden"],"start_point":[[40.4586441193,-79.9728435649],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_3":[[40.4554245,-79.977879],"Savoy"],"main_pivot_4":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_5":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_6":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_7":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_8":[[40.4554756,-79.9778151],"Pane e Pronto"],"main_pivot_9":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_10":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_11":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_12":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_13":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_14":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_15":[[40.454542,-79.98227],"fitness centre"],"near_pivot":[[40.454542,-79.98227],"fitness centre"],"beyond_pivot":[[40.4539832,-79.9814414],"parking"],"around_goal_pivot_1":[[40.4535155,-79.9809156],"bar"],"around_goal_pivot_2":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_6":[[40.4545528,-79.9826835],"3 gardens"]}} +{"rvs_sample_number":20,"content":"Cross over North shore Expressway and head north. I'm at Cricket Wireless in the middle of Goodwill and H&R Block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4535623,-79.9995754],"key":8623,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4535623,-79.9995754],"Cricket Wireless"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_2":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_3":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_4":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_5":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_6":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_7":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_9":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_10":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_11":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_12":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_13":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4422726744,-80.0012370082],"EQT Plaza"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4535826331,-79.9986591823],"H&R Block"],"around_goal_pivot_1":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_2":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_3":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_4":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_5":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_7":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_8":[[40.4534549,-80.0013325],"ice cream"],"around_goal_pivot_9":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_10":[[40.4533877,-80.0005867],"florist shop"]}} +{"rvs_sample_number":182,"content":"Meet me at the restaurant across the river from you. Take the Roberto Clemente Bridge and then keep going straight until that road ends by the post office. Keep walking straight into that block there and you will see the restaurant in front of you. There is a cafe right next to it to the east.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4511429,-80.0049447],"key":8624,"region":"Pittsburgh","rvs_start_point":[40.442357,-80.0058703],"landmarks":{"end_point":[[40.4511429,-80.0049447],"restaurant"],"start_point":[[40.442357,-80.0058703],"bench"],"main_pivot":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_2":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_5":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_6":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_7":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_9":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_10":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_11":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_12":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_14":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_15":[[40.4512037,-80.0047247],"cafe"],"near_pivot":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_1":[[40.4516202089,-80.0059001806],"restaurant"],"around_goal_pivot_2":[[40.4520527,-80.0062278],"fountain"],"around_goal_pivot_3":[[40.4501624,-80.0051748],"post office"],"around_goal_pivot_4":[[40.4498497,-80.0048532],"post box"],"around_goal_pivot_5":[[40.4520143,-80.0054232],"park"],"around_goal_pivot_9":[[40.4506006,-80.0041374],"two parking entrances"]}} +{"rvs_sample_number":220,"content":"Northeast of you is a parking lot on Bayard Street where we can meet. The Information Sciences Building of a university is on the block west of here. On this same block there are a couple of other parking lots, but this is the only one on Bayard. If you come to the 7-Eleven, you've gone too far east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.448379155,-79.9524069693],"key":8625,"region":"Pittsburgh","rvs_start_point":[40.4419825,-79.9578877],"landmarks":{"end_point":[[40.448379155,-79.9524069693],"parking lot"],"start_point":[[40.4419825,-79.9578877],"bank"],"main_pivot":[[40.4429986,-79.9577293],"Pittsburgh Science and Technology Academy"],"main_pivot_2":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_3":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_4":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_5":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_6":[[40.4436911869,-79.9556098545],"Amos Hall"],"main_pivot_7":[[40.4437307,-79.9549525],"William Pitt Union"],"main_pivot_8":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_9":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_10":[[40.4425799,-79.9562621],"Litchfield Tower A"],"main_pivot_11":[[40.4433862,-79.9552903],"McCormick Hall"],"main_pivot_12":[[40.4433862,-79.9552903],"McCormick Hall"],"main_pivot_13":[[40.4437307,-79.9549525],"William Pitt Union"],"main_pivot_14":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_15":[[40.4480322,-79.9520142],"parking lot"],"near_pivot":[[40.4480322,-79.9520142],"parking lot"],"beyond_pivot":[[40.4494818,-79.9519355],"parking"],"around_goal_pivot_1":[[40.4473303,-79.9524392],"university"],"around_goal_pivot_2":[[40.4493461,-79.9511804],"7-Eleven"],"around_goal_pivot_3":[[40.4471594,-79.9519939],"parking entrance"],"around_goal_pivot_4":[[40.449023,-79.9530968],"post box"]}} +{"rvs_sample_number":244,"content":"I'm northeast of you, at this CVS pharmacy parking space, on North Craig Street. On the block to the west of here is The Church of Jesus Christ of Latter-day Saints, and Logan's Pub is to the north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4513634786,-79.9513952338],"key":8626,"region":"Pittsburgh","rvs_start_point":[40.4458565,-79.9570958],"landmarks":{"end_point":[[40.4513634786,-79.9513952338],"parking space"],"start_point":[[40.4458565,-79.9570958],"waste basket"],"main_pivot":[[40.445993201,-79.9571949284],"Cheveron Science Center"],"main_pivot_2":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_3":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_4":[[40.445993201,-79.9571949284],"Cheveron Science Center"],"main_pivot_5":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_6":[[40.4468231,-79.9545509],"Crawford Hall"],"main_pivot_7":[[40.4454248,-79.9564708],"Soldiers and Sailors Memorial Hall"],"main_pivot_8":[[40.445993201,-79.9571949284],"Cheveron Science Center"],"main_pivot_9":[[40.4468231,-79.9545509],"Crawford Hall"],"main_pivot_10":[[40.4454248,-79.9564708],"Soldiers and Sailors Memorial Hall"],"main_pivot_11":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_12":[[40.445993201,-79.9571949284],"Cheveron Science Center"],"main_pivot_13":[[40.4468231,-79.9545509],"Crawford Hall"],"main_pivot_14":[[40.4468231,-79.9545509],"Crawford Hall"],"main_pivot_15":[[40.4515176,-79.9513999],"pharmacy"],"near_pivot":[[40.4515176,-79.9513999],"pharmacy"],"beyond_pivot":[[40.4521507,-79.9514086],"restaurant"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4520742,-79.9516633],"2 convenience shops"],"around_goal_pivot_3":[[40.4504599,-79.9521177],"church"],"around_goal_pivot_4":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_5":[[40.4520893,-79.9516133],"2 fast food restaurants"],"around_goal_pivot_6":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_7":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_8":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_9":[[40.4520305,-79.9518088],"convenience shop"],"around_goal_pivot_10":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":190,"content":"Get on Penn Avenue and move northeast past animal boarding, you will see me at the clothes shop just after the ice cream on the same block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4573062,-79.9751722],"key":8627,"region":"Pittsburgh","rvs_start_point":[40.4517974667,-79.9810853],"landmarks":{"end_point":[[40.4573062,-79.9751722],"clothes shop"],"start_point":[[40.4517974667,-79.9810853],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4570134,-79.9755625],"ice cream"],"near_pivot":[[40.4570134,-79.9755625],"ice cream"],"beyond_pivot":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_1":[[40.4563649,-79.9761943],"animal boarding"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4576916,-79.974263],"pub"],"around_goal_pivot_4":[[40.4584091,-79.975346],"interior decoration shop"],"around_goal_pivot_5":[[40.4586623,-79.974608],"fitness centre"],"around_goal_pivot_6":[[40.4576828,-79.9735022],"playground"],"around_goal_pivot_7":[[40.4575868,-79.973793],"park"],"around_goal_pivot_9":[[40.4572516,-79.9761719],"two gardens"],"around_goal_pivot_10":[[40.4578282,-79.974081],"two gardens"]}} +{"rvs_sample_number":525,"content":"Meet me at the bench inside a university facing Forbes Avenue. There is an arts centre to its north and Hunt Library to its south.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422969,-79.943678],"key":8628,"region":"Pittsburgh","rvs_start_point":[40.4438848,-79.9583548],"landmarks":{"end_point":[[40.4422969,-79.943678],"bench"],"start_point":[[40.4438848,-79.9583548],"bench"],"main_pivot":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_2":[[40.4437284,-79.957489],"Pittsburgh Science and Technology Academy"],"main_pivot_3":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_4":[[40.4442158881,-79.9585990293],"Learning Research and Development Center Building"],"main_pivot_5":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_6":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_7":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_8":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_9":[[40.4433354,-79.955797],"Amos Hall"],"main_pivot_10":[[40.4442158881,-79.9585990293],"Learning Research and Development Center Building"],"main_pivot_11":[[40.4437284,-79.957489],"Pittsburgh Science and Technology Academy"],"main_pivot_12":[[40.4428194,-79.9564237],"Litchfield Tower B"],"main_pivot_13":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_14":[[40.4428593,-79.9552487],"Bruce Hall"],"main_pivot_15":[[40.4421413,-79.9432554],"two benches"],"near_pivot":[[40.4421413,-79.9432554],"two benches"],"beyond_pivot":[[40.4419556,-79.9430138],"university"],"around_goal_pivot_1":[[40.4431862,-79.9424903],"restaurant"],"around_goal_pivot_2":[[40.4411653297,-79.9440827954],"library"],"around_goal_pivot_3":[[40.4431025562,-79.9436201838],"arts centre"],"around_goal_pivot_4":[[40.4434019,-79.9447959],"cafe"],"around_goal_pivot_5":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_6":[[40.4436569,-79.9442935],"bicycle parking"],"around_goal_pivot_7":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_8":[[40.441191,-79.9432778],"park"]}} +{"rvs_sample_number":157,"content":"Meet me at the garden on the opposite side of the river. The garden is situated on Commerce Street. There is a big parking garage next to it with the parking entrance on the far end of the same block. Sheraton Hotel is across the street at the southeast corner of the opposite block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4342921986,-80.0064859905],"key":8629,"region":"Pittsburgh","rvs_start_point":[40.4418132367,-80.0050620106],"landmarks":{"end_point":[[40.4342921986,-80.0064859905],"garden"],"start_point":[[40.4418132367,-80.0050620106],"garden"],"main_pivot":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_2":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_3":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_4":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_5":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_6":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_7":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_8":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_9":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_10":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_11":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_12":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_13":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_14":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_15":[[40.4342522,-80.0058118],"Sheraton"],"near_pivot":[[40.4342522,-80.0058118],"Sheraton"],"around_goal_pivot_1":[[40.433863,-80.0049839],"restaurant"],"around_goal_pivot_2":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_3":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_4":[[40.4336793,-80.0049931],"mall"],"around_goal_pivot_5":[[40.4352179,-80.0066638],"two gardens"]}} +{"rvs_sample_number":257,"content":"Head up northwest of you to the parking lot and garage that is at the end of Hamerschlag Dr. it's at the northwestern most end of it as it ends on a major avenue. The Hillel Jewish University Center is 1 block west of here and it's on the other side of the street from the garage (garage is on south side). There is a Football field just north of the garage, across the major avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.444392,-79.9465766],"key":8630,"region":"Pittsburgh","rvs_start_point":[40.4362707,-79.9340926],"landmarks":{"end_point":[[40.444392,-79.9465766],"parking lot"],"start_point":[[40.4362707,-79.9340926],"bench"],"main_pivot":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_2":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_3":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_4":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_5":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_6":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_7":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_8":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_9":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_10":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_11":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_12":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_13":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_14":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_15":[[40.4438336,-79.9463016],"recycling"],"near_pivot":[[40.4438336,-79.9463016],"recycling"],"around_goal_pivot_1":[[40.4435975,-79.9455128],"three bicycle parkings"],"around_goal_pivot_2":[[40.4446115,-79.9483075],"social centre"],"around_goal_pivot_3":[[40.4436347,-79.9455829],"2 bicycle parkings"],"around_goal_pivot_4":[[40.443334,-79.9466113],"mailroom"],"around_goal_pivot_5":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_6":[[40.4452338165,-79.9462330772],"pitch"]}} +{"rvs_sample_number":162,"content":"I'm in a big park near a fountain, and just across the street is a pool. It's just at the end of Filmore street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4451744,-79.9517538],"key":8631,"region":"Pittsburgh","rvs_start_point":[40.4510395,-79.9339269],"landmarks":{"end_point":[[40.4451744,-79.9517538],"fountain"],"start_point":[[40.4510395,-79.9339269],"bar"],"main_pivot":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_2":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_5":[[40.4470436,-79.9449946],"WQED"],"main_pivot_6":[[40.4470436,-79.9449946],"WQED"],"main_pivot_7":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_8":[[40.4470436,-79.9449946],"WQED"],"main_pivot_9":[[40.4470436,-79.9449946],"WQED"],"main_pivot_10":[[40.4470436,-79.9449946],"WQED"],"main_pivot_11":[[40.4470436,-79.9449946],"WQED"],"main_pivot_12":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_13":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_14":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_15":[[40.4452152562,-79.9517831723],"attraction"],"near_pivot":[[40.4452152562,-79.9517831723],"attraction"],"around_goal_pivot_1":[[40.4459593,-79.9503232],"2 parking entrances"],"around_goal_pivot_2":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_3":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_5":[[40.4439392,-79.9520664],"bicycle parking"]}} +{"rvs_sample_number":233,"content":"Go north a couple blocks then go east on West North Avenue. I'm waiting for you at the garden on the north side of the road, a block east of the park and about a block before you reach the three gardens. The lake in the park is directly south of our meeting location.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4545088721,-80.0123620138],"key":8632,"region":"Pittsburgh","rvs_start_point":[40.4511362,-80.0164483],"landmarks":{"end_point":[[40.4545088721,-80.0123620138],"garden"],"start_point":[[40.4511362,-80.0164483],"waste basket"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_5":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_10":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_11":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_12":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_13":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4540705455,-80.0135370767],"park"],"near_pivot":[[40.4540705455,-80.0135370767],"park"],"beyond_pivot":[[40.4550553,-80.0114112],"parking"],"around_goal_pivot_1":[[40.4548067,-80.0108662],"three gardens"]}} +{"rvs_sample_number":46,"content":"Let's meet at the Library at the University of Pittsburgh. It's just a few blocks southeast of you. If you go south on Bigelow Boulevard and look east after you pass the William Pitt Union. It's just south of the Cathedral of Learning.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4438078,-79.9528592],"key":8633,"region":"Pittsburgh","rvs_start_point":[40.4458565,-79.9570958],"landmarks":{"end_point":[[40.4438078,-79.9528592],"library"],"start_point":[[40.4458565,-79.9570958],"waste basket"],"main_pivot":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_2":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_3":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_4":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_5":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_6":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_7":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_8":[[40.445993201,-79.9571949284],"Cheveron Science Center"],"main_pivot_9":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_10":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_11":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_12":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_13":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_14":[[40.445993201,-79.9571949284],"Cheveron Science Center"],"main_pivot_15":[[40.4439396,-79.9531095],"historic building"],"near_pivot":[[40.4439396,-79.9531095],"historic building"],"around_goal_pivot_1":[[40.4430295,-79.953733],"library"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4434709,-79.9513212],"theatre"],"around_goal_pivot_4":[[40.4430687,-79.95308],"fast food restaurant"],"around_goal_pivot_5":[[40.4425977,-79.9525439],"shelter"],"around_goal_pivot_6":[[40.4425739,-79.9535187],"bicycle parking"],"around_goal_pivot_7":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4446956,-79.9517467],"garden"]}} +{"rvs_sample_number":51,"content":"Meet me at the farm shop northeast of you on Penn Avenue. After you pass the biergarten, you will see two streets that dead end at Penn Avenue on the north side of Penn Avenue. The farm shop is in the block between those two streets and on the southeast corner of that block. It's next to the marketplace.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4507464473,-79.9848277969],"key":8634,"region":"Pittsburgh","rvs_start_point":[40.4441014,-79.9965117],"landmarks":{"end_point":[[40.4507464473,-79.9848277969],"farm shop"],"start_point":[[40.4441014,-79.9965117],"restaurant"],"main_pivot":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4508364623,-79.9848927619],"marketplace"],"near_pivot":[[40.4508364623,-79.9848927619],"marketplace"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4515286,-79.9846387],"nightclub"],"around_goal_pivot_3":[[40.4495771,-79.985241],"3 gardens"],"around_goal_pivot_4":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_5":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_6":[[40.4499279928,-79.9855366038],"biergarten"],"around_goal_pivot_7":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_8":[[40.4496145,-79.9852349],"2 gardens"],"around_goal_pivot_9":[[40.4497524,-79.9857343],"beverages shop"],"around_goal_pivot_10":[[40.4515303,-79.9835507],"clothes shop"]}} +{"rvs_sample_number":347,"content":"Meet me at the bicycle rental southwest of your location. Head southwest toward Bar Marco. Head down two blocks then turn northwest onto 21st Street. Your destination is to the west on the middle of the block. It is just north of an ATM on the block south of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.451801,-79.9833387],"key":8635,"region":"Pittsburgh","rvs_start_point":[40.4573062,-79.9751722],"landmarks":{"end_point":[[40.451801,-79.9833387],"bicycle rental"],"start_point":[[40.4573062,-79.9751722],"clothes shop"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4515051,-79.9832078],"atm"],"near_pivot":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_3":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_4":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_5":[[40.4520397,-79.9824153],"fabric shop"],"around_goal_pivot_6":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_7":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_8":[[40.450841,-79.9841519],"variety store shop"]}} +{"rvs_sample_number":486,"content":"Meet me at bicycle parking on Fifth Avenue. It is the next to the building just south of Brioche Doree restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4436817,-79.9560549],"key":8636,"region":"Pittsburgh","rvs_start_point":[40.4462841,-79.9487558],"landmarks":{"end_point":[[40.4436817,-79.9560549],"bicycle parking"],"start_point":[[40.4462841,-79.9487558],"boutique shop"],"main_pivot":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_2":[[40.446451,-79.9522987],"Music Building"],"main_pivot_3":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_4":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_5":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_6":[[40.446451,-79.9522987],"Music Building"],"main_pivot_7":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_8":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_9":[[40.446451,-79.9522987],"Music Building"],"main_pivot_10":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_11":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_12":[[40.446451,-79.9522987],"Music Building"],"main_pivot_13":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_14":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_15":[[40.4437307,-79.9549525],"attraction"],"near_pivot":[[40.4437307,-79.9549525],"attraction"],"beyond_pivot":[[40.4437284,-79.957489],"school"],"around_goal_pivot_1":[[40.4435126,-79.9572423],"school"],"around_goal_pivot_2":[[40.4427572,-79.9547633],"library"],"around_goal_pivot_3":[[40.4423828,-79.9566695],"fast food restaurant"],"around_goal_pivot_4":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_5":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_6":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_7":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_8":[[40.4448738,-79.9555394],"parking entrance"],"around_goal_pivot_9":[[40.4429238,-79.9550307],"convenience shop"],"around_goal_pivot_10":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":125,"content":"Cross over the Allegheny, using the Fort Dusquesne bridge and take the first street the bridge ramp crosses over the top of, going west on it. There is a garden there just on the other side of the large open green space, the green area is North Shore Riverfront park. but across the drive from it. The garden borders the south part of a large parking lot there.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.44564981,-80.0133174212],"key":8637,"region":"Pittsburgh","rvs_start_point":[40.4435985,-79.9959204],"landmarks":{"end_point":[[40.44564981,-80.0133174212],"garden"],"start_point":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"main_pivot":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_2":[[40.4482588,-80.0022642],"The Andy Warhol Museum"],"main_pivot_3":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_4":[[40.4433159,-79.9960715],"August Wilson Center for African American Culture"],"main_pivot_5":[[40.4433159,-79.9960715],"August Wilson Center for African American Culture"],"main_pivot_6":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_7":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_8":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_9":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_10":[[40.4433159,-79.9960715],"August Wilson Center for African American Culture"],"main_pivot_11":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_12":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_13":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_14":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_15":[[40.4456856,-80.0120454],"park"],"near_pivot":[[40.4456856,-80.0120454],"park"],"around_goal_pivot_1":[[40.4460569,-80.0115773],"pub"],"around_goal_pivot_2":[[40.4457302,-80.0115151],"restaurant"]}} +{"rvs_sample_number":161,"content":"Head southeast to meet me at the picnic shelter on the south east side of the Schenley Bridge. It's on the south side of Frew street right where the bridge ends.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4408836,-79.9477607],"key":8638,"region":"Pittsburgh","rvs_start_point":[40.4449799,-79.9510887],"landmarks":{"end_point":[[40.4408836,-79.9477607],"shelter"],"start_point":[[40.4449799,-79.9510887],"post box"],"main_pivot":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_2":[[40.4451732772,-79.9511035641],"Bellefield Hall"],"main_pivot_3":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_4":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_5":[[40.442531,-79.9518291],"Schenley Plaza"],"main_pivot_6":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_8":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_9":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_10":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_11":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_12":[[40.4451732772,-79.9511035641],"Bellefield Hall"],"main_pivot_13":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_14":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_15":[[40.4409344307,-79.948201159],"bridge"],"near_pivot":[[40.4409344307,-79.948201159],"bridge"]}} +{"rvs_sample_number":113,"content":"I'm in a garden just west of Grant Street. It's in an area that persons in a Downtown Hotel might find handy to use. There is a courthouse\/Post office - federal type facility across the street on the eastern side of the park.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4429777808,-79.9946264474],"key":8639,"region":"Pittsburgh","rvs_start_point":[40.4391546105,-80.0071051375],"landmarks":{"end_point":[[40.4429777808,-79.9946264474],"garden"],"start_point":[[40.4391546105,-80.0071051375],"garden"],"main_pivot":[[40.4423247,-80.0018562],"Heinz Hall for the Performing Arts"],"main_pivot_2":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_3":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_4":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_5":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_6":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_9":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_10":[[40.4416102044,-79.9949892028],"U.S. Steel Tower"],"main_pivot_11":[[40.4405123042,-80.0070082122],"Point State Park"],"main_pivot_12":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_13":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_14":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_15":[[40.4425254181,-79.994558098],"courthouse"],"near_pivot":[[40.4425254181,-79.994558098],"courthouse"],"beyond_pivot":[[40.4440334,-79.9942668],"Westin"],"around_goal_pivot_1":[[40.4438788,-79.9948173],"Westin"],"around_goal_pivot_2":[[40.4440483,-79.9951604],"2 gardens"],"around_goal_pivot_3":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_4":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_6":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_7":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_8":[[40.4437137,-79.9944328],"3 gardens"],"around_goal_pivot_9":[[40.443779,-79.9953965],"bicycle parking"],"around_goal_pivot_10":[[40.4435226,-79.9954065],"waste basket"]}} +{"rvs_sample_number":147,"content":"Come to the parking lot on Spring Way southwest of you. You'll see a restaurant in the middle of the opposite block. A frame shop is northeast of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4555995992,-79.9769025069],"key":8640,"region":"Pittsburgh","rvs_start_point":[40.4593070329,-79.9719118586],"landmarks":{"end_point":[[40.4555995992,-79.9769025069],"parking lot"],"start_point":[[40.4593070329,-79.9719118586],"garden"],"main_pivot":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_2":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_3":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_5":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_6":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_8":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_10":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_11":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_12":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_13":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_14":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_15":[[40.4561625,-79.9764224],"frame shop"],"near_pivot":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_1":[[40.4554245,-79.977879],"restaurant"],"around_goal_pivot_2":[[40.4563649,-79.9761943],"animal boarding"],"around_goal_pivot_3":[[40.4568250978,-79.9776426117],"paint shop"],"around_goal_pivot_4":[[40.4569433,-79.9765005],"two parking lots"]}} +{"rvs_sample_number":201,"content":"Can you head northwest and cross the River to meet me at the bench that sits east of the Wyndham Grand Pittsburgh Downtown. It's between the two driveways shaped like a plus-sign.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4420293,-80.0051102],"key":8641,"region":"Pittsburgh","rvs_start_point":[40.431015794,-80.0010744669],"landmarks":{"end_point":[[40.4420293,-80.0051102],"bench"],"start_point":[[40.431015794,-80.0010744669],"gas station"],"main_pivot":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_2":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_3":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_4":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_5":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_6":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_7":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_8":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_9":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_10":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_11":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_14":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_15":[[40.4416054,-80.0041834],"train station"],"near_pivot":[[40.4416054,-80.0041834],"train station"],"beyond_pivot":[[40.4423875,-80.0058036],"garden"],"around_goal_pivot_1":[[40.4416430618,-80.0059353189],"hotel"],"around_goal_pivot_2":[[40.4406901,-80.0055149],"3 gardens"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_5":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_6":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_7":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_8":[[40.4409855,-80.0044421],"2 gardens"],"around_goal_pivot_9":[[40.440571616,-80.0050847538],"park"]}} +{"rvs_sample_number":201,"content":"Meet me at the bench near some gateway centers on Penn Avenue. There is a garden to the northwest of the bench. And a hotel is located at its southwest direction.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4420293,-80.0051102],"key":8642,"region":"Pittsburgh","rvs_start_point":[40.431015794,-80.0010744669],"landmarks":{"end_point":[[40.4420293,-80.0051102],"bench"],"start_point":[[40.431015794,-80.0010744669],"gas station"],"main_pivot":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_2":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_3":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_4":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_5":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_6":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_7":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_8":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_9":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_10":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_11":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_14":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_15":[[40.4416054,-80.0041834],"train station"],"near_pivot":[[40.4416054,-80.0041834],"train station"],"beyond_pivot":[[40.4423875,-80.0058036],"garden"],"around_goal_pivot_1":[[40.4416430618,-80.0059353189],"hotel"],"around_goal_pivot_2":[[40.4406901,-80.0055149],"3 gardens"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_5":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_6":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_7":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_8":[[40.4409855,-80.0044421],"2 gardens"],"around_goal_pivot_9":[[40.440571616,-80.0050847538],"park"]}} +{"rvs_sample_number":1,"content":"Move down south towards Cherry Way, meet me at the gift shop close the road. You will see it on the second block after Frick Building.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4381117,-79.9987887],"key":8643,"region":"Pittsburgh","rvs_start_point":[40.4403651,-79.9989328],"landmarks":{"end_point":[[40.4381117,-79.9987887],"gift shop"],"start_point":[[40.4403651,-79.9989328],"mobile phone shop"],"main_pivot":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_2":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_3":[[40.4400086,-79.9980658],"William Penn Place"],"main_pivot_4":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_5":[[40.4401235,-79.9984914],"Mellon National Bank Building"],"main_pivot_6":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_7":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_8":[[40.4401235,-79.9984914],"Mellon National Bank Building"],"main_pivot_9":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_10":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_11":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_12":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_13":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_14":[[40.4400086,-79.9980658],"William Penn Place"],"main_pivot_15":[[40.4379211,-79.9986138],"gift shop"],"near_pivot":[[40.4379211,-79.9986138],"gift shop"],"around_goal_pivot_1":[[40.4384262266,-79.9972670689],"townhall"],"around_goal_pivot_2":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_3":[[40.4376162,-80.0004162],"two restaurants"],"around_goal_pivot_4":[[40.4378103,-80.0006048],"public building"],"around_goal_pivot_5":[[40.4397112,-79.9998517],"university"],"around_goal_pivot_6":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_7":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_8":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_9":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_10":[[40.4367621,-79.9994387],"Fairfield Inn & Suites"]}} +{"rvs_sample_number":200,"content":"Bring the pizza, and meet me at the entrance to the parking lot across the street from the University Pharmacy on University place. it's southwest of you.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4442606,-79.9560729],"key":8644,"region":"Pittsburgh","rvs_start_point":[40.4521636361,-79.9516250531],"landmarks":{"end_point":[[40.4442606,-79.9560729],"parking entrance"],"start_point":[[40.4521636361,-79.9516250531],"fast food restaurant"],"main_pivot":[[40.4447129,-79.9569904],"O'Hara Student Center"],"main_pivot_2":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_3":[[40.4468231,-79.9545509],"Crawford Hall"],"main_pivot_4":[[40.4468231,-79.9545509],"Crawford Hall"],"main_pivot_5":[[40.447421,-79.9529461],"Information Sciences Building"],"main_pivot_6":[[40.4447129,-79.9569904],"O'Hara Student Center"],"main_pivot_7":[[40.4469403,-79.9539693],"Langley Hall"],"main_pivot_8":[[40.4447129,-79.9569904],"O'Hara Student Center"],"main_pivot_9":[[40.4447129,-79.9569904],"O'Hara Student Center"],"main_pivot_10":[[40.447421,-79.9529461],"Information Sciences Building"],"main_pivot_11":[[40.4486463,-79.9533162],"Western Pennsylvania School for Blind Children"],"main_pivot_12":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_13":[[40.4447129,-79.9569904],"O'Hara Student Center"],"main_pivot_14":[[40.4447129,-79.9569904],"O'Hara Student Center"],"main_pivot_15":[[40.4438449,-79.955951],"pharmacy"],"near_pivot":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_1":[[40.443569,-79.957305],"school"],"around_goal_pivot_2":[[40.4434726,-79.9552296],"attraction"],"around_goal_pivot_3":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_4":[[40.4431912,-79.9555779],"bicycle repair station"],"around_goal_pivot_5":[[40.4450746,-79.9550193],"Autograph Collection"],"around_goal_pivot_6":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_7":[[40.4448738,-79.9555394],"parking entrance"],"around_goal_pivot_8":[[40.4451615,-79.9570513],"bicycle rental"],"around_goal_pivot_9":[[40.4434533,-79.9559284],"gift shop"]}} +{"rvs_sample_number":326,"content":"Meet me at the fountain in the center of the park. It is the park located next to the Wyndham Gran Hotel and Avis Car Rental.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4424318,-80.0052704],"key":8645,"region":"Pittsburgh","rvs_start_point":[40.4393715379,-80.0064314864],"landmarks":{"end_point":[[40.4424318,-80.0052704],"fountain"],"start_point":[[40.4393715379,-80.0064314864],"garden"],"main_pivot":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_2":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_3":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_4":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_5":[[40.4390822311,-80.0059632149],"11 Stanwix Street"],"main_pivot_6":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_7":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_8":[[40.4390822311,-80.0059632149],"11 Stanwix Street"],"main_pivot_9":[[40.4390822311,-80.0059632149],"11 Stanwix Street"],"main_pivot_10":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_11":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_12":[[40.4390822311,-80.0059632149],"11 Stanwix Street"],"main_pivot_13":[[40.4390822311,-80.0059632149],"11 Stanwix Street"],"main_pivot_14":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_15":[[40.4428942,-80.0045699],"car rental"],"near_pivot":[[40.4428942,-80.0045699],"car rental"],"around_goal_pivot_1":[[40.4419362199,-80.0060725313],"hotel"],"around_goal_pivot_2":[[40.4419068,-80.00617],"two restaurants"],"around_goal_pivot_3":[[40.4416054,-80.0041834],"train station"],"around_goal_pivot_4":[[40.442965,-80.0045974],"car rental"],"around_goal_pivot_5":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_6":[[40.4434408,-80.0039696],"parking lot"],"around_goal_pivot_7":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_8":[[40.4422536,-80.0035015],"variety store shop"]}} +{"rvs_sample_number":27,"content":"Meet me at the garden northeast of your location. Head north then turn northeast onto Smallman Street. Your destination is several blocks northeast and across the street from a restaurant. It is at the end of the block. There is an EQT Natural Gas for Vehicles gas station on the next block northeast across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4584831289,-79.9752872051],"key":8646,"region":"Pittsburgh","rvs_start_point":[40.4495515383,-79.9852290828],"landmarks":{"end_point":[[40.4584831289,-79.9752872051],"garden"],"start_point":[[40.4495515383,-79.9852290828],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4582674,-79.9751717],"restaurant"],"near_pivot":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_1":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_2":[[40.4576916,-79.974263],"pub"],"around_goal_pivot_3":[[40.4584801,-79.9740105],"restaurant"],"around_goal_pivot_4":[[40.4588971,-79.9742653],"gas station"],"around_goal_pivot_5":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_6":[[40.4586307,-79.973854],"supermarket"]}} +{"rvs_sample_number":22,"content":"Move northeast towards Penn Avenue. Meet me at the parking lot on the second block after the bridge. It is the one in the middle close to Homewood Suites.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4478032041,-79.9896212256],"key":8647,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4478032041,-79.9896212256],"parking lot"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_4":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_5":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_6":[[40.44194,-80.0009153],"Two PNC Plaza"],"main_pivot_7":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_11":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_12":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_14":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_15":[[40.4479712388,-79.9897261963],"Homewood Suites"],"near_pivot":[[40.4479712388,-79.9897261963],"Homewood Suites"]}} +{"rvs_sample_number":403,"content":"Meet me at the parking entrance southwest of your location. From your location, head southwest past Schenley Plaza. Stay on this street as you continue southwest. Keep going until you see Piada Italian Street Food restaurant. Make a left on the next block onto Semple Street. Your destination is in the middle of the block to the north.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4399638,-79.9583753],"key":8648,"region":"Pittsburgh","rvs_start_point":[40.4439392,-79.9520664],"landmarks":{"end_point":[[40.4399638,-79.9583753],"parking entrance"],"start_point":[[40.4439392,-79.9520664],"bicycle parking"],"main_pivot":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_2":[[40.4433861067,-79.9523108267],"Schenley Plaza"],"main_pivot_3":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_4":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_5":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_6":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_7":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_8":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_9":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_10":[[40.4434313,-79.9517859],"Stephen Foster"],"main_pivot_11":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_12":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_13":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_14":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_15":[[40.4405841,-79.9581671],"restaurant"],"near_pivot":[[40.4405841,-79.9581671],"restaurant"],"beyond_pivot":[[40.4399433,-79.9574141],"parking"],"around_goal_pivot_1":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4395489,-79.9594471],"Hilton Garden Inn"],"around_goal_pivot_3":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_4":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_5":[[40.4387003,-79.9576606],"fire station"],"around_goal_pivot_6":[[40.4397058,-79.9598145],"bank"],"around_goal_pivot_7":[[40.4412365,-79.9576093],"restaurant"],"around_goal_pivot_8":[[40.440917,-79.957296],"ice cream"],"around_goal_pivot_9":[[40.4415342411,-79.9576688959],"hospital"],"around_goal_pivot_10":[[40.4409927,-79.9574184],"post box"]}} +{"rvs_sample_number":1,"content":"Let's meet up at the school on McAnulty Drive. It's just south of the Gumberg Library, and west of the University. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4366667,-79.9922222],"key":8649,"region":"Pittsburgh","rvs_start_point":[40.4397209,-80.0032088],"landmarks":{"end_point":[[40.4366667,-79.9922222],"school"],"start_point":[[40.4397209,-80.0032088],"fountain"],"main_pivot":[[40.438344,-79.9983409],"Law & Finance Building"],"main_pivot_2":[[40.4394647,-80.0013449],"Arrott Building"],"main_pivot_3":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_4":[[40.439919453,-80.0035145443],"One PPG Place"],"main_pivot_5":[[40.4398345,-80.0023235],"Benedum-Trees Building"],"main_pivot_6":[[40.440122166,-80.0030560211],"Two PPG Place"],"main_pivot_7":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_8":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_9":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_10":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_11":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.440122166,-80.0030560211],"Two PPG Place"],"main_pivot_13":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_14":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_15":[[40.4371732,-79.9917916],"library"],"near_pivot":[[40.4371732,-79.9917916],"library"],"beyond_pivot":[[40.436387,-79.9912525],"university"],"around_goal_pivot_1":[[40.4359071,-79.9906724],"stadium"],"around_goal_pivot_2":[[40.4377494,-79.9916044],"garden"]}} +{"rvs_sample_number":110,"content":"I'm a few blocks southwest of you, at the garden in the Y-shaped street that intersects Penn avenue. I'm in a really small garden on the northeast corner of a perking lot. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4448276891,-79.9960273426],"key":8650,"region":"Pittsburgh","rvs_start_point":[40.4483897881,-79.989200249],"landmarks":{"end_point":[[40.4448276891,-79.9960273426],"garden"],"start_point":[[40.4483897881,-79.989200249],"garden"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4447106,-79.9951092],"fast food restaurant"],"near_pivot":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_1":[[40.4434482,-79.9955779],"arts centre"],"around_goal_pivot_2":[[40.4439413,-79.9950682],"2 gardens"],"around_goal_pivot_3":[[40.4445067,-79.9950482],"Westin"],"around_goal_pivot_4":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_5":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_6":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_7":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_8":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_9":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_10":[[40.4441357,-79.9973137],"school"]}} +{"rvs_sample_number":254,"content":"I am at a garden southeast of you. It's at the southeast corner of the food court. From here, the track makes a curve directly to the north. Margaret Morrison is the closest street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4422777643,-79.9396176362],"key":8651,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959],"landmarks":{"end_point":[[40.4422777643,-79.9396176362],"garden"],"start_point":[[40.4434019,-79.9447959],"cafe"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4425853,-79.9400997],"food court"],"near_pivot":[[40.4425853,-79.9400997],"food court"],"around_goal_pivot_1":[[40.4435027479,-79.9394224337],"parking lot"],"around_goal_pivot_2":[[40.4430158,-79.9394249],"track"]}} +{"rvs_sample_number":312,"content":"I'm south of you across the river on the bridge that goes over the railroad. Meet me there by crossing the Smithfield Street Bridge, and pass the Subway. You'll see me after the end of the street right over the train tracks.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4318411865,-80.0043382381],"key":8652,"region":"Pittsburgh","rvs_start_point":[40.4423599937,-80.0036150855],"landmarks":{"end_point":[[40.4318411865,-80.0043382381],"bridge"],"start_point":[[40.4423599937,-80.0036150855],"bridge"],"main_pivot":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_2":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_3":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_4":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_5":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_6":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_7":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_8":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_9":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_10":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_11":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_12":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_15":[[40.4325854,-80.0040142],"two gardens"],"near_pivot":[[40.4325854,-80.0040142],"two gardens"],"around_goal_pivot_1":[[40.4363339993,-80.001263658],"bridge"],"around_goal_pivot_2":[[40.4325381,-80.0039932],"fast food restaurant"],"around_goal_pivot_3":[[40.4322534,-80.0034575],"parking lot"],"around_goal_pivot_4":[[40.4331296,-80.0044595],"wine shop"]}} +{"rvs_sample_number":39,"content":"Meet me at the parking at Wabash Park, just off the east side of Wabash Street. It's southwest of you. Just head south when you reach the playground.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4384162227,-80.0343503811],"key":8653,"region":"Pittsburgh","rvs_start_point":[40.441458,-80.0319984],"landmarks":{"end_point":[[40.4384162227,-80.0343503811],"parking lot"],"start_point":[[40.441458,-80.0319984],"school"],"main_pivot":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_2":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_3":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_4":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_5":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_6":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_7":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_8":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_9":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_10":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_11":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_12":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_13":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_14":[[40.4410828,-80.0322065],"Pittsburgh Musical Theater"],"main_pivot_15":[[40.4384267457,-80.0344271341],"park"],"near_pivot":[[40.4384267457,-80.0344271341],"park"],"around_goal_pivot_1":[[40.4399124,-80.0342714],"playground"]}} +{"rvs_sample_number":288,"content":"Meet me at the library. It is located in the building next to the building with the museum and historic building. It's near Bigelow Boulevard.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4438078,-79.9528592],"key":8654,"region":"Pittsburgh","rvs_start_point":[40.4451615,-79.9570513],"landmarks":{"end_point":[[40.4438078,-79.9528592],"library"],"start_point":[[40.4451615,-79.9570513],"bicycle rental"],"main_pivot":[[40.4446363,-79.9570153],"Thackeray Hall"],"main_pivot_2":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_3":[[40.4446363,-79.9570153],"Thackeray Hall"],"main_pivot_4":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_5":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_6":[[40.4449162001,-79.9572364912],"O'Hara Student Center"],"main_pivot_7":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_8":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_9":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_10":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_11":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_12":[[40.4446363,-79.9570153],"Thackeray Hall"],"main_pivot_13":[[40.4449162001,-79.9572364912],"O'Hara Student Center"],"main_pivot_14":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_15":[[40.4439396,-79.9531095],"historic building"],"near_pivot":[[40.4439396,-79.9531095],"historic building"],"around_goal_pivot_1":[[40.4430295,-79.953733],"library"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4425977,-79.9525439],"shelter"],"around_goal_pivot_4":[[40.4434709,-79.9513212],"theatre"],"around_goal_pivot_5":[[40.4430687,-79.95308],"fast food restaurant"],"around_goal_pivot_6":[[40.4425739,-79.9535187],"bicycle parking"],"around_goal_pivot_7":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4446956,-79.9517467],"garden"]}} +{"rvs_sample_number":64,"content":"Meet me at the university north of you on the other side of the river. If you go northwest on McKee Place, you'll see the university half a block past Jimmy John's on the same side of the street at Jimmy John's.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4399190141,-79.9599419368],"key":8655,"region":"Pittsburgh","rvs_start_point":[40.4276737886,-79.9619557674],"landmarks":{"end_point":[[40.4399190141,-79.9599419368],"university"],"start_point":[[40.4276737886,-79.9619557674],"bridge"],"main_pivot":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_2":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_3":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_4":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_5":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_6":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_7":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_8":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_9":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_10":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_11":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_12":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_13":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_14":[[40.4272751132,-79.9623912759],"SouthSide Works"],"main_pivot_15":[[40.4394479,-79.9597209],"fast food restaurant"],"near_pivot":[[40.4394479,-79.9597209],"fast food restaurant"],"beyond_pivot":[[40.4410446,-79.9579494],"fast_food"],"around_goal_pivot_1":[[40.4407282,-79.9586848],"cafe"],"around_goal_pivot_2":[[40.4395906,-79.9590965],"post box"],"around_goal_pivot_3":[[40.4399638,-79.9583753],"parking entrance"]}} +{"rvs_sample_number":306,"content":"Go southwest down Railroad Street several blocks, and meet me on the south side of the street at the restaurant just past the fitness centre. It's on the corner, a block from the waterfront.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4541496,-79.9828158],"key":8656,"region":"Pittsburgh","rvs_start_point":[40.4575942687,-79.9798972855],"landmarks":{"end_point":[[40.4541496,-79.9828158],"restaurant"],"start_point":[[40.4575942687,-79.9798972855],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_3":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_4":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_5":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_15":[[40.454542,-79.98227],"fitness centre"],"near_pivot":[[40.454542,-79.98227],"fitness centre"],"beyond_pivot":[[40.4531269,-79.9826153],"parking"],"around_goal_pivot_1":[[40.4537349,-79.9815374],"restaurant"],"around_goal_pivot_2":[[40.4550432,-79.98335],"4 gardens"],"around_goal_pivot_3":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_8":[[40.4550352,-79.9820028],"3 gardens"],"around_goal_pivot_10":[[40.4553101,-79.9836057],"4 gardens"]}} +{"rvs_sample_number":449,"content":"Meet me at the PNC Bank southeast of your location. Head south from your location and walk onto Federal Street. When you see SpringHill Suites, your destination is on the next block in the middle of the block. If you see 5 gardens, you've gone too far. Your destination is one block west of a fountain.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4471681,-80.0041565],"key":8657,"region":"Pittsburgh","rvs_start_point":[40.4570154,-80.0074518],"landmarks":{"end_point":[[40.4471681,-80.0041565],"bank"],"start_point":[[40.4570154,-80.0074518],"doctor's office"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_9":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_10":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.446634,-80.0040617],"5 gardens"],"near_pivot":[[40.446634,-80.0040617],"5 gardens"],"around_goal_pivot_1":[[40.4483506,-80.0044321],"SpringHill Suites"],"around_goal_pivot_2":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_3":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4480369,-80.0046238],"ticket shop"],"around_goal_pivot_6":[[40.4485382,-80.0041658],"clothes shop"],"around_goal_pivot_7":[[40.4484067,-80.0041218],"cannabis shop"]}} +{"rvs_sample_number":242,"content":"Head south on Brighton Avenue until it ends. Take a right and you'll see the campus cafeteria on the southwest corner of the first block. I'm at the bench on the southeast bend of the building.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4498634,-80.0145878],"key":8658,"region":"Pittsburgh","rvs_start_point":[40.4593599,-80.0167055],"landmarks":{"end_point":[[40.4498634,-80.0145878],"bench"],"start_point":[[40.4593599,-80.0167055],"waste basket"],"main_pivot":[[40.4525855,-80.0139539],"West Park"],"main_pivot_2":[[40.4525855,-80.0139539],"West Park"],"main_pivot_3":[[40.4525855,-80.0139539],"West Park"],"main_pivot_4":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_5":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_6":[[40.4525855,-80.0139539],"West Park"],"main_pivot_7":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_8":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_9":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_10":[[40.4525855,-80.0139539],"West Park"],"main_pivot_11":[[40.4525855,-80.0139539],"West Park"],"main_pivot_12":[[40.4525855,-80.0139539],"West Park"],"main_pivot_13":[[40.4525855,-80.0139539],"West Park"],"main_pivot_14":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"beyond_pivot":[[40.4501501,-80.0153448],"waste_basket"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_3":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_4":[[40.4523182,-80.0138764],"park"]}} +{"rvs_sample_number":44,"content":"Cross the river and come to the parking lot on Spring Way. There is an antiques shop to the north of it on the diagonal block. You'll find a restaurant to its southwest on the opposite block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4555995992,-79.9769025069],"key":8659,"region":"Pittsburgh","rvs_start_point":[40.4534483911,-79.9933539097],"landmarks":{"end_point":[[40.4555995992,-79.9769025069],"parking lot"],"start_point":[[40.4534483911,-79.9933539097],"parking lot"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4560433,-79.9769807],"antiques shop"],"near_pivot":[[40.4560433,-79.9769807],"antiques shop"],"around_goal_pivot_1":[[40.4553703,-79.9779581],"restaurant"],"around_goal_pivot_2":[[40.456316,-79.9762637],"animal boarding"],"around_goal_pivot_3":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_7":[[40.4568971,-79.9765729],"2 parking lots"]}} +{"rvs_sample_number":67,"content":"Go north then head east on Bayard Street. On the corner of that street and another major one, you will find the Sunoco gas station, where we will meet. It is just south of Legume restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4501035,-79.9507308],"key":8660,"region":"Pittsburgh","rvs_start_point":[40.4400521,-79.9578023],"landmarks":{"end_point":[[40.4501035,-79.9507308],"restaurant"],"start_point":[[40.4400521,-79.9578023],"parking entrance"],"main_pivot":[[40.443002,-79.9556209],"Holland Hall"],"main_pivot_2":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_3":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_4":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_5":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_6":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_7":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_8":[[40.4435763,-79.9544168],"William Pitt Union"],"main_pivot_9":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_10":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_11":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_12":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_13":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_14":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_15":[[40.4494693,-79.9507662],"gas station"],"near_pivot":[[40.4494693,-79.9507662],"gas station"],"beyond_pivot":[[40.4515176,-79.9513999],"pharmacy"],"around_goal_pivot_1":[[40.4513538,-79.9513382],"9 parking spaces"],"around_goal_pivot_5":[[40.4513899,-79.951218],"five parking spaces"],"around_goal_pivot_6":[[40.4513267,-79.9514282],"six parking spaces"]}} +{"rvs_sample_number":0,"content":"I'm parked really close to the bar just go two blocks east, passing the bridge, then turn north and I'll be right after the first street crosses the road, in the parking lot. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4288399017,-79.9726897631],"key":8661,"region":"Pittsburgh","rvs_start_point":[40.4282953,-79.97582715],"landmarks":{"end_point":[[40.4288399017,-79.9726897631],"parking space"],"start_point":[[40.4282953,-79.97582715],"bar"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4289360354,-79.9726849231],"veterinary"],"near_pivot":[[40.4289360354,-79.9726849231],"veterinary"],"beyond_pivot":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_1":[[40.4299388,-79.9733019],"bridge"],"around_goal_pivot_2":[[40.4283475295,-79.9710186665],"gas station"],"around_goal_pivot_3":[[40.4281541,-79.9720745],"State Farm"],"around_goal_pivot_4":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_5":[[40.4281637,-79.9722462],"fast food restaurant"],"around_goal_pivot_6":[[40.42868,-79.9716785],"parking lot"],"around_goal_pivot_7":[[40.4282801,-79.9742068],"art shop"],"around_goal_pivot_8":[[40.4286319,-79.9715113],"two restaurants"],"around_goal_pivot_9":[[40.4282592,-79.9738357],"furniture shop"],"around_goal_pivot_10":[[40.4281297,-79.9716831],"sports shop"]}} +{"rvs_sample_number":55,"content":"Go northwest and then up Brighton Road to meet at the garden on the west side of the street, across the street from the large West Park and a tad northeast of Physique Rx'd fitness.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4530382699,-80.0144397649],"key":8662,"region":"Pittsburgh","rvs_start_point":[40.4480087,-80.0040035],"landmarks":{"end_point":[[40.4530382699,-80.0144397649],"garden"],"start_point":[[40.4480087,-80.0040035],"bar"],"main_pivot":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_2":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_3":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_4":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_9":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_10":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_11":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_12":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_13":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_14":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_15":[[40.4516891,-80.0111034],"park"],"near_pivot":[[40.4516891,-80.0111034],"park"],"beyond_pivot":[[40.4526133,-80.0152897],"parking"],"around_goal_pivot_1":[[40.4542817,-80.0140294],"two gardens"],"around_goal_pivot_2":[[40.4523315,-80.0150728],"restaurant"],"around_goal_pivot_3":[[40.4524309,-80.0159148],"two gardens"],"around_goal_pivot_4":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_5":[[40.4523332,-80.0135172],"park"],"around_goal_pivot_6":[[40.4520406,-80.015434],"fitness centre"],"around_goal_pivot_7":[[40.4522507243,-80.0123814592],"pitch"]}} +{"rvs_sample_number":425,"content":"Go several blocks down south on the street you are on. Meet me at the Cake nightclub by the corner of the block. It is on the third block from Pennsylvania Railroad.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4587761792,-79.9747647919],"key":8663,"region":"Pittsburgh","rvs_start_point":[40.4512457,-79.9850555],"landmarks":{"end_point":[[40.4587761792,-79.9747647919],"garden"],"start_point":[[40.4512457,-79.9850555],"nightclub"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4588971,-79.9742653],"gas station"],"near_pivot":[[40.4588971,-79.9742653],"gas station"],"beyond_pivot":[[40.4584801,-79.9740105],"restaurant"],"around_goal_pivot_1":[[40.4577368,-79.9741967],"pub"],"around_goal_pivot_2":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_3":[[40.457494,-79.973909],"storage rental shop"],"around_goal_pivot_4":[[40.4581925,-79.975709],"furniture shop"],"around_goal_pivot_5":[[40.4578236,-79.973371],"pitch"],"around_goal_pivot_6":[[40.4575868,-79.973793],"park"]}} +{"rvs_sample_number":103,"content":"I'm at this parking lot on Centre Avenue, southwest of you. It's on the northeast corner of a large block. On the block north of here there's a Starbucks and the Family House hotel. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4555587991,-79.9387864808],"key":8664,"region":"Pittsburgh","rvs_start_point":[40.4590636858,-79.9325228202],"landmarks":{"end_point":[[40.4555587991,-79.9387864808],"parking lot"],"start_point":[[40.4590636858,-79.9325228202],"car wash"],"main_pivot":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_2":[[40.45687,-79.9374632],"Wendy's"],"main_pivot_3":[[40.4563172,-79.9367732],"Subway"],"main_pivot_4":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_5":[[40.4563172,-79.9367732],"Subway"],"main_pivot_6":[[40.45687,-79.9374632],"Wendy's"],"main_pivot_7":[[40.45687,-79.9374632],"Wendy's"],"main_pivot_8":[[40.4584463,-79.9343438],"Rite Aid"],"main_pivot_9":[[40.4584463,-79.9343438],"Rite Aid"],"main_pivot_10":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_11":[[40.4563172,-79.9367732],"Subway"],"main_pivot_12":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_13":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_14":[[40.45687,-79.9374632],"Wendy's"],"main_pivot_15":[[40.4557792,-79.9394926],"cafe"],"near_pivot":[[40.4557792,-79.9394926],"cafe"],"beyond_pivot":[[40.455736,-79.9398742],"hotel"],"around_goal_pivot_1":[[40.456939,-79.9392804],"Hyatt House"],"around_goal_pivot_2":[[40.455736,-79.9398742],"hotel"],"around_goal_pivot_3":[[40.4555042,-79.940201],"post box"],"around_goal_pivot_4":[[40.454979,-79.938206],"charging station"],"around_goal_pivot_5":[[40.4558304,-79.9371562],"massage shop"],"around_goal_pivot_6":[[40.4559962,-79.937254],"laundry shop"],"around_goal_pivot_7":[[40.4562813,-79.9387539],"park"],"around_goal_pivot_8":[[40.4565948,-79.9374493],"two parking lots"]}} +{"rvs_sample_number":103,"content":"To meet me, head north and go a couple of blocks past Negley station. I'm at the single parking space in the middle of the other spaces, on the north side of Baum Boulevard. There's a Yinz Coffee on the block west of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4583149,-79.934375],"key":8665,"region":"Pittsburgh","rvs_start_point":[40.4518567,-79.9321169],"landmarks":{"end_point":[[40.4583149,-79.934375],"parking space"],"start_point":[[40.4518567,-79.9321169],"atm"],"main_pivot":[[40.4565316,-79.9330054],"Negley"],"main_pivot_2":[[40.4565316,-79.9330054],"Negley"],"main_pivot_3":[[40.4565316,-79.9330054],"Negley"],"main_pivot_4":[[40.4565316,-79.9330054],"Negley"],"main_pivot_5":[[40.4565316,-79.9330054],"Negley"],"main_pivot_6":[[40.4565316,-79.9330054],"Negley"],"main_pivot_7":[[40.4565316,-79.9330054],"Negley"],"main_pivot_8":[[40.4565316,-79.9330054],"Negley"],"main_pivot_9":[[40.4565316,-79.9330054],"Negley"],"main_pivot_10":[[40.4565316,-79.9330054],"Negley"],"main_pivot_11":[[40.4565316,-79.9330054],"Negley"],"main_pivot_12":[[40.4565316,-79.9330054],"Negley"],"main_pivot_13":[[40.4565316,-79.9330054],"Negley"],"main_pivot_14":[[40.4565316,-79.9330054],"Negley"],"main_pivot_15":[[40.4583331819,-79.9343392524],"two parking spaces"],"near_pivot":[[40.4583331819,-79.9343392524],"two parking spaces"],"around_goal_pivot_1":[[40.4589598,-79.9327769],"gas station"],"around_goal_pivot_2":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_3":[[40.4580388,-79.9331077],"doctor's office"],"around_goal_pivot_4":[[40.4571938,-79.9338763],"post box"],"around_goal_pivot_5":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_6":[[40.4581644,-79.9326573],"paint shop"],"around_goal_pivot_7":[[40.457667,-79.9332869],"hairdresser shop"],"around_goal_pivot_8":[[40.457565,-79.9336342],"massage shop"],"around_goal_pivot_9":[[40.4589894,-79.9329703],"car repair shop"]}} +{"rvs_sample_number":391,"content":"Go east to get on Federal street and walk two blocks north. I'm at the marketplace north of library and on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.457238,-80.0070393],"key":8666,"region":"Pittsburgh","rvs_start_point":[40.4548039731,-80.0125794375],"landmarks":{"end_point":[[40.457238,-80.0070393],"marketplace"],"start_point":[[40.4548039731,-80.0125794375],"parking lot"],"main_pivot":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_2":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_3":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_4":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_5":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_6":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_7":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_8":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_9":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_10":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_11":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_12":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_13":[[40.4556681,-80.0074387],"Garden Theater"],"main_pivot_14":[[40.4542742212,-80.0124773243],"West Park"],"main_pivot_15":[[40.4565984,-80.0068513],"library"],"near_pivot":[[40.4565984,-80.0068513],"library"],"beyond_pivot":[[40.4575313,-80.0062602],"place_of_worship"],"around_goal_pivot_1":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_2":[[40.4560096,-80.0062811],"social facility"],"around_goal_pivot_3":[[40.4560027,-80.0066326],"cafe"],"around_goal_pivot_4":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_5":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_6":[[40.4566061,-80.0077089],"parking entrance"]}} +{"rvs_sample_number":524,"content":"Meet me at the parking lot closest to Legacy way southwest of your position. It is the second parking lot east of bicycle parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4492037769,-80.0128838771],"key":8667,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406],"landmarks":{"end_point":[[40.4492037769,-80.0128838771],"parking lot"],"start_point":[[40.4556387,-80.006406],"deli shop"],"main_pivot":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_2":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_5":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_10":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_11":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_15":[[40.4495242,-80.0134734],"bicycle parking"],"near_pivot":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4493745,-80.0144497],"garden"]}} +{"rvs_sample_number":290,"content":"We can meet at a garden that is south of you, and a bit west. It's on Commerce Street, on the west side of the street, and on the northeast corner of the building there. It's across from the Sheraton hotel. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4342921986,-80.0064859905],"key":8668,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879],"landmarks":{"end_point":[[40.4342921986,-80.0064859905],"garden"],"start_point":[[40.4431343,-80.0024879],"restaurant"],"main_pivot":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_2":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_3":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_4":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_5":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_6":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_10":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_14":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_15":[[40.4342522,-80.0058118],"Sheraton"],"near_pivot":[[40.4342522,-80.0058118],"Sheraton"],"around_goal_pivot_1":[[40.433863,-80.0049839],"restaurant"],"around_goal_pivot_2":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_3":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_4":[[40.4336793,-80.0049931],"mall"],"around_goal_pivot_8":[[40.4349188,-80.0075786],"2 gardens"],"around_goal_pivot_9":[[40.4337453,-80.0051524],"2 gardens"]}} +{"rvs_sample_number":536,"content":"I'm at the parking lot north of you on Moravian Way. It's on the corner, east of Open Stage Theatre, and north of Sunoco Gas Station. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4520825363,-80.0007471011],"key":8669,"region":"Pittsburgh","rvs_start_point":[40.4445787822,-80.000456143],"landmarks":{"end_point":[[40.4520825363,-80.0007471011],"parking lot"],"start_point":[[40.4445787822,-80.000456143],"garden"],"main_pivot":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_2":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_3":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_4":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_5":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_6":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_7":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_8":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_9":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_10":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_11":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_12":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_13":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_14":[[40.448225,-80.0008845],"Frederick J. Osterling Office and Studio"],"main_pivot_15":[[40.4517317,-80.0000082],"Giant Eagle"],"near_pivot":[[40.4517317,-80.0000082],"Giant Eagle"],"around_goal_pivot_1":[[40.4511887,-80.0004285],"gas station"],"around_goal_pivot_2":[[40.453205,-80.0014902],"ice cream"],"around_goal_pivot_3":[[40.4532779,-80.0010938],"restaurant"],"around_goal_pivot_4":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_5":[[40.4519825,-80.0017383],"theatre"],"around_goal_pivot_6":[[40.4533877,-80.0005867],"florist shop"],"around_goal_pivot_7":[[40.4533449,-80.0007631],"clothes shop"],"around_goal_pivot_8":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_9":[[40.4534029,-80.000485],"antiques shop"],"around_goal_pivot_10":[[40.4508278,-80.0019916],"pitch"]}} +{"rvs_sample_number":159,"content":"Meet me at the bench south of you. Walk past the Carnegie Mellon University library and you will see the bench just south of there about halfway between the library and Frew Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.441953,-79.9459498],"key":8670,"region":"Pittsburgh","rvs_start_point":[40.4438483,-79.9460623],"landmarks":{"end_point":[[40.441953,-79.9459498],"bench"],"start_point":[[40.4438483,-79.9460623],"bicycle parking"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4426204,-79.9458063],"library"],"near_pivot":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_1":[[40.4427045,-79.9466726],"cafe"],"around_goal_pivot_2":[[40.4422044,-79.9444266],"three benches"],"around_goal_pivot_3":[[40.4432293,-79.9467689],"parking lot"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_9":[[40.4421877,-79.9443467],"two benches"]}} +{"rvs_sample_number":324,"content":"Meet me at the relay box northeast of your location. Head north until you get to Fifth Avenue. There will be the University of Pittsburgh Music Building. From there, head east. Your destination is on the northern side of the street, across from a HealthyRide bicycle rental. If you see a Citizens Bank, go back one block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.446906,-79.9508134],"key":8671,"region":"Pittsburgh","rvs_start_point":[40.4449799,-79.9510887],"landmarks":{"end_point":[[40.446906,-79.9508134],"relay box"],"start_point":[[40.4449799,-79.9510887],"post box"],"main_pivot":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_2":[[40.4452215,-79.9504762],"Bellefield Hall"],"main_pivot_3":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_4":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_5":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_6":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_7":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_8":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_9":[[40.4452215,-79.9504762],"Bellefield Hall"],"main_pivot_10":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_11":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_12":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_13":[[40.4452215,-79.9504762],"Bellefield Hall"],"main_pivot_14":[[40.4453005,-79.9516646],"Heinz Memorial Chapel"],"main_pivot_15":[[40.4466977,-79.9508161],"bicycle rental"],"near_pivot":[[40.4466977,-79.9508161],"bicycle rental"],"beyond_pivot":[[40.4466542,-79.9520803],"university"],"around_goal_pivot_1":[[40.4467044,-79.9491703],"bank"],"around_goal_pivot_2":[[40.4477846,-79.9493669],"garden"]}} +{"rvs_sample_number":57,"content":"Meet me at the parking lot on Penn Avenue. It is on the block in between 2 gardens and the gas station. It is the second parking lot from the west.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4583513101,-79.9738826316],"key":8672,"region":"Pittsburgh","rvs_start_point":[40.4547250131,-79.982946349],"landmarks":{"end_point":[[40.4583513101,-79.9738826316],"parking lot"],"start_point":[[40.4547250131,-79.982946349],"garden"],"main_pivot":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_2":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_3":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_4":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_5":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_6":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.455056,-79.9788472],"DiAnoia's Eatery"],"main_pivot_8":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_10":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_11":[[40.4563658,-79.9772053],"Preeti's Pitt"],"main_pivot_12":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_13":[[40.455595,-79.9782225],"Savoy"],"main_pivot_14":[[40.4571387,-79.9757095],"Klavon's Ice Cream Parlor"],"main_pivot_15":[[40.4587895,-79.9741391],"gas station"],"near_pivot":[[40.4587895,-79.9741391],"gas station"],"beyond_pivot":[[40.4580126,-79.9730956],"parking"],"around_goal_pivot_1":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_2":[[40.457494,-79.973909],"storage rental shop"],"around_goal_pivot_3":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_6":[[40.4581422,-79.9721319],"2 gardens"],"around_goal_pivot_9":[[40.4586905,-79.9728346],"2 gardens"]}} +{"rvs_sample_number":409,"content":"Meet me at the bench southwest of you. If you take Margaret Morrison Street to the west, once the street ends keep heading west through the parking lot. You will see the bench in front of you at the end of the parking lot. It's almost directly centered between the Purnell Center for the Arts and the Hunt Library.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.442183,-79.943603],"key":8673,"region":"Pittsburgh","rvs_start_point":[40.4510773,-79.934669],"landmarks":{"end_point":[[40.442183,-79.943603],"bench"],"start_point":[[40.4510773,-79.934669],"cafe"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4421684,-79.9428935],"parking lot"],"near_pivot":[[40.4421684,-79.9428935],"parking lot"],"beyond_pivot":[[40.4417148,-79.9426148],"garden"],"around_goal_pivot_1":[[40.4431541,-79.9433372],"arts centre"],"around_goal_pivot_2":[[40.4412781,-79.9437898],"library"],"around_goal_pivot_3":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_4":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_5":[[40.441191,-79.9432778],"park"]}} +{"rvs_sample_number":313,"content":"Meet me at the parking entrance southwest of your location. Head south across the water then turn west onto West Station Square Drive. Keep going west until the street turns south. Your destination is to the northwest, just above two other separate parking entrances.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4342476,-80.0065797],"key":8674,"region":"Pittsburgh","rvs_start_point":[40.4444077539,-79.9996469088],"landmarks":{"end_point":[[40.4342476,-80.0065797],"parking entrance"],"start_point":[[40.4444077539,-79.9996469088],"garden"],"main_pivot":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_2":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_3":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_4":[[40.4433862,-79.9993069],"Benedum Center"],"main_pivot_5":[[40.4394715407,-80.0013404897],"Arrott Building"],"main_pivot_6":[[40.4394715407,-80.0013404897],"Arrott Building"],"main_pivot_7":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_8":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_9":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_12":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_13":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_14":[[40.4433862,-79.9993069],"Benedum Center"],"main_pivot_15":[[40.4342179,-80.0066051],"two parking entrances"],"near_pivot":[[40.4342179,-80.0066051],"two parking entrances"],"beyond_pivot":[[40.4335491,-80.0068049],"parking"],"around_goal_pivot_1":[[40.433863,-80.0049839],"restaurant"],"around_goal_pivot_2":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_3":[[40.4336793,-80.0049931],"mall"]}} +{"rvs_sample_number":295,"content":"Let's get together at the garden Just off 30th street. It's the garden that is a couple of blocks north of the end of the street where it's interrupted by the Pittsburgh line. (The end of 30th street is a southern end of it) The garden is a couple of blocks northwest of the storage facility there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4586441193,-79.9728435649],"key":8675,"region":"Pittsburgh","rvs_start_point":[40.452539413,-79.982280058],"landmarks":{"end_point":[[40.4586441193,-79.9728435649],"garden"],"start_point":[[40.452539413,-79.982280058],"veterinary"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.458395,-79.9735747],"restaurant"],"near_pivot":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4577368,-79.9741967],"pub"],"around_goal_pivot_3":[[40.4596387,-79.9725884],"supermarket"],"around_goal_pivot_4":[[40.4586623,-79.974608],"fitness centre"],"around_goal_pivot_5":[[40.4579961,-79.9738511],"three gardens"],"around_goal_pivot_6":[[40.4579633,-79.9739012],"two gardens"],"around_goal_pivot_7":[[40.4577812,-79.9733567],"playground"],"around_goal_pivot_8":[[40.4579549,-79.9731827],"pitch"]}} +{"rvs_sample_number":301,"content":"I'm at a park if you want to meet up. Follow the street you're on now to the north until you hit Brereton Street, and go west. The park is at the end of the block, past Gooskis bar. Also, there's another bar across the street from here to the west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4286588,-79.9806678],"key":8676,"region":"Pittsburgh","rvs_start_point":[40.4299553,-79.9931254],"landmarks":{"end_point":[[40.4286588,-79.9806678],"atm"],"start_point":[[40.4299553,-79.9931254],"theatre"],"main_pivot":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_2":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_3":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_4":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_5":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_6":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_7":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_8":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_9":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_10":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_11":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_12":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_13":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_14":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_15":[[40.4288573,-79.9804342],"fast food restaurant"],"near_pivot":[[40.4288573,-79.9804342],"fast food restaurant"],"around_goal_pivot_1":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_2":[[40.4285586043,-79.9796253617],"fast food restaurant"],"around_goal_pivot_3":[[40.4289055,-79.9824815],"bar"],"around_goal_pivot_4":[[40.4285429244,-79.9794682356],"pub"],"around_goal_pivot_5":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_6":[[40.4288112,-79.9795821],"clothes shop"],"around_goal_pivot_7":[[40.4289301,-79.9816823],"confectionery shop"]}} +{"rvs_sample_number":373,"content":"Meet me at the parking lot on Spring Way. Find the cafe on the same street. Across the street, there will be 3 parking lots. Meet me at the very narrow one.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4517921886,-79.9821264493],"key":8677,"region":"Pittsburgh","rvs_start_point":[40.4571559,-79.9801162],"landmarks":{"end_point":[[40.4517921886,-79.9821264493],"parking lot"],"start_point":[[40.4571559,-79.9801162],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4524102,-79.9822488],"veterinary"],"near_pivot":[[40.4524102,-79.9822488],"veterinary"],"beyond_pivot":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_1":[[40.4513343,-79.9838441],"cafe"],"around_goal_pivot_2":[[40.4524411,-79.9832823],"church"],"around_goal_pivot_3":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_4":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_5":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_6":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_7":[[40.4518217,-79.9831366],"chocolate shop"],"around_goal_pivot_8":[[40.4515078,-79.9835594],"books shop"]}} +{"rvs_sample_number":576,"content":"Meet me at Starbucks on Locust Street near an intersection. There is a bench next to it and a fountain to the east of it in the same block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4367814,-79.9861024],"key":8678,"region":"Pittsburgh","rvs_start_point":[40.4366941885,-79.9766161529],"landmarks":{"end_point":[[40.4367814,-79.9861024],"bench"],"start_point":[[40.4366941885,-79.9766161529],"playground"],"main_pivot":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_2":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_3":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_4":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_5":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_6":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_7":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_8":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_9":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_10":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_11":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_12":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_13":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_14":[[40.4368,-79.9798],"Actors Civic Theatre"],"main_pivot_15":[[40.4366434,-79.9863114],"cafe"],"near_pivot":[[40.4366434,-79.9863114],"cafe"],"around_goal_pivot_1":[[40.4373908,-79.9867803],"fire station"],"around_goal_pivot_2":[[40.4357068,-79.9868931],"university"],"around_goal_pivot_3":[[40.4366554,-79.984633],"fountain"],"around_goal_pivot_4":[[40.4366736,-79.987249],"track"],"around_goal_pivot_5":[[40.4367874,-79.9874614],"pitch"],"around_goal_pivot_6":[[40.4367267352,-79.9844737746],"garden"]}} +{"rvs_sample_number":15,"content":"Let's meet up at the parking lot for the Burger place named after Dave Thomas's red headed daughter. It's off Baum Boulevard and is just southwest of the restaurant. There is a park that features a triangle of green about a block south of where we'll meet. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4569027831,-79.9376742997],"key":8679,"region":"Pittsburgh","rvs_start_point":[40.4590636858,-79.9325228202],"landmarks":{"end_point":[[40.4569027831,-79.9376742997],"parking lot"],"start_point":[[40.4590636858,-79.9325228202],"car wash"],"main_pivot":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_2":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_3":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_4":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_5":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_6":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_7":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_8":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_9":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_10":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_11":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_12":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_13":[[40.4582008,-79.9348865],"ALDI"],"main_pivot_14":[[40.4584137,-79.9344483],"Rite Aid"],"main_pivot_15":[[40.4570733,-79.9376422],"fast food restaurant"],"near_pivot":[[40.4570733,-79.9376422],"fast food restaurant"],"beyond_pivot":[[40.4561883,-79.9373672],"fast_food"],"around_goal_pivot_1":[[40.4560145,-79.936863],"Sherwin-Williams"],"around_goal_pivot_2":[[40.456939,-79.9392804],"Hyatt House"],"around_goal_pivot_3":[[40.4558951,-79.9383962],"post box"],"around_goal_pivot_4":[[40.4567195,-79.9363087],"clothes shop"],"around_goal_pivot_5":[[40.4557838586,-79.937292651],"massage shop"],"around_goal_pivot_6":[[40.4559623702,-79.937353024],"laundry shop"],"around_goal_pivot_7":[[40.4567972,-79.9386595],"park"]}} +{"rvs_sample_number":142,"content":"I'm at the garden located south of your position. You will see it on the east side of two restaurants and west of train station.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4420852675,-80.005374683],"key":8680,"region":"Pittsburgh","rvs_start_point":[40.4503858,-80.006879],"landmarks":{"end_point":[[40.4420852675,-80.005374683],"garden"],"start_point":[[40.4503858,-80.006879],"parking entrance"],"main_pivot":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_2":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_3":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4419336,-80.0060713],"two restaurants"],"near_pivot":[[40.4419336,-80.0060713],"two restaurants"],"beyond_pivot":[[40.4419143333,-80.0061735717],"restaurant"],"around_goal_pivot_1":[[40.4419131,-80.0042195],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4417076,-80.0037216],"2 gardens"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_5":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_7":[[40.440792,-80.0054303],"three gardens"]}} +{"rvs_sample_number":88,"content":"I'm on fourth Avenue, at the cafe by the corner west of Starbucks. Move southeast, it is on the second block after creative coffee & supply.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4381763,-79.9986315],"key":8681,"region":"Pittsburgh","rvs_start_point":[40.4455656469,-80.0121846416],"landmarks":{"end_point":[[40.4381763,-79.9986315],"cafe"],"start_point":[[40.4455656469,-80.0121846416],"garden"],"main_pivot":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_2":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_3":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_4":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_5":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_6":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_7":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_8":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_9":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_11":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_12":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_13":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_14":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_15":[[40.4380822,-79.9983547],"cafe"],"near_pivot":[[40.4380822,-79.9983547],"cafe"],"beyond_pivot":[[40.4376629,-79.9992586],"parking_entrance"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.4380631,-79.9975026],"townhall"],"around_goal_pivot_3":[[40.4387249,-79.9970514],"courthouse"],"around_goal_pivot_4":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_5":[[40.4387988,-79.9973291],"atm"],"around_goal_pivot_6":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_7":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_8":[[40.4393958,-79.9992243],"gambling place"],"around_goal_pivot_9":[[40.4392647,-79.9995902],"school"],"around_goal_pivot_10":[[40.4384244,-79.9999235],"cafe"]}} +{"rvs_sample_number":240,"content":"Meet me at the Boost Mobile on Liberty Avenue. It's northwest of you, on a block that is not square. Laurie's Hallmark stationery shop is to the north, and Fairmont hotel is to the east. If you get to the train station, you've gone too far west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4497524,-79.9857343],"key":8682,"region":"Pittsburgh","rvs_start_point":[40.4469774077,-79.9952712353],"landmarks":{"end_point":[[40.4497524,-79.9857343],"beverages shop"],"start_point":[[40.4469774077,-79.9952712353],"garden"],"main_pivot":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4457659,-79.9931505],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4468875294,-79.9954656173],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4494346,-79.9863089],"fast food restaurant"],"near_pivot":[[40.4494346,-79.9863089],"fast food restaurant"],"beyond_pivot":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_1":[[40.4495046,-79.9871605],"hotel"],"around_goal_pivot_2":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_3":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_4":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_5":[[40.4507712,-79.9849852],"farm shop"],"around_goal_pivot_6":[[40.4488363,-79.9863971],"storage rental shop"]}} +{"rvs_sample_number":197,"content":"Meet me at the parking lot northwest of your location. Head north west until you get to Pressley Street. Head northeast on Pressley Street. Your destination is past the Giant Eagle supermarket in the middle of the block and near the road.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4519070596,-79.9986664185],"key":8683,"region":"Pittsburgh","rvs_start_point":[40.4475414275,-79.9933873775],"landmarks":{"end_point":[[40.4519070596,-79.9986664185],"parking lot"],"start_point":[[40.4475414275,-79.9933873775],"garden"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4518339941,-79.9994668313],"Giant Eagle"],"near_pivot":[[40.4518339941,-79.9994668313],"Giant Eagle"],"around_goal_pivot_1":[[40.453093,-79.9981453],"shelter"],"around_goal_pivot_2":[[40.4521387,-79.9999429],"tyres shop"],"around_goal_pivot_5":[[40.4528379,-79.9981202],"park"]}} +{"rvs_sample_number":571,"content":"Meet me at the fountain on South Bellefield Avenue. It is steps away from Heinz Memorial Chapel attraction. You can't miss it!","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4451744,-79.9517538],"key":8684,"region":"Pittsburgh","rvs_start_point":[40.4512311,-79.9347471],"landmarks":{"end_point":[[40.4451744,-79.9517538],"fountain"],"start_point":[[40.4512311,-79.9347471],"bar"],"main_pivot":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_2":[[40.4470436,-79.9449946],"WQED"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4470436,-79.9449946],"WQED"],"main_pivot_5":[[40.4470436,-79.9449946],"WQED"],"main_pivot_6":[[40.4470436,-79.9449946],"WQED"],"main_pivot_7":[[40.4470436,-79.9449946],"WQED"],"main_pivot_8":[[40.4470436,-79.9449946],"WQED"],"main_pivot_9":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_10":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_11":[[40.4470436,-79.9449946],"WQED"],"main_pivot_12":[[40.4466439372,-79.9469921851],"Central Catholic High School"],"main_pivot_13":[[40.4470436,-79.9449946],"WQED"],"main_pivot_14":[[40.4470436,-79.9449946],"WQED"],"main_pivot_15":[[40.4452152562,-79.9517831723],"attraction"],"near_pivot":[[40.4452152562,-79.9517831723],"attraction"],"around_goal_pivot_1":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_2":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_3":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"]}} +{"rvs_sample_number":113,"content":"I'm in a supermarket on Penn Street. It is in the middle of a block where you can find a restaurant on the adjacent northeast block. Besides, there is a bank on the next southwest block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4519268,-79.9825802],"key":8685,"region":"Pittsburgh","rvs_start_point":[40.4417029866,-79.9929281938],"landmarks":{"end_point":[[40.4519268,-79.9825802],"supermarket"],"start_point":[[40.4417029866,-79.9929281938],"bridge"],"main_pivot":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_4":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_6":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_9":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_12":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_13":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_14":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_15":[[40.4515769,-79.9831329],"bank"],"near_pivot":[[40.4515769,-79.9831329],"bank"],"beyond_pivot":[[40.4523827,-79.9819657],"restaurant"],"around_goal_pivot_1":[[40.4520458,-79.9807511],"two gardens"],"around_goal_pivot_2":[[40.4522579,-79.9835422],"church"],"around_goal_pivot_3":[[40.4516689,-79.981295],"two gardens"],"around_goal_pivot_4":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_5":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_6":[[40.4515078,-79.9835594],"books shop"]}} +{"rvs_sample_number":429,"content":"Let's cross the bridge together that spans over Hodge street, it forms an irregular oval with other streets there. There are woods just west of this.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.43251324,-79.9589413223],"key":8686,"region":"Pittsburgh","rvs_start_point":[40.4369752372,-79.9713042741],"landmarks":{"end_point":[[40.43251324,-79.9589413223],"bridge"],"start_point":[[40.4369752372,-79.9713042741],"childcare"],"main_pivot":[[40.4377839,-79.9638794],"Carlow University"],"main_pivot_2":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_3":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_4":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_5":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_6":[[40.4377839,-79.9638794],"Carlow University"],"main_pivot_7":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_8":[[40.4377839,-79.9638794],"Carlow University"],"main_pivot_9":[[40.4377839,-79.9638794],"Carlow University"],"main_pivot_10":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_11":[[40.4377839,-79.9638794],"Carlow University"],"main_pivot_12":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_13":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_14":[[40.435929,-79.9615242],"UPMC Magee-Womens Hospital"],"main_pivot_15":[[40.432718589,-79.9599822619],"wood"],"near_pivot":[[40.432718589,-79.9599822619],"wood"],"around_goal_pivot_1":[[40.4314288,-79.9601319],"Hotel Indigo"],"around_goal_pivot_2":[[40.4317333,-79.9604742],"parking lot"]}} +{"rvs_sample_number":208,"content":"Meet me at the post box on McKee Place. You can find it a block and a half southeast of the spot where the street is renamed and takes a more northwestern angle. There is a fairly large Hotel across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4395949,-79.9591057],"key":8687,"region":"Pittsburgh","rvs_start_point":[40.4422550566,-79.9421459281],"landmarks":{"end_point":[[40.4395949,-79.9591057],"post box"],"start_point":[[40.4422550566,-79.9421459281],"pitch"],"main_pivot":[[40.4420631,-79.951948],"Mary Schenley Memorial Fountain"],"main_pivot_2":[[40.4416606738,-79.942351415],"Kraus Campo"],"main_pivot_3":[[40.4411376,-79.9545791],"Wesley W. Posvar Hall"],"main_pivot_4":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_6":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_7":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_8":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_9":[[40.440137491,-79.9575001941],"Forbes Tower"],"main_pivot_10":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_11":[[40.4409588,-79.9561028],"Bouquet Gardens"],"main_pivot_12":[[40.440137491,-79.9575001941],"Forbes Tower"],"main_pivot_13":[[40.4411376,-79.9545791],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4415635,-79.9555534],"Barco Law Building"],"main_pivot_15":[[40.4394479,-79.9597209],"fast food restaurant"],"near_pivot":[[40.4394479,-79.9597209],"fast food restaurant"],"around_goal_pivot_1":[[40.4405841,-79.9581671],"restaurant"],"around_goal_pivot_2":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_3":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_4":[[40.4387003,-79.9576606],"fire station"],"around_goal_pivot_5":[[40.4407282,-79.9586848],"cafe"],"around_goal_pivot_6":[[40.4405099,-79.9581629],"post box"],"around_goal_pivot_7":[[40.4406831,-79.9580276],"vacant shop"],"around_goal_pivot_8":[[40.4406184,-79.9581005],"clothes shop"]}} +{"rvs_sample_number":135,"content":"Meet me at the parking entrance on Casino Drive. It is in front of a big casino which is facing the water. There are two gardens to the south of the parking entrance. You will see a post box across the street.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4476638,-80.0213755],"key":8688,"region":"Pittsburgh","rvs_start_point":[40.4500516,-80.0155438],"landmarks":{"end_point":[[40.4476638,-80.0213755],"parking entrance"],"start_point":[[40.4500516,-80.0155438],"books shop"],"main_pivot":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_2":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_3":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_4":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_5":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_6":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_7":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_8":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_9":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_10":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_11":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_12":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_13":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_14":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_15":[[40.4478797,-80.0205063],"post box"],"near_pivot":[[40.4478797,-80.0205063],"post box"],"around_goal_pivot_1":[[40.4481997,-80.0227133],"parking entrance"],"around_goal_pivot_5":[[40.4467471,-80.0211515],"two gardens"]}} +{"rvs_sample_number":469,"content":"I'm southwest of you, at a cathedral at the end of North Dithridge Street. To the northeast of here is Oakland Catholic High School, and there's a relay box across the street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8689,"region":"Pittsburgh","rvs_start_point":[40.4570102155,-79.936444284],"landmarks":{"end_point":[[40.4472023555,-79.9505076999],"cathedral"],"start_point":[[40.4570102155,-79.936444284],"parking lot"],"main_pivot":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_2":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_3":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_4":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_5":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_6":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_7":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_8":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_9":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_10":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_11":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_12":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_13":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_14":[[40.4480397,-79.9495313],"Oakland Catholic High School"],"main_pivot_15":[[40.446906,-79.9508134],"relay box"],"near_pivot":[[40.446906,-79.9508134],"relay box"],"around_goal_pivot_1":[[40.446792,-79.9488775],"post box"],"around_goal_pivot_2":[[40.4477846,-79.9493669],"garden"]}} +{"rvs_sample_number":170,"content":"Meet me at the garden northeast of you on Smallman Street. It's two and a half blocks past Cinderlands Warehouse on the east most corner of the block. It's on the same block as two gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4584831289,-79.9752872051],"key":8690,"region":"Pittsburgh","rvs_start_point":[40.4545035617,-79.9829259861],"landmarks":{"end_point":[[40.4584831289,-79.9752872051],"garden"],"start_point":[[40.4545035617,-79.9829259861],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_3":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_4":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_5":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_6":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_7":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_8":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_9":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_15":[[40.4583136,-79.9761309],"2 gardens"],"near_pivot":[[40.4583136,-79.9761309],"2 gardens"],"around_goal_pivot_1":[[40.4576916,-79.974263],"pub"],"around_goal_pivot_2":[[40.4588971,-79.9742653],"gas station"],"around_goal_pivot_3":[[40.4584801,-79.9740105],"restaurant"],"around_goal_pivot_4":[[40.4571387,-79.9757095],"ice cream"],"around_goal_pivot_5":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_6":[[40.4586307,-79.973854],"supermarket"],"around_goal_pivot_7":[[40.4579122,-79.9760568],"3 gardens"],"around_goal_pivot_8":[[40.4578863,-79.9760636],"two gardens"]}} +{"rvs_sample_number":146,"content":"Come volunteer at the shelter on Butterfield Way north of you. After the church and the Garden Theater, it's about 3 blocks north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.456478,-80.0084401],"key":8691,"region":"Pittsburgh","rvs_start_point":[40.4527236102,-80.0066827506],"landmarks":{"end_point":[[40.456478,-80.0084401],"shelter"],"start_point":[[40.4527236102,-80.0066827506],"museum"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4562372,-80.0086036],"2 gardens"],"near_pivot":[[40.4562372,-80.0086036],"2 gardens"],"around_goal_pivot_1":[[40.4554983,-80.0093831],"two parking lots"],"around_goal_pivot_2":[[40.4554671,-80.0092937],"2 gardens"],"around_goal_pivot_3":[[40.4556681,-80.0074387],"theatre"],"around_goal_pivot_4":[[40.4565984,-80.0068513],"library"],"around_goal_pivot_5":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_6":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_7":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_8":[[40.455391,-80.0094257],"shelter"],"around_goal_pivot_9":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_10":[[40.4569522,-80.0076342],"clinic"]}} +{"rvs_sample_number":1,"content":"Move southeast towards Armstrong Tunnel. You will see me at the school of law building before Bing university.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4366667,-79.9922222],"key":8692,"region":"Pittsburgh","rvs_start_point":[40.4397209,-80.0032088],"landmarks":{"end_point":[[40.4366667,-79.9922222],"school"],"start_point":[[40.4397209,-80.0032088],"fountain"],"main_pivot":[[40.438344,-79.9983409],"Law & Finance Building"],"main_pivot_2":[[40.4394647,-80.0013449],"Arrott Building"],"main_pivot_3":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_4":[[40.439919453,-80.0035145443],"One PPG Place"],"main_pivot_5":[[40.4398345,-80.0023235],"Benedum-Trees Building"],"main_pivot_6":[[40.440122166,-80.0030560211],"Two PPG Place"],"main_pivot_7":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_8":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_9":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_10":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_11":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.440122166,-80.0030560211],"Two PPG Place"],"main_pivot_13":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_14":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_15":[[40.4371732,-79.9917916],"library"],"near_pivot":[[40.4371732,-79.9917916],"library"],"beyond_pivot":[[40.436387,-79.9912525],"university"],"around_goal_pivot_1":[[40.4359071,-79.9906724],"stadium"],"around_goal_pivot_2":[[40.4377494,-79.9916044],"garden"]}} +{"rvs_sample_number":248,"content":"Meet me at this bridge southwest of you, across the water. The bridge you want is directly south of a parking lot, and southwest of another parking lot. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4436200054,-80.0279532633],"key":8693,"region":"Pittsburgh","rvs_start_point":[40.4500398,-80.0140256],"landmarks":{"end_point":[[40.4436200054,-80.0279532633],"bridge"],"start_point":[[40.4500398,-80.0140256],"bench"],"main_pivot":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_2":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_3":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_4":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_5":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_6":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_7":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_8":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_9":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_10":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_11":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_12":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_13":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_14":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_15":[[40.4442975447,-80.0279164514],"parking lot"],"near_pivot":[[40.4442975447,-80.0279164514],"parking lot"],"around_goal_pivot_1":[[40.4438661,-80.0270392],"parking lot"]}} +{"rvs_sample_number":223,"content":"Meet me at the cafe southwest of your location. Head south from your location until you get to the end of the road then head west on that street. Stay on that street and keep heading west. Keep going until you see a Hemingway's. Head one more block then turn southeast onto Oakland Avenue. Your destination is on the northern side of the block, in the middle of the block. It is one block northeast of a USPS post box.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.44144,-79.9566713],"key":8694,"region":"Pittsburgh","rvs_start_point":[40.4453689,-79.9502492],"landmarks":{"end_point":[[40.44144,-79.9566713],"cafe"],"start_point":[[40.4453689,-79.9502492],"parking entrance"],"main_pivot":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_2":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_3":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_4":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_5":[[40.4438362,-79.9499333],"Carnegie Museum of Art"],"main_pivot_6":[[40.4453459034,-79.9504927118],"Bellefield Hall"],"main_pivot_7":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_8":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_9":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_10":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_11":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_12":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_13":[[40.4438521074,-79.9501599315],"Carnegie Museum of Natural History"],"main_pivot_14":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_15":[[40.4418458,-79.9574464],"bank"],"near_pivot":[[40.4418458,-79.9574464],"bank"],"around_goal_pivot_1":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_2":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_5":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_6":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_7":[[40.4403112,-79.9578308],"parking entrance"],"around_goal_pivot_8":[[40.4409927,-79.9574184],"post box"],"around_goal_pivot_9":[[40.4425168,-79.9557757],"waste basket"],"around_goal_pivot_10":[[40.4406184,-79.9581005],"clothes shop"]}} +{"rvs_sample_number":505,"content":"Let's meet up at the parking entrance on Bigelow blvd. It's two blocks north of where the southern end of this Blvd. becomes a different street after it angles more southernly. The lot entry is on the western side of the road. It's in an area where there is a large green lawn.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4448738,-79.9555394],"key":8695,"region":"Pittsburgh","rvs_start_point":[40.4439431,-79.9421986],"landmarks":{"end_point":[[40.4448738,-79.9555394],"parking entrance"],"start_point":[[40.4439431,-79.9421986],"fast food restaurant"],"main_pivot":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_4":[[40.4437433,-79.9546213],"William Pitt Union"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_10":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_11":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_14":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_15":[[40.4450746,-79.9550193],"Autograph Collection"],"near_pivot":[[40.4450746,-79.9550193],"Autograph Collection"],"around_goal_pivot_1":[[40.4437433,-79.9546213],"attraction"],"around_goal_pivot_2":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_3":[[40.4457005,-79.9544897],"hotel"],"around_goal_pivot_4":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_5":[[40.4437474,-79.9566111],"church"],"around_goal_pivot_6":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_7":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_8":[[40.4442606,-79.9560729],"parking entrance"],"around_goal_pivot_9":[[40.4441738,-79.9542491],"waste basket"],"around_goal_pivot_10":[[40.4451615,-79.9570513],"bicycle rental"]}} +{"rvs_sample_number":15,"content":"Meet me at the historic memorial southeast of you. You'll find it on the entrance to Penn-Lincoln Parkway East directly east of the Fairfield Inn & Suites.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4362622,-79.9993193],"key":8696,"region":"Pittsburgh","rvs_start_point":[40.4411035,-80.0025489],"landmarks":{"end_point":[[40.4362622,-79.9993193],"historic memorial"],"start_point":[[40.4411035,-80.0025489],"fast food restaurant"],"main_pivot":[[40.4414104243,-80.0018754782],"Three PNC Plaza"],"main_pivot_2":[[40.4407348,-80.0031087],"Two PPG Place"],"main_pivot_3":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_4":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_5":[[40.4390165,-80.0002175],"Pittsburgh Playhouse"],"main_pivot_6":[[40.4400290653,-80.0024519792],"Burke Building"],"main_pivot_7":[[40.4390165,-80.0002175],"Pittsburgh Playhouse"],"main_pivot_8":[[40.4411432586,-80.001976996],"Buhl Building"],"main_pivot_9":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_10":[[40.4400290653,-80.0024519792],"Burke Building"],"main_pivot_11":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_12":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_13":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_14":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_15":[[40.4363708,-79.9997072],"Fairfield Inn & Suites"],"near_pivot":[[40.4363708,-79.9997072],"Fairfield Inn & Suites"],"around_goal_pivot_1":[[40.4362533,-80.0010549],"bridge"],"around_goal_pivot_2":[[40.4374894,-80.0002557],"restaurant"],"around_goal_pivot_3":[[40.4368682,-80.0005621],"cafe"],"around_goal_pivot_4":[[40.4370447,-80.000547],"fast food restaurant"],"around_goal_pivot_5":[[40.4376629,-79.9992586],"parking entrance"]}} +{"rvs_sample_number":142,"content":"Meet me at the school southwest of your location. Head west then turn south onto South 20th Street. Head south five blocks until you get to the end of the road. Your destination is to the west in the middle of the block. It is one block north of the Morning Glory Inn Wedding Location.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4260678,-79.9780406],"key":8697,"region":"Pittsburgh","rvs_start_point":[40.4282932747,-79.9768054433],"landmarks":{"end_point":[[40.4260678,-79.9780406],"school"],"start_point":[[40.4282932747,-79.9768054433],"restaurant"],"main_pivot":[[40.4283763,-79.9766352],"Subway"],"main_pivot_2":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_3":[[40.4283763,-79.9766352],"Subway"],"main_pivot_4":[[40.4283763,-79.9766352],"Subway"],"main_pivot_5":[[40.4283763,-79.9766352],"Subway"],"main_pivot_6":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_7":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_8":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_9":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_10":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_11":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_12":[[40.4282687,-79.9774601],"Pizza Hut"],"main_pivot_13":[[40.4283763,-79.9766352],"Subway"],"main_pivot_14":[[40.4283763,-79.9766352],"Subway"],"main_pivot_15":[[40.4254151,-79.9778065],"Wedding Location"],"near_pivot":[[40.4254151,-79.9778065],"Wedding Location"],"around_goal_pivot_1":[[40.4266743,-79.9768332],"post box"],"around_goal_pivot_2":[[40.4261332,-79.9762382],"fitness centre"]}} +{"rvs_sample_number":473,"content":"Meet me at the State Farm west of your location. Head south one block then turn west onto East Carson Street. Keep heading west until you see Rita's Italian Ice. Your destination is on the next block on the other side of the street. It is right next to a fast food restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4280522157,-79.9720498073],"key":8698,"region":"Pittsburgh","rvs_start_point":[40.4279538,-79.966197],"landmarks":{"end_point":[[40.4280522157,-79.9720498073],"State Farm"],"start_point":[[40.4279538,-79.966197],"bicycle parking"],"main_pivot":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_2":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_3":[[40.4282262,-79.9655892],"The Cheesecake Factory"],"main_pivot_4":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_5":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_6":[[40.4269826,-79.967243],"ALDI"],"main_pivot_7":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_8":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_9":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_10":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_11":[[40.4269826,-79.967243],"ALDI"],"main_pivot_12":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_13":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_14":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_15":[[40.4281589,-79.9721601],"fast food restaurant"],"near_pivot":[[40.4281589,-79.9721601],"fast food restaurant"],"beyond_pivot":[[40.4288139,-79.9726685],"parking_space"],"around_goal_pivot_1":[[40.4281646,-79.9705854],"gas station"],"around_goal_pivot_2":[[40.4288162,-79.9727162],"5 parking spaces"],"around_goal_pivot_3":[[40.4288178,-79.9727509],"5 parking spaces"],"around_goal_pivot_4":[[40.4288211,-79.9728196],"3 parking spaces"],"around_goal_pivot_5":[[40.4280328,-79.9701109],"social facility"],"around_goal_pivot_6":[[40.4289347,-79.9726584],"veterinary"],"around_goal_pivot_7":[[40.42824,-79.9734947],"bar"],"around_goal_pivot_8":[[40.4288139,-79.9726685],"two parking spaces"],"around_goal_pivot_9":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_10":[[40.4288226,-79.9728511],"two parking spaces"]}} +{"rvs_sample_number":228,"content":"Meet me at the garden on Waterfront Drive. It is across the street to the north from the Hampton Inn & Suites.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4479706434,-79.9927754431],"key":8699,"region":"Pittsburgh","rvs_start_point":[40.4447106,-79.9951092],"landmarks":{"end_point":[[40.4479706434,-79.9927754431],"garden"],"start_point":[[40.4447106,-79.9951092],"fast food restaurant"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_3":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_15":[[40.4485502751,-79.992272181],"bridge"],"near_pivot":[[40.4485502751,-79.992272181],"bridge"],"beyond_pivot":[[40.44849697,-79.992210787],"bridge"],"around_goal_pivot_1":[[40.4463334,-79.9928196],"museum"],"around_goal_pivot_2":[[40.4470145,-79.9927184],"Hampton Inn & Suites"]}} +{"rvs_sample_number":110,"content":"Move southwest past Brynes & Kiefer Building and Federated Tower. I'm at the garden on the left side of 10th street northeast of Subway fast food.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4448276891,-79.9960273426],"key":8700,"region":"Pittsburgh","rvs_start_point":[40.4483897881,-79.989200249],"landmarks":{"end_point":[[40.4448276891,-79.9960273426],"garden"],"start_point":[[40.4483897881,-79.989200249],"garden"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4447106,-79.9951092],"fast food restaurant"],"near_pivot":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_1":[[40.4434482,-79.9955779],"arts centre"],"around_goal_pivot_2":[[40.4439413,-79.9950682],"2 gardens"],"around_goal_pivot_3":[[40.4445067,-79.9950482],"Westin"],"around_goal_pivot_4":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_5":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_6":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_7":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_8":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_9":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_10":[[40.4441357,-79.9973137],"school"]}} +{"rvs_sample_number":81,"content":"Meet me at the post office, many blocks southeast of you, on East Carson Street. It's the post office on the corner, across from Bruegger's Bagels. On the block south of here is Clarissa Boutique, and the Foxtail bar is on the block west of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4289702,-79.98067205],"key":8701,"region":"Pittsburgh","rvs_start_point":[40.4372400921,-79.9964404877],"landmarks":{"end_point":[[40.4289702,-79.98067205],"post office"],"start_point":[[40.4372400921,-79.9964404877],"restaurant"],"main_pivot":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_2":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_3":[[40.4375874,-79.9963053],"Allegheny County Office Building"],"main_pivot_4":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_5":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_6":[[40.4375874,-79.9963053],"Allegheny County Office Building"],"main_pivot_7":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_8":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_9":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_10":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_11":[[40.4299962,-79.986817],"WYEP-FM"],"main_pivot_12":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_13":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_14":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_15":[[40.4289473187,-79.9804258344],"fast food restaurant"],"near_pivot":[[40.4289473187,-79.9804258344],"fast food restaurant"],"beyond_pivot":[[40.4285901712,-79.9795861286],"fast_food"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4285922,-79.9796221],"fast food restaurant"],"around_goal_pivot_3":[[40.4290836,-79.9824086],"bar"],"around_goal_pivot_4":[[40.4286714,-79.9817941],"boutique shop"],"around_goal_pivot_5":[[40.4288679575,-79.9795768016],"clothes shop"]}} +{"rvs_sample_number":585,"content":"Meet me at the restaurant southeast of your location. From your location, head west then turn south onto the first cross street. Head south for several blocks then turn east onto Walnut Street. Your destination is on the third block, on the northern side. It is right across the street from a Rite Aid.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4513527,-79.9335602],"key":8702,"region":"Pittsburgh","rvs_start_point":[40.4564289477,-79.9376455963],"landmarks":{"end_point":[[40.4513527,-79.9335602],"restaurant"],"start_point":[[40.4564289477,-79.9376455963],"parking lot"],"main_pivot":[[40.456856,-79.9375114],"Wendy's"],"main_pivot_2":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_3":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_4":[[40.456856,-79.9375114],"Wendy's"],"main_pivot_5":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_6":[[40.4563172,-79.9367732],"Subway"],"main_pivot_7":[[40.4563172,-79.9367732],"Subway"],"main_pivot_8":[[40.4563172,-79.9367732],"Subway"],"main_pivot_9":[[40.4563172,-79.9367732],"Subway"],"main_pivot_10":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_11":[[40.454748,-79.9349008],"Boys & Girls Club"],"main_pivot_12":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_13":[[40.454748,-79.9349008],"Boys & Girls Club"],"main_pivot_14":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_1":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_2":[[40.4512311,-79.9347471],"bar"],"around_goal_pivot_3":[[40.4506574,-79.9351904],"pharmacy"],"around_goal_pivot_4":[[40.4506774,-79.9349721],"marketplace"],"around_goal_pivot_5":[[40.4520659,-79.9322801],"parking lot"],"around_goal_pivot_6":[[40.4505436,-79.9350527],"alcohol shop"],"around_goal_pivot_7":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_8":[[40.4513983,-79.9321878],"toy shop"],"around_goal_pivot_9":[[40.4504889,-79.9350619],"clothes shop"],"around_goal_pivot_10":[[40.4507468,-79.9347737],"gift shop"]}} +{"rvs_sample_number":181,"content":"Head northwest and go over Portal Bridge. You will see me at the bicycle parking straight north of bicycle repair station.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.442319,-80.0093282],"key":8703,"region":"Pittsburgh","rvs_start_point":[40.441178542,-80.0044107104],"landmarks":{"end_point":[[40.442319,-80.0093282],"bicycle parking"],"start_point":[[40.441178542,-80.0044107104],"garden"],"main_pivot":[[40.4412425419,-80.006689762],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_2":[[40.4424027,-80.0072399],"Gateway Towers"],"main_pivot_3":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_4":[[40.4424027,-80.0072399],"Gateway Towers"],"main_pivot_5":[[40.4412425419,-80.006689762],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_6":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_7":[[40.4408408,-80.0058687],"River Vue Apartments"],"main_pivot_8":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_9":[[40.4408408,-80.0058687],"River Vue Apartments"],"main_pivot_10":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_11":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_12":[[40.4424027,-80.0072399],"Gateway Towers"],"main_pivot_13":[[40.4408408,-80.0058687],"River Vue Apartments"],"main_pivot_14":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_15":[[40.4423382789,-80.0074258061],"park"],"near_pivot":[[40.4423382789,-80.0074258061],"park"],"around_goal_pivot_1":[[40.4412121,-80.0097626],"historic building"],"around_goal_pivot_4":[[40.4409900403,-80.0094787497],"museum"],"around_goal_pivot_5":[[40.4413039,-80.0093375],"bicycle repair station"],"around_goal_pivot_6":[[40.442456,-80.0076622],"drinking water"],"around_goal_pivot_7":[[40.4411717,-80.0093405],"bicycle parking"]}} +{"rvs_sample_number":272,"content":"After school we should meet at the garden on Dounton Way. It's north of the 412 Brewery, and on the same block as the sandwich restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4523967117,-80.0159381124],"key":8704,"region":"Pittsburgh","rvs_start_point":[40.451641,-80.0252916],"landmarks":{"end_point":[[40.4523967117,-80.0159381124],"garden"],"start_point":[[40.451641,-80.0252916],"school"],"main_pivot":[[40.4523915,-80.0185452],"Calvary United Methodist Church"],"main_pivot_2":[[40.452728,-80.022007],"The Church of Jesus Christ of Latter-day Saints"],"main_pivot_3":[[40.4519682,-80.016929],"Happy Day Dessert Factory"],"main_pivot_4":[[40.4520858,-80.0192039],"Pittsburgh Presbytery"],"main_pivot_5":[[40.452728,-80.022007],"The Church of Jesus Christ of Latter-day Saints"],"main_pivot_6":[[40.452821,-80.0192044],"Emmanuel Episcopal Church"],"main_pivot_7":[[40.4523915,-80.0185452],"Calvary United Methodist Church"],"main_pivot_8":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_9":[[40.4520858,-80.0192039],"Pittsburgh Presbytery"],"main_pivot_10":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_11":[[40.4531284,-80.0217234],"Pittsburgh Bureau of Fire Station 37"],"main_pivot_12":[[40.4525554,-80.0202984],"New Destiny CME Church"],"main_pivot_13":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_14":[[40.4523915,-80.0185452],"Calvary United Methodist Church"],"main_pivot_15":[[40.451993,-80.0159552],"pub"],"near_pivot":[[40.451993,-80.0159552],"pub"],"beyond_pivot":[[40.4523315,-80.0150728],"restaurant"],"around_goal_pivot_1":[[40.4519682,-80.016929],"ice cream"],"around_goal_pivot_2":[[40.4516021,-80.0171119],"cafe"],"around_goal_pivot_3":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_4":[[40.4516601,-80.0175026],"restaurant"],"around_goal_pivot_5":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_6":[[40.451889,-80.0166084],"post box"]}} +{"rvs_sample_number":457,"content":"Head east and meet up with me at the cafe on Baum Boulevatrd. It's a block away (almost) and west of a pharmacy. There is a fairly major grocery store on the corner just east of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4580119,-79.9353587],"key":8705,"region":"Pittsburgh","rvs_start_point":[40.4557388,-79.9526928],"landmarks":{"end_point":[[40.4580119,-79.9353587],"cafe"],"start_point":[[40.4557388,-79.9526928],"community centre"],"main_pivot":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_2":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_3":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_4":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_5":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_6":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_7":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_8":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_9":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_10":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_11":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_12":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_13":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_14":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_15":[[40.4584858,-79.93465],"pharmacy"],"near_pivot":[[40.4584858,-79.93465],"pharmacy"],"around_goal_pivot_1":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_2":[[40.4571938,-79.9338763],"post box"],"around_goal_pivot_3":[[40.4583497,-79.9343477],"3 parking spaces"],"around_goal_pivot_4":[[40.457565,-79.9336342],"massage shop"],"around_goal_pivot_5":[[40.4583323,-79.9344013],"two parking spaces"],"around_goal_pivot_6":[[40.4583134,-79.9344526],"parking space"]}} +{"rvs_sample_number":482,"content":"I'm at the bench facing Ridge Avenue. Go past the expressways to get here. There is a fast food restaurant west of the bench and a vending machine to its northeast, all on the same block.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4501968,-80.0138015],"key":8706,"region":"Pittsburgh","rvs_start_point":[40.4463271,-80.0083943],"landmarks":{"end_point":[[40.4501968,-80.0138015],"bench"],"start_point":[[40.4463271,-80.0083943],"restaurant"],"main_pivot":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_2":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_3":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_4":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_5":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_7":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_8":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_9":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_10":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_11":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_12":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_13":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_14":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4505141,-80.0135743],"vending machine"],"near_pivot":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_3":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_7":[[40.4506212,-80.0149318],"2 parking lots"]}} +{"rvs_sample_number":106,"content":"Meet me at the parking lot. It's near the north end of Butterfield Way. It's about a quarter block past the shelter but on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4567534034,-80.0086859309],"key":8707,"region":"Pittsburgh","rvs_start_point":[40.4508253951,-80.0190040044],"landmarks":{"end_point":[[40.4567534034,-80.0086859309],"parking lot"],"start_point":[[40.4508253951,-80.0190040044],"fast food restaurant"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_4":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_5":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_9":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_10":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_11":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_12":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_13":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_14":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_15":[[40.4564672,-80.0084505],"shelter"],"near_pivot":[[40.4564672,-80.0084505],"shelter"],"beyond_pivot":[[40.4575522,-80.0084049],"place_of_worship"],"around_goal_pivot_1":[[40.4555262,-80.0093147],"two gardens"],"around_goal_pivot_2":[[40.4565984,-80.0068513],"library"],"around_goal_pivot_3":[[40.4579288,-80.0096364],"museum"],"around_goal_pivot_4":[[40.4563551,-80.0070856],"restaurant"],"around_goal_pivot_5":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_6":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_7":[[40.4569522,-80.0076342],"clinic"],"around_goal_pivot_8":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_9":[[40.4554584,-80.0095099],"shelter"],"around_goal_pivot_10":[[40.4570154,-80.0074518],"doctor's office"]}} +{"rvs_sample_number":494,"content":"Meet me at the garden northeast of your location. Head northeast on Smallman Street. Your destination is two blocks up, right next to three gardens. There is a MECKA Fitness one block northeast on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4580181759,-79.9759877833],"key":8708,"region":"Pittsburgh","rvs_start_point":[40.45650583,-79.9775887272],"landmarks":{"end_point":[[40.4580181759,-79.9759877833],"garden"],"start_point":[[40.45650583,-79.9775887272],"garden"],"main_pivot":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_2":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_3":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_4":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_5":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_6":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_7":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_8":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_9":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_10":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_11":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_12":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_13":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_14":[[40.456264,-79.9773555],"Preeti's Pitt"],"main_pivot_15":[[40.4578863,-79.9760636],"three gardens"],"near_pivot":[[40.4578863,-79.9760636],"three gardens"],"beyond_pivot":[[40.4584588,-79.9753663],"garden"],"around_goal_pivot_1":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_2":[[40.4576916,-79.974263],"pub"],"around_goal_pivot_3":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_4":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_5":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":14,"content":"Meet me at the restaurant southeast of your location. Head southeast and cross the bridge over the water. Turn southwest onto Penn Avenue. Your destination is in the middle of the second block. It is down the street and on the same block as Mahla Office Furniture.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4463911,-79.9915914],"key":8709,"region":"Pittsburgh","rvs_start_point":[40.4534183,-80.0015575],"landmarks":{"end_point":[[40.4463911,-79.9915914],"restaurant"],"start_point":[[40.4534183,-80.0015575],"fast food restaurant"],"main_pivot":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_3":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4466853042,-79.9917804272],"museum"],"near_pivot":[[40.4466853042,-79.9917804272],"museum"],"around_goal_pivot_1":[[40.4470015,-79.9921551],"Hampton Inn & Suites"],"around_goal_pivot_2":[[40.445684,-79.9935402],"AC Hotel"],"around_goal_pivot_3":[[40.4459283,-79.9930758],"restaurant"],"around_goal_pivot_5":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_6":[[40.4459261,-79.9923564],"furniture shop"]}} +{"rvs_sample_number":44,"content":"Meet me at the parking lot on Penn Avenue. It is on the same side as the florist shop. On the block across the Antiques shop. It is the parking area closest to middle of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8710,"region":"Pittsburgh","rvs_start_point":[40.4456972,-79.9937454],"landmarks":{"end_point":[[40.4563280364,-79.9759802193],"parking lot"],"start_point":[[40.4456972,-79.9937454],"bar"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4452326,-79.9941242],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_15":[[40.4569724,-79.9756262],"ice cream"],"near_pivot":[[40.4569724,-79.9756262],"ice cream"],"beyond_pivot":[[40.4569724,-79.9756262],"ice_cream"],"around_goal_pivot_1":[[40.4560028,-79.9770379],"restaurant"],"around_goal_pivot_2":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4557817,-79.9770292],"florist shop"],"around_goal_pivot_5":[[40.4571346,-79.9744398],"storage rental shop"],"around_goal_pivot_6":[[40.4561012,-79.9768958],"antiques shop"]}} +{"rvs_sample_number":287,"content":"Come to meet me at at the sports shop on East Carson Street. There is a fast food restaurant across the street. First National Bank is to its west on the neighboring block.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.428583736,-79.9857152618],"key":8711,"region":"Pittsburgh","rvs_start_point":[40.4334934,-80.0035956],"landmarks":{"end_point":[[40.428583736,-79.9857152618],"sports shop"],"start_point":[[40.4334934,-80.0035956],"restaurant"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_5":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_8":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_13":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_14":[[40.4308529041,-80.001209691],"Panhandle Bridge"],"main_pivot_15":[[40.4288395,-79.985506],"fast food restaurant"],"near_pivot":[[40.4288395,-79.985506],"fast food restaurant"],"beyond_pivot":[[40.4288529,-79.9848583],"bar"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4288042,-79.9870277],"pub"],"around_goal_pivot_3":[[40.4286666,-79.9869525],"bank"],"around_goal_pivot_4":[[40.4289143,-79.984233],"restaurant"],"around_goal_pivot_5":[[40.4288578,-79.9846224],"supermarket"],"around_goal_pivot_6":[[40.428659151,-79.9839104429],"clothes shop"],"around_goal_pivot_7":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_8":[[40.4288544,-79.9847886],"copyshop shop"]}} +{"rvs_sample_number":238,"content":"Meet me at the parking lot south of you. If you walk straight south towards Frank Curto Park, you will pass the parking lot on your way. It is on Kenney Way right near the curve.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4535718109,-79.9749522936],"key":8712,"region":"Pittsburgh","rvs_start_point":[40.4566015971,-79.9747962428],"landmarks":{"end_point":[[40.4535718109,-79.9749522936],"parking lot"],"start_point":[[40.4566015971,-79.9747962428],"garden"],"main_pivot":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_2":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_3":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_4":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_5":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_6":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_7":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_8":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_9":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_10":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_11":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_12":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_13":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_14":[[40.454929,-79.9727495],"West Penn Field Parking Lot"],"main_pivot_15":[[40.4549346,-79.97357],"park"],"near_pivot":[[40.4549346,-79.97357],"park"],"around_goal_pivot_1":[[40.4526994999,-79.9746106073],"park"],"around_goal_pivot_2":[[40.4537579,-79.976699],"parking lot"]}} +{"rvs_sample_number":59,"content":"Go a couple of blocks southeast of you and let's meet up at the bike repair station. It's at U Pittsburgh. It's located in the nook on the northeastern side of it. The University place road would pass nearby it, about a quarter block to it's north if it continued southeasterly, (which it does not). Hillman library is on the other side of the main road to the south of here, just southeast.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431912,-79.9555779],"key":8713,"region":"Pittsburgh","rvs_start_point":[40.4439142,-79.9582883],"landmarks":{"end_point":[[40.4431912,-79.9555779],"bicycle repair station"],"start_point":[[40.4439142,-79.9582883],"bench"],"main_pivot":[[40.44396,-79.9568288],"University Club"],"main_pivot_2":[[40.44396,-79.9568288],"University Club"],"main_pivot_3":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_4":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_5":[[40.4443575,-79.9585156],"Allen Hall"],"main_pivot_6":[[40.4428564,-79.9565408],"Litchfield Tower B"],"main_pivot_7":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_8":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_9":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_10":[[40.4437284,-79.957489],"Pittsburgh Science and Technology Academy"],"main_pivot_11":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_12":[[40.4442547838,-79.9585480242],"Learning Research and Development Center Building"],"main_pivot_13":[[40.44396,-79.9568288],"University Club"],"main_pivot_14":[[40.443821506,-79.9583577885],"Benedum Hall"],"main_pivot_15":[[40.4434069,-79.9552538],"attraction"],"near_pivot":[[40.4434069,-79.9552538],"attraction"],"around_goal_pivot_1":[[40.4427572,-79.9547633],"library"],"around_goal_pivot_2":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_3":[[40.4435847638,-79.9569393803],"church"],"around_goal_pivot_4":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_5":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_6":[[40.4442606,-79.9560729],"parking entrance"],"around_goal_pivot_7":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4439302,-79.9557363],"park"],"around_goal_pivot_10":[[40.4419883,-79.9561949],"garden"]}} +{"rvs_sample_number":462,"content":"Meet me at the historic memorial southeast of you. Head down to the garden on North Shore Drive and then head out along the water towards North Shore Riverfront Park. The historic memorial is near right before you get to the river.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4456839,-80.0080784],"key":8714,"region":"Pittsburgh","rvs_start_point":[40.4529473462,-80.0143577993],"landmarks":{"end_point":[[40.4456839,-80.0080784],"historic memorial"],"start_point":[[40.4529473462,-80.0143577993],"garden"],"main_pivot":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_2":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_3":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_4":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_5":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_7":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_8":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_9":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_10":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_11":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_12":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_13":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4458700207,-80.0083523522],"park"],"near_pivot":[[40.4458700207,-80.0083523522],"park"],"around_goal_pivot_1":[[40.4464893,-80.0087172],"Hyatt Place"],"around_goal_pivot_2":[[40.4464526,-80.0076755],"pub"],"around_goal_pivot_3":[[40.4470375,-80.0085345],"parking entrance"],"around_goal_pivot_4":[[40.4458807,-80.0068614],"playground"],"around_goal_pivot_5":[[40.4464905,-80.0087372],"garden"]}} +{"rvs_sample_number":113,"content":"There's a cafe many blocks south you, on the corner of Wood Street, next to a fountain, where we can meet. The cafe is a couple blocks past The Carlyle. Also, Wood Street comes to a T-intersection on the block south of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4379057,-80.0020219],"key":8715,"region":"Pittsburgh","rvs_start_point":[40.4509972912,-80.0019248563],"landmarks":{"end_point":[[40.4379057,-80.0020219],"cafe"],"start_point":[[40.4509972912,-80.0019248563],"parking lot"],"main_pivot":[[40.4426839,-80.0007637],"Heinz Hall for the Performing Arts"],"main_pivot_2":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_3":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_4":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_5":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_6":[[40.4423821,-80.0005247],"EQT Plaza"],"main_pivot_7":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_8":[[40.4426839,-80.0007637],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_12":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_15":[[40.4380219,-80.0020326],"fountain"],"near_pivot":[[40.4380219,-80.0020326],"fountain"],"beyond_pivot":[[40.437628312,-80.0011293916],"parking"],"around_goal_pivot_1":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_2":[[40.4369934,-80.0005806],"fast food restaurant"],"around_goal_pivot_3":[[40.4377046,-80.0006505],"kiosk shop"],"around_goal_pivot_4":[[40.4380743,-80.0002446],"clothes shop"],"around_goal_pivot_5":[[40.4375949,-80.0006796],"hairdresser shop"],"around_goal_pivot_6":[[40.4379902,-80.0002944],"mobile phone shop"],"around_goal_pivot_7":[[40.4373762,-80.0007405],"comics shop"]}} +{"rvs_sample_number":114,"content":"Head northeast past Nova Place, and go north on James street. Meet me at the parking lot on your right on the second block. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.454041803,-80.0006140797],"key":8716,"region":"Pittsburgh","rvs_start_point":[40.4470375,-80.0085345],"landmarks":{"end_point":[[40.454041803,-80.0006140797],"parking lot"],"start_point":[[40.4470375,-80.0085345],"parking entrance"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_5":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_8":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_11":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_12":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4546264,-80.0011102],"parking"],"around_goal_pivot_1":[[40.4534183,-80.0015575],"fast food restaurant"],"around_goal_pivot_2":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_3":[[40.4534274,-80.0014876],"Boost Mobile"],"around_goal_pivot_4":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_5":[[40.4545905,-80.0016868],"dentist's office"],"around_goal_pivot_6":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_7":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_8":[[40.4535113,-79.9998881],"frame shop"],"around_goal_pivot_9":[[40.4536497,-79.9990091],"clothes shop"],"around_goal_pivot_10":[[40.4550196593,-80.0007903847],"laundry shop"]}} +{"rvs_sample_number":4,"content":"Meet me at the fast food restaurant on Centre Avenue. There is a dentist's office on the same block as the destination. You'll see a fire station on the north but across the street.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4536696,-79.9472753],"key":8717,"region":"Pittsburgh","rvs_start_point":[40.4592612685,-79.9314267055],"landmarks":{"end_point":[[40.4536696,-79.9472753],"fast food restaurant"],"start_point":[[40.4592612685,-79.9314267055],"car repair shop"],"main_pivot":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_2":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_3":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_4":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_5":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_6":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_7":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_8":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_9":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_10":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_11":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_12":[[40.4555146794,-79.9433948665],"UPMC Shadyside"],"main_pivot_13":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_14":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_15":[[40.4535824,-79.9467853],"dentist's office"],"near_pivot":[[40.4535824,-79.9467853],"dentist's office"],"around_goal_pivot_1":[[40.4540546,-79.9490526],"library"],"around_goal_pivot_2":[[40.454984,-79.9479618],"fire station"]}} +{"rvs_sample_number":362,"content":"I'm mostly west of you, and a little to the north, at a Moe's Southwest Grill fast food place, on the south corner of Forbes Avenue where it hits the square. It's about a block past the Tower at PNC Plaza, and there's a Starbucks close to the south of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4404631,-80.0021159],"key":8718,"region":"Pittsburgh","rvs_start_point":[40.4376179,-79.9895109],"landmarks":{"end_point":[[40.4404631,-80.0021159],"fast food restaurant"],"start_point":[[40.4376179,-79.9895109],"parking entrance"],"main_pivot":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_2":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_3":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_4":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_5":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_6":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_7":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_8":[[40.4386864266,-79.9983701543],"Law & Finance Building"],"main_pivot_9":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_10":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_11":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_12":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_13":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_14":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_15":[[40.4402409,-80.0022379],"cafe"],"near_pivot":[[40.4402409,-80.0022379],"cafe"],"beyond_pivot":[[40.4413793,-80.003445],"fast_food"],"around_goal_pivot_1":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_2":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_3":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_4":[[40.4398286,-80.0031415],"two fountains"],"around_goal_pivot_5":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_6":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_7":[[40.4398337,-80.0003802],"pub"],"around_goal_pivot_8":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_9":[[40.4397308,-80.0008734],"library"],"around_goal_pivot_10":[[40.4409032,-80.0031441],"bicycle rental"]}} +{"rvs_sample_number":376,"content":"Meet me at the garden southeast of your location. Hear northeast then turn south onto 10th Street. Stay on 10th Street and make a U-Turn. Your destination will be right to the east as you make a U-Turn. It is just north of the Westin hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4449660868,-79.9954311068],"key":8719,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134],"landmarks":{"end_point":[[40.4449660868,-79.9954311068],"garden"],"start_point":[[40.4424003194,-80.008457134],"bridge"],"main_pivot":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_4":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_5":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_11":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_12":[[40.4428313,-80.0064614],"Gateway Towers"],"main_pivot_13":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4444852,-79.9951133],"Westin"],"near_pivot":[[40.4444852,-79.9951133],"Westin"],"around_goal_pivot_1":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_2":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_3":[[40.443655,-79.9948173],"2 gardens"],"around_goal_pivot_4":[[40.4447801,-79.9965066],"Courtyard"],"around_goal_pivot_5":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_6":[[40.4444654,-79.9938648],"two gardens"],"around_goal_pivot_7":[[40.4456763,-79.9938543],"AC Hotel"],"around_goal_pivot_8":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_9":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_10":[[40.4436597,-79.9956938],"bar"]}} +{"rvs_sample_number":285,"content":"I'm east of you at a bench. The bench is south of the Purnell Center for the Arts in a park area. The bench is just east of men made of snow, and about the distance of a block from a library, east of it. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4422053,-79.9435606],"key":8720,"region":"Pittsburgh","rvs_start_point":[40.443655,-79.9514104],"landmarks":{"end_point":[[40.4422053,-79.9435606],"bench"],"start_point":[[40.443655,-79.9514104],"waste basket"],"main_pivot":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_2":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_3":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_4":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_5":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_6":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_8":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_9":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_10":[[40.442531,-79.9518291],"Schenley Plaza"],"main_pivot_11":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_12":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_13":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_14":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_15":[[40.4421857,-79.9442177],"waste basket"],"near_pivot":[[40.4421857,-79.9442177],"waste basket"],"beyond_pivot":[[40.4417148,-79.9426148],"garden"],"around_goal_pivot_1":[[40.4411653297,-79.9440827954],"library"],"around_goal_pivot_2":[[40.4431071,-79.9436835],"arts centre"],"around_goal_pivot_3":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_4":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_5":[[40.441191,-79.9432778],"park"]}} +{"rvs_sample_number":318,"content":"I'm northeast of you, at a parking entrance on University Drive. It's on the west side of the street, just after a curve, across from a parking lot. The Fanny Edel Falk Laboratory School is north of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4458986,-79.9604316],"key":8721,"region":"Pittsburgh","rvs_start_point":[40.4435807,-79.952528],"landmarks":{"end_point":[[40.4458986,-79.9604316],"parking entrance"],"start_point":[[40.4435807,-79.952528],"waste basket"],"main_pivot":[[40.4448207,-79.9592303],"Learning Research and Development Center Building"],"main_pivot_2":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_3":[[40.4438549,-79.9533647],"Cathedral of Learning"],"main_pivot_4":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_5":[[40.4448207,-79.9592303],"Learning Research and Development Center Building"],"main_pivot_6":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_7":[[40.4437316077,-79.9546069822],"William Pitt Union"],"main_pivot_8":[[40.4433449476,-79.9524653273],"Schenley Plaza"],"main_pivot_9":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_10":[[40.4433449476,-79.9524653273],"Schenley Plaza"],"main_pivot_11":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_12":[[40.4448069,-79.9582197],"Allen Hall"],"main_pivot_13":[[40.4433461,-79.9540784],"Millenium Panther"],"main_pivot_14":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_15":[[40.4459459262,-79.9601905944],"parking lot"],"near_pivot":[[40.4459459262,-79.9601905944],"parking lot"],"beyond_pivot":[[40.4450728,-79.9616165],"waste_basket"],"around_goal_pivot_1":[[40.4448207,-79.9592303],"university"],"around_goal_pivot_2":[[40.4469083,-79.9598466],"school"],"around_goal_pivot_3":[[40.445733,-79.9587378],"parking lot"],"around_goal_pivot_4":[[40.4468372,-79.9595948],"pitch"]}} +{"rvs_sample_number":381,"content":"Meet me at the furniture shop northeast of your location. Head northeast until you get to Penn Avenue. Your destination is one block east of Eide's Entertainment toy shop on the same side of the street. If you see a Sushi Kim restaurant, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4459261,-79.9923564],"key":8722,"region":"Pittsburgh","rvs_start_point":[40.432922116,-80.0038219324],"landmarks":{"end_point":[[40.4459261,-79.9923564],"furniture shop"],"start_point":[[40.432922116,-80.0038219324],"garden"],"main_pivot":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_2":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_3":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_4":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_5":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_6":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_11":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_12":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_13":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_14":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.44621337,-79.9925319857],"museum"],"near_pivot":[[40.44621337,-79.9925319857],"museum"],"beyond_pivot":[[40.4463911,-79.9915914],"restaurant"],"around_goal_pivot_1":[[40.4468972,-79.9925918],"Hampton Inn & Suites"],"around_goal_pivot_2":[[40.44715,-79.9928536],"3 gardens"],"around_goal_pivot_3":[[40.4463911,-79.9915914],"restaurant"],"around_goal_pivot_4":[[40.4456972,-79.9937454],"bar"],"around_goal_pivot_5":[[40.4448715,-79.9936234],"bicycle parking"],"around_goal_pivot_6":[[40.4453544,-79.9932687],"toy shop"],"around_goal_pivot_9":[[40.4464543,-79.9930177],"2 gardens"]}} +{"rvs_sample_number":360,"content":"Meet me at the parking lot west of you. It's on the south side of the Baierl Student Recreation Center. It's north of the school.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4431732732,-79.962350588],"key":8723,"region":"Pittsburgh","rvs_start_point":[40.4422641,-79.9527501],"landmarks":{"end_point":[[40.4431732732,-79.962350588],"parking lot"],"start_point":[[40.4422641,-79.9527501],"toilets"],"main_pivot":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_2":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_3":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_4":[[40.4433796,-79.9587541],"Benedum Hall"],"main_pivot_5":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_6":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_7":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_8":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_9":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_10":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_11":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_12":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_13":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_14":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_15":[[40.4425142,-79.9626908],"school"],"near_pivot":[[40.4425142,-79.9626908],"school"],"beyond_pivot":[[40.4442931,-79.9623661],"fitness_centre"],"around_goal_pivot_1":[[40.4442931,-79.9623661],"fitness centre"],"around_goal_pivot_2":[[40.4419818057,-79.9630464914],"park"]}} +{"rvs_sample_number":219,"content":"Meet me at Fine Wine & Good Spirits on Virginia Avenue. It is north of the gas station. It is south of the Mount Washington Post Office.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4297021,-80.0072196],"key":8724,"region":"Pittsburgh","rvs_start_point":[40.4270316,-79.9904217],"landmarks":{"end_point":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"start_point":[[40.4270316,-79.9904217],"school"],"main_pivot":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_2":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_3":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_4":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_5":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_6":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_7":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_8":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_9":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_10":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_11":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_12":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_13":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_14":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_15":[[40.4291144837,-80.0071277355],"gas station"],"near_pivot":[[40.4291144837,-80.0071277355],"gas station"],"around_goal_pivot_1":[[40.4288821,-80.0073318],"restaurant"],"around_goal_pivot_2":[[40.4305755,-80.0069519],"post office"]}} +{"rvs_sample_number":106,"content":"We should meet at the Chase Bank on the west side of Graeme Street. It's just a little bit southeast of the Boost Mobile Store. If you know where Three PNC Plaza is, you will find the bank a block southwest of there.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4410422,-80.0029338],"key":8725,"region":"Pittsburgh","rvs_start_point":[40.4389884,-79.9985176],"landmarks":{"end_point":[[40.4410422,-80.0029338],"Chase"],"start_point":[[40.4389884,-79.9985176],"bicycle parking"],"main_pivot":[[40.4383588814,-79.9987554302],"One Oxford Center"],"main_pivot_2":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_3":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_4":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_5":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_6":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_7":[[40.4400290653,-80.0024519792],"Burke Building"],"main_pivot_8":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_9":[[40.4383588814,-79.9987554302],"One Oxford Center"],"main_pivot_10":[[40.4383588814,-79.9987554302],"One Oxford Center"],"main_pivot_11":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_12":[[40.4414104243,-80.0018754782],"Three PNC Plaza"],"main_pivot_13":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_14":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_15":[[40.4414144,-80.0033033],"Boost Mobile"],"near_pivot":[[40.4414144,-80.0033033],"Boost Mobile"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_5":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_7":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_8":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_9":[[40.4419014,-80.0031032],"photo shop"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":416,"content":"Meet me at the massage shop northeast of you on Centre Avenue. It's in the block east of Hertz car rental. The massage shop is on the southwest corner of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.457565,-79.9336342],"key":8726,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388],"landmarks":{"end_point":[[40.457565,-79.9336342],"massage shop"],"start_point":[[40.4521112211,-79.9519514388],"convenience shop"],"main_pivot":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_13":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_14":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_15":[[40.4577964,-79.9342849],"car rental"],"near_pivot":[[40.4577964,-79.9342849],"car rental"],"beyond_pivot":[[40.4579402219,-79.9321094534],"parking"],"around_goal_pivot_1":[[40.4565316,-79.9330054],"bus station"],"around_goal_pivot_2":[[40.4583148,-79.9342951],"3 parking spaces"],"around_goal_pivot_3":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_4":[[40.4582975,-79.9343487],"two parking spaces"],"around_goal_pivot_5":[[40.4582008,-79.9348865],"ALDI"],"around_goal_pivot_6":[[40.4582786,-79.9344],"parking space"],"around_goal_pivot_7":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_8":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_9":[[40.4567199,-79.9345217],"supermarket"],"around_goal_pivot_10":[[40.4584153,-79.9321531],"hairdresser shop"]}} +{"rvs_sample_number":483,"content":"Meet me at the Hilton Garden Inn hotel southwest of your location. Head south across the water. You will find the Benedum Center one block from the water. Head south from there then turn west onto Forbes Avenue. Your destination is in the middle of the block, just past the university on the corner.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4402268,-80.0016139],"key":8727,"region":"Pittsburgh","rvs_start_point":[40.4536497,-79.9990091],"landmarks":{"end_point":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"start_point":[[40.4536497,-79.9990091],"clothes shop"],"main_pivot":[[40.4433862,-79.9993069],"Benedum Center"],"main_pivot_2":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_3":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_4":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_5":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_6":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_7":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_8":[[40.4433862,-79.9993069],"Benedum Center"],"main_pivot_9":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_10":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_11":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_12":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_13":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_14":[[40.4433862,-79.9993069],"Benedum Center"],"main_pivot_15":[[40.4400345474,-80.0008801481],"university"],"near_pivot":[[40.4400345474,-80.0008801481],"university"],"beyond_pivot":[[40.4400518,-80.002816],"fast_food"],"around_goal_pivot_1":[[40.4397209,-80.0032088],"2 fountains"],"around_goal_pivot_2":[[40.4396262779,-80.0002703276],"arts centre"],"around_goal_pivot_3":[[40.440151,-79.9998128],"mall"],"around_goal_pivot_4":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_5":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_6":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_7":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_8":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_9":[[40.4397308,-80.0008734],"library"],"around_goal_pivot_10":[[40.4393992,-80.0004799],"post office"]}} +{"rvs_sample_number":241,"content":"Move north past Pennsylvania Railroad, I'm waiting at the garden a little past Italian restaurant and on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.454603929,-79.9820596119],"key":8728,"region":"Pittsburgh","rvs_start_point":[40.4474923613,-79.992431605],"landmarks":{"end_point":[[40.454603929,-79.9820596119],"garden"],"start_point":[[40.4474923613,-79.992431605],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4543288,-79.9825463],"restaurant"],"near_pivot":[[40.4543288,-79.9825463],"restaurant"],"beyond_pivot":[[40.4538594,-79.9818726],"garden"],"around_goal_pivot_1":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_2":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_6":[[40.4551103,-79.9813384],"three gardens"],"around_goal_pivot_7":[[40.4535659,-79.9812131],"two parking lots"],"around_goal_pivot_9":[[40.4558662,-79.9824487],"two gardens"]}} +{"rvs_sample_number":131,"content":"Let's get our bikes at HealthRide bicycle rental just southwest of the end of South Craig Street's end, or at least its southernmost end. There is a fairly large art museum right near there that we could go to first if you want. If not then there is a Natural History museum right there. If we go to those places first then we don't have to pay bike rental time while we do that.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4442776,-79.9488965],"key":8729,"region":"Pittsburgh","rvs_start_point":[40.4556308,-79.9528325],"landmarks":{"end_point":[[40.4442776,-79.9488965],"bicycle rental"],"start_point":[[40.4556308,-79.9528325],"books shop"],"main_pivot":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_2":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_3":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_4":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_5":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_6":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_7":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_8":[[40.4495927345,-79.9496015823],"Oakland Catholic High School"],"main_pivot_9":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_10":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_11":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_12":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_13":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_14":[[40.4454926463,-79.9505121888],"Bellefield Hall"],"main_pivot_15":[[40.4439877663,-79.9493442931],"museum"],"near_pivot":[[40.4439877663,-79.9493442931],"museum"],"around_goal_pivot_1":[[40.4438062,-79.9503383],"museum"],"around_goal_pivot_2":[[40.4456807,-79.9490816],"police station"],"around_goal_pivot_3":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_4":[[40.4430797,-79.9489132],"charging station"],"around_goal_pivot_5":[[40.4451,-79.9485465],"convenience shop"],"around_goal_pivot_6":[[40.4449932474,-79.9489457007],"games shop"],"around_goal_pivot_7":[[40.4443815626,-79.947776158],"park"]}} +{"rvs_sample_number":294,"content":"Meet me at the garden on Liberty Avenue. Find the parking near Leaf & Bean cafe. I am on the other side of Liberty Avenue. It looks like a bare spot of land.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4520025599,-79.980787549],"key":8730,"region":"Pittsburgh","rvs_start_point":[40.4572252834,-79.9767681787],"landmarks":{"end_point":[[40.4520025599,-79.980787549],"garden"],"start_point":[[40.4572252834,-79.9767681787],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4522681,-79.9816001],"restaurant"],"near_pivot":[[40.4522681,-79.9816001],"restaurant"],"beyond_pivot":[[40.4523525,-79.9814697],"parking"],"around_goal_pivot_1":[[40.4525051,-79.982111],"veterinary"],"around_goal_pivot_2":[[40.4534158,-79.9807941],"bar"],"around_goal_pivot_3":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_4":[[40.4521388,-79.9817913],"cafe"],"around_goal_pivot_5":[[40.4521799,-79.9826034],"butcher shop"],"around_goal_pivot_6":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_7":[[40.4520397,-79.9824153],"fabric shop"],"around_goal_pivot_8":[[40.4522537,-79.9824801],"art shop"],"around_goal_pivot_9":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_10":[[40.4522901,-79.9824586],"clothes shop"]}} +{"rvs_sample_number":126,"content":"Go north and meet me at the bench right in the middle of the large square, just east of the hotel and northwest of the Gateway Station.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4422123,-80.0057789],"key":8731,"region":"Pittsburgh","rvs_start_point":[40.4397789895,-80.0045707176],"landmarks":{"end_point":[[40.4422123,-80.0057789],"bench"],"start_point":[[40.4397789895,-80.0045707176],"church"],"main_pivot":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_2":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_3":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_4":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_5":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_6":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_7":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_8":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_9":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_10":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_11":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_12":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_13":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_14":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_15":[[40.4420493127,-80.0061256845],"hotel"],"near_pivot":[[40.4420493127,-80.0061256845],"hotel"],"beyond_pivot":[[40.4423439,-80.0066966],"garden"],"around_goal_pivot_1":[[40.4409265,-80.0061044],"2 gardens"],"around_goal_pivot_2":[[40.4416054,-80.0041834],"train station"],"around_goal_pivot_3":[[40.4408589,-80.0060956],"restaurant"],"around_goal_pivot_4":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_5":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_6":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_7":[[40.4426315,-80.0048211],"parking lot"]}} +{"rvs_sample_number":179,"content":"Meet me at the hairdresser shop southeast of you on East Ohio Street. It's a shop or two east of Subway.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4534414,-80.0014056],"key":8732,"region":"Pittsburgh","rvs_start_point":[40.4577094749,-80.0129492103],"landmarks":{"end_point":[[40.4534414,-80.0014056],"hairdresser shop"],"start_point":[[40.4577094749,-80.0129492103],"playground"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_7":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_11":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_15":[[40.4534183,-80.0015575],"fast food restaurant"],"near_pivot":[[40.4534183,-80.0015575],"fast food restaurant"],"beyond_pivot":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_1":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_2":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_3":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_4":[[40.4538845,-79.9996791],"bank"],"around_goal_pivot_5":[[40.4545501,-80.0019296],"dentist's office"],"around_goal_pivot_6":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_7":[[40.4537025,-79.9999785],"bar"],"around_goal_pivot_8":[[40.4537844,-79.9997347],"pastry shop"],"around_goal_pivot_9":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_10":[[40.4536389,-80.000467],"tea shop"]}} +{"rvs_sample_number":119,"content":"Meet me at the garden southwest of your location. Head south then turn west at the T-intersection. Head west until you see Dippy artwork. Your destination is in the middle of the next block. If you see two fast food restaurants, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4431976,-79.952645],"key":8733,"region":"Pittsburgh","rvs_start_point":[40.445361,-79.9489115],"landmarks":{"end_point":[[40.4431976,-79.952645],"garden"],"start_point":[[40.445361,-79.9489115],"fast food restaurant"],"main_pivot":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_2":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_3":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_6":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_8":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_9":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_10":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_11":[[40.4438362,-79.9499333],"Carnegie Museum of Art"],"main_pivot_12":[[40.4453459034,-79.9504927118],"Bellefield Hall"],"main_pivot_13":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_14":[[40.4453459034,-79.9504927118],"Bellefield Hall"],"main_pivot_15":[[40.443048,-79.9530276],"two fast food restaurants"],"near_pivot":[[40.443048,-79.9530276],"two fast food restaurants"],"around_goal_pivot_1":[[40.4441439,-79.9525475],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4434012,-79.9544294],"attraction"],"around_goal_pivot_4":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_5":[[40.4435717,-79.9512264],"theatre"],"around_goal_pivot_6":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_7":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":227,"content":"Meet me at the restaurant northeast of your location. Head north past Four Gateway Center. Then turn east toward Fifth Avenue Place. Head two blocks east then turn north onto 6th Street. Your destination is the third restaurant on the western block. It is just southwest of the Renaissance Hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431343,-80.0024879],"key":8734,"region":"Pittsburgh","rvs_start_point":[40.4392984888,-80.0060371096],"landmarks":{"end_point":[[40.4431343,-80.0024879],"restaurant"],"start_point":[[40.4392984888,-80.0060371096],"garden"],"main_pivot":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_2":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_3":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_4":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_7":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_8":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_9":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_12":[[40.440672934,-80.003616378],"Two PPG Place"],"main_pivot_13":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_14":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.443895,-80.0024417],"theatre"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":269,"content":"Head to the parking lot southwest of you across the Ohio River. It's on the western edge of the park. It's just northwest of Fairview Aves. eastern end. Where the offshoot parking area is that is on the northwest end of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4458516403,-80.0342030489],"key":8735,"region":"Pittsburgh","rvs_start_point":[40.4481532976,-80.0204010718],"landmarks":{"end_point":[[40.4458516403,-80.0342030489],"parking lot"],"start_point":[[40.4481532976,-80.0204010718],"garden"],"main_pivot":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_2":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_3":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_4":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_5":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_6":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_7":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_8":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_9":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_10":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_11":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_12":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_13":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_14":[[40.4477668,-80.0213337],"Rivers Casino"],"main_pivot_15":[[40.4457313233,-80.0342089839],"park"],"near_pivot":[[40.4457313233,-80.0342089839],"park"]}} +{"rvs_sample_number":130,"content":"Meet me at the hairdresser shop northeast of your location. Head north then turn east onto Penn Avenue. Keep heading east until you see a Subway. Your destination is just ahead on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4441772,-79.9961827],"key":8736,"region":"Pittsburgh","rvs_start_point":[40.4404579478,-80.0056558481],"landmarks":{"end_point":[[40.4441772,-79.9961827],"hairdresser shop"],"start_point":[[40.4404579478,-80.0056558481],"garden"],"main_pivot":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_2":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_7":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_8":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_9":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_10":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_11":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_12":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_13":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_14":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_15":[[40.4440251,-79.996842],"fast food restaurant"],"near_pivot":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_1":[[40.4433159,-79.9960715],"arts centre"],"around_goal_pivot_2":[[40.444202,-79.9951955],"Westin"],"around_goal_pivot_3":[[40.444555,-79.9979009],"three gardens"],"around_goal_pivot_4":[[40.4433225,-79.9951219],"hotel"],"around_goal_pivot_5":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_6":[[40.4450335,-79.9953305],"2 parking entrances"],"around_goal_pivot_7":[[40.4435226,-79.9954065],"waste basket"],"around_goal_pivot_8":[[40.4433309,-79.9969649],"books shop"]}} +{"rvs_sample_number":158,"content":"Let's sit down together at the coffee shop on Baum Boulevard. It's located about a block and a half northwest of a Massage and Spa center. Just to the east, on the corner of this block on the same side is a major Supermarket. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4580119,-79.9353587],"key":8737,"region":"Pittsburgh","rvs_start_point":[40.4531229368,-79.9466161352],"landmarks":{"end_point":[[40.4580119,-79.9353587],"cafe"],"start_point":[[40.4531229368,-79.9466161352],"funeral directors shop"],"main_pivot":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_13":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_14":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_15":[[40.4584858,-79.93465],"pharmacy"],"near_pivot":[[40.4584858,-79.93465],"pharmacy"],"around_goal_pivot_1":[[40.4571938,-79.9338763],"post box"],"around_goal_pivot_2":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_3":[[40.4583134,-79.9344526],"3 parking spaces"],"around_goal_pivot_4":[[40.4583497,-79.9343477],"2 parking spaces"],"around_goal_pivot_5":[[40.4583323,-79.9344013],"parking space"],"around_goal_pivot_6":[[40.457565,-79.9336342],"massage shop"]}} +{"rvs_sample_number":333,"content":"Let's meet at a school that is southeast of where you are now. The School is on Locust Street. The meeting place is in the legal dept. Just north of Locust there is a library across the street. Rooney field stadium is southeast of where we are to meet.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4366667,-79.9922222],"key":8738,"region":"Pittsburgh","rvs_start_point":[40.4387869,-79.9982533],"landmarks":{"end_point":[[40.4366667,-79.9922222],"school"],"start_point":[[40.4387869,-79.9982533],"fast food restaurant"],"main_pivot":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_2":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_3":[[40.4386603427,-79.9983011143],"Law & Finance Building"],"main_pivot_4":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_5":[[40.4382463419,-79.9984573818],"One Oxford Center"],"main_pivot_6":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_7":[[40.4386603427,-79.9983011143],"Law & Finance Building"],"main_pivot_8":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_9":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_10":[[40.4384682,-79.9964745],"Allegheny County Courthouse"],"main_pivot_11":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_12":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_13":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_14":[[40.4381563,-79.9962039],"Pittsburgh City-County Building"],"main_pivot_15":[[40.4371732,-79.9917916],"library"],"near_pivot":[[40.4371732,-79.9917916],"library"],"beyond_pivot":[[40.436387,-79.9912525],"university"],"around_goal_pivot_1":[[40.4377494,-79.9916044],"garden"],"around_goal_pivot_2":[[40.4359071,-79.9906724],"stadium"]}} +{"rvs_sample_number":21,"content":"Meet me at the clothes shop on South Aiken Avenue. It's a block south of Starbucks and a block west of the Gap.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4504313503,-79.9351467162],"key":8739,"region":"Pittsburgh","rvs_start_point":[40.4483335929,-79.949047041],"landmarks":{"end_point":[[40.4504313503,-79.9351467162],"clothes shop"],"start_point":[[40.4483335929,-79.949047041],"school"],"main_pivot":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_2":[[40.4470436,-79.9449946],"WQED"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_5":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_6":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_7":[[40.4470436,-79.9449946],"WQED"],"main_pivot_8":[[40.4470436,-79.9449946],"WQED"],"main_pivot_9":[[40.4470436,-79.9449946],"WQED"],"main_pivot_10":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_11":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_12":[[40.4470436,-79.9449946],"WQED"],"main_pivot_13":[[40.4470436,-79.9449946],"WQED"],"main_pivot_14":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_15":[[40.4510673,-79.9349312],"cafe"],"near_pivot":[[40.4510673,-79.9349312],"cafe"],"beyond_pivot":[[40.4511349,-79.9349275],"restaurant"],"around_goal_pivot_1":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_2":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_3":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_4":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_5":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_6":[[40.4510513,-79.933702],"florist shop"]}} +{"rvs_sample_number":109,"content":"Meet me at the clothes shop southeast of your location. Head south until you see the Allegheny West Historic District. From there, head east on this street. Head east then turn south onto Cedar Avenue. Head south four blocks until you see a Subway on the corner. From there, turn east. Your destination is on the other side of the street in the middle of the block. If you see Allegheny Antiques shop, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4533449,-80.0007631],"key":8740,"region":"Pittsburgh","rvs_start_point":[40.4581247,-80.0161649],"landmarks":{"end_point":[[40.4533449,-80.0007631],"clothes shop"],"start_point":[[40.4581247,-80.0161649],"school"],"main_pivot":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_2":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_3":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_4":[[40.4537016,-80.0145465],"Allegheny West Historic District"],"main_pivot_5":[[40.4537016,-80.0145465],"Allegheny West Historic District"],"main_pivot_6":[[40.4537016,-80.0145465],"Allegheny West Historic District"],"main_pivot_7":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_8":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_9":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_10":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_11":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_12":[[40.4537016,-80.0145465],"Allegheny West Historic District"],"main_pivot_13":[[40.4537016,-80.0145465],"Allegheny West Historic District"],"main_pivot_14":[[40.4528200717,-80.0102368593],"National Aviary"],"main_pivot_15":[[40.4534183,-80.0015575],"fast food restaurant"],"near_pivot":[[40.4534183,-80.0015575],"fast food restaurant"],"beyond_pivot":[[40.4538949,-79.9990534],"bank"],"around_goal_pivot_1":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_2":[[40.4545905,-80.0016868],"dentist's office"],"around_goal_pivot_3":[[40.4537844,-79.9997347],"pastry shop"],"around_goal_pivot_4":[[40.4521387,-79.9999429],"tyres shop"],"around_goal_pivot_5":[[40.4536542,-79.9990737],"hairdresser shop"],"around_goal_pivot_6":[[40.4535424,-79.9996947],"antiques shop"],"around_goal_pivot_7":[[40.4536497,-79.9990091],"clothes shop"],"around_goal_pivot_8":[[40.4537562,-79.999816],"hardware shop"],"around_goal_pivot_9":[[40.4522061,-79.9996263],"garden"]}} +{"rvs_sample_number":484,"content":"Meet me at the Gap northeast of your location. Head north toward the Walking to the Sky Sculpture. Then head north from there and turn east onto the next major crossing street. Keep heading east until you get to South Aiken Avenue. Head north until you see Schiller's Pharmacy on the corner. Turn east from there. Your destination is after the next street on the next block. If you see PNC Bank, go back one block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4509523,-79.93416],"key":8741,"region":"Pittsburgh","rvs_start_point":[40.4418895,-79.9459298],"landmarks":{"end_point":[[40.4509523,-79.93416],"Gap"],"start_point":[[40.4418895,-79.9459298],"bench"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4511496,-79.9336268],"atm"],"near_pivot":[[40.4511496,-79.9336268],"atm"],"beyond_pivot":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_1":[[40.4507402,-79.9357127],"fast food restaurant"],"around_goal_pivot_2":[[40.451478,-79.9330869],"L'Occitane"],"around_goal_pivot_3":[[40.4514149,-79.932741],"Sephora"],"around_goal_pivot_4":[[40.4504578,-79.9352413],"bar"],"around_goal_pivot_5":[[40.4513911,-79.9328242],"cafe"],"around_goal_pivot_6":[[40.4506067,-79.9353611],"pharmacy"],"around_goal_pivot_7":[[40.4504269,-79.9352658],"alcohol shop"],"around_goal_pivot_8":[[40.4504803,-79.9352905],"hairdresser shop"],"around_goal_pivot_9":[[40.4514368,-79.9333787],"vacant shop"],"around_goal_pivot_10":[[40.4515613,-79.9328992],"bakery shop"]}} +{"rvs_sample_number":264,"content":"Cross The bridge to the downtown and go north. The parking will be west of the train station and a few block north of the William Penn Place. There is a big arts centre just a block before it. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.443874667,-79.9951126811],"key":8742,"region":"Pittsburgh","rvs_start_point":[40.4357446195,-80.0088070324],"landmarks":{"end_point":[[40.443874667,-79.9951126811],"garden"],"start_point":[[40.4357446195,-80.0088070324],"garden"],"main_pivot":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_2":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_3":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_4":[[40.4397031,-79.9996246],"Warner Centre"],"main_pivot_5":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_6":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_7":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_8":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_9":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_10":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_11":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_12":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_13":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_14":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_15":[[40.4431806,-79.996395],"arts centre"],"near_pivot":[[40.4431806,-79.996395],"arts centre"],"beyond_pivot":[[40.4447106,-79.9951092],"fast_food"],"around_goal_pivot_1":[[40.4431972727,-79.9941063836],"courthouse"],"around_goal_pivot_2":[[40.4430696,-79.9945381],"2 gardens"],"around_goal_pivot_3":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_4":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_5":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_6":[[40.4434335,-79.9965741],"bar"],"around_goal_pivot_7":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_8":[[40.4445517,-79.9958048],"bicycle rental"],"around_goal_pivot_9":[[40.4448922,-79.9944217],"bakery shop"],"around_goal_pivot_10":[[40.4441772,-79.9961827],"hairdresser shop"]}} +{"rvs_sample_number":377,"content":"I'd like to meet you at the cafe on Spring Way, which is northeast of where you are. There is a bank in the east direction from the cafe and another cafe to its southwest.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4521270318,-79.9818897458],"key":8743,"region":"Pittsburgh","rvs_start_point":[40.4495515383,-79.9852290828],"landmarks":{"end_point":[[40.4521270318,-79.9818897458],"cafe"],"start_point":[[40.4495515383,-79.9852290828],"garden"],"main_pivot":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_2":[[40.4516049,-79.9834452],"PNC Bank"],"main_pivot_3":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_4":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_5":[[40.4516049,-79.9834452],"PNC Bank"],"main_pivot_6":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_7":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_8":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_9":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_10":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_11":[[40.4492575,-79.9861494],"McDonald's"],"main_pivot_12":[[40.4516049,-79.9834452],"PNC Bank"],"main_pivot_13":[[40.4516049,-79.9834452],"PNC Bank"],"main_pivot_14":[[40.4516049,-79.9834452],"PNC Bank"],"main_pivot_15":[[40.4522181,-79.9814326],"bank"],"near_pivot":[[40.4522181,-79.9814326],"bank"],"around_goal_pivot_1":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_2":[[40.4522071,-79.9836164],"church"],"around_goal_pivot_3":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_4":[[40.4520798,-79.9806997],"2 gardens"],"around_goal_pivot_5":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_6":[[40.4515078,-79.9835594],"books shop"],"around_goal_pivot_7":[[40.4518681,-79.9830582],"alcohol shop"],"around_goal_pivot_8":[[40.4518217,-79.9831366],"chocolate shop"],"around_goal_pivot_9":[[40.4522508,-79.9804573],"three gardens"],"around_goal_pivot_10":[[40.4512001,-79.9831394],"bakery shop"]}} +{"rvs_sample_number":242,"content":"I'm directly south of you at a garden on Station Square Drive, on the east side of the street, and the northwest corner of the block where the street comes to a T-intersection. Also on this block there are multiple parking entrances. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4349298625,-80.0076073447],"key":8744,"region":"Pittsburgh","rvs_start_point":[40.4426872472,-80.0071368931],"landmarks":{"end_point":[[40.4349298625,-80.0076073447],"garden"],"start_point":[[40.4426872472,-80.0071368931],"garden"],"main_pivot":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_2":[[40.442329265,-80.0074217749],"Point State Park"],"main_pivot_3":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_4":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_5":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_6":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_7":[[40.442329265,-80.0074217749],"Point State Park"],"main_pivot_8":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_9":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_11":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_12":[[40.4390202,-80.006723],"11 Stanwix Street"],"main_pivot_13":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_14":[[40.4403505,-80.0066746],"River Vue Apartments"],"main_pivot_15":[[40.4351726,-80.0069618],"3 gardens"],"near_pivot":[[40.4351726,-80.0069618],"3 gardens"],"beyond_pivot":[[40.4341823442,-80.0078583221],"parking"],"around_goal_pivot_1":[[40.4342179,-80.0066051],"3 parking entrances"],"around_goal_pivot_2":[[40.4341857,-80.0066327],"two parking entrances"],"around_goal_pivot_3":[[40.4341980592,-80.0078979023],"parking lot"],"around_goal_pivot_4":[[40.4354861,-80.0091401],"bicycle parking"],"around_goal_pivot_5":[[40.4342307,-80.0060513],"mall"],"around_goal_pivot_6":[[40.4359202076,-80.0087531933],"stadium"],"around_goal_pivot_7":[[40.4360346764,-80.008921627],"pitch"]}} +{"rvs_sample_number":100,"content":"I'm at the tennis pitch southwest of track and southeast of restaurant. It is the first pitch east of waste basket. Move northwest to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8745,"region":"Pittsburgh","rvs_start_point":[40.4367912248,-79.937455363],"landmarks":{"end_point":[[40.4425367626,-79.9418598191],"pitch"],"start_point":[[40.4367912248,-79.937455363],"pitch"],"main_pivot":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_2":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_3":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_4":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_5":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_6":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_7":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_8":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_9":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_10":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_11":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_12":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_13":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_14":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_15":[[40.4431674,-79.9420988],"restaurant"],"near_pivot":[[40.4431674,-79.9420988],"restaurant"],"beyond_pivot":[[40.4432479,-79.9420115],"restaurant"],"around_goal_pivot_1":[[40.4416299,-79.9422016],"garden"],"around_goal_pivot_2":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_3":[[40.4431541,-79.9433372],"arts centre"],"around_goal_pivot_4":[[40.4426413,-79.9402936],"food court"],"around_goal_pivot_5":[[40.4427381,-79.9404972],"waste basket"],"around_goal_pivot_6":[[40.4436812231,-79.9416067536],"parking lot"],"around_goal_pivot_7":[[40.4437584,-79.9423308],"books shop"],"around_goal_pivot_8":[[40.4431034,-79.9412226],"track"],"around_goal_pivot_10":[[40.4422969,-79.943678],"two benches"]}} +{"rvs_sample_number":357,"content":"Travel west to meet me at the post box on a corner, on Western Avenue. It is west of the fitness centre and east of a bar, on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.451889,-80.0166084],"key":8746,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401],"landmarks":{"end_point":[[40.451889,-80.0166084],"post box"],"start_point":[[40.4566443457,-79.9995655401],"playground"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_5":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_10":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_11":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_12":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_13":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_14":[[40.4560725266,-80.0034306212],"Allegheny General Hospital"],"main_pivot_15":[[40.4515855,-80.0171842],"bar"],"near_pivot":[[40.4515855,-80.0171842],"bar"],"beyond_pivot":[[40.4516601,-80.0175026],"restaurant"],"around_goal_pivot_1":[[40.4514967,-80.0179848],"hotel"],"around_goal_pivot_2":[[40.4518406,-80.0183603],"dentist's office"],"around_goal_pivot_3":[[40.4518596,-80.0176931],"cafe"],"around_goal_pivot_4":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_5":[[40.4520406,-80.015434],"fitness centre"]}} +{"rvs_sample_number":296,"content":"Meet me at the bar in the AC Hotel on Smallman Street. It near the west end of the block west of the Senator John Heinz History Center.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4456972,-79.9937454],"key":8747,"region":"Pittsburgh","rvs_start_point":[40.4503262,-79.9848814],"landmarks":{"end_point":[[40.4456972,-79.9937454],"bar"],"start_point":[[40.4503262,-79.9848814],"clothes shop"],"main_pivot":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_2":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_3":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_4":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_5":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_6":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_7":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_8":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_9":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_10":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_11":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_12":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_13":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_14":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_15":[[40.4457570096,-79.9937828976],"AC Hotel"],"near_pivot":[[40.4457570096,-79.9937828976],"AC Hotel"],"around_goal_pivot_1":[[40.4446862,-79.9942873],"Westin"],"around_goal_pivot_2":[[40.4450986,-79.9953597],"2 parking entrances"],"around_goal_pivot_3":[[40.4461512,-79.9926337],"museum"],"around_goal_pivot_4":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_5":[[40.4460499,-79.9921633],"restaurant"],"around_goal_pivot_6":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_7":[[40.4448715,-79.9936234],"bicycle parking"],"around_goal_pivot_8":[[40.4445029,-79.9938434],"2 gardens"],"around_goal_pivot_9":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_10":[[40.4448922,-79.9944217],"bakery shop"]}} +{"rvs_sample_number":214,"content":"Go south across the river then head east along Fourth Avenue. Just after you pass the Burke Building, meet me at the restaurant on the same side of the street near the end of the block. It's just before the university.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4396890646,-80.0015313427],"key":8748,"region":"Pittsburgh","rvs_start_point":[40.4462344,-80.0103426],"landmarks":{"end_point":[[40.4396890646,-80.0015313427],"restaurant"],"start_point":[[40.4462344,-80.0103426],"pub"],"main_pivot":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_2":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_3":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_4":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_5":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_6":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_7":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_8":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_9":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_10":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_11":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_12":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_14":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_15":[[40.4395817441,-80.0011811875],"university"],"near_pivot":[[40.4395817441,-80.0011811875],"university"],"beyond_pivot":[[40.4392509,-80.0021914],"bicycle_repair_station"],"around_goal_pivot_1":[[40.4397957,-80.003244],"2 fountains"],"around_goal_pivot_2":[[40.4394718,-80.0003737],"arts centre"],"around_goal_pivot_3":[[40.4398487,-80.0000093],"mall"],"around_goal_pivot_4":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_5":[[40.4397257,-80.000548],"pub"],"around_goal_pivot_6":[[40.4388282,-80.0001403],"bank"],"around_goal_pivot_7":[[40.4393992,-80.0004799],"post office"],"around_goal_pivot_8":[[40.4410125,-80.0009821],"post box"],"around_goal_pivot_9":[[40.4406761,-80.000612],"jewelry shop"],"around_goal_pivot_10":[[40.4388757851,-80.0018215187],"park"]}} +{"rvs_sample_number":368,"content":"Meet me at the German restaurant on the corner of Suismon Street across from the Laundromat. It's a little bit north east of you past North Park.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.455208,-80.0010209],"key":8749,"region":"Pittsburgh","rvs_start_point":[40.4530968896,-80.0059838528],"landmarks":{"end_point":[[40.455208,-80.0010209],"restaurant"],"start_point":[[40.4530968896,-80.0059838528],"garden"],"main_pivot":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_2":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_3":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_4":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_5":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_6":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_7":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_8":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_9":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_10":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_11":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_12":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_13":[[40.4529084,-80.0049683],"New Hazlett Theater"],"main_pivot_14":[[40.4528765,-80.0066028],"Children's Museum of Pittsburgh"],"main_pivot_15":[[40.4550354496,-80.0009882957],"laundry shop"],"near_pivot":[[40.4550354496,-80.0009882957],"laundry shop"],"beyond_pivot":[[40.4548542,-79.9997006],"bank"],"around_goal_pivot_1":[[40.4564259,-80.0015669],"hospital"],"around_goal_pivot_2":[[40.4548542,-79.9997006],"bank"],"around_goal_pivot_3":[[40.4561301,-80.0021542],"guest house"],"around_goal_pivot_4":[[40.4545501,-80.0019296],"dentist's office"],"around_goal_pivot_5":[[40.4555332,-80.0022791],"funeral directors shop"],"around_goal_pivot_6":[[40.4535850339,-80.0018810441],"park"]}} +{"rvs_sample_number":320,"content":"Meet me at the tennis pitch southeast of you. It's north of Kraus Campo garden and south of a few restaurants.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8750,"region":"Pittsburgh","rvs_start_point":[40.444026371,-79.9462489875],"landmarks":{"end_point":[[40.4425367626,-79.9418598191],"pitch"],"start_point":[[40.444026371,-79.9462489875],"parking lot"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4431674,-79.9420988],"restaurant"],"near_pivot":[[40.4431674,-79.9420988],"restaurant"],"beyond_pivot":[[40.4426765,-79.9402389],"restaurant"],"around_goal_pivot_1":[[40.4416299,-79.9422016],"garden"],"around_goal_pivot_2":[[40.4421556,-79.9433239],"two benches"],"around_goal_pivot_3":[[40.4433003,-79.9419895],"two restaurants"],"around_goal_pivot_4":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_5":[[40.4426413,-79.9402936],"food court"],"around_goal_pivot_6":[[40.4439169,-79.9431234],"arts centre"],"around_goal_pivot_7":[[40.4425386,-79.9400692],"3 restaurants"],"around_goal_pivot_8":[[40.4427381,-79.9404972],"waste basket"],"around_goal_pivot_9":[[40.4437058,-79.9417179],"parking lot"],"around_goal_pivot_10":[[40.4422969,-79.943678],"2 benches"]}} +{"rvs_sample_number":45,"content":"I'm not far from you. I'm on the street standing next to a post box. There is a casino across the street from me. Go down passing Taco Bell and then it will be on the next block.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4478797,-80.0205063],"key":8751,"region":"Pittsburgh","rvs_start_point":[40.4518406,-80.0183603],"landmarks":{"end_point":[[40.4478797,-80.0205063],"post box"],"start_point":[[40.4518406,-80.0183603],"dentist's office"],"main_pivot":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_2":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_3":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_4":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_5":[[40.4507984,-80.018813],"McDonald's"],"main_pivot_6":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_7":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_8":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_9":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_10":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_11":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_12":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_13":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_14":[[40.4507984,-80.018813],"McDonald's"],"main_pivot_15":[[40.4477668,-80.0213337],"casino"],"near_pivot":[[40.4477668,-80.0213337],"casino"],"beyond_pivot":[[40.4479872519,-80.0188299489],"parking"],"around_goal_pivot_2":[[40.446706,-80.0210295],"2 gardens"]}} +{"rvs_sample_number":4,"content":"I'm filling up gas at the gas station on Baum Boulevard. Get past Hillman Cancer Center and head northeast to get here to meet me. Shell car wash is behind the gas station. Walter's Automotive is on its east side.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4589365904,-79.9326447915],"key":8752,"region":"Pittsburgh","rvs_start_point":[40.4541068383,-79.9440826882],"landmarks":{"end_point":[[40.4589365904,-79.9326447915],"gas station"],"start_point":[[40.4541068383,-79.9440826882],"bank"],"main_pivot":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_4":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_5":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_13":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_14":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_15":[[40.4590585,-79.93259],"car wash"],"near_pivot":[[40.4590585,-79.93259],"car wash"],"around_goal_pivot_1":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_2":[[40.4583148,-79.9342951],"parking space"],"around_goal_pivot_3":[[40.4579234,-79.9320446],"post box"],"around_goal_pivot_4":[[40.457667,-79.9332869],"hairdresser shop"],"around_goal_pivot_5":[[40.4592301,-79.9314925],"car repair shop"],"around_goal_pivot_6":[[40.4581644,-79.9326573],"paint shop"]}} +{"rvs_sample_number":565,"content":"Meet me at the garden west of your location. Head north until you get to Liberty Avenue then head west. Head west until the street turns south. Keep heading southwest until you see a storage rental. Your destination is in the center of next block. It is just northeast one block from Guardian Storage Strip District storage rental shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4575709484,-79.9725837569],"key":8753,"region":"Pittsburgh","rvs_start_point":[40.4575829,-79.9572073],"landmarks":{"end_point":[[40.4575709484,-79.9725837569],"garden"],"start_point":[[40.4575829,-79.9572073],"school"],"main_pivot":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_2":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_3":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_4":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_5":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_6":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_7":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_8":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_9":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_10":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_11":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_12":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_13":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_14":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_15":[[40.458207,-79.97298],"car repair shop"],"near_pivot":[[40.458207,-79.97298],"car repair shop"],"beyond_pivot":[[40.4578243,-79.9719115],"storage_rental"],"around_goal_pivot_1":[[40.4575966,-79.9740304],"pub"],"around_goal_pivot_2":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_3":[[40.4578969,-79.9739684],"3 gardens"],"around_goal_pivot_4":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_5":[[40.4572902,-79.9736669],"storage rental shop"],"around_goal_pivot_9":[[40.4586231,-79.9728332],"two gardens"]}} +{"rvs_sample_number":407,"content":"Move southeast towards East North Avenue, I'm at the parking lot located east of Garden theater. It is on the next block east of a dell shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4559794218,-80.0054861859],"key":8754,"region":"Pittsburgh","rvs_start_point":[40.4561149819,-80.0162277659],"landmarks":{"end_point":[[40.4559794218,-80.0054861859],"parking lot"],"start_point":[[40.4561149819,-80.0162277659],"gas station"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4566445,-80.0066189],"library"],"near_pivot":[[40.4566445,-80.0066189],"library"],"around_goal_pivot_1":[[40.4557107,-80.0072114],"theatre"],"around_goal_pivot_2":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_3":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_4":[[40.4568681,-80.0068866],"alcohol shop"],"around_goal_pivot_5":[[40.4565662,-80.0071629],"beauty shop"],"around_goal_pivot_6":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_7":[[40.4567384,-80.006851],"mobile phone shop"],"around_goal_pivot_8":[[40.4553092,-80.0040395],"pitch"],"around_goal_pivot_9":[[40.4553262,-80.0067526],"park"]}} +{"rvs_sample_number":12,"content":"Meet me at the bicycle rental on Penn Avenue. When you traveling down Penn Avenue, you will pass by Grandpa Joe's Candy Shop and a pub across the street. The bicycle rental is on the next block on the side of the pub.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.451801,-79.9833387],"key":8755,"region":"Pittsburgh","rvs_start_point":[40.45650583,-79.9775887272],"landmarks":{"end_point":[[40.451801,-79.9833387],"bicycle rental"],"start_point":[[40.45650583,-79.9775887272],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4521092,-79.9827154],"pub"],"near_pivot":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_3":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_4":[[40.4520397,-79.9824153],"fabric shop"],"around_goal_pivot_5":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_6":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_7":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_8":[[40.450841,-79.9841519],"variety store shop"]}} +{"rvs_sample_number":340,"content":"Can you meet me at the bridge that goes over the avenue that is found at the end of gasoline alley? Going south on gasoline alley will end in this avenue and a right turn on it will lead under the bridge. I'll look for you from that vantage then climb up to meet you there. This bridge is a couple of blocks west of and parallel to Liberty Bridge.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4356928054,-79.9964178561],"key":8756,"region":"Pittsburgh","rvs_start_point":[40.4435748575,-80.0001531947],"landmarks":{"end_point":[[40.4356928054,-79.9964178561],"bridge"],"start_point":[[40.4435748575,-80.0001531947],"restaurant"],"main_pivot":[[40.4365366,-79.9967565],"Housing Authority of the City of Pittsburgh"],"main_pivot_2":[[40.441048,-79.9969295],"Mellon Square"],"main_pivot_3":[[40.4399680356,-79.9952140812],"Mellon Green"],"main_pivot_4":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_5":[[40.4386137,-79.9957139],"Old Allegheny County Jail"],"main_pivot_6":[[40.4423821,-80.0005247],"EQT Plaza"],"main_pivot_7":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_8":[[40.4394747,-79.9955374],"BNY Mellon Center"],"main_pivot_9":[[40.4411315,-79.9966168],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_10":[[40.4399680356,-79.9952140812],"Mellon Green"],"main_pivot_11":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_12":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_13":[[40.4426839,-80.0007637],"Heinz Hall for the Performing Arts"],"main_pivot_14":[[40.4414205,-79.9978802],"Embassy Suites by Hilton Pittsburgh Downtown"],"main_pivot_15":[[40.4356134,-79.9965823],"train station"],"near_pivot":[[40.4356134,-79.9965823],"train station"],"around_goal_pivot_1":[[40.4365366,-79.9967565],"public building"],"around_goal_pivot_2":[[40.4347911,-79.9951057],"courthouse"],"around_goal_pivot_3":[[40.434827,-79.996873],"bicycle parking"],"around_goal_pivot_4":[[40.434912,-79.9968345],"bicycle shop"],"around_goal_pivot_5":[[40.4364907573,-79.9973801992],"park"]}} +{"rvs_sample_number":368,"content":"Go south over Forbes Avenue and past post box and Walking to the sky. I'm waiting at restaurant before Grano. It is southeast of Au Bon Pain restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4433652,-79.941973],"key":8757,"region":"Pittsburgh","rvs_start_point":[40.4535476,-79.9469155],"landmarks":{"end_point":[[40.4433652,-79.941973],"restaurant"],"start_point":[[40.4535476,-79.9469155],"fast food restaurant"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4470515,-79.9445047],"WQED"],"main_pivot_3":[[40.4470515,-79.9445047],"WQED"],"main_pivot_4":[[40.4470515,-79.9445047],"WQED"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4470515,-79.9445047],"WQED"],"main_pivot_7":[[40.4470515,-79.9445047],"WQED"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4470515,-79.9445047],"WQED"],"main_pivot_10":[[40.4470515,-79.9445047],"WQED"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4470515,-79.9445047],"WQED"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.4439504361,-79.9432793265],"arts centre"],"around_goal_pivot_3":[[40.4427415,-79.9402778],"food court"],"around_goal_pivot_4":[[40.4444948,-79.943059],"post box"],"around_goal_pivot_5":[[40.443955,-79.9411099],"parking entrance"]}} +{"rvs_sample_number":191,"content":"Let's meet up at that bench we liked so much. Remember it's off of South Neville st. at the most northern block of the street, right after it changes it's name. It's just south of Carnegie's student housing and west of a religious statue that is surrounded by a square walk\/drive. The bench is beside yet another protestant type figure statue.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4464475,-79.9464791],"key":8758,"region":"Pittsburgh","rvs_start_point":[40.4418797,-79.9458805],"landmarks":{"end_point":[[40.4464475,-79.9464791],"bench"],"start_point":[[40.4418797,-79.9458805],"bench"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4465508,-79.9444149],"WQED"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4465508,-79.9444149],"WQED"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4465508,-79.9444149],"WQED"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4465508,-79.9444149],"WQED"],"main_pivot_15":[[40.4468714285,-79.9465331275],"student accomodation"],"near_pivot":[[40.4468714285,-79.9465331275],"student accomodation"],"around_goal_pivot_1":[[40.4465508,-79.9444149],"studio"],"around_goal_pivot_2":[[40.447304,-79.946519],"student accomodation"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_6":[[40.4458941,-79.9472782],"garden"]}} +{"rvs_sample_number":266,"content":"Cross over Monongahela River down south, meet me at the garden on West Station square. It is opposite Sheraton hotel and on the same side of the street with parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4345144873,-80.0066808955],"key":8759,"region":"Pittsburgh","rvs_start_point":[40.4411362,-80.0044989],"landmarks":{"end_point":[[40.4345144873,-80.0066808955],"garden"],"start_point":[[40.4411362,-80.0044989],"restaurant"],"main_pivot":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_2":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_3":[[40.4415837,-80.004167],"Gateway Station"],"main_pivot_4":[[40.4415837,-80.004167],"Gateway Station"],"main_pivot_5":[[40.4415837,-80.004167],"Gateway Station"],"main_pivot_6":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_7":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_8":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_9":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_10":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_11":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_12":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_13":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_14":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_15":[[40.4345390862,-80.0065015566],"Sheraton"],"near_pivot":[[40.4345390862,-80.0065015566],"Sheraton"],"beyond_pivot":[[40.434856,-80.0074372],"parking"],"around_goal_pivot_1":[[40.4345693,-80.0076878],"parking entrance"]}} +{"rvs_sample_number":273,"content":"Let's check out the garden on Eloise St. It's two and a half blocks west of the end of the street on the south side of the street. On each block both east and west there is a Christian Church.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4554478922,-80.0093426026],"key":8760,"region":"Pittsburgh","rvs_start_point":[40.4579796,-80.0025595],"landmarks":{"end_point":[[40.4554478922,-80.0093426026],"garden"],"start_point":[[40.4579796,-80.0025595],"parking entrance"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4548919485,-80.0092368363],"park"],"near_pivot":[[40.4548919485,-80.0092368363],"park"],"around_goal_pivot_1":[[40.4559024,-80.0103314],"school"],"around_goal_pivot_2":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_3":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_4":[[40.4548184,-80.0108039],"three gardens"],"around_goal_pivot_5":[[40.4545882,-80.0100737],"playground"],"around_goal_pivot_6":[[40.4550401,-80.0084619],"park"],"around_goal_pivot_7":[[40.4567323,-80.0086471],"two parking lots"]}} +{"rvs_sample_number":269,"content":"Let's meet up and the convenience shop at the University of Pittsburgh. It's just west of you , past The Pitt Stop, and the Millenium Panther.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4429238,-79.9550307],"key":8761,"region":"Pittsburgh","rvs_start_point":[40.443855966,-79.952214363],"landmarks":{"end_point":[[40.4429238,-79.9550307],"convenience shop"],"start_point":[[40.443855966,-79.952214363],"parking lot"],"main_pivot":[[40.4434247,-79.9517921],"Stephen Foster"],"main_pivot_2":[[40.4433846271,-79.9523163807],"Schenley Plaza"],"main_pivot_3":[[40.4433846271,-79.9523163807],"Schenley Plaza"],"main_pivot_4":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_5":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_6":[[40.4434247,-79.9517921],"Stephen Foster"],"main_pivot_7":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_8":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_9":[[40.4434247,-79.9517921],"Stephen Foster"],"main_pivot_10":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_11":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_12":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_13":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_14":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_15":[[40.4430249418,-79.9537502103],"library"],"near_pivot":[[40.4430249418,-79.9537502103],"library"],"beyond_pivot":[[40.4422014,-79.9556985],"university"],"around_goal_pivot_1":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_2":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_3":[[40.4428255,-79.9531771],"restaurant"],"around_goal_pivot_4":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_5":[[40.4435848,-79.9564488],"church"],"around_goal_pivot_6":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_7":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_8":[[40.4434533,-79.9559284],"gift shop"],"around_goal_pivot_9":[[40.4419809,-79.9561667],"garden"],"around_goal_pivot_10":[[40.4439302,-79.9557363],"park"]}} +{"rvs_sample_number":245,"content":"Go southwest down Forbes Avenue and meet me on the south side of the road at the vacant shop a block past the Rite-Aid. It is due west of Fine Wine & Good Spirits.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4406831,-79.9580276],"key":8762,"region":"Pittsburgh","rvs_start_point":[40.4451595,-79.9516474],"landmarks":{"end_point":[[40.4406831,-79.9580276],"vacant shop"],"start_point":[[40.4451595,-79.9516474],"bench"],"main_pivot":[[40.4440132,-79.9528209],"Stephen Foster Memorial"],"main_pivot_2":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_3":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_4":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_5":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_6":[[40.4431071843,-79.9533493318],"Schenley Plaza"],"main_pivot_7":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_8":[[40.4431071843,-79.9533493318],"Schenley Plaza"],"main_pivot_9":[[40.4453393367,-79.9512196187],"Bellefield Hall"],"main_pivot_10":[[40.4440132,-79.9528209],"Stephen Foster Memorial"],"main_pivot_11":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_12":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_13":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_14":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_15":[[40.4411465,-79.9573812],"pharmacy"],"near_pivot":[[40.4411465,-79.9573812],"pharmacy"],"beyond_pivot":[[40.4402936068,-79.9570028554],"parking"],"around_goal_pivot_1":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_2":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_3":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_4":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_6":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_7":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_8":[[40.4399638,-79.9583753],"parking entrance"],"around_goal_pivot_9":[[40.4414825,-79.9572814],"florist shop"],"around_goal_pivot_10":[[40.4415987,-79.9567764],"jewelry shop"]}} +{"rvs_sample_number":313,"content":"Head west from where you are, and meet met at the Greek restaurant in the middle of the block, on the north side of East Carson Street. It's northwest of Z:Lounge bar. There's a subway on the block south of here, and a Rite Aid on the block west of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4287688017,-79.9768797181],"key":8763,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706],"landmarks":{"end_point":[[40.4287688017,-79.9768797181],"restaurant"],"start_point":[[40.4281728,-79.9653706],"restaurant"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4283763,-79.9766352],"fast food restaurant"],"near_pivot":[[40.4283763,-79.9766352],"fast food restaurant"],"beyond_pivot":[[40.4293116,-79.9776875],"social_centre"],"around_goal_pivot_1":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_2":[[40.4299463,-79.9770526],"fast food restaurant"],"around_goal_pivot_3":[[40.4288919801,-79.9782036879],"pharmacy"],"around_goal_pivot_4":[[40.429932803,-79.976813901],"Family Dollar"],"around_goal_pivot_5":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_6":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_7":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_8":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_9":[[40.4283383,-79.9751749],"bicycle shop"],"around_goal_pivot_10":[[40.4299079,-79.9763738],"vacant shop"]}} +{"rvs_sample_number":263,"content":"Meet me at the parking entrance to your southeast on Centre Avenue. It's the entrance to the parking lot behind the hotel on the west side of the parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4399906,-79.9884456],"key":8764,"region":"Pittsburgh","rvs_start_point":[40.4436192,-79.9958437],"landmarks":{"end_point":[[40.4399906,-79.9884456],"parking entrance"],"start_point":[[40.4436192,-79.9958437],"restaurant"],"main_pivot":[[40.4420399,-79.9942781],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_2":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_3":[[40.4420399,-79.9942781],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4425973,-79.9964572],"Centre City Tower"],"main_pivot_5":[[40.4432796,-79.9953479],"August Wilson Center for African American Culture"],"main_pivot_6":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_9":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_10":[[40.4423566,-79.9957694],"Koppers Tower"],"main_pivot_11":[[40.4423566,-79.9957694],"Koppers Tower"],"main_pivot_12":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_13":[[40.4423566,-79.9957694],"Koppers Tower"],"main_pivot_14":[[40.4416295,-79.9943745],"U.S. Steel Tower"],"main_pivot_15":[[40.4401994,-79.9883028],"hotel"],"near_pivot":[[40.4401994,-79.9883028],"hotel"],"around_goal_pivot_1":[[40.4399854,-79.9869571],"pitch"]}} +{"rvs_sample_number":101,"content":"Meet me at the restaurant on East Carson Street. It's on same block as the bar. It is a detached building east side of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.427277,-79.9687135],"key":8765,"region":"Pittsburgh","rvs_start_point":[40.4259975,-79.9536343],"landmarks":{"end_point":[[40.427277,-79.9687135],"restaurant"],"start_point":[[40.4259975,-79.9536343],"bench"],"main_pivot":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_2":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_3":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_4":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_5":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_6":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_7":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_8":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_9":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_10":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_11":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_12":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_13":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_14":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_15":[[40.4276131,-79.9694142],"bar"],"near_pivot":[[40.4276131,-79.9694142],"bar"],"around_goal_pivot_1":[[40.4279593,-79.9698464],"ice cream"],"around_goal_pivot_2":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_3":[[40.4280328,-79.9701109],"social facility"],"around_goal_pivot_4":[[40.4264244,-79.9673002],"bar"],"around_goal_pivot_5":[[40.4266478,-79.9671912],"clothes shop"]}} +{"rvs_sample_number":19,"content":"Meet me at the parking entrance north of you where Knoll Street ends at its west end. The parking entrance is directly across the street from the west end of Knoll Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4573766,-80.0020673],"key":8766,"region":"Pittsburgh","rvs_start_point":[40.443149,-79.997737],"landmarks":{"end_point":[[40.4573766,-80.0020673],"parking entrance"],"start_point":[[40.443149,-79.997737],"Minuteman Press"],"main_pivot":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_2":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_3":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_4":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_5":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_6":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_7":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_8":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_9":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_10":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_11":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_12":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_13":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_14":[[40.4433013696,-79.9973923515],"Ewart Building"],"main_pivot_15":[[40.4575175922,-80.0015982793],"garden"],"near_pivot":[[40.4575175922,-80.0015982793],"garden"],"around_goal_pivot_1":[[40.4561301,-80.0021542],"guest house"],"around_goal_pivot_2":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_3":[[40.458082,-80.0032183],"2 parking entrances"],"around_goal_pivot_4":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_5":[[40.4539790334,-80.0020104313],"park"]}} +{"rvs_sample_number":257,"content":"I'm mostly north of you, and a bit east, at a Chase bank on Graeme Street. The bank is southeast of Boost Mobile, east of Rite Aid, and northeast of One PPG Place. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4410422,-80.0029338],"key":8767,"region":"Pittsburgh","rvs_start_point":[40.4338578844,-80.0053071572],"landmarks":{"end_point":[[40.4410422,-80.0029338],"Chase"],"start_point":[[40.4338578844,-80.0053071572],"garden"],"main_pivot":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_2":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_3":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_4":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_5":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_6":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_7":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_8":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_9":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_10":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_11":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_12":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_13":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_14":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_15":[[40.4414144,-80.0033033],"Boost Mobile"],"near_pivot":[[40.4414144,-80.0033033],"Boost Mobile"],"beyond_pivot":[[40.4419808,-80.0030672],"restaurant"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4407398,-80.0044388],"five gardens"],"around_goal_pivot_5":[[40.4397498,-80.0031091],"two fountains"],"around_goal_pivot_6":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_7":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_8":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_9":[[40.4397957,-80.003244],"2 fountains"],"around_goal_pivot_10":[[40.4411916,-80.0043796],"two gardens"]}} +{"rvs_sample_number":458,"content":"Meet me at the garden southwest of you, on West Station Square Drive. If you're going west on this street, the garden will be the first one on the north side that you come to once you pass the corner of the Sheraton. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4344505986,-80.0063061853],"key":8768,"region":"Pittsburgh","rvs_start_point":[40.4420045,-80.0006161],"landmarks":{"end_point":[[40.4344505986,-80.0063061853],"garden"],"start_point":[[40.4420045,-80.0006161],"parking entrance"],"main_pivot":[[40.4412598,-80.0009256],"Three PNC Plaza"],"main_pivot_2":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_3":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_4":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_5":[[40.4426839,-80.0007637],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.4419728,-80.0004035],"K&L Gates Center"],"main_pivot_7":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_8":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_10":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_11":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_12":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_13":[[40.4419728,-80.0004035],"K&L Gates Center"],"main_pivot_14":[[40.4412598,-80.0009256],"Three PNC Plaza"],"main_pivot_15":[[40.4342522,-80.0058118],"Sheraton"],"near_pivot":[[40.4342522,-80.0058118],"Sheraton"],"beyond_pivot":[[40.4348998,-80.0070043],"parking"],"around_goal_pivot_1":[[40.433863,-80.0049839],"restaurant"],"around_goal_pivot_2":[[40.4352179,-80.0066638],"2 gardens"],"around_goal_pivot_3":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_4":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_5":[[40.4336793,-80.0049931],"mall"]}} +{"rvs_sample_number":2,"content":"Meet me at the cafe on Federal Street. It is the next block from the library, towards the south. South west corner.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4556178,-80.0065066],"key":8769,"region":"Pittsburgh","rvs_start_point":[40.4502944,-80.0057502],"landmarks":{"end_point":[[40.4556178,-80.0065066],"cafe"],"start_point":[[40.4502944,-80.0057502],"parking entrance"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4561610459,-80.006608844],"library"],"near_pivot":[[40.4561610459,-80.006608844],"library"],"beyond_pivot":[[40.4563551,-80.0070856],"restaurant"],"around_goal_pivot_1":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_2":[[40.4568681,-80.0068866],"alcohol shop"],"around_goal_pivot_3":[[40.4567384,-80.006851],"mobile phone shop"],"around_goal_pivot_4":[[40.4565662,-80.0071629],"beauty shop"],"around_goal_pivot_5":[[40.4552416,-80.0051086],"playground"]}} +{"rvs_sample_number":83,"content":"Let's meet at the bench east of you, just slightly north. It's a couple of blocks east of the Bellefield Boiler Plant. There is a Chinese Themed statue just east of the bench. A coffee shop specializing in strong brews is north across the paved area. The nearest street to the bench is Frew Street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4418824,-79.9458926],"key":8770,"region":"Pittsburgh","rvs_start_point":[40.44154,-79.9512271],"landmarks":{"end_point":[[40.4418824,-79.9458926],"bench"],"start_point":[[40.44154,-79.9512271],"library"],"main_pivot":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_2":[[40.4419986,-79.951796],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.442513,-79.9518392],"Schenley Plaza"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.442513,-79.9518392],"Schenley Plaza"],"main_pivot_8":[[40.4419986,-79.951796],"Mary Schenley Memorial Fountain"],"main_pivot_9":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_11":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_14":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_15":[[40.4425835,-79.9459898],"cafe"],"near_pivot":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_1":[[40.4427045,-79.9466726],"cafe"],"around_goal_pivot_2":[[40.4422106,-79.9442258],"2 benches"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_5":[[40.4421877,-79.9443467],"3 benches"],"around_goal_pivot_6":[[40.442981,-79.9471122],"parking lot"]}} +{"rvs_sample_number":296,"content":"Meet me at the bar on Smallman Street. Go past 16th Street Bridge and another big bridge. You will see AC Hotel close to the bar. In the preceding block east of the bar, there is a museum. You'll find a bicycle rental in the southeast direction of the bar. \r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4456972,-79.9937454],"key":8771,"region":"Pittsburgh","rvs_start_point":[40.4503262,-79.9848814],"landmarks":{"end_point":[[40.4456972,-79.9937454],"bar"],"start_point":[[40.4503262,-79.9848814],"clothes shop"],"main_pivot":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_2":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_3":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_4":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_5":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_6":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_7":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_8":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_9":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_10":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_11":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_12":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_13":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_14":[[40.4490283,-79.987893],"16th Street Bridge"],"main_pivot_15":[[40.4457570096,-79.9937828976],"AC Hotel"],"near_pivot":[[40.4457570096,-79.9937828976],"AC Hotel"],"around_goal_pivot_1":[[40.4446862,-79.9942873],"Westin"],"around_goal_pivot_2":[[40.4450986,-79.9953597],"2 parking entrances"],"around_goal_pivot_3":[[40.4461512,-79.9926337],"museum"],"around_goal_pivot_4":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_5":[[40.4460499,-79.9921633],"restaurant"],"around_goal_pivot_6":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_7":[[40.4448715,-79.9936234],"bicycle parking"],"around_goal_pivot_8":[[40.4445029,-79.9938434],"2 gardens"],"around_goal_pivot_9":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_10":[[40.4448922,-79.9944217],"bakery shop"]}} +{"rvs_sample_number":502,"content":"Get on East Ohio street past florist shop and antiques shop. I'm at the deli shop east of those locations. They are on the same block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4535829,-79.9994219],"key":8772,"region":"Pittsburgh","rvs_start_point":[40.4512037,-80.0047247],"landmarks":{"end_point":[[40.4535829,-79.9994219],"deli shop"],"start_point":[[40.4512037,-80.0047247],"cafe"],"main_pivot":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_2":[[40.4534183,-80.0015575],"Subway"],"main_pivot_3":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_4":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_5":[[40.4534183,-80.0015575],"Subway"],"main_pivot_6":[[40.4534183,-80.0015575],"Subway"],"main_pivot_7":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_8":[[40.4534183,-80.0015575],"Subway"],"main_pivot_9":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_10":[[40.4534183,-80.0015575],"Subway"],"main_pivot_11":[[40.4534183,-80.0015575],"Subway"],"main_pivot_12":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_13":[[40.4534183,-80.0015575],"Subway"],"main_pivot_14":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_15":[[40.4537543,-79.9987157],"H&R Block"],"near_pivot":[[40.4537543,-79.9987157],"H&R Block"],"beyond_pivot":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_1":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_2":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_3":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_4":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_5":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_7":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_8":[[40.4533877,-80.0005867],"florist shop"],"around_goal_pivot_9":[[40.4534029,-80.000485],"antiques shop"],"around_goal_pivot_10":[[40.4536389,-80.000467],"tea shop"]}} +{"rvs_sample_number":522,"content":"Meet me at the toilets in Point State Park. You need to cross the bridge to get here. There is a fountain drinking water on its south, all the way to the other side of the park.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4421512,-80.0120037],"key":8773,"region":"Pittsburgh","rvs_start_point":[40.4484218645,-80.0236772131],"landmarks":{"end_point":[[40.4421512,-80.0120037],"toilets"],"start_point":[[40.4484218645,-80.0236772131],"garden"],"main_pivot":[[40.4465186,-80.0185147],"Highmark SportsWorks"],"main_pivot_2":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_3":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_4":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_5":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_6":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_7":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_8":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_9":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_10":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_11":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_12":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_13":[[40.4453170851,-80.0132197939],"North Shore Riverfront Park"],"main_pivot_14":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_15":[[40.4424144289,-80.0119617125],"park"],"near_pivot":[[40.4424144289,-80.0119617125],"park"],"around_goal_pivot_1":[[40.4413196,-80.0124131],"drinking water"]}} +{"rvs_sample_number":258,"content":"We need to meet up at the garden. It's very near the water, and across the river, due north of where you are now. There is a restaurant just southeast of where you are. There is a parking lot just to the west of where you are.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4393062427,-80.0068000907],"key":8774,"region":"Pittsburgh","rvs_start_point":[40.4351872825,-80.0071253179],"landmarks":{"end_point":[[40.4393062427,-80.0068000907],"garden"],"start_point":[[40.4351872825,-80.0071253179],"garden"],"main_pivot":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_2":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_3":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_4":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_5":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_6":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_7":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_8":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_9":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_10":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_11":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_12":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_13":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_14":[[40.438837,-80.004651],"Mamaux Building"],"main_pivot_15":[[40.438993,-80.0059643],"restaurant"],"near_pivot":[[40.438993,-80.0059643],"restaurant"],"beyond_pivot":[[40.4395280516,-80.0077074486],"parking"],"around_goal_pivot_1":[[40.4387978,-80.0059688],"2 gardens"],"around_goal_pivot_2":[[40.4389011,-80.0050604],"post office"],"around_goal_pivot_3":[[40.4397858,-80.0075249],"parking lot"],"around_goal_pivot_10":[[40.4403817,-80.0056501],"5 gardens"]}} +{"rvs_sample_number":62,"content":"Meet me at Pizza hut on Federal Street. It is on the same block as PNC Bank. Across the street from Brugge on North restaurant and the theatre.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4563551,-80.0070856],"key":8775,"region":"Pittsburgh","rvs_start_point":[40.4468082,-80.0039591],"landmarks":{"end_point":[[40.4563551,-80.0070856],"restaurant"],"start_point":[[40.4468082,-80.0039591],"historic memorial"],"main_pivot":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_2":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_3":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_6":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_15":[[40.4554199,-80.0072841],"theatre"],"near_pivot":[[40.4554199,-80.0072841],"theatre"],"around_goal_pivot_1":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_2":[[40.4561756,-80.0086112],"2 gardens"],"around_goal_pivot_3":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_4":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_5":[[40.4569522,-80.0076342],"clinic"],"around_goal_pivot_6":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_7":[[40.4556178,-80.0065066],"cafe"],"around_goal_pivot_8":[[40.4569869,-80.0077415],"convenience shop"],"around_goal_pivot_9":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_10":[[40.4561307,-80.0085475],"garden"]}} +{"rvs_sample_number":190,"content":"You can meet me at this garden on Stanwix Street, a few blocks to your northwest. Gateway station is on the block north of here, and there's a dry cleaning shop a bit to the east. The garden on Stanwick is near the northeast corner of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4409233372,-80.0043591406],"key":8776,"region":"Pittsburgh","rvs_start_point":[40.4397444,-79.999459],"landmarks":{"end_point":[[40.4409233372,-80.0043591406],"garden"],"start_point":[[40.4397444,-79.999459],"RadioShack"],"main_pivot":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_2":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_3":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_4":[[40.4400845,-80.0025976],"Burke Building"],"main_pivot_5":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_6":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_7":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_8":[[40.4400845,-80.0025976],"Burke Building"],"main_pivot_9":[[40.4395154197,-79.9995445736],"Pittsburgh Playhouse"],"main_pivot_10":[[40.4395154197,-79.9995445736],"Pittsburgh Playhouse"],"main_pivot_11":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_12":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_13":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_14":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_15":[[40.4415152,-80.0040726],"train station"],"near_pivot":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4406901,-80.0055149],"three gardens"],"around_goal_pivot_3":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_4":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_5":[[40.4399127,-80.0045804],"church"],"around_goal_pivot_6":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_7":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_8":[[40.4409956,-80.003248],"dry cleaning shop"],"around_goal_pivot_9":[[40.4419014,-80.0031032],"photo shop"]}} +{"rvs_sample_number":30,"content":"Meet me at the casino entrance on Reedsdale Street. It is west of Highmark Sportswork and Heinz Field.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4484213463,-80.0234291474],"key":8777,"region":"Pittsburgh","rvs_start_point":[40.4456839,-80.0080784],"landmarks":{"end_point":[[40.4484213463,-80.0234291474],"garden"],"start_point":[[40.4456839,-80.0080784],"historic memorial"],"main_pivot":[[40.4456229622,-80.0099184382],"Fort Duquesne Bridge"],"main_pivot_2":[[40.4456229622,-80.0099184382],"Fort Duquesne Bridge"],"main_pivot_3":[[40.4465186,-80.0185147],"Highmark SportsWorks"],"main_pivot_4":[[40.4465186,-80.0185147],"Highmark SportsWorks"],"main_pivot_5":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_6":[[40.4465186,-80.0185147],"Highmark SportsWorks"],"main_pivot_7":[[40.4456229622,-80.0099184382],"Fort Duquesne Bridge"],"main_pivot_8":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_9":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_10":[[40.4465186,-80.0185147],"Highmark SportsWorks"],"main_pivot_11":[[40.4465186,-80.0185147],"Highmark SportsWorks"],"main_pivot_12":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_13":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_14":[[40.445469,-80.0160201],"Heinz Field"],"main_pivot_15":[[40.4484029757,-80.0234343353],"casino"],"near_pivot":[[40.4484029757,-80.0234343353],"casino"]}} +{"rvs_sample_number":142,"content":"I'm at Giant Eagle on south 21st Street, northeast of your position. It is very close to the parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4310201,-79.9766634],"key":8778,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234],"landmarks":{"end_point":[[40.4310201,-79.9766634],"Giant Eagle"],"start_point":[[40.4284590135,-79.9795557234],"fast food restaurant"],"main_pivot":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_2":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_3":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_4":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_5":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_6":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_7":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_8":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_9":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_10":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_11":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_12":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_13":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_14":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_15":[[40.4307181394,-79.9766792993],"parking lot"],"near_pivot":[[40.4307181394,-79.9766792993],"parking lot"],"around_goal_pivot_1":[[40.4301072,-79.9773606],"fast food restaurant"],"around_goal_pivot_2":[[40.4301429,-79.9770334],"Family Dollar"],"around_goal_pivot_3":[[40.4314566,-79.9778541],"Sally Beauty"],"around_goal_pivot_4":[[40.4314712,-79.9774774],"Rainbow"],"around_goal_pivot_5":[[40.4315885,-79.978208],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4315466,-79.9779787],"dentist's office"],"around_goal_pivot_7":[[40.4300778,-79.9763573],"vacant shop"],"around_goal_pivot_8":[[40.4315034,-79.978305],"hairdresser shop"],"around_goal_pivot_9":[[40.4319698664,-79.9764069196],"park"],"around_goal_pivot_10":[[40.4319911937,-79.9764252326],"dog park"]}} +{"rvs_sample_number":312,"content":"I am two blocks away from you. At the garden on the opposite block of Bing clothes shop northeast of you. The garden is the closest to the parking lot on the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4593999687,-79.971777514],"key":8779,"region":"Pittsburgh","rvs_start_point":[40.4586623,-79.974608],"landmarks":{"end_point":[[40.4593999687,-79.971777514],"garden"],"start_point":[[40.4586623,-79.974608],"fitness centre"],"main_pivot":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_2":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_3":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_4":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_5":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_6":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_7":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_8":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_9":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_10":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_11":[[40.4582674,-79.9751717],"Smallman Street Deli"],"main_pivot_12":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_13":[[40.4588971,-79.9742653],"EQT Natural Gas for Vehicles"],"main_pivot_14":[[40.4584801,-79.9740105],"Salem Halal Grill"],"main_pivot_15":[[40.4590644,-79.9726512],"clothes shop"],"near_pivot":[[40.4590644,-79.9726512],"clothes shop"],"around_goal_pivot_1":[[40.4586616,-79.9727128],"car repair shop"],"around_goal_pivot_2":[[40.4586733,-79.9713371],"storage rental shop"],"around_goal_pivot_3":[[40.4584776,-79.9725034],"park"],"around_goal_pivot_8":[[40.4587241,-79.9727834],"2 gardens"]}} +{"rvs_sample_number":364,"content":"Meet me at the deli shop on East Ohio Street. At the middle of the same block as the deli shop, you'll find Goodwill. Rite Aid is on the far end of the east block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4535829,-79.9994219],"key":8780,"region":"Pittsburgh","rvs_start_point":[40.4498634,-80.0145878],"landmarks":{"end_point":[[40.4535829,-79.9994219],"deli shop"],"start_point":[[40.4498634,-80.0145878],"bench"],"main_pivot":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_2":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_3":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_4":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_5":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_6":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_7":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_8":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_9":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_10":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_11":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_12":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_13":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_14":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_1":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_2":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_3":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_4":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_5":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_7":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_8":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_9":[[40.4534029,-80.000485],"antiques shop"],"around_goal_pivot_10":[[40.4540974,-79.9980284],"pet shop"]}} +{"rvs_sample_number":71,"content":"Move southeast over the river, then past bicycle rental. You will see me at Peet's Coffee cafe near LA Fitness and east of ALDI supermarket. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4268016,-79.9663021],"key":8781,"region":"Pittsburgh","rvs_start_point":[40.43617935,-79.97265985],"landmarks":{"end_point":[[40.4268016,-79.9663021],"cafe"],"start_point":[[40.43617935,-79.97265985],"bridge"],"main_pivot":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.42857,-79.9741027],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4271335,-79.966633],"LA Fitness"],"near_pivot":[[40.4271335,-79.966633],"LA Fitness"],"beyond_pivot":[[40.4258882,-79.9667485],"cafe"],"around_goal_pivot_1":[[40.4280289,-79.9653583],"restaurant"],"around_goal_pivot_2":[[40.4269114,-79.9647294],"atm"],"around_goal_pivot_3":[[40.4277401,-79.9652069],"Urban Outfitters"],"around_goal_pivot_4":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_5":[[40.4263713,-79.9671015],"bar"],"around_goal_pivot_6":[[40.4279563,-79.9660175],"bicycle rental"]}} +{"rvs_sample_number":216,"content":"I'd like to meet you at the parking space on Centre Avenue. CVS is to its south and Domino's is on its northeast. Head northeast to get there.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4518131502,-79.9512484498],"key":8782,"region":"Pittsburgh","rvs_start_point":[40.4397058,-79.9598145],"landmarks":{"end_point":[[40.4518131502,-79.9512484498],"parking space"],"start_point":[[40.4397058,-79.9598145],"bank"],"main_pivot":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_2":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_3":[[40.4431696,-79.9555873],"McCormick Hall"],"main_pivot_4":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_5":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_6":[[40.4434528,-79.9559434],"Amos Hall"],"main_pivot_7":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_8":[[40.4431696,-79.9555873],"McCormick Hall"],"main_pivot_9":[[40.4434528,-79.9559434],"Amos Hall"],"main_pivot_10":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_11":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_12":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_13":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_14":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_15":[[40.4515891,-79.9513234],"pharmacy"],"near_pivot":[[40.4515891,-79.9513234],"pharmacy"],"beyond_pivot":[[40.4523886,-79.9507375],"fast_food"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_3":[[40.4518485,-79.9524245],"fast food restaurant"],"around_goal_pivot_4":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_5":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":13,"content":"You can head northeast along Liberty Avenue to meet me at this garden. It's on the south side of the street, in the middle of the block, right on the curve of an unnamed road. There's a U-Haul storage a bit to the northeast of here, and Art's Tavern pub is to the northwest. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4574909012,-79.9727615292],"key":8783,"region":"Pittsburgh","rvs_start_point":[40.450843,-79.9845604],"landmarks":{"end_point":[[40.4574909012,-79.9727615292],"garden"],"start_point":[[40.450843,-79.9845604],"supermarket"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4568823,-79.9731933],"parking entrance"],"near_pivot":[[40.4568823,-79.9731933],"parking entrance"],"beyond_pivot":[[40.4578243,-79.9719115],"storage_rental"],"around_goal_pivot_1":[[40.4575966,-79.9740304],"pub"],"around_goal_pivot_2":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_3":[[40.4566112,-79.9734016],"parking entrance"],"around_goal_pivot_4":[[40.4582701,-79.9737542],"2 gardens"],"around_goal_pivot_5":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_6":[[40.4578243,-79.9719115],"storage rental shop"]}} +{"rvs_sample_number":42,"content":"I'm shopping at the marketplace at the west end of Hemlock street. You should cross East North avenue and it would be about 2 blocks after the avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.457238,-80.0070393],"key":8784,"region":"Pittsburgh","rvs_start_point":[40.4455177,-80.0120355],"landmarks":{"end_point":[[40.457238,-80.0070393],"marketplace"],"start_point":[[40.4455177,-80.0120355],"historic memorial"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4565984,-80.0068513],"library"],"near_pivot":[[40.4565984,-80.0068513],"library"],"beyond_pivot":[[40.4575313,-80.0062602],"place_of_worship"],"around_goal_pivot_1":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_2":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_3":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_4":[[40.4560027,-80.0066326],"cafe"],"around_goal_pivot_5":[[40.4560096,-80.0062811],"social facility"],"around_goal_pivot_6":[[40.4566061,-80.0077089],"parking entrance"]}} +{"rvs_sample_number":86,"content":"I'm at the gift shop on the block northwest of you. It's in the middle of the block, on Fifth Avenue. The International Academy of Jazz Hall of Fame is east of here, and Biroche Doree is on the block north of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4434533,-79.9559284],"key":8785,"region":"Pittsburgh","rvs_start_point":[40.4432174526,-79.9527765462],"landmarks":{"end_point":[[40.4434533,-79.9559284],"gift shop"],"start_point":[[40.4432174526,-79.9527765462],"garden"],"main_pivot":[[40.4420947,-79.9553848],"Barco Law Building"],"main_pivot_2":[[40.4425892661,-79.9551961407],"David Lawrence Hall"],"main_pivot_3":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_4":[[40.4436279,-79.9527243],"Stephen Foster Memorial"],"main_pivot_5":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_6":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_7":[[40.4425892661,-79.9551961407],"David Lawrence Hall"],"main_pivot_8":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_9":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_10":[[40.4425779,-79.9560246],"Litchfield Tower A"],"main_pivot_11":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_12":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_13":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_14":[[40.4425779,-79.9560246],"Litchfield Tower A"],"main_pivot_15":[[40.4430307,-79.9550258],"attraction"],"near_pivot":[[40.4430307,-79.9550258],"attraction"],"around_goal_pivot_1":[[40.4435126,-79.9572423],"school"],"around_goal_pivot_2":[[40.4430295,-79.953733],"library"],"around_goal_pivot_3":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_4":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_5":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_6":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_7":[[40.4442606,-79.9560729],"parking entrance"],"around_goal_pivot_8":[[40.4429238,-79.9550307],"convenience shop"],"around_goal_pivot_9":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":251,"content":"Let's go sit on the bench together. It's a concrete on and it's located on the northenmost part of South Bellefield Avenue just before IT becomes NORTH. It's just outside of the Heinz Memorial Chapel. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4451146,-79.9517705],"key":8786,"region":"Pittsburgh","rvs_start_point":[40.432923581,-79.9414905472],"landmarks":{"end_point":[[40.4451146,-79.9517705],"bench"],"start_point":[[40.432923581,-79.9414905472],"pitch"],"main_pivot":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_2":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_3":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_4":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_5":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_6":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_7":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_8":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_9":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_10":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_11":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_12":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_13":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_14":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_15":[[40.445186965,-79.9518225246],"attraction"],"near_pivot":[[40.445186965,-79.9518225246],"attraction"],"around_goal_pivot_1":[[40.4441649,-79.9525158],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4436738,-79.9525419],"attraction"],"around_goal_pivot_4":[[40.4438813,-79.9527302],"theatre"],"around_goal_pivot_5":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_6":[[40.4457094,-79.9533863],"bicycle rental"]}} +{"rvs_sample_number":121,"content":"I'm northwest of you, at a parking lot on Monterey Street on the block where the street ends at a T-intersection. This lot is to the northwest of the National Aviary, and to the east of here is Riggs Lounge bar. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4548039731,-80.0125794375],"key":8787,"region":"Pittsburgh","rvs_start_point":[40.4464526,-80.0076755],"landmarks":{"end_point":[[40.4548039731,-80.0125794375],"parking lot"],"start_point":[[40.4464526,-80.0076755],"pub"],"main_pivot":[[40.4466585688,-80.0071951364],"PNC Park"],"main_pivot_2":[[40.4466585688,-80.0071951364],"PNC Park"],"main_pivot_3":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_4":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_5":[[40.4466585688,-80.0071951364],"PNC Park"],"main_pivot_6":[[40.4466585688,-80.0071951364],"PNC Park"],"main_pivot_7":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_8":[[40.4461517,-80.0095394],"Fort Duquesne Bridge"],"main_pivot_9":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_10":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_11":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_12":[[40.4462774,-80.0085173],"North Shore Riverfront Park"],"main_pivot_13":[[40.4461517,-80.0095394],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4529269,-80.0104052],"National Aviary"],"main_pivot_15":[[40.454387,-80.0129362],"two gardens"],"near_pivot":[[40.454387,-80.0129362],"two gardens"],"around_goal_pivot_1":[[40.4547513,-80.0144618],"bar"],"around_goal_pivot_4":[[40.4549534,-80.0144549],"two parking lots"],"around_goal_pivot_5":[[40.4543022,-80.0139686],"2 gardens"]}} +{"rvs_sample_number":445,"content":"Let's meet up at the bar on the block where James street has a southern end. The bar is on the street James street Ends on, just a half block east of it's end. It's across the street from a second hand charity type shop. There is a bakery a couple of doors down east of the bar if you want to get a treat afterwards.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4537025,-79.9999785],"key":8788,"region":"Pittsburgh","rvs_start_point":[40.45646,-79.99311],"landmarks":{"end_point":[[40.4537025,-79.9999785],"bar"],"start_point":[[40.45646,-79.99311],"library"],"main_pivot":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_2":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_3":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_4":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_5":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_6":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_7":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_8":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_9":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_10":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_11":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_12":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_13":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_14":[[40.4550807,-79.9931424],"Sara Heinz House"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_2":[[40.4534183,-80.0015575],"fast food restaurant"],"around_goal_pivot_3":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_4":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_5":[[40.4534274,-80.0014876],"Boost Mobile"],"around_goal_pivot_6":[[40.4537543,-79.9987157],"H&R Block"],"around_goal_pivot_7":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_8":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_9":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_10":[[40.4536497,-79.9990091],"clothes shop"]}} +{"rvs_sample_number":203,"content":"Meet me at the parking entrance southeast of you on North Craig Street. It's right across the street from CVS. It's in the same block as Pittsburgh Institute of Religion.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4515916,-79.9519774],"key":8789,"region":"Pittsburgh","rvs_start_point":[40.4578115,-79.9655765],"landmarks":{"end_point":[[40.4515916,-79.9519774],"parking entrance"],"start_point":[[40.4578115,-79.9655765],"funeral directors shop"],"main_pivot":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_2":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_3":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_4":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_5":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_6":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_7":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_8":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_9":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_10":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_11":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_12":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_13":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_14":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_15":[[40.451789,-79.9518214],"pharmacy"],"near_pivot":[[40.451789,-79.9518214],"pharmacy"],"around_goal_pivot_1":[[40.4523886,-79.9507375],"fast food restaurant"],"around_goal_pivot_2":[[40.4521481,-79.950698],"bar"],"around_goal_pivot_3":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_4":[[40.4522922,-79.9525028],"restaurant"],"around_goal_pivot_5":[[40.4518808,-79.9510696],"2 parking spaces"],"around_goal_pivot_6":[[40.451903,-79.9509963],"parking space"],"around_goal_pivot_7":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_8":[[40.4510585,-79.9529737],"parking entrance"]}} +{"rvs_sample_number":278,"content":"Let's meet at the restaurant southeast of where you are. It's on Copeland street two blocks after Shadyside. Bruegger's Bagels is located west of the place.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4511349,-79.9349275],"key":8790,"region":"Pittsburgh","rvs_start_point":[40.4546288,-79.9454018],"landmarks":{"end_point":[[40.4511349,-79.9349275],"restaurant"],"start_point":[[40.4546288,-79.9454018],"gas station"],"main_pivot":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_2":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_3":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_4":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_5":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_6":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_7":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_8":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_9":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_10":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_11":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_12":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_13":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_14":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_15":[[40.4507402,-79.9357127],"fast food restaurant"],"near_pivot":[[40.4507402,-79.9357127],"fast food restaurant"],"beyond_pivot":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_3":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_4":[[40.451678,-79.934083],"parking lot"],"around_goal_pivot_5":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_6":[[40.4514368,-79.9333787],"vacant shop"],"around_goal_pivot_7":[[40.4512774,-79.9337683],"jewelry shop"]}} +{"rvs_sample_number":340,"content":"Let's meet and go for a walk in the garden. It's located about 2 blocks from the spot where 25th street ends just south of the Allegheny River. It's on the southwest side of the street. It's in the block called Lot 24.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4550136706,-79.9812099766],"key":8791,"region":"Pittsburgh","rvs_start_point":[40.4514610326,-79.9838743022],"landmarks":{"end_point":[[40.4550136706,-79.9812099766],"garden"],"start_point":[[40.4514610326,-79.9838743022],"restaurant"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4550188,-79.9804767],"bicycle parking"],"near_pivot":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_3":[[40.4547081,-79.9824376],"two gardens"],"around_goal_pivot_4":[[40.4556033,-79.9797791],"two gardens"],"around_goal_pivot_5":[[40.4559527,-79.9823163],"two gardens"],"around_goal_pivot_9":[[40.4544253,-79.9829553],"2 gardens"]}} +{"rvs_sample_number":548,"content":"Let's meet up at the restaurant on Ross Street. There is a public building on the south block from the restaurant. Grant Street Tavern is on the west block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4372400921,-79.9964404877],"key":8792,"region":"Pittsburgh","rvs_start_point":[40.4478280406,-79.9909022819],"landmarks":{"end_point":[[40.4372400921,-79.9964404877],"restaurant"],"start_point":[[40.4478280406,-79.9909022819],"garden"],"main_pivot":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_2":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_3":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_4":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_6":[[40.4394747,-79.9955374],"BNY Mellon Center"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_9":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_10":[[40.4411316798,-79.9962573779],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_11":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_12":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_13":[[40.4386137,-79.9957139],"Old Allegheny County Jail"],"main_pivot_14":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_15":[[40.4368975386,-79.9965691446],"public building"],"near_pivot":[[40.4368975386,-79.9965691446],"public building"],"beyond_pivot":[[40.4363269401,-79.9966655182],"parking"],"around_goal_pivot_2":[[40.4383635,-79.9960943],"courthouse"],"around_goal_pivot_4":[[40.4377449,-79.997275],"restaurant"],"around_goal_pivot_5":[[40.437935,-79.9977585],"garden"],"around_goal_pivot_6":[[40.4364764,-79.9973664],"park"]}} +{"rvs_sample_number":529,"content":"Meet me at the bicycle parking west of you on Fifth Avenue. It's in the same block as Brioche Dor\u00e9e but on the southeast corner of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4436817,-79.9560549],"key":8793,"region":"Pittsburgh","rvs_start_point":[40.4422722,-79.9444117],"landmarks":{"end_point":[[40.4436817,-79.9560549],"bicycle parking"],"start_point":[[40.4422722,-79.9444117],"bench"],"main_pivot":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_2":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_3":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_4":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_6":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_7":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_8":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_9":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_11":[[40.4434074,-79.9541759],"Millenium Panther"],"main_pivot_12":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_13":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_14":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_15":[[40.4437433,-79.9546213],"attraction"],"near_pivot":[[40.4437433,-79.9546213],"attraction"],"beyond_pivot":[[40.4437284,-79.957489],"school"],"around_goal_pivot_1":[[40.4430295,-79.953733],"library"],"around_goal_pivot_2":[[40.4435126,-79.9572423],"school"],"around_goal_pivot_3":[[40.4423828,-79.9566695],"fast food restaurant"],"around_goal_pivot_4":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_5":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_6":[[40.442535,-79.9564541],"pub"],"around_goal_pivot_7":[[40.4440634,-79.9569222],"restaurant"],"around_goal_pivot_8":[[40.4448738,-79.9555394],"parking entrance"],"around_goal_pivot_9":[[40.4429238,-79.9550307],"convenience shop"],"around_goal_pivot_10":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":312,"content":"I'm just at the other side of the bridge. After you cross the river cross the East Carson St. and walk for another 1m south and I'm there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4318411865,-80.0043382381],"key":8794,"region":"Pittsburgh","rvs_start_point":[40.4423599937,-80.0036150855],"landmarks":{"end_point":[[40.4318411865,-80.0043382381],"bridge"],"start_point":[[40.4423599937,-80.0036150855],"bridge"],"main_pivot":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_2":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_3":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_4":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_5":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_6":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_7":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_8":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_9":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_10":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_11":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_12":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_15":[[40.4325854,-80.0040142],"two gardens"],"near_pivot":[[40.4325854,-80.0040142],"two gardens"],"around_goal_pivot_1":[[40.4363339993,-80.001263658],"bridge"],"around_goal_pivot_2":[[40.4325381,-80.0039932],"fast food restaurant"],"around_goal_pivot_3":[[40.4322534,-80.0034575],"parking lot"],"around_goal_pivot_4":[[40.4331296,-80.0044595],"wine shop"]}} +{"rvs_sample_number":287,"content":"I'm a few blocks to your northeast, at a garden on 25th Street. The garden is on the east side of the street, next to the southwest corner of the building here. The garden is east of Meraki Studio, and on the block to the south of here is The Dog Stop animal boarding. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4548071707,-79.9807874677],"key":8795,"region":"Pittsburgh","rvs_start_point":[40.4512457,-79.9850555],"landmarks":{"end_point":[[40.4548071707,-79.9807874677],"garden"],"start_point":[[40.4512457,-79.9850555],"nightclub"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4550188,-79.9804767],"bicycle parking"],"near_pivot":[[40.4550188,-79.9804767],"bicycle parking"],"beyond_pivot":[[40.455098,-79.9815258],"garden"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.4545464,-79.9819801],"three gardens"],"around_goal_pivot_3":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_4":[[40.4537397207,-79.9800016114],"art shop"],"around_goal_pivot_5":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_6":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_7":[[40.4554824,-79.9795913],"2 gardens"],"around_goal_pivot_10":[[40.4556033,-79.9797791],"two gardens"]}} +{"rvs_sample_number":82,"content":"Meet me at the parking lot about a block and a half east of you. It's on the same block as The Lava Lounge, but at the east end of the block. It's right by the post box.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4280658075,-79.9732502231],"key":8796,"region":"Pittsburgh","rvs_start_point":[40.4282953,-79.97582715],"landmarks":{"end_point":[[40.4280658075,-79.9732502231],"parking lot"],"start_point":[[40.4282953,-79.97582715],"bar"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4282232,-79.973147],"post box"],"near_pivot":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_1":[[40.4279552659,-79.9720937886],"State Farm"],"around_goal_pivot_2":[[40.4282837,-79.97427],"nightclub"],"around_goal_pivot_3":[[40.4289638,-79.9728661],"veterinary"],"around_goal_pivot_4":[[40.4285668,-79.9742977],"two libraries"],"around_goal_pivot_5":[[40.4279702994,-79.9722649474],"fast food restaurant"],"around_goal_pivot_6":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_7":[[40.4288226,-79.9728511],"five parking spaces"],"around_goal_pivot_8":[[40.4283701,-79.9720662],"furniture shop"],"around_goal_pivot_9":[[40.4288162,-79.9727162],"4 parking spaces"],"around_goal_pivot_10":[[40.4279618035,-79.9721792402],"clothes shop"]}} +{"rvs_sample_number":373,"content":"I'm a block or so southeast of you. Let's get a sub sandwich at the shop. There is a mall just north of it. It's on Smithfield Street where it ends at it's most southerly spot.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4325381,-80.0039932],"key":8797,"region":"Pittsburgh","rvs_start_point":[40.4342449,-80.0060005333],"landmarks":{"end_point":[[40.4325381,-80.0039932],"fast food restaurant"],"start_point":[[40.4342449,-80.0060005333],"garden"],"main_pivot":[[40.4334995,-80.0043859],"Buca di Beppo"],"main_pivot_2":[[40.4342522,-80.0058118],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_3":[[40.4334995,-80.0043859],"Buca di Beppo"],"main_pivot_4":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_5":[[40.4334995,-80.0043859],"Buca di Beppo"],"main_pivot_6":[[40.4334995,-80.0043859],"Buca di Beppo"],"main_pivot_7":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_8":[[40.4334995,-80.0043859],"Buca di Beppo"],"main_pivot_9":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_10":[[40.4339763,-80.004365],"Joe's Crab Shack"],"main_pivot_11":[[40.4334995,-80.0043859],"Buca di Beppo"],"main_pivot_12":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_13":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_14":[[40.433863,-80.0049839],"Hard Rock Cafe"],"main_pivot_15":[[40.4328535013,-80.0038879547],"mall"],"near_pivot":[[40.4328535013,-80.0038879547],"mall"],"around_goal_pivot_1":[[40.4336994,-80.0045251],"cafe"],"around_goal_pivot_2":[[40.4333423,-80.0038478],"bar"],"around_goal_pivot_3":[[40.4329005,-80.0030568],"bicycle rental"]}} +{"rvs_sample_number":470,"content":"There's a pizza place southeast of you where we can meet. It's on Market Street, a block east of Gateway Center Post Office and a beauty shop. One PPG Place is north of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4389155,-80.0039382],"key":8798,"region":"Pittsburgh","rvs_start_point":[40.4428975751,-80.0081017502],"landmarks":{"end_point":[[40.4389155,-80.0039382],"restaurant"],"start_point":[[40.4428975751,-80.0081017502],"bridge"],"main_pivot":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_2":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_3":[[40.4430330675,-80.0081297272],"Fort Duquesne Bridge"],"main_pivot_4":[[40.4430330675,-80.0081297272],"Fort Duquesne Bridge"],"main_pivot_5":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_6":[[40.4430330675,-80.0081297272],"Fort Duquesne Bridge"],"main_pivot_7":[[40.4430330675,-80.0081297272],"Fort Duquesne Bridge"],"main_pivot_8":[[40.4402491,-80.0064052],"River Vue Apartments"],"main_pivot_9":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_11":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_12":[[40.4414405,-80.0068512],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_14":[[40.4430330675,-80.0081297272],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4391003,-80.0046965],"beauty shop"],"near_pivot":[[40.4391003,-80.0046965],"beauty shop"],"around_goal_pivot_1":[[40.4397957,-80.003244],"2 fountains"],"around_goal_pivot_2":[[40.4400518,-80.002816],"fast food restaurant"],"around_goal_pivot_3":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_4":[[40.4397498,-80.0031091],"2 fountains"],"around_goal_pivot_5":[[40.4397265,-80.0047652],"church"],"around_goal_pivot_6":[[40.4389011,-80.0050604],"post office"],"around_goal_pivot_7":[[40.4375404654,-80.004360413],"park"]}} +{"rvs_sample_number":22,"content":"I'm going to park my car just after 14th street. Meet me there. You should head east north. See you there. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4478032041,-79.9896212256],"key":8799,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4478032041,-79.9896212256],"parking lot"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_4":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_5":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_6":[[40.44194,-80.0009153],"Two PNC Plaza"],"main_pivot_7":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_11":[[40.4403982,-80.002851],"Two PPG Place"],"main_pivot_12":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_14":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_15":[[40.4479712388,-79.9897261963],"Homewood Suites"],"near_pivot":[[40.4479712388,-79.9897261963],"Homewood Suites"]}} +{"rvs_sample_number":298,"content":"I'm at the bakery shop southwest of you on Penn Avenue. It is on the block after the farm shop. You will see it at the center.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4501831323,-79.9857857714],"key":8800,"region":"Pittsburgh","rvs_start_point":[40.4517921886,-79.9821264493],"landmarks":{"end_point":[[40.4501831323,-79.9857857714],"bakery shop"],"start_point":[[40.4517921886,-79.9821264493],"parking lot"],"main_pivot":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_2":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_3":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_4":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_5":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_6":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_7":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_8":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_9":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_10":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_11":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_12":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_13":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_14":[[40.4519657,-79.9836261],"Pamela's Diner"],"main_pivot_15":[[40.4506848,-79.9852117],"marketplace"],"near_pivot":[[40.4506848,-79.9852117],"marketplace"],"beyond_pivot":[[40.4494346,-79.9863089],"fast_food"],"around_goal_pivot_1":[[40.4494346,-79.9863089],"fast food restaurant"],"around_goal_pivot_2":[[40.4494489,-79.9866849],"hotel"],"around_goal_pivot_3":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_4":[[40.4488363,-79.9863971],"storage rental shop"],"around_goal_pivot_5":[[40.4507336,-79.9846756],"farm shop"],"around_goal_pivot_6":[[40.4509054,-79.9844563],"art shop"],"around_goal_pivot_7":[[40.4495244,-79.9865615],"furniture shop"],"around_goal_pivot_8":[[40.4505839,-79.9845771],"clothes shop"]}} +{"rvs_sample_number":30,"content":"I'm at the florist shop up north, on the street where you are. There is a restaurant on the west side of the shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4561421449,-79.976242752],"key":8801,"region":"Pittsburgh","rvs_start_point":[40.4521270318,-79.9818897458],"landmarks":{"end_point":[[40.4561421449,-79.976242752],"florist shop"],"start_point":[[40.4521270318,-79.9818897458],"cafe"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4560028,-79.9770379],"restaurant"],"near_pivot":[[40.4560028,-79.9770379],"restaurant"],"beyond_pivot":[[40.4569724,-79.9756262],"ice_cream"],"around_goal_pivot_1":[[40.4569724,-79.9756262],"ice cream"],"around_goal_pivot_2":[[40.4568972,-79.9775391],"paint shop"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4572043,-79.9761355],"two gardens"],"around_goal_pivot_5":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_7":[[40.4564628,-79.975288],"2 gardens"]}} +{"rvs_sample_number":309,"content":"I'm waiting for you at the garden on the east side of 25th Street. There are other gardens on the west side. A bicycle parking is in the garden on its east.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4550793205,-79.9810918091],"key":8802,"region":"Pittsburgh","rvs_start_point":[40.4502106272,-79.9857311065],"landmarks":{"end_point":[[40.4550793205,-79.9810918091],"garden"],"start_point":[[40.4502106272,-79.9857311065],"coffee shop"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4550067,-79.9804632],"bicycle parking"],"near_pivot":[[40.4550067,-79.9804632],"bicycle parking"],"beyond_pivot":[[40.4548814,-79.9818391],"garden"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_3":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_5":[[40.4546272,-79.9825561],"3 gardens"],"around_goal_pivot_8":[[40.4556033,-79.9797791],"two gardens"],"around_goal_pivot_9":[[40.4538332,-79.9818933],"two gardens"],"around_goal_pivot_10":[[40.4544954,-79.9819201],"2 gardens"]}} +{"rvs_sample_number":579,"content":"Go down the street, southwest of where you are, on the second intersection past the Gap, take a left and I'm at the clothing shop on your left after you make this turn.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4504313503,-79.9351467162],"key":8803,"region":"Pittsburgh","rvs_start_point":[40.4516559,-79.9328415],"landmarks":{"end_point":[[40.4504313503,-79.9351467162],"clothes shop"],"start_point":[[40.4516559,-79.9328415],"restaurant"],"main_pivot":[[40.4511957,-79.9340204],"J.Crew"],"main_pivot_2":[[40.4509523,-79.93416],"Gap"],"main_pivot_3":[[40.4511693,-79.9334241],"Apple Store"],"main_pivot_4":[[40.4511957,-79.9340204],"J.Crew"],"main_pivot_5":[[40.4509523,-79.93416],"Gap"],"main_pivot_6":[[40.4516097,-79.9320005],"Fifth Third Bank"],"main_pivot_7":[[40.451478,-79.9330869],"L'Occitane"],"main_pivot_8":[[40.4514149,-79.932741],"Sephora"],"main_pivot_9":[[40.4511496,-79.9336268],"PNC Bank"],"main_pivot_10":[[40.4518601,-79.9321494],"PNC Bank"],"main_pivot_11":[[40.4511369,-79.9335602],"Rite Aid"],"main_pivot_12":[[40.451478,-79.9330869],"L'Occitane"],"main_pivot_13":[[40.4511957,-79.9340204],"J.Crew"],"main_pivot_14":[[40.4509523,-79.93416],"Gap"],"main_pivot_15":[[40.4510673,-79.9349312],"cafe"],"near_pivot":[[40.4510673,-79.9349312],"cafe"],"beyond_pivot":[[40.4489575,-79.9343414],"hotel"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_3":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_4":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_5":[[40.4514499,-79.9341141],"parking lot"],"around_goal_pivot_6":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_7":[[40.4512774,-79.9337683],"jewelry shop"]}} +{"rvs_sample_number":140,"content":"Let's meet at the little garden northeast of you on Penn Ave. It's on the north side of the street on the next corner after the Courtyard by Marriott Pittsburgh Downtown.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4446132411,-79.9954238108],"key":8804,"region":"Pittsburgh","rvs_start_point":[40.4422418,-80.0060626],"landmarks":{"end_point":[[40.4446132411,-79.9954238108],"garden"],"start_point":[[40.4422418,-80.0060626],"bench"],"main_pivot":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_2":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_6":[[40.4419160279,-80.004202703],"Gateway Station"],"main_pivot_7":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_8":[[40.4419160279,-80.004202703],"Gateway Station"],"main_pivot_9":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_10":[[40.4435378269,-79.9973112177],"Ewart Building"],"main_pivot_11":[[40.4419160279,-80.004202703],"Gateway Station"],"main_pivot_12":[[40.4421819,-80.006188],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_14":[[40.4426277,-80.0063799],"Gateway Towers"],"main_pivot_15":[[40.4450335,-79.9953305],"2 parking entrances"],"near_pivot":[[40.4450335,-79.9953305],"2 parking entrances"],"around_goal_pivot_1":[[40.4439108,-79.9951876],"two gardens"],"around_goal_pivot_2":[[40.4434482,-79.9955779],"arts centre"],"around_goal_pivot_3":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_4":[[40.4442882,-79.9966184],"Courtyard"],"around_goal_pivot_5":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_7":[[40.4433225,-79.9951219],"hotel"],"around_goal_pivot_8":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_9":[[40.4436309,-79.9941926],"4 gardens"],"around_goal_pivot_10":[[40.4439944,-79.9947572],"kindergarten"]}} +{"rvs_sample_number":416,"content":"Move east on Centre Avenue past UPMC Shadyside and bicycle parking. I'm waiting at the massage shop west of parking and north of bus station.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.457565,-79.9336342],"key":8805,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388],"landmarks":{"end_point":[[40.457565,-79.9336342],"massage shop"],"start_point":[[40.4521112211,-79.9519514388],"convenience shop"],"main_pivot":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_13":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_14":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_15":[[40.4577964,-79.9342849],"car rental"],"near_pivot":[[40.4577964,-79.9342849],"car rental"],"beyond_pivot":[[40.4579402219,-79.9321094534],"parking"],"around_goal_pivot_1":[[40.4565316,-79.9330054],"bus station"],"around_goal_pivot_2":[[40.4583148,-79.9342951],"3 parking spaces"],"around_goal_pivot_3":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_4":[[40.4582975,-79.9343487],"two parking spaces"],"around_goal_pivot_5":[[40.4582008,-79.9348865],"ALDI"],"around_goal_pivot_6":[[40.4582786,-79.9344],"parking space"],"around_goal_pivot_7":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_8":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_9":[[40.4567199,-79.9345217],"supermarket"],"around_goal_pivot_10":[[40.4584153,-79.9321531],"hairdresser shop"]}} +{"rvs_sample_number":272,"content":"You can meet me northeast of you, still on Forbes Avenue, at a post box. It's the first one on the south side of the street east of Bruce Hall. If you pass the Stephen Foster Memorial, you've gone too far east. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4523967117,-80.0159381124],"key":8806,"region":"Pittsburgh","rvs_start_point":[40.451641,-80.0252916],"landmarks":{"end_point":[[40.4523967117,-80.0159381124],"garden"],"start_point":[[40.451641,-80.0252916],"school"],"main_pivot":[[40.4523915,-80.0185452],"Calvary United Methodist Church"],"main_pivot_2":[[40.452728,-80.022007],"The Church of Jesus Christ of Latter-day Saints"],"main_pivot_3":[[40.4519682,-80.016929],"Happy Day Dessert Factory"],"main_pivot_4":[[40.4520858,-80.0192039],"Pittsburgh Presbytery"],"main_pivot_5":[[40.452728,-80.022007],"The Church of Jesus Christ of Latter-day Saints"],"main_pivot_6":[[40.452821,-80.0192044],"Emmanuel Episcopal Church"],"main_pivot_7":[[40.4523915,-80.0185452],"Calvary United Methodist Church"],"main_pivot_8":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_9":[[40.4520858,-80.0192039],"Pittsburgh Presbytery"],"main_pivot_10":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_11":[[40.4531284,-80.0217234],"Pittsburgh Bureau of Fire Station 37"],"main_pivot_12":[[40.4525554,-80.0202984],"New Destiny CME Church"],"main_pivot_13":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_14":[[40.4523915,-80.0185452],"Calvary United Methodist Church"],"main_pivot_15":[[40.451993,-80.0159552],"pub"],"near_pivot":[[40.451993,-80.0159552],"pub"],"beyond_pivot":[[40.4523315,-80.0150728],"restaurant"],"around_goal_pivot_1":[[40.4519682,-80.016929],"ice cream"],"around_goal_pivot_2":[[40.4516021,-80.0171119],"cafe"],"around_goal_pivot_3":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_4":[[40.4516601,-80.0175026],"restaurant"],"around_goal_pivot_5":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_6":[[40.451889,-80.0166084],"post box"]}} +{"rvs_sample_number":107,"content":"Meet me at the end of 3rd avenue, my car is parked there. So just go east until you see the courthouse and then turn south a on the next intersection. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4370066319,-79.9962874099],"key":8807,"region":"Pittsburgh","rvs_start_point":[40.4411024,-80.0021701],"landmarks":{"end_point":[[40.4370066319,-79.9962874099],"parking lot"],"start_point":[[40.4411024,-80.0021701],"restaurant"],"main_pivot":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_2":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_3":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_4":[[40.4380708,-79.9980863],"One Oxford Center"],"main_pivot_5":[[40.4380708,-79.9980863],"One Oxford Center"],"main_pivot_6":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_7":[[40.4377825,-79.9971936],"Grant Building"],"main_pivot_8":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_9":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_10":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_11":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_12":[[40.4388130122,-79.9973667332],"Frick Building"],"main_pivot_13":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_14":[[40.4387249,-79.9970514],"Allegheny County Courthouse"],"main_pivot_15":[[40.4368834,-79.9965315],"public building"],"near_pivot":[[40.4368834,-79.9965315],"public building"],"around_goal_pivot_1":[[40.4356426,-79.9966623],"train station"],"around_goal_pivot_2":[[40.437935,-79.9977585],"garden"],"around_goal_pivot_4":[[40.4364764,-79.9973664],"park"]}} +{"rvs_sample_number":183,"content":"I'm located south of your position. Move past Monongahela River, I'm at the bar situated west of bicycle rental.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4333423,-80.0038478],"key":8808,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406],"landmarks":{"end_point":[[40.4333423,-80.0038478],"bar"],"start_point":[[40.4409233372,-80.0043591406],"garden"],"main_pivot":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_2":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_3":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_4":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_5":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_6":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_7":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_8":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_9":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_10":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_11":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_12":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_13":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_14":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_15":[[40.4363339993,-80.001263658],"bridge"],"near_pivot":[[40.4363339993,-80.001263658],"bridge"],"around_goal_pivot_1":[[40.4325381,-80.0039932],"fast food restaurant"],"around_goal_pivot_2":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_3":[[40.4329005,-80.0030568],"bicycle rental"],"around_goal_pivot_4":[[40.4336496,-80.0050226],"mall"]}} +{"rvs_sample_number":179,"content":"Meet me at the theatre west of your location. Head west on East Carson Street. Head several blocks until you see Mantini's Wood Fired restaurant. Head north toward that restaurant then turn west on the next street. Your destination is on the next block. It is northwest of South Vocational Technical High Library.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4290243,-79.9914731],"key":8809,"region":"Pittsburgh","rvs_start_point":[40.4280160779,-79.9723044021],"landmarks":{"end_point":[[40.4290243,-79.9914731],"theatre"],"start_point":[[40.4280160779,-79.9723044021],"restaurant"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.4290896,-79.9914731],"theatre"],"near_pivot":[[40.4290896,-79.9914731],"theatre"],"around_goal_pivot_1":[[40.4285506,-79.9903573],"library"],"around_goal_pivot_2":[[40.428861,-79.9898852],"restaurant"],"around_goal_pivot_3":[[40.4283274,-79.9901544],"pitch"]}} +{"rvs_sample_number":566,"content":"I'm east of you along East Carson Street, at an Asian restaurant on the south side, adjacent to a Subway. It's on the block east of Commonwealth Press, and the block west of Round Two BMX. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4282932747,-79.9768054433],"key":8810,"region":"Pittsburgh","rvs_start_point":[40.4290494018,-79.9832749657],"landmarks":{"end_point":[[40.4282932747,-79.9768054433],"restaurant"],"start_point":[[40.4290494018,-79.9832749657],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.4283763,-79.9766352],"fast food restaurant"],"near_pivot":[[40.4283763,-79.9766352],"fast food restaurant"],"beyond_pivot":[[40.4283056786,-79.975870328],"bar"],"around_goal_pivot_1":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_2":[[40.428743,-79.9785067],"pharmacy"],"around_goal_pivot_3":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_4":[[40.4281101722,-79.9749352429],"pub"],"around_goal_pivot_5":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_6":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_7":[[40.4282104,-79.9750119],"tattoo shop"],"around_goal_pivot_8":[[40.4287091,-79.977882],"printshop shop"],"around_goal_pivot_9":[[40.4281431476,-79.9752728573],"bicycle shop"]}} +{"rvs_sample_number":154,"content":"When you're done shopping, we can meet at the Pizza Hut for lunch. It's like three blocks west of you on East Carson Street. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4283664547,-79.9774071754],"key":8811,"region":"Pittsburgh","rvs_start_point":[40.4281368839,-79.9736242703],"landmarks":{"end_point":[[40.4283664547,-79.9774071754],"restaurant"],"start_point":[[40.4281368839,-79.9736242703],"clothes shop"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4287274,-79.978219],"pharmacy"],"near_pivot":[[40.4287274,-79.978219],"pharmacy"],"beyond_pivot":[[40.42892476,-79.9782006223],"pharmacy"],"around_goal_pivot_1":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_2":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_3":[[40.4284828927,-79.9786038216],"dentist's office"],"around_goal_pivot_4":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_5":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_6":[[40.4275222,-79.97633],"parking lot"],"around_goal_pivot_7":[[40.4286982,-79.9764679],"kiosk shop"],"around_goal_pivot_8":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":328,"content":"Cross the river and come to McMasters Way. I'm in a restaurant on that street near a market square. You will see Starbucks and Burke Building in the block to the south of the restaurant across an avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4408763,-80.0019668],"key":8812,"region":"Pittsburgh","rvs_start_point":[40.4305755,-80.0069519],"landmarks":{"end_point":[[40.4408763,-80.0019668],"restaurant"],"start_point":[[40.4305755,-80.0069519],"post office"],"main_pivot":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_2":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_3":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_4":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_5":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_6":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_7":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_8":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_9":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_10":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_11":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_13":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_14":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4402409,-80.0022379],"cafe"],"near_pivot":[[40.4402409,-80.0022379],"cafe"],"beyond_pivot":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_1":[[40.4371988087,-80.0021360009],"university"],"around_goal_pivot_2":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_3":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_4":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_5":[[40.4397308,-80.0008734],"library"],"around_goal_pivot_6":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_7":[[40.4410125,-80.0009821],"post box"],"around_goal_pivot_8":[[40.4398519,-80.0010877],"stationery shop"],"around_goal_pivot_9":[[40.4397607,-80.0011477],"2 restaurants"],"around_goal_pivot_10":[[40.4406761,-80.000612],"jewelry shop"]}} +{"rvs_sample_number":480,"content":"If you go south, you can meet me at the garden on Stanwix Street. It's on the block east of the train station, and south of a Rite Aid. Also, it's the garden on the southwest corner of this block. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4416445763,-80.0036974037],"key":8813,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333],"landmarks":{"end_point":[[40.4416445763,-80.0036974037],"garden"],"start_point":[[40.4465292333,-80.0041016333],"garden"],"main_pivot":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_4":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_5":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4419318,-80.0041125],"train station"],"near_pivot":[[40.4419318,-80.0041125],"train station"],"beyond_pivot":[[40.4410334,-80.0033455],"restaurant"],"around_goal_pivot_1":[[40.4428942,-80.0045699],"car rental"],"around_goal_pivot_2":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_3":[[40.4406402,-80.0045489],"four gardens"],"around_goal_pivot_4":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_5":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_6":[[40.4423138,-80.0048267],"2 gardens"],"around_goal_pivot_7":[[40.4410007923,-80.004960192],"two gardens"],"around_goal_pivot_8":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_9":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_10":[[40.4409032,-80.0031441],"bicycle rental"]}} +{"rvs_sample_number":240,"content":"I'm waiting for you at a bench east of a hotel and a restaurant on Liberty Avenue. You will find a parking entrance on the northeast corner of the same block as the bench.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4422099,-80.0054427],"key":8814,"region":"Pittsburgh","rvs_start_point":[40.4390031,-79.9991179],"landmarks":{"end_point":[[40.4422099,-80.0054427],"bench"],"start_point":[[40.4390031,-79.9991179],"H&R Block"],"main_pivot":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_2":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_3":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_4":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_5":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_6":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_7":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_8":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_9":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_10":[[40.4416796002,-80.0036603305],"Fifth Avenue Place"],"main_pivot_11":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_12":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_13":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_14":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_15":[[40.4419032505,-80.0060571041],"hotel"],"near_pivot":[[40.4419032505,-80.0060571041],"hotel"],"beyond_pivot":[[40.4419127689,-80.00617283],"restaurant"],"around_goal_pivot_1":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_2":[[40.4411362,-80.0044989],"restaurant"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"]}} +{"rvs_sample_number":19,"content":"Walk west past tattoo shop, clothes shop and Starbucks. There is a restaurant a block after at the corner and also on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4286662,-79.9855523],"key":8815,"region":"Pittsburgh","rvs_start_point":[40.428619023,-79.9826135835],"landmarks":{"end_point":[[40.4286662,-79.9855523],"restaurant"],"start_point":[[40.428619023,-79.9826135835],"beauty shop"],"main_pivot":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_2":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_3":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_4":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_5":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_6":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_7":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_8":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_9":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_10":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_11":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_12":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_13":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_14":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_15":[[40.428841,-79.9854326],"fast food restaurant"],"near_pivot":[[40.428841,-79.9854326],"fast food restaurant"],"beyond_pivot":[[40.4289746,-79.9865225],"tobacco"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4286221251,-79.9867352716],"bank"],"around_goal_pivot_3":[[40.4288715,-79.9865188],"nightclub"],"around_goal_pivot_4":[[40.4288042,-79.9870277],"pub"],"around_goal_pivot_5":[[40.4287397,-79.9836649],"tattoo shop"],"around_goal_pivot_6":[[40.4286305719,-79.9865135162],"florist shop"],"around_goal_pivot_7":[[40.4287371,-79.9839137],"clothes shop"],"around_goal_pivot_8":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_9":[[40.428861,-79.9844667],"supermarket"]}} +{"rvs_sample_number":275,"content":"Move west on West Carson Street past Fort Pitt Bridge. Walk past the station and I'm waiting at the parking entrance a little bit northwest near a plaza. If you reach a gas station you have gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4420005,-80.0213548],"key":8816,"region":"Pittsburgh","rvs_start_point":[40.4350608439,-80.0082173463],"landmarks":{"end_point":[[40.4420005,-80.0213548],"parking entrance"],"start_point":[[40.4350608439,-80.0082173463],"garden"],"main_pivot":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_2":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_3":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_4":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_5":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_6":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_7":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_8":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_9":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_10":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_11":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_12":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_13":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_14":[[40.4380883436,-80.0134721372],"Fort Pitt Bridge"],"main_pivot_15":[[40.4420248,-80.0214258],"parking entrance"],"near_pivot":[[40.4420248,-80.0214258],"parking entrance"],"around_goal_pivot_1":[[40.4411117,-80.0201363],"parking lot"]}} +{"rvs_sample_number":98,"content":"When you're done eating, meet me at the tattoo shop east of you on East Carson street. It's on the next block past Round Two BMX, and on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4281720946,-79.9741486481],"key":8817,"region":"Pittsburgh","rvs_start_point":[40.428609126,-79.9866121994],"landmarks":{"end_point":[[40.4281720946,-79.9741486481],"tattoo shop"],"start_point":[[40.428609126,-79.9866121994],"restaurant"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.4283186,-79.9748282],"pub"],"near_pivot":[[40.4283186,-79.9748282],"pub"],"around_goal_pivot_1":[[40.4289638,-79.9728661],"veterinary"],"around_goal_pivot_2":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_3":[[40.4288239,-79.972878],"4 parking spaces"],"around_goal_pivot_4":[[40.4283383,-79.9751749],"bicycle shop"],"around_goal_pivot_5":[[40.4280375292,-79.9727560813],"gift shop"],"around_goal_pivot_6":[[40.4288211,-79.9728196],"five parking spaces"],"around_goal_pivot_7":[[40.4288226,-79.9728511],"3 parking spaces"],"around_goal_pivot_8":[[40.4280223665,-79.9726059947],"hairdresser shop"],"around_goal_pivot_9":[[40.4280306686,-79.972691767],"clothes shop"],"around_goal_pivot_10":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":221,"content":"Move down on Forbes Avenue past Hillman Library and waste basket. Meet me at the restaurant east of Dollar bank. It is in the middle of the block opposite vending machine.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.441765,-79.9568918],"key":8818,"region":"Pittsburgh","rvs_start_point":[40.4433235,-79.9452199],"landmarks":{"end_point":[[40.441765,-79.9568918],"restaurant"],"start_point":[[40.4433235,-79.9452199],"bicycle parking"],"main_pivot":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_2":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_3":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_4":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_5":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_7":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_8":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_9":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_10":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_11":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_12":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_13":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_14":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_15":[[40.4413697,-79.9565747],"vending machine"],"near_pivot":[[40.4413697,-79.9565747],"vending machine"],"beyond_pivot":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_1":[[40.4429683333,-79.9577707374],"school"],"around_goal_pivot_2":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_3":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_4":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_6":[[40.4409927,-79.9574184],"post box"],"around_goal_pivot_7":[[40.4425168,-79.9557757],"waste basket"],"around_goal_pivot_8":[[40.441478,-79.9559814],"parking entrance"],"around_goal_pivot_9":[[40.440825,-79.9578198],"sports shop"],"around_goal_pivot_10":[[40.4406831,-79.9580276],"vacant shop"]}} +{"rvs_sample_number":510,"content":"You can meet me at the hairdresser shop here on Smithfield Street. It's southwest of you, and there's a Fairfield Inn hotel about a block southeast of here. The Mon Wharf Landing park is about two blocks to the south. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4375828391,-80.0005627287],"key":8819,"region":"Pittsburgh","rvs_start_point":[40.4389581,-79.9936641],"landmarks":{"end_point":[[40.4375828391,-80.0005627287],"hairdresser shop"],"start_point":[[40.4389581,-79.9936641],"school"],"main_pivot":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_2":[[40.4391955,-79.9975686],"(former Kaufmann's\/Macy's)"],"main_pivot_3":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_4":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_5":[[40.4392303,-79.9967236],"Allegheny County Courthouse"],"main_pivot_6":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_7":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_8":[[40.4391585,-79.9959491],"BNY Mellon Center"],"main_pivot_9":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_10":[[40.438344,-79.9983409],"Law & Finance Building"],"main_pivot_11":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_12":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_13":[[40.4391585,-79.9959491],"BNY Mellon Center"],"main_pivot_14":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_15":[[40.4370447,-80.000547],"fast food restaurant"],"near_pivot":[[40.4370447,-80.000547],"fast food restaurant"],"beyond_pivot":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_1":[[40.4368491,-79.9996575],"Fairfield Inn & Suites"],"around_goal_pivot_2":[[40.4382337,-80.0019119],"recycling"],"around_goal_pivot_3":[[40.4380219,-80.0020326],"fountain"],"around_goal_pivot_4":[[40.4386076,-79.9999908],"bank"],"around_goal_pivot_5":[[40.4388405,-80.0002407],"restaurant"],"around_goal_pivot_6":[[40.4382439,-80.0018495],"waste basket"],"around_goal_pivot_7":[[40.438012,-79.9988585],"optician shop"],"around_goal_pivot_8":[[40.4379768,-79.9987574],"confectionery shop"],"around_goal_pivot_9":[[40.4363755,-80.0013041],"park"]}} +{"rvs_sample_number":312,"content":"Meet me at the boutique shop west of you on East Carson Street. It's two blocks west of The E House Company computer shop. It's towards the beginning of the block and on the north side of the street. If you get to Great Clips, you are one block too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4289082,-79.9844281],"key":8820,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706],"landmarks":{"end_point":[[40.4289082,-79.9844281],"boutique shop"],"start_point":[[40.4281728,-79.9653706],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.428741,-79.9835382],"fast food restaurant"],"near_pivot":[[40.428741,-79.9835382],"fast food restaurant"],"beyond_pivot":[[40.428841,-79.9854326],"fast_food"],"around_goal_pivot_1":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_2":[[40.428841,-79.9854326],"fast food restaurant"],"around_goal_pivot_3":[[40.4288395,-79.985506],"Great Clips"],"around_goal_pivot_4":[[40.4286492,-79.9827612],"beauty shop"],"around_goal_pivot_5":[[40.4287024,-79.9856103],"sports shop"],"around_goal_pivot_6":[[40.4287544,-79.982986],"two pubs"],"around_goal_pivot_7":[[40.4288915,-79.9829811],"computer shop"],"around_goal_pivot_8":[[40.4286961,-79.9858988],"musical instrument shop"],"around_goal_pivot_9":[[40.4282284,-79.9860748],"playground"]}} +{"rvs_sample_number":307,"content":"Meet me at the fitness centre on Federal Street. It is across the street from the SpringHill Suites. I am in the top north west corner of the building. There are two building across the street, I am in the southern one.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4486316,-80.0041927],"key":8821,"region":"Pittsburgh","rvs_start_point":[40.4426872472,-80.0071368931],"landmarks":{"end_point":[[40.4486316,-80.0041927],"fitness centre"],"start_point":[[40.4426872472,-80.0071368931],"garden"],"main_pivot":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_2":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_3":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_4":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_5":[[40.4470564546,-80.0040969559],"PNC Park"],"main_pivot_6":[[40.4470564546,-80.0040969559],"PNC Park"],"main_pivot_7":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_8":[[40.4470564546,-80.0040969559],"PNC Park"],"main_pivot_9":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_10":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_11":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_12":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_13":[[40.4425214123,-80.0075077068],"Point State Park"],"main_pivot_14":[[40.4470564546,-80.0040969559],"PNC Park"],"main_pivot_15":[[40.4485906633,-80.0045108657],"SpringHill Suites"],"near_pivot":[[40.4485906633,-80.0045108657],"SpringHill Suites"],"beyond_pivot":[[40.448496,-80.0027408],"museum"],"around_goal_pivot_1":[[40.448496,-80.0027408],"museum"],"around_goal_pivot_2":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_3":[[40.4498119,-80.0048956],"post office"],"around_goal_pivot_4":[[40.4489383,-80.0029396],"parking entrance"],"around_goal_pivot_5":[[40.4476428,-80.0043128],"clothes shop"]}} +{"rvs_sample_number":339,"content":"Move north across the river and the expressway towards Childrens Way. You will see me at Federal Galley restaurant west of Fitness centre.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4515167381,-80.0060291502],"key":8822,"region":"Pittsburgh","rvs_start_point":[40.4409265916,-80.0059835052],"landmarks":{"end_point":[[40.4515167381,-80.0060291502],"restaurant"],"start_point":[[40.4409265916,-80.0059835052],"garden"],"main_pivot":[[40.4411648223,-80.0046865812],"Four Gateway Center"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_4":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_5":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_6":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_12":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_14":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_15":[[40.4520527,-80.0062278],"fountain"],"near_pivot":[[40.4520527,-80.0062278],"fountain"],"around_goal_pivot_1":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_2":[[40.4511429,-80.0049447],"restaurant"],"around_goal_pivot_3":[[40.4526401,-80.0065304],"planetarium"],"around_goal_pivot_4":[[40.4524719,-80.0058557],"bicycle parking"],"around_goal_pivot_5":[[40.4525089,-80.0066817],"garden"],"around_goal_pivot_6":[[40.4521594,-80.0066687],"dog park"],"around_goal_pivot_7":[[40.4514469,-80.0049565],"fitness centre"],"around_goal_pivot_8":[[40.4524175,-80.0070083],"playground"]}} +{"rvs_sample_number":306,"content":"Meet me at the toilets west of your location. Head west on Schenley Drive. Keep going west past Schenley Bridge. You will see Carnegie Library of Pittsburgh. Your destination is straight west on the next block in the middle of the field. It is across the street and east of Hillman Library.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4422641,-79.9527501],"key":8823,"region":"Pittsburgh","rvs_start_point":[40.4395047,-79.9387364],"landmarks":{"end_point":[[40.4422641,-79.9527501],"toilets"],"start_point":[[40.4395047,-79.9387364],"bench"],"main_pivot":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_2":[[40.4412289,-79.9427893],"Kraus Campo"],"main_pivot_3":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_4":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_5":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_8":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_9":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_10":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_11":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_13":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_14":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_15":[[40.4423547,-79.9534292],"library"],"near_pivot":[[40.4423547,-79.9534292],"library"],"around_goal_pivot_1":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_2":[[40.4430866174,-79.9531172154],"two fast food restaurants"],"around_goal_pivot_3":[[40.4436274,-79.9526908],"attraction"],"around_goal_pivot_4":[[40.4430641,-79.9525423],"picnic site"],"around_goal_pivot_5":[[40.4436869,-79.9526969],"theatre"],"around_goal_pivot_6":[[40.4430167,-79.9530457],"fast food restaurant"],"around_goal_pivot_7":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_8":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_9":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_10":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":282,"content":"Move east and get on East Carson Street, you will see me at the bar at the end of the block after the park. There is a social centre northwest of the bar.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.428828447,-79.9773701189],"key":8824,"region":"Pittsburgh","rvs_start_point":[40.4298657487,-79.9668255332],"landmarks":{"end_point":[[40.428828447,-79.9773701189],"bar"],"start_point":[[40.4298657487,-79.9668255332],"parking lot"],"main_pivot":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_2":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_3":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_4":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_5":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_6":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_7":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_8":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_9":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_10":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_11":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_12":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_13":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_14":[[40.4294001,-79.9672204],"SouthSide Works"],"main_pivot_15":[[40.4293116,-79.9776875],"social centre"],"near_pivot":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_1":[[40.4299605743,-79.9773064609],"fast food restaurant"],"around_goal_pivot_2":[[40.4299463,-79.9770526],"Family Dollar"],"around_goal_pivot_3":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_4":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_5":[[40.4301036617,-79.9772980192],"parking lot"],"around_goal_pivot_6":[[40.4299079,-79.9763738],"vacant shop"],"around_goal_pivot_7":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_8":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":351,"content":"Let's meet at the gas station, it's the one that has a repair garage next to it off of Saw Mill Run Blvd., it's right before there is that exit ramp leading to the tunnel. There is a park on the other side of the road.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.42671865,-80.0224335],"key":8825,"region":"Pittsburgh","rvs_start_point":[40.4338419,-80.0064879],"landmarks":{"end_point":[[40.42671865,-80.0224335],"gas station"],"start_point":[[40.4338419,-80.0064879],"garden"],"main_pivot":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_2":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_3":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_4":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_5":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_6":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_7":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_8":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_9":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_10":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_11":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_12":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_13":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_14":[[40.4345174,-80.0064571],"Sheraton Pittsburgh Hotel at Station Square"],"main_pivot_15":[[40.4266789,-80.0222396],"car repair shop"],"near_pivot":[[40.4266789,-80.0222396],"car repair shop"],"beyond_pivot":[[40.4272527,-80.0234134],"car_repair"],"around_goal_pivot_1":[[40.4260471,-80.0207479],"parking lot"],"around_goal_pivot_2":[[40.4271938,-80.023409],"car repair shop"]}} +{"rvs_sample_number":338,"content":"Move west past West Park and Vending Machine, I'm waiting at the waste basket near The campus fast food restaurant. It is on the same block with vending machine.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4498665,-80.0147206],"key":8826,"region":"Pittsburgh","rvs_start_point":[40.4521920274,-80.0068006405],"landmarks":{"end_point":[[40.4498665,-80.0147206],"waste basket"],"start_point":[[40.4521920274,-80.0068006405],"dog park"],"main_pivot":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_2":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_3":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_4":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_5":[[40.4525721,-80.0067747],"Children's Museum of Pittsburgh"],"main_pivot_6":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_7":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_8":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_9":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_10":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_11":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_12":[[40.4525721,-80.0067747],"Children's Museum of Pittsburgh"],"main_pivot_13":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_14":[[40.451897469,-80.0097245836],"West Park"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_3":[[40.4509248073,-80.0122344781],"park"]}} +{"rvs_sample_number":227,"content":"I'm northeast of you, at a car shop on California Avenue, next to a hairdresser shop. California comes to an end shortly to the east of this place. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431343,-80.0024879],"key":8827,"region":"Pittsburgh","rvs_start_point":[40.4392984888,-80.0060371096],"landmarks":{"end_point":[[40.4431343,-80.0024879],"restaurant"],"start_point":[[40.4392984888,-80.0060371096],"garden"],"main_pivot":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_2":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_3":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_4":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_5":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_6":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_7":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_8":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_9":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_12":[[40.440672934,-80.003616378],"Two PPG Place"],"main_pivot_13":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_14":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.443895,-80.0024417],"theatre"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":266,"content":"Move south past historic building and attraction. I'm waiting at the garden near Forbes Avenue and west of Stephen Foster. I'm in the middle of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4431807695,-79.952818905],"key":8828,"region":"Pittsburgh","rvs_start_point":[40.4513634786,-79.9513952338],"landmarks":{"end_point":[[40.4431807695,-79.952818905],"garden"],"start_point":[[40.4513634786,-79.9513952338],"parking space"],"main_pivot":[[40.4434205,-79.9517927],"Stephen Foster"],"main_pivot_2":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_3":[[40.4434205,-79.9517927],"Stephen Foster"],"main_pivot_4":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_5":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_6":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_7":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_8":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_9":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_10":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_11":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_12":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_13":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_14":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_15":[[40.4436738,-79.9525419],"attraction"],"near_pivot":[[40.4436738,-79.9525419],"attraction"],"around_goal_pivot_1":[[40.4429684,-79.9511033],"library"],"around_goal_pivot_2":[[40.4441439,-79.9525475],"historic building"],"around_goal_pivot_3":[[40.4434012,-79.9544294],"attraction"],"around_goal_pivot_4":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_5":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_6":[[40.4434709,-79.9513212],"theatre"],"around_goal_pivot_7":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":164,"content":"Move down south past Liberty Elementary school. I'm at the vacant shop adjacent Rite Aid pharmacy. It is directly east of Shadyside Variety store.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4514368,-79.9333787],"key":8829,"region":"Pittsburgh","rvs_start_point":[40.4566357328,-79.9375564196],"landmarks":{"end_point":[[40.4514368,-79.9333787],"vacant shop"],"start_point":[[40.4566357328,-79.9375564196],"parking lot"],"main_pivot":[[40.4509523,-79.93416],"Gap"],"main_pivot_2":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_3":[[40.456856,-79.9375114],"Wendy's"],"main_pivot_4":[[40.4509523,-79.93416],"Gap"],"main_pivot_5":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_6":[[40.4563172,-79.9367732],"Subway"],"main_pivot_7":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_8":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_9":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_10":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_11":[[40.456856,-79.9375114],"Wendy's"],"main_pivot_12":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_13":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_14":[[40.4563172,-79.9367732],"Subway"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_1":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_2":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_3":[[40.4506774,-79.9349721],"marketplace"],"around_goal_pivot_4":[[40.4538583,-79.9342013],"school"],"around_goal_pivot_5":[[40.4512311,-79.9347471],"bar"],"around_goal_pivot_6":[[40.4520659,-79.9322801],"parking lot"],"around_goal_pivot_7":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_8":[[40.4513983,-79.9321878],"toy shop"],"around_goal_pivot_9":[[40.4507468,-79.9347737],"gift shop"],"around_goal_pivot_10":[[40.4509267,-79.9348524],"sports shop"]}} +{"rvs_sample_number":222,"content":"Move southwest over the bridge, you'll see me at the Fort Pitt historical building right before the museum. There is a viewpoint on the north side.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4411925123,-80.0098216109],"key":8830,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333],"landmarks":{"end_point":[[40.4411925123,-80.0098216109],"historic building"],"start_point":[[40.4465292333,-80.0041016333],"garden"],"main_pivot":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_4":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_7":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_11":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_12":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_14":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_15":[[40.4408290905,-80.0096886678],"museum"],"near_pivot":[[40.4408290905,-80.0096886678],"museum"],"around_goal_pivot_1":[[40.4400474958,-80.0073164698],"park"],"around_goal_pivot_2":[[40.4423911,-80.0096045],"viewpoint"],"around_goal_pivot_3":[[40.4409073,-80.0082808],"fast food restaurant"]}} +{"rvs_sample_number":390,"content":"Meet me at the garden northeast of you. It's one block northwest of Cinderlands Warehouse near the water. It's just a little west of two gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4571961924,-79.9803140436],"key":8831,"region":"Pittsburgh","rvs_start_point":[40.4464965872,-79.9929969892],"landmarks":{"end_point":[[40.4571961924,-79.9803140436],"garden"],"start_point":[[40.4464965872,-79.9929969892],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4571559,-79.9801162],"two gardens"],"near_pivot":[[40.4571559,-79.9801162],"two gardens"],"around_goal_pivot_1":[[40.4559416,-79.9795445],"pub"],"around_goal_pivot_4":[[40.4580673,-79.9789396],"two gardens"],"around_goal_pivot_5":[[40.4574808,-79.9787333],"three gardens"]}} +{"rvs_sample_number":297,"content":"Meet me at the school facing Academic Walk which is over a tunnel. There is a prison south of the school. The prison is facing the water. You'll see a library in the northeast direction from the school.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4361803,-79.9928307],"key":8832,"region":"Pittsburgh","rvs_start_point":[40.4367463,-79.99674065],"landmarks":{"end_point":[[40.4361803,-79.9928307],"school"],"start_point":[[40.4367463,-79.99674065],"public building"],"main_pivot":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_2":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_3":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_4":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_5":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_6":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_7":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_8":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_9":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_10":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_11":[[40.437689,-79.996507],"Pittsburgh City-County Building"],"main_pivot_12":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_13":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_14":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_15":[[40.4366667,-79.9922222],"school"],"near_pivot":[[40.4366667,-79.9922222],"school"],"around_goal_pivot_1":[[40.4371732,-79.9917916],"library"],"around_goal_pivot_2":[[40.4347871152,-79.9929253466],"prison"]}} +{"rvs_sample_number":65,"content":"Move northeast towards Bellefonte street, past shady grove bar. I'm at the bar on the block after PNC atm. It is almost by the corner and on the same street side.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4514921,-79.9339021],"key":8833,"region":"Pittsburgh","rvs_start_point":[40.4425885,-79.9399266],"landmarks":{"end_point":[[40.4514921,-79.9339021],"bar"],"start_point":[[40.4425885,-79.9399266],"restaurant"],"main_pivot":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_2":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_3":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_4":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_5":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_6":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_7":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_8":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_9":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_10":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_11":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_12":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_13":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_14":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_15":[[40.4511496,-79.9336268],"atm"],"near_pivot":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_1":[[40.4519526,-79.9321973],"bank"],"around_goal_pivot_2":[[40.4514149,-79.932741],"Sephora"],"around_goal_pivot_3":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_4":[[40.4508239,-79.9335213],"bar"],"around_goal_pivot_5":[[40.4506774,-79.9349721],"marketplace"],"around_goal_pivot_6":[[40.4506067,-79.9353611],"pharmacy"],"around_goal_pivot_7":[[40.4528263,-79.933652],"school"],"around_goal_pivot_8":[[40.4520659,-79.9322801],"parking lot"],"around_goal_pivot_9":[[40.4513983,-79.9321878],"toy shop"],"around_goal_pivot_10":[[40.4510076,-79.9346043],"variety store shop"]}} +{"rvs_sample_number":271,"content":"If you are at the park you should go west towards central Oakland and find me on Forbes Ave. I'm standing in front of a FedEx Office on the south side of the street. There is a Citizens Bank just north of me. GameStop is west south of me.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4412874,-79.9571868],"key":8834,"region":"Pittsburgh","rvs_start_point":[40.4342085058,-79.9442249603],"landmarks":{"end_point":[[40.4412874,-79.9571868],"FedEx Office"],"start_point":[[40.4342085058,-79.9442249603],"playground"],"main_pivot":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_2":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_3":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_4":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_5":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_6":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_7":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_8":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_9":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_10":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_11":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_12":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_13":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_14":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_15":[[40.4417776123,-79.9575408748],"bank"],"near_pivot":[[40.4417776123,-79.9575408748],"bank"],"beyond_pivot":[[40.441714,-79.9566181],"fast_food"],"around_goal_pivot_1":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_2":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_3":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_4":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_5":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_6":[[40.4423471,-79.9564271],"pub"],"around_goal_pivot_7":[[40.4418935,-79.9566272],"waste basket"],"around_goal_pivot_8":[[40.4406831,-79.9580276],"vacant shop"],"around_goal_pivot_9":[[40.4406184,-79.9581005],"clothes shop"]}} +{"rvs_sample_number":8,"content":"I'm at the garden on 24th street. It is on the block opposite Meraki studio and the first garden from the right. Move northeast to get there. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4545019796,-79.9819387727],"key":8835,"region":"Pittsburgh","rvs_start_point":[40.4506082,-79.9844867],"landmarks":{"end_point":[[40.4545019796,-79.9819387727],"garden"],"start_point":[[40.4506082,-79.9844867],"variety store shop"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4550787,-79.9815531],"two gardens"],"near_pivot":[[40.4550787,-79.9815531],"two gardens"],"beyond_pivot":[[40.4550979813,-79.982369558],"parking"],"around_goal_pivot_1":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_2":[[40.4551321,-79.9813631],"three gardens"],"around_goal_pivot_3":[[40.4550188,-79.9804767],"bicycle parking"]}} +{"rvs_sample_number":549,"content":"Meet me at the parking lot on Bridle Trail, to the south of a shelter. There is a playground on its southwest across some small trails.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4335796826,-79.9440541386],"key":8836,"region":"Pittsburgh","rvs_start_point":[40.4468304193,-79.9518583591],"landmarks":{"end_point":[[40.4335796826,-79.9440541386],"parking lot"],"start_point":[[40.4468304193,-79.9518583591],"historic ruins"],"main_pivot":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_2":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_3":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_4":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_5":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_6":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_7":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_8":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_9":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_10":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_11":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_12":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_14":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_15":[[40.4337791,-79.9442171],"shelter"],"near_pivot":[[40.4337791,-79.9442171],"shelter"],"around_goal_pivot_1":[[40.4329523,-79.9453618],"shelter"],"around_goal_pivot_2":[[40.4328728736,-79.9435963642],"track"],"around_goal_pivot_3":[[40.4327693952,-79.943521114],"pitch"],"around_goal_pivot_4":[[40.4331431,-79.9456858],"playground"]}} +{"rvs_sample_number":48,"content":"Can you pick me up from the basketball court on West Jefferson street? Just go north from your current location, from Central Northside, but when you reach the woods you should turn west.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.45896555,-80.01454655],"key":8837,"region":"Pittsburgh","rvs_start_point":[40.45611,-80.0066678],"landmarks":{"end_point":[[40.45896555,-80.01454655],"pitch"],"start_point":[[40.45611,-80.0066678],"restaurant"],"main_pivot":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_2":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_11":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4588562,-80.0143983],"pitch"],"near_pivot":[[40.4588562,-80.0143983],"pitch"],"around_goal_pivot_1":[[40.4594358,-80.0157861],"parking lot"]}} +{"rvs_sample_number":444,"content":"Let's meet up at Moe's Southwest Grill Mexican fast food place. It's located on Atwood Street. It's in the last straight stretch of the street before it takes a wide right angled turn just north of this block. There's another Mexican style eatery on block to the south of this one.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4415606,-79.958415],"key":8838,"region":"Pittsburgh","rvs_start_point":[40.4442631,-79.9445918],"landmarks":{"end_point":[[40.4415606,-79.958415],"fast food restaurant"],"start_point":[[40.4442631,-79.9445918],"bench"],"main_pivot":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_2":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_3":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_4":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_5":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_6":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_7":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_8":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_9":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_10":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_11":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_12":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_13":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_14":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_15":[[40.4410446,-79.9579494],"fast food restaurant"],"near_pivot":[[40.4410446,-79.9579494],"fast food restaurant"],"around_goal_pivot_1":[[40.4428783,-79.957894],"school"],"around_goal_pivot_2":[[40.4418547,-79.9571582],"2 fast food restaurants"],"around_goal_pivot_3":[[40.4424563,-79.9595837],"hospital"],"around_goal_pivot_4":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_5":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_6":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_7":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_8":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_9":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_10":[[40.4407331,-79.9579512],"GameStop"]}} +{"rvs_sample_number":119,"content":"Meet me at the parking lot on 16th street. You will find a wholesale shop north of the destination in the same block. McDonald's is across the street, to its northwest.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4485484759,-79.9869831494],"key":8839,"region":"Pittsburgh","rvs_start_point":[40.4403594,-79.9955717],"landmarks":{"end_point":[[40.4485484759,-79.9869831494],"parking lot"],"start_point":[[40.4403594,-79.9955717],"fountain"],"main_pivot":[[40.4430938,-79.9945063],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_3":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_4":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_5":[[40.4442535,-79.9940197],"Federated Tower"],"main_pivot_6":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_7":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4423405055,-79.9949880551],"Gulf Tower"],"main_pivot_9":[[40.4421076,-79.9951457],"Koppers Tower"],"main_pivot_10":[[40.439871,-79.995705],"BNY Mellon Center"],"main_pivot_11":[[40.4414804,-79.9952516],"U.S. Steel Tower"],"main_pivot_12":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_13":[[40.440014,-79.9957929],"BNY Mellon Center"],"main_pivot_14":[[40.442603,-79.9945067],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4491194,-79.9872407],"hairdresser shop"],"near_pivot":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_1":[[40.4491377,-79.9877423],"bridge"],"around_goal_pivot_2":[[40.4492326759,-79.9863239854],"fast food restaurant"],"around_goal_pivot_3":[[40.4492859,-79.9869409],"hotel"],"around_goal_pivot_4":[[40.4496392,-79.9875935],"nightclub"],"around_goal_pivot_5":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_6":[[40.4494489,-79.9866849],"furniture shop"],"around_goal_pivot_7":[[40.449177,-79.9858277],"wholesale shop"],"around_goal_pivot_8":[[40.4497326,-79.9862681],"supermarket"]}} +{"rvs_sample_number":218,"content":"Move northwest on south Bellefield Avenue, meet me at the bench near attraction. The bench is slightly northeast of historic building.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4451738,-79.9518083],"key":8840,"region":"Pittsburgh","rvs_start_point":[40.4439978,-79.9446047],"landmarks":{"end_point":[[40.4451738,-79.9518083],"bench"],"start_point":[[40.4439978,-79.9446047],"bicycle parking"],"main_pivot":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_8":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_12":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_13":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_14":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_15":[[40.4451892211,-79.9518193865],"attraction"],"near_pivot":[[40.4451892211,-79.9518193865],"attraction"],"around_goal_pivot_1":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_2":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_3":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_5":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_8":[[40.4459593,-79.9503232],"2 parking entrances"]}} +{"rvs_sample_number":106,"content":"Go west and then turn onto Graeme Street where you'll meet me at the Chase bank by Market Square, west of Rite Aid.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4410422,-80.0029338],"key":8841,"region":"Pittsburgh","rvs_start_point":[40.4389884,-79.9985176],"landmarks":{"end_point":[[40.4410422,-80.0029338],"Chase"],"start_point":[[40.4389884,-79.9985176],"bicycle parking"],"main_pivot":[[40.4383588814,-79.9987554302],"One Oxford Center"],"main_pivot_2":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_3":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_4":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_5":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_6":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_7":[[40.4400290653,-80.0024519792],"Burke Building"],"main_pivot_8":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_9":[[40.4383588814,-79.9987554302],"One Oxford Center"],"main_pivot_10":[[40.4383588814,-79.9987554302],"One Oxford Center"],"main_pivot_11":[[40.4399185,-80.0001447],"Tower at PNC Plaza"],"main_pivot_12":[[40.4414104243,-80.0018754782],"Three PNC Plaza"],"main_pivot_13":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_14":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_15":[[40.4414144,-80.0033033],"Boost Mobile"],"near_pivot":[[40.4414144,-80.0033033],"Boost Mobile"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_5":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_7":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_8":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_9":[[40.4419014,-80.0031032],"photo shop"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":520,"content":"Go northwest and meet me at the university on Ridge Avenue just west of the cafe. It's on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4497507598,-80.0160853894],"key":8842,"region":"Pittsburgh","rvs_start_point":[40.4461775,-80.0108803],"landmarks":{"end_point":[[40.4497507598,-80.0160853894],"university"],"start_point":[[40.4461775,-80.0108803],"restaurant"],"main_pivot":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_2":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_3":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_4":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_5":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_6":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_7":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_8":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_9":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_10":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_11":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_12":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_13":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_14":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_15":[[40.4500635,-80.0154789],"cafe"],"near_pivot":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_1":[[40.4498591,-80.0146123],"six benches"],"around_goal_pivot_2":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_3":[[40.4499536,-80.0146013],"bicycle parking"],"around_goal_pivot_4":[[40.4498634,-80.0145878],"five benches"],"around_goal_pivot_5":[[40.4498546,-80.0145513],"3 benches"],"around_goal_pivot_6":[[40.4492806,-80.0144591],"garden"],"around_goal_pivot_9":[[40.4498383,-80.014548],"2 benches"]}} +{"rvs_sample_number":269,"content":"I'm on Wood Street, at a park southwest of you. The park is also northwest of Engine Company No. 1, as well as southwest of Point Park University Library and Kenny's Nail Center. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4418147,-80.0000837],"key":8843,"region":"Pittsburgh","rvs_start_point":[40.4422835,-80.00549],"landmarks":{"end_point":[[40.4418147,-80.0000837],"parking entrance"],"start_point":[[40.4422835,-80.00549],"bench"],"main_pivot":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_2":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_5":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_6":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_7":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_8":[[40.4419964156,-80.0061008231],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_9":[[40.4419964156,-80.0061008231],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4423247,-80.0018562],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4419964156,-80.0061008231],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_12":[[40.4419964156,-80.0061008231],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_14":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_15":[[40.4422748,-79.9995486],"museum"],"near_pivot":[[40.4422748,-79.9995486],"museum"],"beyond_pivot":[[40.4426411,-79.9998472],"bar"],"around_goal_pivot_1":[[40.4430954,-80.0000006],"theatre"],"around_goal_pivot_2":[[40.4410362,-79.9986376],"Embassy Suites"],"around_goal_pivot_3":[[40.4412052,-79.9990896],"church"],"around_goal_pivot_4":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_5":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_6":[[40.4425726,-80.0000872],"7-Eleven"],"around_goal_pivot_7":[[40.4426411,-79.9998472],"bar"],"around_goal_pivot_8":[[40.4407271,-79.9995874],"kindergarten"],"around_goal_pivot_9":[[40.441403,-79.998968],"grave yard"],"around_goal_pivot_10":[[40.4407273,-79.9997963],"library"]}} +{"rvs_sample_number":22,"content":"Meet me at the waste basket on Boulevard of the Allies. It's southwest of your location in the same block as Mirrors Hair Salon but on the northwest corner of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4382439,-80.0018495],"key":8844,"region":"Pittsburgh","rvs_start_point":[40.4484373799,-79.9922332357],"landmarks":{"end_point":[[40.4382439,-80.0018495],"waste basket"],"start_point":[[40.4484373799,-79.9922332357],"garden"],"main_pivot":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_2":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_3":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_6":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_8":[[40.4394715407,-80.0013404897],"Arrott Building"],"main_pivot_9":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_10":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_11":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_12":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_13":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_14":[[40.4394715407,-80.0013404897],"Arrott Building"],"main_pivot_15":[[40.4379057,-80.0020219],"cafe"],"near_pivot":[[40.4379057,-80.0020219],"cafe"],"beyond_pivot":[[40.437687,-80.0008103],"public_building"],"around_goal_pivot_1":[[40.4397511,-80.0001868],"arts centre"],"around_goal_pivot_2":[[40.4376661,-80.0006987],"2 restaurants"],"around_goal_pivot_3":[[40.4394715407,-80.0013404897],"fast food restaurant"],"around_goal_pivot_4":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_5":[[40.4396146,-80.0021377],"parking entrance"],"around_goal_pivot_6":[[40.4378722,-80.0000798],"bicycle parking"],"around_goal_pivot_7":[[40.4379902,-80.0002944],"mobile phone shop"],"around_goal_pivot_8":[[40.4380743,-80.0002446],"clothes shop"],"around_goal_pivot_9":[[40.4375949,-80.0006796],"hairdresser shop"],"around_goal_pivot_10":[[40.4373762,-80.0007405],"comics shop"]}} +{"rvs_sample_number":581,"content":"Meet me at the Pizza Hut west of your location. Head west on East Carson Street. You will see a Z Lounge bar. Your destination is on the next block, at the end of the block. It is across the street from 2 bars.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4283664547,-79.9774071754],"key":8845,"region":"Pittsburgh","rvs_start_point":[40.4280790289,-79.9727195721],"landmarks":{"end_point":[[40.4283664547,-79.9774071754],"restaurant"],"start_point":[[40.4280790289,-79.9727195721],"gift shop"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4286825,-79.9774225],"2 bars"],"near_pivot":[[40.4286825,-79.9774225],"2 bars"],"beyond_pivot":[[40.4287274,-79.978219],"pharmacy"],"around_goal_pivot_1":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_2":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_3":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_4":[[40.4284828927,-79.9786038216],"dentist's office"],"around_goal_pivot_5":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_6":[[40.4275222,-79.97633],"parking lot"],"around_goal_pivot_7":[[40.4286982,-79.9764679],"kiosk shop"],"around_goal_pivot_8":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":256,"content":"Meet me at the parking lot on Arch Street in front of a hospital. There is a historic building to its south and on the same block.\r\nYou will find a zoo to its southwest on the adjacent block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4541413912,-80.0083427553],"key":8846,"region":"Pittsburgh","rvs_start_point":[40.4409971126,-80.0049816213],"landmarks":{"end_point":[[40.4541413912,-80.0083427553],"parking lot"],"start_point":[[40.4409971126,-80.0049816213],"garden"],"main_pivot":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_4":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_7":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_8":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_11":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_12":[[40.4407910008,-80.0049375399],"Four Gateway Center"],"main_pivot_13":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_14":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_15":[[40.4532834,-80.0081403],"historic building"],"near_pivot":[[40.4532834,-80.0081403],"historic building"],"beyond_pivot":[[40.4538757,-80.0059408],"parking"],"around_goal_pivot_1":[[40.4533459,-80.0096423],"zoo"],"around_goal_pivot_2":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_3":[[40.4536835,-80.0097648],"shelter"],"around_goal_pivot_4":[[40.4545182,-80.0100452],"playground"]}} +{"rvs_sample_number":224,"content":"Meet me at the fast food restaurant on Forbes Avenue. It is diagonally across the street from the block with Litchfield Tower B. And diagonally across the street from the block with Citizens Bank. The restaurant is towards the middle.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.441714,-79.9566181],"key":8847,"region":"Pittsburgh","rvs_start_point":[40.444392,-79.9465766],"landmarks":{"end_point":[[40.441714,-79.9566181],"fast food restaurant"],"start_point":[[40.444392,-79.9465766],"parking lot"],"main_pivot":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_2":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_3":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_4":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_5":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_6":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_7":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_8":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_9":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_10":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_11":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_12":[[40.4454244712,-79.9465109656],"Central Catholic High School"],"main_pivot_13":[[40.4428203,-79.9553526],"Brackenridge Hall"],"main_pivot_14":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_15":[[40.4418458,-79.9574464],"bank"],"near_pivot":[[40.4418458,-79.9574464],"bank"],"beyond_pivot":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_1":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_2":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_5":[[40.4412365,-79.9576093],"restaurant"],"around_goal_pivot_6":[[40.4425168,-79.9557757],"waste basket"],"around_goal_pivot_7":[[40.4409927,-79.9574184],"post box"],"around_goal_pivot_8":[[40.440825,-79.9578198],"sports shop"],"around_goal_pivot_9":[[40.4408964,-79.9577085],"optician shop"],"around_goal_pivot_10":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":0,"content":"Move northeast and get on Smallman street. I am at the parking lot adjacent marketplace and north of antiques shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.450653316,-79.9855090024],"key":8848,"region":"Pittsburgh","rvs_start_point":[40.4478253578,-79.9934563365],"landmarks":{"end_point":[[40.450653316,-79.9855090024],"parking lot"],"start_point":[[40.4478253578,-79.9934563365],"garden"],"main_pivot":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_2":[[40.4483060719,-79.9913316443],"Veterans Bridge"],"main_pivot_3":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_4":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_5":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_6":[[40.4483060719,-79.9913316443],"Veterans Bridge"],"main_pivot_7":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_8":[[40.4483060719,-79.9913316443],"Veterans Bridge"],"main_pivot_9":[[40.4483060719,-79.9913316443],"Veterans Bridge"],"main_pivot_10":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_11":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_12":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_13":[[40.4483060719,-79.9913316443],"Veterans Bridge"],"main_pivot_14":[[40.4494336394,-79.9880905776],"16th Street Bridge"],"main_pivot_15":[[40.450821219,-79.9853771976],"marketplace"],"near_pivot":[[40.450821219,-79.9853771976],"marketplace"],"beyond_pivot":[[40.4503262,-79.9848814],"clothes"],"around_goal_pivot_1":[[40.4496145,-79.9852349],"three gardens"],"around_goal_pivot_2":[[40.4494412,-79.9863437],"fast food restaurant"],"around_goal_pivot_3":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4495771,-79.985241],"2 gardens"],"around_goal_pivot_5":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_6":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_7":[[40.4497524,-79.9857343],"beverages shop"],"around_goal_pivot_8":[[40.4501691,-79.9864771],"antiques shop"],"around_goal_pivot_9":[[40.4499991,-79.9847753],"wholesale shop"],"around_goal_pivot_10":[[40.4509054,-79.9844563],"art shop"]}} +{"rvs_sample_number":206,"content":"You can meet me at a parking lot, to the north you. It's on the block where North Canal Street makes a curve, and it's the parking lot closest to the curve's center. There's a hotel across the street from here, and Giant Eagle supermarket to the west, on the same block. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4497502,-80.0138949],"key":8849,"region":"Pittsburgh","rvs_start_point":[40.449844527,-80.0089007882],"landmarks":{"end_point":[[40.4497502,-80.0138949],"bench"],"start_point":[[40.449844527,-80.0089007882],"bridge"],"main_pivot":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_2":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_3":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_4":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_5":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_6":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_7":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_8":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_9":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_10":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_11":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_12":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_13":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_14":[[40.45062205,-80.0135457997],"Allegheny West Historic District"],"main_pivot_15":[[40.4493745,-80.0144497],"garden"],"near_pivot":[[40.4493745,-80.0144497],"garden"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_3":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_4":[[40.450706,-80.0135871],"post box"],"around_goal_pivot_5":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_6":[[40.4508269,-80.0127024],"park"]}} +{"rvs_sample_number":477,"content":"Let's meet up at the gift shop on Walnut Street. You'll find a florist shop two blocks away to the east. J.Crew is catty-cornered from the gift shop.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4507468,-79.9347737],"key":8850,"region":"Pittsburgh","rvs_start_point":[40.4521481,-79.950698],"landmarks":{"end_point":[[40.4507468,-79.9347737],"gift shop"],"start_point":[[40.4521481,-79.950698],"bar"],"main_pivot":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_2":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_5":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_6":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_7":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_8":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_9":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_10":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_11":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_12":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_13":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_14":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_15":[[40.4507402,-79.9357127],"fast food restaurant"],"near_pivot":[[40.4507402,-79.9357127],"fast food restaurant"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_3":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_4":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_5":[[40.4515281,-79.9339681],"parking lot"],"around_goal_pivot_6":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_7":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_8":[[40.4514368,-79.9333787],"vacant shop"]}} +{"rvs_sample_number":172,"content":"Meet me at the USPS post box northeast of your location. Head north until you're on Federal Street. When you see a Holiday Inn Express & Suites, your destination is one block north on the other side of the street. It is right next to a USPS post office.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4498497,-80.0048532],"key":8851,"region":"Pittsburgh","rvs_start_point":[40.4418476879,-80.004930931],"landmarks":{"end_point":[[40.4498497,-80.0048532],"post box"],"start_point":[[40.4418476879,-80.004930931],"garden"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_3":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_4":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_12":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4498119,-80.0048956],"post office"],"near_pivot":[[40.4498119,-80.0048956],"post office"],"beyond_pivot":[[40.4502944,-80.0057502],"parking_entrance"],"around_goal_pivot_1":[[40.4483506,-80.0044321],"SpringHill Suites"],"around_goal_pivot_2":[[40.4489394,-80.0043437],"Holiday Inn Express & Suites"],"around_goal_pivot_3":[[40.4511429,-80.0049447],"restaurant"],"around_goal_pivot_4":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_5":[[40.4505807,-80.0041605],"3 parking entrances"],"around_goal_pivot_6":[[40.4485382,-80.0041658],"clothes shop"],"around_goal_pivot_7":[[40.4486316,-80.0041927],"fitness centre"],"around_goal_pivot_8":[[40.450578,-80.0042286],"2 parking entrances"]}} +{"rvs_sample_number":451,"content":"I'm just a few blocks east of you on Centre Avenue, at a parking lot next to the south corner of the library. It's also east of a Fine Wine & Good Spirits, and a Domino's. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4530660735,-79.9489232102],"key":8852,"region":"Pittsburgh","rvs_start_point":[40.4510585,-79.9529737],"landmarks":{"end_point":[[40.4530660735,-79.9489232102],"parking lot"],"start_point":[[40.4510585,-79.9529737],"parking entrance"],"main_pivot":[[40.4518685,-79.9517953],"CVS Pharmacy"],"main_pivot_2":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_3":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_4":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_5":[[40.4518685,-79.9517953],"CVS Pharmacy"],"main_pivot_6":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_7":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_8":[[40.4523886,-79.9507375],"Domino's"],"main_pivot_9":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_10":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_11":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_12":[[40.4517378,-79.9521127],"Dunkin' Donuts"],"main_pivot_13":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_14":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"main_pivot_15":[[40.4536850483,-79.9490261625],"library"],"near_pivot":[[40.4536850483,-79.9490261625],"library"],"beyond_pivot":[[40.4539739,-79.9494907],"restaurant"],"around_goal_pivot_1":[[40.4541456,-79.9479093],"bank"],"around_goal_pivot_2":[[40.453792,-79.9494667],"restaurant"],"around_goal_pivot_3":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"]}} +{"rvs_sample_number":96,"content":"I'm pretty far north of you at the benches just east of a set of 8 benches. It's just northeast of the Cathedral of Learning. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4451837,-79.9516742],"key":8853,"region":"Pittsburgh","rvs_start_point":[40.4313842196,-79.9590803429],"landmarks":{"end_point":[[40.4451837,-79.9516742],"bench"],"start_point":[[40.4313842196,-79.9590803429],"bridge"],"main_pivot":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_2":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_4":[[40.4405591,-79.9540653],"Bouquet Gardens"],"main_pivot_5":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_6":[[40.4416278,-79.9531334],"Wesley W. Posvar Hall"],"main_pivot_7":[[40.4416278,-79.9531334],"Wesley W. Posvar Hall"],"main_pivot_8":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_9":[[40.4405591,-79.9540653],"Bouquet Gardens"],"main_pivot_10":[[40.4418782336,-79.9512773531],"Frick Fine Arts Building"],"main_pivot_11":[[40.4310674105,-79.9592973432],"Pittsburgh Technology Center"],"main_pivot_12":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_13":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_14":[[40.4418782336,-79.9512773531],"Frick Fine Arts Building"],"main_pivot_15":[[40.4451171,-79.951812],"8 benches"],"near_pivot":[[40.4451171,-79.951812],"8 benches"],"around_goal_pivot_1":[[40.4441439,-79.9525475],"historic building"],"around_goal_pivot_2":[[40.4436738,-79.9525419],"attraction"],"around_goal_pivot_3":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"]}} +{"rvs_sample_number":75,"content":"Let's meet up at the garden facing the river on 26th Street. There is a parking lot near it and a pub to the south of it across two streets.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4571961924,-79.9803140436],"key":8854,"region":"Pittsburgh","rvs_start_point":[40.4519184296,-79.9808903554],"landmarks":{"end_point":[[40.4571961924,-79.9803140436],"garden"],"start_point":[[40.4519184296,-79.9808903554],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4568692,-79.9804152],"parking lot"],"near_pivot":[[40.4568692,-79.9804152],"parking lot"],"around_goal_pivot_1":[[40.4557034,-79.9792622],"pub"],"around_goal_pivot_4":[[40.4580555,-79.9789234],"2 gardens"],"around_goal_pivot_6":[[40.4574808,-79.9787333],"three gardens"]}} +{"rvs_sample_number":126,"content":"Meet me at the parking lot on Penn Avenue. It is right behind the animal boarding. There are 3 parking lots on that block, meet meet at the one towards the center.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4563280364,-79.9759802193],"key":8855,"region":"Pittsburgh","rvs_start_point":[40.4498010876,-79.9904952696],"landmarks":{"end_point":[[40.4563280364,-79.9759802193],"parking lot"],"start_point":[[40.4498010876,-79.9904952696],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4563649,-79.9761943],"animal boarding"],"near_pivot":[[40.4563649,-79.9761943],"animal boarding"],"beyond_pivot":[[40.4569724,-79.9756262],"ice_cream"],"around_goal_pivot_1":[[40.4572442,-79.9761829],"two gardens"],"around_goal_pivot_2":[[40.4560028,-79.9770379],"restaurant"],"around_goal_pivot_3":[[40.4571346,-79.9744398],"storage rental shop"],"around_goal_pivot_4":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_5":[[40.4561012,-79.9768958],"antiques shop"],"around_goal_pivot_6":[[40.4557817,-79.9770292],"florist shop"],"around_goal_pivot_7":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_8":[[40.4569144895,-79.9765456489],"2 parking lots"]}} +{"rvs_sample_number":289,"content":"I'm at a waste basket on Wood Street, on the east side, on the corner. There's a fountain to the south on this same block, and Wood Street ends on the next block south of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4382439,-80.0018495],"key":8856,"region":"Pittsburgh","rvs_start_point":[40.4493182728,-79.9863070576],"landmarks":{"end_point":[[40.4382439,-80.0018495],"waste basket"],"start_point":[[40.4493182728,-79.9863070576],"fast food restaurant"],"main_pivot":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_2":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_3":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_4":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_5":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_6":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_7":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_8":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_9":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_12":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_13":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_14":[[40.4397511,-80.0001868],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4380219,-80.0020326],"fountain"],"near_pivot":[[40.4380219,-80.0020326],"fountain"],"beyond_pivot":[[40.4377547129,-80.0007661942],"public_building"],"around_goal_pivot_1":[[40.4397511,-80.0001868],"arts centre"],"around_goal_pivot_2":[[40.4394715407,-80.0013404897],"fast food restaurant"],"around_goal_pivot_3":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_4":[[40.4396146,-80.0021377],"parking entrance"],"around_goal_pivot_5":[[40.4378722,-80.0000798],"bicycle parking"],"around_goal_pivot_6":[[40.4377046,-80.0006505],"kiosk shop"],"around_goal_pivot_7":[[40.4373762,-80.0007405],"comics shop"],"around_goal_pivot_8":[[40.4375949,-80.0006796],"hairdresser shop"],"around_goal_pivot_9":[[40.4380743,-80.0002446],"clothes shop"],"around_goal_pivot_10":[[40.4379902,-80.0002944],"mobile phone shop"]}} +{"rvs_sample_number":55,"content":"Meet me at LA Fitness on East Carson Street. There is a library in the mid-way in between you and me. On the same block as the destination, you will find a fast food shop. Aldi is catty-cornered from the destination.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4271335,-79.966633],"key":8857,"region":"Pittsburgh","rvs_start_point":[40.4286714,-79.9817941],"landmarks":{"end_point":[[40.4271335,-79.966633],"LA Fitness"],"start_point":[[40.4286714,-79.9817941],"boutique shop"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_7":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_8":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_9":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_10":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4286843838,-79.9821579788],"Rex Theater"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4269826,-79.967243],"ALDI"],"near_pivot":[[40.4269826,-79.967243],"ALDI"],"beyond_pivot":[[40.4265181,-79.9657156],"fast_food"],"around_goal_pivot_1":[[40.4277401,-79.9652069],"Urban Outfitters"],"around_goal_pivot_2":[[40.4263713,-79.9671015],"bar"],"around_goal_pivot_3":[[40.4279563,-79.9660175],"bicycle rental"]}} +{"rvs_sample_number":42,"content":"Meet me at the Boost Mobile southeast of you on Liberty Avenue. It's on the irregularly shaped block southeast of the train station, and east of Four Gateway Center. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4414144,-80.0033033],"key":8858,"region":"Pittsburgh","rvs_start_point":[40.4422123,-80.0057789],"landmarks":{"end_point":[[40.4414144,-80.0033033],"Boost Mobile"],"start_point":[[40.4422123,-80.0057789],"bench"],"main_pivot":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_2":[[40.4420493127,-80.0061256845],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_3":[[40.4420493127,-80.0061256845],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_4":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_5":[[40.4420493127,-80.0061256845],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_6":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_7":[[40.4420493127,-80.0061256845],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4420493127,-80.0061256845],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_11":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_12":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_13":[[40.4420493127,-80.0061256845],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_14":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_15":[[40.4415152,-80.0040726],"train station"],"near_pivot":[[40.4415152,-80.0040726],"train station"],"beyond_pivot":[[40.4409704,-80.0021649],"restaurant"],"around_goal_pivot_1":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_2":[[40.4406162,-80.004677],"4 gardens"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.4407526,-80.004467],"4 gardens"],"around_goal_pivot_5":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_6":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_7":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_8":[[40.4407351,-80.0046052],"two gardens"],"around_goal_pivot_9":[[40.4411604,-80.0023681],"supermarket"],"around_goal_pivot_10":[[40.4412265,-80.002316],"shoes shop"]}} +{"rvs_sample_number":145,"content":"You can head north to meet me at the Boost Mobile on Delray Street, just before it ends at another street. The train station is a little west of here, and Laurie's Hallmark is on the block to the north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4414144,-80.0033033],"key":8859,"region":"Pittsburgh","rvs_start_point":[40.4333401075,-80.0040926328],"landmarks":{"end_point":[[40.4414144,-80.0033033],"Boost Mobile"],"start_point":[[40.4333401075,-80.0040926328],"garden"],"main_pivot":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_2":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_3":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_4":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_5":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_6":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_8":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_9":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_10":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_11":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_15":[[40.4415403,-80.0040357],"train station"],"near_pivot":[[40.4415403,-80.0040357],"train station"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_2":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_6":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_7":[[40.4412265,-80.002316],"shoes shop"],"around_goal_pivot_8":[[40.4418037,-80.0048792],"four gardens"],"around_goal_pivot_9":[[40.4411604,-80.0023681],"supermarket"],"around_goal_pivot_10":[[40.4406402,-80.0045489],"four gardens"]}} +{"rvs_sample_number":154,"content":"Let's meet up at the gray bench, it's in a garden of prayer just off South Bellefield Ave., the bench is north of the fountain that is situated centrally among various geometric shapes including the triangle which the bench sits upon. The triangle is one of the most northeasterly of the shapes.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4452256,-79.9516343],"key":8860,"region":"Pittsburgh","rvs_start_point":[40.4518358495,-79.9511738491],"landmarks":{"end_point":[[40.4452256,-79.9516343],"bench"],"start_point":[[40.4518358495,-79.9511738491],"parking space"],"main_pivot":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_2":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_3":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_4":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_5":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_6":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_7":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_8":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_9":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_10":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_11":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_12":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_13":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_14":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_15":[[40.4452964188,-79.9516702769],"attraction"],"near_pivot":[[40.4452964188,-79.9516702769],"attraction"],"around_goal_pivot_1":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_2":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_3":[[40.4439392,-79.9520664],"bicycle parking"]}} +{"rvs_sample_number":514,"content":"I'm southwest of you, about a block past West Park, on a bench. It's next to a sandwich restaurant on the north side of Western Avenue. On this same block is City Books, and southwest of here is 412 Brewery pub. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4523023,-80.0150617],"key":8861,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406],"landmarks":{"end_point":[[40.4523023,-80.0150617],"bench"],"start_point":[[40.4556387,-80.006406],"deli shop"],"main_pivot":[[40.4561800471,-80.0065078866],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_2":[[40.4525855,-80.0139539],"West Park"],"main_pivot_3":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_4":[[40.4525855,-80.0139539],"West Park"],"main_pivot_5":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_6":[[40.4525855,-80.0139539],"West Park"],"main_pivot_7":[[40.4525855,-80.0139539],"West Park"],"main_pivot_8":[[40.4525855,-80.0139539],"West Park"],"main_pivot_9":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_10":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_11":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_12":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_13":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_14":[[40.4525855,-80.0139539],"West Park"],"main_pivot_15":[[40.4523315,-80.0150728],"restaurant"],"near_pivot":[[40.4523315,-80.0150728],"restaurant"],"beyond_pivot":[[40.4519793,-80.016878],"place_of_worship"],"around_goal_pivot_1":[[40.451993,-80.0159552],"pub"],"around_goal_pivot_2":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_3":[[40.4510375,-80.0157857],"parking lot"],"around_goal_pivot_4":[[40.4531255,-80.0143908],"two gardens"],"around_goal_pivot_5":[[40.451889,-80.0166084],"post box"],"around_goal_pivot_6":[[40.4522986,-80.0165304],"books shop"],"around_goal_pivot_7":[[40.4517896,-80.0166761],"beauty shop"]}} +{"rvs_sample_number":259,"content":"I'm almost directly north of you. At Rite Aid pharmacy on Penn Avenue north of fast food restaurant. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4425478,-80.0033165],"key":8862,"region":"Pittsburgh","rvs_start_point":[40.4466067667,-80.0042219667],"landmarks":{"end_point":[[40.4425478,-80.0033165],"pharmacy"],"start_point":[[40.4466067667,-80.0042219667],"garden"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4421078,-80.0032967],"fast food restaurant"],"near_pivot":[[40.4421078,-80.0032967],"fast food restaurant"],"beyond_pivot":[[40.4419318,-80.0041125],"train_station"],"around_goal_pivot_1":[[40.4439343,-80.0025929],"Renaissance"],"around_goal_pivot_2":[[40.4419318,-80.0041125],"train station"],"around_goal_pivot_3":[[40.4423748,-80.0049941],"two gardens"],"around_goal_pivot_4":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_5":[[40.4428912,-80.0020656],"7-Eleven"],"around_goal_pivot_6":[[40.4437169,-80.0022349],"hotel"],"around_goal_pivot_7":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_8":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_9":[[40.442946,-80.0024031],"massage shop"],"around_goal_pivot_10":[[40.4413668,-80.0023687],"clothes shop"]}} +{"rvs_sample_number":216,"content":"Go northeast, and meet me at the restaurant on Penn Avenue across the street from the marketplace. It's north of the biergarten.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4504944565,-79.9846519187],"key":8863,"region":"Pittsburgh","rvs_start_point":[40.4431039,-79.9979225],"landmarks":{"end_point":[[40.4504944565,-79.9846519187],"restaurant"],"start_point":[[40.4431039,-79.9979225],"restaurant"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_9":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_10":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_11":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_13":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_14":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4507712,-79.9849852],"marketplace"],"near_pivot":[[40.4507712,-79.9849852],"marketplace"],"beyond_pivot":[[40.4507341,-79.9839665],"parking"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4495771,-79.985241],"three gardens"],"around_goal_pivot_3":[[40.4514436,-79.9833222],"bank"],"around_goal_pivot_4":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_5":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_6":[[40.4498296,-79.9856912],"biergarten"],"around_goal_pivot_7":[[40.449589,-79.9858815],"bicycle rental"],"around_goal_pivot_8":[[40.4496145,-79.9852349],"two gardens"],"around_goal_pivot_9":[[40.4515997493,-79.9837513705],"books shop"],"around_goal_pivot_10":[[40.4515303,-79.9835507],"clothes shop"]}} +{"rvs_sample_number":141,"content":"Meet me at the restaurant on Third Avenue. Head southeast to get there. You'll find a public building across the street. Grant Building is located in the adjacent block west of it.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.437095,-79.9965509],"key":8864,"region":"Pittsburgh","rvs_start_point":[40.4398392173,-80.0012067278],"landmarks":{"end_point":[[40.437095,-79.9965509],"restaurant"],"start_point":[[40.4398392173,-80.0012067278],"stationery shop"],"main_pivot":[[40.4381759,-79.9982708],"One Oxford Center"],"main_pivot_2":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_3":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_4":[[40.4384281,-79.9985635],"Law & Finance Building"],"main_pivot_5":[[40.4373572,-79.9974695],"Grant Building"],"main_pivot_6":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_7":[[40.4391859,-80.0009796],"The Carlyle"],"main_pivot_8":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_9":[[40.4381759,-79.9982708],"One Oxford Center"],"main_pivot_10":[[40.4390165,-80.0002175],"Pittsburgh Playhouse"],"main_pivot_11":[[40.4373572,-79.9974695],"Grant Building"],"main_pivot_12":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_13":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_14":[[40.4400926,-80.0005422],"Tower at PNC Plaza"],"main_pivot_15":[[40.4369163253,-79.9966191648],"public building"],"near_pivot":[[40.4369163253,-79.9966191648],"public building"],"around_goal_pivot_1":[[40.4365762,-79.9951542],"two parking lots"],"around_goal_pivot_2":[[40.4377449,-79.997275],"restaurant"],"around_goal_pivot_4":[[40.4376047,-79.9980112],"garden"],"around_goal_pivot_5":[[40.4367718,-79.9980839],"park"]}} +{"rvs_sample_number":180,"content":"Meet me at the tattoo shop east of your location. Head east on East Carson Street. Keep heading east until you see a Dairy Queen on the corner. The destination is on the next block in the middle of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.42895605,-79.98496875],"key":8865,"region":"Pittsburgh","rvs_start_point":[40.4292152,-79.9935093],"landmarks":{"end_point":[[40.42895605,-79.98496875],"tattoo shop"],"start_point":[[40.4292152,-79.9935093],"hotel"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.428841,-79.9854326],"fast food restaurant"],"near_pivot":[[40.428841,-79.9854326],"fast food restaurant"],"beyond_pivot":[[40.4287355,-79.9840745],"cafe"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4286666,-79.9869525],"bank"],"around_goal_pivot_3":[[40.4286592,-79.9835871],"fast food restaurant"],"around_goal_pivot_4":[[40.4288715,-79.9865188],"nightclub"],"around_goal_pivot_5":[[40.4288722,-79.9863271],"post box"],"around_goal_pivot_6":[[40.4302181,-79.9842336],"parking lot"],"around_goal_pivot_7":[[40.4287397,-79.9836649],"tattoo shop"],"around_goal_pivot_8":[[40.4286943,-79.9859785],"musical instrument shop"],"around_goal_pivot_9":[[40.4292947,-79.9838104],"bicycle shop"],"around_goal_pivot_10":[[40.4287371,-79.9839137],"clothes shop"]}} +{"rvs_sample_number":296,"content":"Let's get married, just show up at the Cathedral on North Dithridge Street, just northeast of the locale where the street changes it's ordinal name to a more low one. Let's finalize our vows in the informal building on the corner near the Catholic Church. Congratulations you get to marry me.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4472023555,-79.9505076999],"key":8866,"region":"Pittsburgh","rvs_start_point":[40.4439492,-79.9581446],"landmarks":{"end_point":[[40.4472023555,-79.9505076999],"cathedral"],"start_point":[[40.4439492,-79.9581446],"library"],"main_pivot":[[40.4431223,-79.956359],"Holland Hall"],"main_pivot_2":[[40.4462727932,-79.9536167059],"Life Science Annex"],"main_pivot_3":[[40.4444545,-79.9583493],"Allen Hall"],"main_pivot_4":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_5":[[40.4444545,-79.9583493],"Allen Hall"],"main_pivot_6":[[40.4461593,-79.9527424],"Clapp Hall"],"main_pivot_7":[[40.4440878,-79.9570134],"University Club"],"main_pivot_8":[[40.4434774162,-79.9559089575],"Amos Hall"],"main_pivot_9":[[40.4440878,-79.9570134],"University Club"],"main_pivot_10":[[40.4433862,-79.9552903],"McCormick Hall"],"main_pivot_11":[[40.4434774162,-79.9559089575],"Amos Hall"],"main_pivot_12":[[40.4442145,-79.957745],"Gardner Steel Conference Center"],"main_pivot_13":[[40.4436851455,-79.9581759077],"Benedum Hall"],"main_pivot_14":[[40.4446137,-79.9572827],"O'Hara Student Center"],"main_pivot_15":[[40.446906,-79.9508134],"relay box"],"near_pivot":[[40.446906,-79.9508134],"relay box"],"beyond_pivot":[[40.4483698545,-79.9506505566],"parking"],"around_goal_pivot_1":[[40.446792,-79.9488775],"post box"],"around_goal_pivot_2":[[40.4478481574,-79.9494040921],"garden"]}} +{"rvs_sample_number":130,"content":"Can you meet me where I parked the car? I'm waiting at the entrence to the parkest General Robinson street. It's on the south side of the street. After PNC Park on the street it's the first parking lot on the left ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4473258,-80.0089654],"key":8867,"region":"Pittsburgh","rvs_start_point":[40.4535685,-80.0007676],"landmarks":{"end_point":[[40.4473258,-80.0089654],"parking entrance"],"start_point":[[40.4535685,-80.0007676],"clothes shop"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_4":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_5":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_6":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_7":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_8":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_9":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_10":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_11":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_12":[[40.4474973521,-80.0073179237],"PNC Park"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4475359,-80.0093767],"train station"],"near_pivot":[[40.4475359,-80.0093767],"train station"],"around_goal_pivot_1":[[40.4462625,-80.0085987],"park"],"around_goal_pivot_2":[[40.4478089,-80.0075951],"Residence Inn"],"around_goal_pivot_5":[[40.4463271,-80.0083943],"restaurant"],"around_goal_pivot_6":[[40.4464526,-80.0076755],"pub"],"around_goal_pivot_7":[[40.4471488,-80.0076428],"parking entrance"],"around_goal_pivot_8":[[40.447448,-80.0100764],"clothes shop"]}} +{"rvs_sample_number":13,"content":"Meet me at the deli northwest of your location. Head north until you get to East Ohio Street. Head west toward the Rite Aid. There is also a Metro by T-Mobile across the street. Your destination is on the next block. If you see Farmers Daughter florist shop, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.45361,-79.9993621],"key":8868,"region":"Pittsburgh","rvs_start_point":[40.4430227366,-79.9945610561],"landmarks":{"end_point":[[40.45361,-79.9993621],"deli shop"],"start_point":[[40.4430227366,-79.9945610561],"garden"],"main_pivot":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_2":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_3":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_4":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_5":[[40.4416102044,-79.9949892028],"U.S. Steel Tower"],"main_pivot_6":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_7":[[40.4423566,-79.9957694],"Koppers Tower"],"main_pivot_8":[[40.4423566,-79.9957694],"Koppers Tower"],"main_pivot_9":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_10":[[40.4425254181,-79.994558098],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_12":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_13":[[40.4425973,-79.9964572],"Centre City Tower"],"main_pivot_14":[[40.4428931,-79.9957444],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4538012,-79.9984527],"pharmacy"],"near_pivot":[[40.4538012,-79.9984527],"pharmacy"],"beyond_pivot":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_1":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_2":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_3":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_5":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_6":[[40.4548855,-79.998594],"alcohol shop"],"around_goal_pivot_7":[[40.4533877,-80.0005867],"florist shop"],"around_goal_pivot_8":[[40.4540974,-79.9980284],"pet shop"],"around_goal_pivot_9":[[40.4536389,-80.000467],"tea shop"],"around_goal_pivot_10":[[40.4534029,-80.000485],"antiques shop"]}} +{"rvs_sample_number":197,"content":"Go far southwest past Sennott Square and get on Semple street. Let us meet at the fire station north of post box.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4387003,-79.9576606],"key":8869,"region":"Pittsburgh","rvs_start_point":[40.4457717,-79.9448618],"landmarks":{"end_point":[[40.4387003,-79.9576606],"fire station"],"start_point":[[40.4457717,-79.9448618],"bicycle parking"],"main_pivot":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_2":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_3":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_4":[[40.4464094892,-79.9448725947],"WQED"],"main_pivot_5":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_6":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_7":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_8":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_9":[[40.4425414,-79.9554321],"David Lawrence Hall"],"main_pivot_10":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_11":[[40.4415966,-79.956783],"Sennott Square"],"main_pivot_12":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_13":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_14":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_15":[[40.4383823,-79.9575775],"post box"],"near_pivot":[[40.4383823,-79.9575775],"post box"]}} +{"rvs_sample_number":204,"content":"Meet me at the books shop on Ridge Avenue. Head southwest and get past West Park to get there. The destination is next to a cafe. On the block east of it, there is bicycle parking and a garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4500516,-80.0155438],"key":8870,"region":"Pittsburgh","rvs_start_point":[40.4547586393,-80.0111117913],"landmarks":{"end_point":[[40.4500516,-80.0155438],"books shop"],"start_point":[[40.4547586393,-80.0111117913],"garden"],"main_pivot":[[40.4525855,-80.0139539],"West Park"],"main_pivot_2":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_3":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_4":[[40.4525855,-80.0139539],"West Park"],"main_pivot_5":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_6":[[40.4525855,-80.0139539],"West Park"],"main_pivot_7":[[40.4525855,-80.0139539],"West Park"],"main_pivot_8":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_9":[[40.4525855,-80.0139539],"West Park"],"main_pivot_10":[[40.4525855,-80.0139539],"West Park"],"main_pivot_11":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_12":[[40.4506619,-80.0136234],"Jones Hall"],"main_pivot_13":[[40.4525855,-80.0139539],"West Park"],"main_pivot_14":[[40.4525855,-80.0139539],"West Park"],"main_pivot_15":[[40.4500635,-80.0154789],"cafe"],"near_pivot":[[40.4500635,-80.0154789],"cafe"],"beyond_pivot":[[40.4495674,-80.0134431],"waste_basket"],"around_goal_pivot_1":[[40.4499536,-80.0146013],"bicycle parking"],"around_goal_pivot_2":[[40.4493944,-80.0146354],"garden"]}} +{"rvs_sample_number":54,"content":"Meet me at the parking lot on the south side of Pressley Street where is ends at its east side. You need to cross the river north of you, and look to the west. You'll find it just south of the hotel.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4520923642,-79.9978152064],"key":8871,"region":"Pittsburgh","rvs_start_point":[40.4480976084,-79.9924701433],"landmarks":{"end_point":[[40.4520923642,-79.9978152064],"parking lot"],"start_point":[[40.4480976084,-79.9924701433],"garden"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4522849,-79.9980347],"hotel"],"near_pivot":[[40.4522849,-79.9980347],"hotel"],"beyond_pivot":[[40.45284286,-79.9980897607],"park"],"around_goal_pivot_1":[[40.4511755112,-79.9992519926],"Giant Eagle"],"around_goal_pivot_3":[[40.4531012,-79.9980943],"shelter"],"around_goal_pivot_4":[[40.4528625,-79.9979695],"park"],"around_goal_pivot_5":[[40.4520042,-79.9995041],"garden"]}} +{"rvs_sample_number":482,"content":"I'm located northwest of where you are, at the bench just before getting on Ridge Avenue. There is a fast food restaurant on the west side and a vending machine northeast.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4501968,-80.0138015],"key":8872,"region":"Pittsburgh","rvs_start_point":[40.4463271,-80.0083943],"landmarks":{"end_point":[[40.4501968,-80.0138015],"bench"],"start_point":[[40.4463271,-80.0083943],"restaurant"],"main_pivot":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_2":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_3":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_4":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_5":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_7":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_8":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_9":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_10":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_11":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_12":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_13":[[40.4462625,-80.0085987],"North Shore Riverfront Park"],"main_pivot_14":[[40.4461296,-80.0096714],"Fort Duquesne Bridge"],"main_pivot_15":[[40.4505141,-80.0135743],"vending machine"],"near_pivot":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_3":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_7":[[40.4506212,-80.0149318],"2 parking lots"]}} +{"rvs_sample_number":45,"content":"Move south and get on Reedsdale Street, go west on the street past parking. Meet me at the post box east of casino.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4478797,-80.0205063],"key":8873,"region":"Pittsburgh","rvs_start_point":[40.4518406,-80.0183603],"landmarks":{"end_point":[[40.4478797,-80.0205063],"post box"],"start_point":[[40.4518406,-80.0183603],"dentist's office"],"main_pivot":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_2":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_3":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_4":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_5":[[40.4507984,-80.018813],"McDonald's"],"main_pivot_6":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_7":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_8":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_9":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_10":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_11":[[40.4497862,-80.0188705],"Taco Bell"],"main_pivot_12":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_13":[[40.4502293,-80.0187348],"Wendy's"],"main_pivot_14":[[40.4507984,-80.018813],"McDonald's"],"main_pivot_15":[[40.4477668,-80.0213337],"casino"],"near_pivot":[[40.4477668,-80.0213337],"casino"],"beyond_pivot":[[40.4479872519,-80.0188299489],"parking"],"around_goal_pivot_2":[[40.446706,-80.0210295],"2 gardens"]}} +{"rvs_sample_number":449,"content":"Follow Federal Street all the way down to the riverfront. The bank is on west side of the street outside the left field wall of a big park.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4471681,-80.0041565],"key":8874,"region":"Pittsburgh","rvs_start_point":[40.4570154,-80.0074518],"landmarks":{"end_point":[[40.4471681,-80.0041565],"bank"],"start_point":[[40.4570154,-80.0074518],"doctor's office"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_3":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_9":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_10":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4502355326,-80.0068407812],"Nova Place"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.446634,-80.0040617],"5 gardens"],"near_pivot":[[40.446634,-80.0040617],"5 gardens"],"around_goal_pivot_1":[[40.4483506,-80.0044321],"SpringHill Suites"],"around_goal_pivot_2":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_3":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4480369,-80.0046238],"ticket shop"],"around_goal_pivot_6":[[40.4485382,-80.0041658],"clothes shop"],"around_goal_pivot_7":[[40.4484067,-80.0041218],"cannabis shop"]}} +{"rvs_sample_number":25,"content":"We can meet at the playground off West North Avenue, a few blocks to the northwest of you. It's not directly south across the street from the hospital, but more to the southwest. If you get to Light of Life Rescue Mission, you've gone a little too far west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4552750453,-80.0050704482],"key":8875,"region":"Pittsburgh","rvs_start_point":[40.4546600002,-80.0001934738],"landmarks":{"end_point":[[40.4552750453,-80.0050704482],"playground"],"start_point":[[40.4546600002,-80.0001934738],"warehouse"],"main_pivot":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_2":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_3":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_4":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_5":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_6":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_7":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_8":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_9":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_10":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_11":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_12":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_13":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_14":[[40.4562002,-80.0041354],"Allegheny General Hospital Helipad"],"main_pivot_15":[[40.455868,-80.0045089],"hospital"],"near_pivot":[[40.455868,-80.0045089],"hospital"],"beyond_pivot":[[40.4556986,-80.0060009],"social_facility"],"around_goal_pivot_1":[[40.4558721,-80.0065948],"2 restaurants"],"around_goal_pivot_2":[[40.4562047,-80.0063769],"library"],"around_goal_pivot_3":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_4":[[40.4556986,-80.0060009],"social facility"],"around_goal_pivot_5":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_6":[[40.4547803645,-80.0065483531],"park"]}} +{"rvs_sample_number":434,"content":"Meet me at the university on Forbes Avenue southwest of where you are. There is a police station next to the university. CVS and Jimmy John's are two blocks northeast of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4384579,-79.961056],"key":8876,"region":"Pittsburgh","rvs_start_point":[40.4441769665,-79.9433905785],"landmarks":{"end_point":[[40.4384579,-79.961056],"university"],"start_point":[[40.4441769665,-79.9433905785],"university"],"main_pivot":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_2":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_3":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_6":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_7":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_8":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_9":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_10":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_11":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_12":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_13":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_14":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_15":[[40.4386592,-79.9608742],"police station"],"near_pivot":[[40.4386592,-79.9608742],"police station"],"beyond_pivot":[[40.4365879,-79.9588272],"university"],"around_goal_pivot_1":[[40.4394479,-79.9597209],"fast food restaurant"],"around_goal_pivot_2":[[40.4393339,-79.9598901],"pharmacy"]}} +{"rvs_sample_number":13,"content":"I'm northeast of you a little ways. Meet me at the florist shop on Smallman Street. It's just past the small bridge on the north side of the road. If you get to the Mahla Office Furniture Warehouse you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4500834,-79.9876897],"key":8877,"region":"Pittsburgh","rvs_start_point":[40.4395450878,-80.001408054],"landmarks":{"end_point":[[40.4500834,-79.9876897],"florist shop"],"start_point":[[40.4395450878,-80.001408054],"fast food restaurant"],"main_pivot":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_2":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_4":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_5":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_6":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_9":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_10":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_11":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_13":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_14":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_15":[[40.4494880011,-79.9881545534],"bridge"],"near_pivot":[[40.4494880011,-79.9881545534],"bridge"],"around_goal_pivot_1":[[40.4493667,-79.9864631],"fast food restaurant"],"around_goal_pivot_2":[[40.4502691,-79.9859289],"bakery shop"],"around_goal_pivot_3":[[40.449206,-79.986728],"two parking lots"],"around_goal_pivot_4":[[40.4503847,-79.986324],"wholesale shop"],"around_goal_pivot_5":[[40.4496603,-79.9869043],"furniture shop"],"around_goal_pivot_6":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_7":[[40.4501691,-79.9864771],"antiques shop"],"around_goal_pivot_8":[[40.4502938,-79.9858736],"coffee shop"]}} +{"rvs_sample_number":389,"content":"Meet me at the parking lot at the location where 10th street creates a Y where the lanes separate out. It's just east of there. To the south of the lot is a Wee the People Day Care. The Allegheny River is just north of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4450588,-79.9952768],"key":8878,"region":"Pittsburgh","rvs_start_point":[40.4408761,-80.0018156],"landmarks":{"end_point":[[40.4450588,-79.9952768],"parking lot"],"start_point":[[40.4408761,-80.0018156],"restaurant"],"main_pivot":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_2":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_3":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_4":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_5":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_6":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_7":[[40.4423346889,-80.0018182584],"Heinz Hall for the Performing Arts"],"main_pivot_8":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_9":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_10":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_11":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_12":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_13":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_14":[[40.4422381,-80.0002304],"K&L Gates Center"],"main_pivot_15":[[40.4450335,-79.9953305],"2 parking entrances"],"near_pivot":[[40.4450335,-79.9953305],"2 parking entrances"],"around_goal_pivot_1":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_2":[[40.4456763,-79.9938543],"AC Hotel"],"around_goal_pivot_3":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_4":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_5":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_6":[[40.4455719,-79.9938402],"cafe"],"around_goal_pivot_7":[[40.4439966,-79.9942907],"post box"],"around_goal_pivot_8":[[40.4436812,-79.9956143],"music shop"],"around_goal_pivot_9":[[40.4442073,-79.9952692],"2 gardens"],"around_goal_pivot_10":[[40.4441772,-79.9961827],"hairdresser shop"]}} +{"rvs_sample_number":35,"content":"Meet me at the bicycle parking over on Grant Street. It's on the corner just south of the Allegheny County Courthouse.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4385899,-79.9972473],"key":8879,"region":"Pittsburgh","rvs_start_point":[40.4390409929,-80.005770579],"landmarks":{"end_point":[[40.4385899,-79.9972473],"bicycle parking"],"start_point":[[40.4390409929,-80.005770579],"garden"],"main_pivot":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_2":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_3":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_4":[[40.4368729,-79.9994515],"Hartley-Rose Belting Company Building"],"main_pivot_5":[[40.4377358115,-79.9982577117],"One Oxford Center"],"main_pivot_6":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_7":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_8":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_9":[[40.4377358115,-79.9982577117],"One Oxford Center"],"main_pivot_10":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_11":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.4383775,-80.0024549],"Pittsburgh Ballet Theater Building"],"main_pivot_13":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_14":[[40.438278,-80.0025196],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_15":[[40.4387249,-79.9970514],"courthouse"],"near_pivot":[[40.4387249,-79.9970514],"courthouse"],"around_goal_pivot_1":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_2":[[40.439353,-79.9963234],"fountain"],"around_goal_pivot_3":[[40.4386063,-79.9986052],"parking entrance"],"around_goal_pivot_4":[[40.4389884,-79.9985176],"bicycle parking"],"around_goal_pivot_5":[[40.4379768,-79.9987574],"confectionery shop"],"around_goal_pivot_6":[[40.4380347,-79.9985839],"florist shop"],"around_goal_pivot_7":[[40.4390875,-79.9987853],"tobacco shop"],"around_goal_pivot_8":[[40.4379569,-79.9983518],"computer shop"]}} +{"rvs_sample_number":161,"content":"Head southwest of you to meet me at the garden just off Spruce way. You'll see it just east of the fitness center. There is a small body of water in the middle of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4547977149,-79.9814328752],"key":8880,"region":"Pittsburgh","rvs_start_point":[40.4586441193,-79.9728435649],"landmarks":{"end_point":[[40.4547977149,-79.9814328752],"garden"],"start_point":[[40.4586441193,-79.9728435649],"garden"],"main_pivot":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_2":[[40.4577368,-79.9741967],"Art's Tavern"],"main_pivot_3":[[40.4554245,-79.977879],"Savoy"],"main_pivot_4":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_5":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_6":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_7":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_8":[[40.4554756,-79.9778151],"Pane e Pronto"],"main_pivot_9":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_10":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_11":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_12":[[40.456316,-79.9762637],"Bow-Wow Doggie Day Care"],"main_pivot_13":[[40.458395,-79.9735747],"Salem Halal Grill"],"main_pivot_14":[[40.4560028,-79.9770379],"Preeti's Pitt"],"main_pivot_15":[[40.454542,-79.98227],"fitness centre"],"near_pivot":[[40.454542,-79.98227],"fitness centre"],"beyond_pivot":[[40.4539832,-79.9814414],"parking"],"around_goal_pivot_1":[[40.4535155,-79.9809156],"bar"],"around_goal_pivot_2":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_6":[[40.4545528,-79.9826835],"3 gardens"]}} +{"rvs_sample_number":205,"content":"Go east on Liberty Avenue and meet me at the parking lot on the right side of the street just past the garden. It is a couple blocks past Art's Tavern.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4597188331,-79.9696358296],"key":8881,"region":"Pittsburgh","rvs_start_point":[40.4551130228,-79.9834504428],"landmarks":{"end_point":[[40.4597188331,-79.9696358296],"parking lot"],"start_point":[[40.4551130228,-79.9834504428],"garden"],"main_pivot":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_2":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_3":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_4":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_5":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_6":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_7":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_8":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_10":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_11":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_12":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_13":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_14":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_15":[[40.459366,-79.9703439],"garden"],"near_pivot":[[40.459366,-79.9703439],"garden"]}} +{"rvs_sample_number":107,"content":"Head southeast to get to the parking entrance on Forbes Avenue to meet me. To the west ot the destination, you'll find a library. To the southeast, there is a track.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4376179,-79.9895109],"key":8882,"region":"Pittsburgh","rvs_start_point":[40.4434211,-79.9999746],"landmarks":{"end_point":[[40.4376179,-79.9895109],"parking entrance"],"start_point":[[40.4434211,-79.9999746],"gallery"],"main_pivot":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_2":[[40.441048,-79.9969295],"Mellon Square"],"main_pivot_3":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_4":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_5":[[40.4401134,-79.9959763],"BNY Mellon Center"],"main_pivot_6":[[40.441048,-79.9969295],"Mellon Square"],"main_pivot_7":[[40.4409681,-79.9948171],"U.S. Steel Tower"],"main_pivot_8":[[40.44043,-79.9952475],"Mellon Green"],"main_pivot_9":[[40.4409681,-79.9948171],"U.S. Steel Tower"],"main_pivot_10":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_11":[[40.4412093,-79.9968188],"Regional Enterprise Tower"],"main_pivot_12":[[40.4411315,-79.9966168],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_13":[[40.4407473,-79.9960698],"Omni William Penn Hotel"],"main_pivot_14":[[40.4426839,-80.0007637],"Heinz Hall for the Performing Arts"],"main_pivot_15":[[40.4379613,-79.9909389],"university"],"near_pivot":[[40.4379613,-79.9909389],"university"],"around_goal_pivot_1":[[40.4375272,-79.9917586],"library"],"around_goal_pivot_2":[[40.4367847,-79.9890976],"school"],"around_goal_pivot_3":[[40.4367783,-79.9883117],"track"]}} +{"rvs_sample_number":565,"content":"Let's meet at the parking space. It's north of you on North Craig Street. The parking lot is just south of CVS and I'm in the last parking space in the lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4514181,-79.9512133],"key":8883,"region":"Pittsburgh","rvs_start_point":[40.4432236,-79.9526566],"landmarks":{"end_point":[[40.4514181,-79.9512133],"parking space"],"start_point":[[40.4432236,-79.9526566],"garden"],"main_pivot":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_2":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_3":[[40.4434205,-79.9517927],"Stephen Foster"],"main_pivot_4":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_5":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_6":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_7":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_8":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_9":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_10":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_11":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_12":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_13":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_14":[[40.4436738,-79.9525419],"Stephen Foster Memorial"],"main_pivot_15":[[40.4515352,-79.9513424],"pharmacy"],"near_pivot":[[40.4515352,-79.9513424],"pharmacy"],"around_goal_pivot_1":[[40.4520742,-79.9516633],"two convenience shops"],"around_goal_pivot_2":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_3":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_4":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_5":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_6":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_7":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_8":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_9":[[40.4520305,-79.9518088],"convenience shop"],"around_goal_pivot_10":[[40.4518686,-79.9523621],"jewelry shop"]}} +{"rvs_sample_number":99,"content":"Let's meet at the restaurant off of Margaret Morrison Street. It's in the most southeast corner of the food court.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4424191,-79.9397388],"key":8884,"region":"Pittsburgh","rvs_start_point":[40.4558951,-79.9383962],"landmarks":{"end_point":[[40.4424191,-79.9397388],"restaurant"],"start_point":[[40.4558951,-79.9383962],"post box"],"main_pivot":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_2":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_3":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_4":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_5":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_6":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_7":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_8":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_9":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_10":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_11":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_12":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_13":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_14":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_15":[[40.4427415,-79.9402778],"food court"],"near_pivot":[[40.4427415,-79.9402778],"food court"],"around_goal_pivot_1":[[40.4438846,-79.941136],"parking lot"]}} +{"rvs_sample_number":61,"content":"Let's meet at the playground, southeast from you, past the golf course. The playground is on the north side of Bartlett Road, next to a shelter. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4333992831,-79.9356630475],"key":8885,"region":"Pittsburgh","rvs_start_point":[40.4422106,-79.9442258],"landmarks":{"end_point":[[40.4333992831,-79.9356630475],"playground"],"start_point":[[40.4422106,-79.9442258],"bench"],"main_pivot":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_2":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_3":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_4":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_5":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_6":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_7":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_8":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_9":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_10":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_11":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_12":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_13":[[40.439852668,-79.9401981504],"Bob O'Connor Golf Course"],"main_pivot_14":[[40.4411435,-79.9423742],"Kraus Campo"],"main_pivot_15":[[40.4334604,-79.9359009],"shelter"],"near_pivot":[[40.4334604,-79.9359009],"shelter"],"around_goal_pivot_1":[[40.4330923,-79.936627],"bench"]}} +{"rvs_sample_number":56,"content":"Go north and meet me at the massage shop on Centre Avenue, just west of the doctor's office, and east of the bicycle parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.457565,-79.9336342],"key":8886,"region":"Pittsburgh","rvs_start_point":[40.4507468,-79.9347737],"landmarks":{"end_point":[[40.457565,-79.9336342],"massage shop"],"start_point":[[40.4507468,-79.9347737],"gift shop"],"main_pivot":[[40.4565316,-79.9330054],"Negley"],"main_pivot_2":[[40.4565316,-79.9330054],"Negley"],"main_pivot_3":[[40.4565316,-79.9330054],"Negley"],"main_pivot_4":[[40.4565316,-79.9330054],"Negley"],"main_pivot_5":[[40.4565316,-79.9330054],"Negley"],"main_pivot_6":[[40.4565316,-79.9330054],"Negley"],"main_pivot_7":[[40.4565316,-79.9330054],"Negley"],"main_pivot_8":[[40.4565316,-79.9330054],"Negley"],"main_pivot_9":[[40.4565316,-79.9330054],"Negley"],"main_pivot_10":[[40.4565316,-79.9330054],"Negley"],"main_pivot_11":[[40.4565316,-79.9330054],"Negley"],"main_pivot_12":[[40.4565316,-79.9330054],"Negley"],"main_pivot_13":[[40.4565316,-79.9330054],"Negley"],"main_pivot_14":[[40.4565316,-79.9330054],"Negley"],"main_pivot_15":[[40.4578621505,-79.9330219628],"doctor's office"],"near_pivot":[[40.4578621505,-79.9330219628],"doctor's office"],"beyond_pivot":[[40.45792,-79.9320991],"parking"],"around_goal_pivot_1":[[40.4565316,-79.9330054],"bus station"],"around_goal_pivot_2":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_3":[[40.4582008,-79.9348865],"ALDI"],"around_goal_pivot_4":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_5":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_6":[[40.4580857232,-79.932617023],"paint shop"],"around_goal_pivot_7":[[40.4584153,-79.9321531],"hairdresser shop"],"around_goal_pivot_8":[[40.4567199,-79.9345217],"supermarket"]}} +{"rvs_sample_number":77,"content":"Meet me at the bicycle parking southwest of you. It's near the south end of Morewood Avenue on the west side of the street. It's just a little northeast of the shelter.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4451476,-79.9432905],"key":8887,"region":"Pittsburgh","rvs_start_point":[40.4516559,-79.9328415],"landmarks":{"end_point":[[40.4451476,-79.9432905],"bicycle parking"],"start_point":[[40.4516559,-79.9328415],"restaurant"],"main_pivot":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_2":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_3":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_4":[[40.4478778,-79.9427569],"Rodef Shalom Congregation"],"main_pivot_5":[[40.4478778,-79.9427569],"Rodef Shalom Congregation"],"main_pivot_6":[[40.4478778,-79.9427569],"Rodef Shalom Congregation"],"main_pivot_7":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_8":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_9":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_10":[[40.4478778,-79.9427569],"Rodef Shalom Congregation"],"main_pivot_11":[[40.4481244,-79.9385067],"Mansions On Fifth Hotel"],"main_pivot_12":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_13":[[40.4478778,-79.9427569],"Rodef Shalom Congregation"],"main_pivot_14":[[40.4488413,-79.9388784],"Shadyside Presbyterian Church"],"main_pivot_15":[[40.4447948,-79.9435049],"shelter"],"near_pivot":[[40.4447948,-79.9435049],"shelter"],"beyond_pivot":[[40.445419,-79.9442242],"waste_basket"],"around_goal_pivot_1":[[40.4439169,-79.9431234],"arts centre"],"around_goal_pivot_2":[[40.4442631,-79.9445918],"bench"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4463816,-79.9429497],"playground"]}} +{"rvs_sample_number":294,"content":"Go northeast and then turn northwest on 27th Street. Where the street dead-ends by the water, meet me at the garden by the office. It's on the right side of the street just north of the 2 gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4580906204,-79.9788491568],"key":8888,"region":"Pittsburgh","rvs_start_point":[40.4512457,-79.9850555],"landmarks":{"end_point":[[40.4580906204,-79.9788491568],"garden"],"start_point":[[40.4512457,-79.9850555],"nightclub"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4573113,-79.9788108],"2 gardens"],"near_pivot":[[40.4573113,-79.9788108],"2 gardens"],"around_goal_pivot_1":[[40.4568932,-79.9780734],"paint shop"]}} +{"rvs_sample_number":318,"content":"I'm waiting for you at the bike parking at the southeast corner of the area outside a library. It's located right off Schenley Drive. Across the street is a nice plaza with a Pavillion in the midst.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4423844,-79.9534361],"key":8889,"region":"Pittsburgh","rvs_start_point":[40.4408627,-79.9577648],"landmarks":{"end_point":[[40.4423844,-79.9534361],"bicycle parking"],"start_point":[[40.4408627,-79.9577648],"stationery shop"],"main_pivot":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_2":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_3":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_4":[[40.4406767931,-79.9576305236],"Forbes Tower"],"main_pivot_5":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_6":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_7":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_8":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_9":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_10":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_11":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_12":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_13":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_14":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_15":[[40.4426682713,-79.9536836847],"library"],"near_pivot":[[40.4426682713,-79.9536836847],"library"],"around_goal_pivot_1":[[40.4420182,-79.9519944],"fountain"],"around_goal_pivot_2":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_3":[[40.4437547,-79.9529557],"museum"],"around_goal_pivot_4":[[40.4436869,-79.9526969],"theatre"],"around_goal_pivot_5":[[40.4417977,-79.9528802],"bench"],"around_goal_pivot_6":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_7":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4432262676,-79.9523515134],"six gardens"],"around_goal_pivot_10":[[40.4429238,-79.9550307],"convenience shop"]}} +{"rvs_sample_number":564,"content":"When you leave CVS, head northeast to meet me at the Greek diner on Baum Boulevard. It's on the north side of the street, east of the Hillman Cancer Center and the arby's.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.456369,-79.9412588],"key":8890,"region":"Pittsburgh","rvs_start_point":[40.4513272178,-79.9515158516],"landmarks":{"end_point":[[40.456369,-79.9412588],"restaurant"],"start_point":[[40.4513272178,-79.9515158516],"parking space"],"main_pivot":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_2":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_3":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_4":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_5":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_6":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_7":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_8":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_9":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_10":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_11":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_12":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_13":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_14":[[40.4554957,-79.9431341],"Hillman Cancer Center"],"main_pivot_15":[[40.4556953,-79.941662],"fast food restaurant"],"near_pivot":[[40.4556953,-79.941662],"fast food restaurant"],"around_goal_pivot_1":[[40.455956,-79.942289],"fast food restaurant"],"around_goal_pivot_2":[[40.4561542,-79.9399968],"Courtyard"],"around_goal_pivot_3":[[40.4557487,-79.9402267],"hotel"],"around_goal_pivot_4":[[40.4555042,-79.940201],"post box"]}} +{"rvs_sample_number":474,"content":"You can meet me at the school, north of you, past Fifth Ward School, on North Franklin Street, where the street has an end. To the southeast of here there's the Training Wheels Day Care Center kindergarten. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4561802,-80.0247762],"key":8891,"region":"Pittsburgh","rvs_start_point":[40.4484213463,-80.0234291474],"landmarks":{"end_point":[[40.4561802,-80.0247762],"school"],"start_point":[[40.4484213463,-80.0234291474],"garden"],"main_pivot":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_2":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_3":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_4":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_5":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_6":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_7":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_8":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_9":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_10":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_11":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_12":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_13":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_14":[[40.4517358,-80.0242205],"Fifth Ward School"],"main_pivot_15":[[40.4563086453,-80.0252191992],"pitch"],"near_pivot":[[40.4563086453,-80.0252191992],"pitch"],"around_goal_pivot_1":[[40.4559324,-80.0232996],"school"],"around_goal_pivot_2":[[40.4559324,-80.0232996],"kindergarten"]}} +{"rvs_sample_number":142,"content":"I'm like 5 blocks away from you. Walk northeast past Rite Aid and Popeyes fast food. You'll see me at the Giant Eagle close to parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4310201,-79.9766634],"key":8892,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234],"landmarks":{"end_point":[[40.4310201,-79.9766634],"Giant Eagle"],"start_point":[[40.4284590135,-79.9795557234],"fast food restaurant"],"main_pivot":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_2":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_3":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_4":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_5":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_6":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_7":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_8":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_9":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_10":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_11":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_12":[[40.4301429,-79.9770334],"Family Dollar"],"main_pivot_13":[[40.4301072,-79.9773606],"Popeyes"],"main_pivot_14":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_15":[[40.4307181394,-79.9766792993],"parking lot"],"near_pivot":[[40.4307181394,-79.9766792993],"parking lot"],"around_goal_pivot_1":[[40.4301072,-79.9773606],"fast food restaurant"],"around_goal_pivot_2":[[40.4301429,-79.9770334],"Family Dollar"],"around_goal_pivot_3":[[40.4314566,-79.9778541],"Sally Beauty"],"around_goal_pivot_4":[[40.4314712,-79.9774774],"Rainbow"],"around_goal_pivot_5":[[40.4315885,-79.978208],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4315466,-79.9779787],"dentist's office"],"around_goal_pivot_7":[[40.4300778,-79.9763573],"vacant shop"],"around_goal_pivot_8":[[40.4315034,-79.978305],"hairdresser shop"],"around_goal_pivot_9":[[40.4319698664,-79.9764069196],"park"],"around_goal_pivot_10":[[40.4319911937,-79.9764252326],"dog park"]}} +{"rvs_sample_number":86,"content":"I'm just northwest of you on North Craig Street. Pass the Oakland Catholic High School, and go another block to meet me at the parking spaces south of the CVS on the east side of the street. If you get to the dunkin' donuts, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4513815106,-79.9513351321],"key":8893,"region":"Pittsburgh","rvs_start_point":[40.4467044,-79.9491703],"landmarks":{"end_point":[[40.4513815106,-79.9513351321],"parking space"],"start_point":[[40.4467044,-79.9491703],"bank"],"main_pivot":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_2":[[40.4480391,-79.9504777],"Pittsburgh Chinese Church"],"main_pivot_3":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_4":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_5":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_6":[[40.4480391,-79.9504777],"Pittsburgh Chinese Church"],"main_pivot_7":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_8":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_9":[[40.4480391,-79.9504777],"Pittsburgh Chinese Church"],"main_pivot_10":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_11":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_12":[[40.4480391,-79.9504777],"Pittsburgh Chinese Church"],"main_pivot_13":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_14":[[40.4486567931,-79.949912014],"Oakland Catholic High School"],"main_pivot_15":[[40.4517378,-79.9521127],"fast food restaurant"],"near_pivot":[[40.4517378,-79.9521127],"fast food restaurant"],"beyond_pivot":[[40.4521475004,-79.9514192616],"restaurant"],"around_goal_pivot_1":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4520742,-79.9516633],"two convenience shops"],"around_goal_pivot_3":[[40.451928,-79.9521658],"pub"],"around_goal_pivot_4":[[40.4501627,-79.9520449],"school"],"around_goal_pivot_5":[[40.4507756,-79.9523005],"church"],"around_goal_pivot_6":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_7":[[40.4508921,-79.9521657],"parking lot"],"around_goal_pivot_8":[[40.4521015233,-79.9515724545],"two fast food restaurants"],"around_goal_pivot_9":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_10":[[40.4520305,-79.9518088],"convenience shop"]}} +{"rvs_sample_number":219,"content":"I'm buying alcohol west of you so come here after you pick up the kids and pick me up too. It's in the middle of Shiloh street on the east side. There is a gas station a block south of me. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4297021,-80.0072196],"key":8894,"region":"Pittsburgh","rvs_start_point":[40.4270316,-79.9904217],"landmarks":{"end_point":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"start_point":[[40.4270316,-79.9904217],"school"],"main_pivot":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_2":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_3":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_4":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_5":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_6":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_7":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_8":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_9":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_10":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_11":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_12":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_13":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_14":[[40.4291777,-79.9984778],"Panhandle Bridge"],"main_pivot_15":[[40.4291144837,-80.0071277355],"gas station"],"near_pivot":[[40.4291144837,-80.0071277355],"gas station"],"around_goal_pivot_1":[[40.4288821,-80.0073318],"restaurant"],"around_goal_pivot_2":[[40.4305755,-80.0069519],"post office"]}} +{"rvs_sample_number":72,"content":"I'm standing on the begining of the bridge next to you just on the edge overlooking the water.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4276220736,-79.9621441623],"key":8895,"region":"Pittsburgh","rvs_start_point":[40.4277325,-79.9684992],"landmarks":{"end_point":[[40.4276220736,-79.9621441623],"bridge"],"start_point":[[40.4277325,-79.9684992],"restaurant"],"main_pivot":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_2":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_3":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_4":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_5":[[40.428568,-79.9657239],"REI"],"main_pivot_6":[[40.428011,-79.9652228],"The Cheesecake Factory"],"main_pivot_7":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_8":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_9":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_10":[[40.428568,-79.9657239],"REI"],"main_pivot_11":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_12":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_13":[[40.4277401,-79.9652069],"Urban Outfitters"],"main_pivot_14":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_15":[[40.4278843416,-79.9638978354],"park"],"near_pivot":[[40.4278843416,-79.9638978354],"park"],"around_goal_pivot_1":[[40.4274439,-79.9638079],"parking entrance"]}} +{"rvs_sample_number":111,"content":"Get over the Allegheny River and meet me at the garden on railroad street. Taking the northern smaller bridge is likely to make it easer to get to this neighborhood. The garden is just northeast of the meraki Fitness Centre. It's one block up on the same side of the street. There is a parking lot just on the other side of the street from where I'll be waiting. Of particular note is that the street I'm on changes names about three blocks south of where I'll be waiting.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4553366744,-79.9811536028],"key":8896,"region":"Pittsburgh","rvs_start_point":[40.453694,-79.9988484],"landmarks":{"end_point":[[40.4553366744,-79.9811536028],"garden"],"start_point":[[40.453694,-79.9988484],"beauty shop"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4550067,-79.9804632],"bicycle parking"],"near_pivot":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_1":[[40.4549189,-79.9821731],"three gardens"],"around_goal_pivot_2":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_3":[[40.4559416,-79.9795445],"pub"],"around_goal_pivot_4":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_5":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_9":[[40.4548231,-79.9819299],"2 gardens"],"around_goal_pivot_10":[[40.4556033,-79.9797791],"2 gardens"]}} +{"rvs_sample_number":152,"content":"Meet me at Metro by T-Mobile on Federak Street. North Side Beer is on the adjacent block north of it. You'll find a theatre across the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4560566,-80.0066507],"key":8897,"region":"Pittsburgh","rvs_start_point":[40.4479706434,-79.9927754431],"landmarks":{"end_point":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"start_point":[[40.4479706434,-79.9927754431],"garden"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4557107,-80.0072114],"theatre"],"near_pivot":[[40.4557107,-80.0072114],"theatre"],"around_goal_pivot_1":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_2":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_3":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_4":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_5":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_6":[[40.4569522,-80.0076342],"clinic"],"around_goal_pivot_7":[[40.4569869,-80.0077415],"convenience shop"],"around_goal_pivot_8":[[40.4568681,-80.0068866],"alcohol shop"],"around_goal_pivot_9":[[40.4553073,-80.0067246],"park"],"around_goal_pivot_10":[[40.4552416,-80.0051086],"playground"]}} +{"rvs_sample_number":162,"content":"Go south towards the freeway. Meet me at the bench by the community college, near the bicycle parking. It's just off the the small unnamed side road off of Ridge Avenue. There is a waste basket just southeast of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4495233,-80.0132934],"key":8898,"region":"Pittsburgh","rvs_start_point":[40.4593235,-80.0235133],"landmarks":{"end_point":[[40.4495233,-80.0132934],"bench"],"start_point":[[40.4593235,-80.0235133],"school"],"main_pivot":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_2":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_3":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_4":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_5":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_6":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_7":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_8":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_9":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_10":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_11":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_12":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_13":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_14":[[40.4506203384,-80.0135549134],"Allegheny West Historic District"],"main_pivot_15":[[40.4495242,-80.0134734],"bicycle parking"],"near_pivot":[[40.4495242,-80.0134734],"bicycle parking"],"beyond_pivot":[[40.4491541,-80.01255],"waste_basket"],"around_goal_pivot_1":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_2":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_3":[[40.4499536,-80.0146013],"bicycle parking"],"around_goal_pivot_4":[[40.450706,-80.0135871],"post box"],"around_goal_pivot_5":[[40.4523182,-80.0138764],"park"],"around_goal_pivot_7":[[40.4498634,-80.0145878],"6 benches"],"around_goal_pivot_8":[[40.4499343,-80.0146193],"2 benches"],"around_goal_pivot_9":[[40.4493745,-80.0144497],"garden"]}} +{"rvs_sample_number":226,"content":"Meet me at the bar on East Carson Street. It is across the street from the gas station. Next block over from Cafe Du Jour.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4289103675,-79.9881930502],"key":8899,"region":"Pittsburgh","rvs_start_point":[40.428227241,-79.974243728],"landmarks":{"end_point":[[40.4289103675,-79.9881930502],"bar"],"start_point":[[40.428227241,-79.974243728],"art shop"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.4284526,-79.9882974],"gas station"],"near_pivot":[[40.4284526,-79.9882974],"gas station"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4302196,-79.9885417],"bridge"],"around_goal_pivot_3":[[40.4296718,-79.9888646],"hotel"],"around_goal_pivot_4":[[40.4288148,-79.9865168],"bar"],"around_goal_pivot_5":[[40.4288042,-79.9870277],"pub"],"around_goal_pivot_6":[[40.4288027,-79.9871038],"cafe"],"around_goal_pivot_7":[[40.4286666,-79.9869525],"bank"],"around_goal_pivot_8":[[40.4288715,-79.9865188],"nightclub"],"around_goal_pivot_9":[[40.4288722,-79.9863271],"post box"],"around_goal_pivot_10":[[40.4286604,-79.9872396],"parking lot"]}} +{"rvs_sample_number":309,"content":"I'm at one of the University's restaurants, close to the sandwich place. Just go on the street you're on east until you see the university on your right.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4436715,-79.94234],"key":8900,"region":"Pittsburgh","rvs_start_point":[40.4409403,-79.9576495],"landmarks":{"end_point":[[40.4436715,-79.94234],"restaurant"],"start_point":[[40.4409403,-79.9576495],"cafe"],"main_pivot":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_2":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_3":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_4":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_5":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_6":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_7":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_8":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_9":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_10":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_11":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_12":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_13":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_14":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.444775,-79.9435208],"shelter"],"around_goal_pivot_3":[[40.443955,-79.9411099],"parking entrance"],"around_goal_pivot_4":[[40.4430634,-79.9433876],"bench"],"around_goal_pivot_5":[[40.4444948,-79.943059],"post box"],"around_goal_pivot_6":[[40.4434106,-79.9412932],"track"],"around_goal_pivot_7":[[40.4434319,-79.9413451],"stadium"]}} +{"rvs_sample_number":12,"content":"Meet me at the garden just a couple blocks west of you. It's triangular shaped and south of Penn Avenue. If you get to Wyndham Grand Pittsburgh Downtown, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.441747041,-80.0044390984],"key":8901,"region":"Pittsburgh","rvs_start_point":[40.4423,-80.0021167],"landmarks":{"end_point":[[40.441747041,-80.0044390984],"garden"],"start_point":[[40.4423,-80.0021167],"restaurant"],"main_pivot":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_2":[[40.44239679,-80.001902276],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.44239679,-80.001902276],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.44239679,-80.001902276],"Heinz Hall for the Performing Arts"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.44239679,-80.001902276],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.44239679,-80.001902276],"Heinz Hall for the Performing Arts"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_13":[[40.44239679,-80.001902276],"Heinz Hall for the Performing Arts"],"main_pivot_14":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_15":[[40.441818,-80.0050268],"3 gardens"],"near_pivot":[[40.441818,-80.0050268],"3 gardens"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4410426,-80.0055822],"two gardens"],"around_goal_pivot_3":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_4":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_5":[[40.4419336,-80.0060713],"2 restaurants"],"around_goal_pivot_6":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_7":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_8":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_9":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_10":[[40.4425218,-80.0046402],"bicycle parking"]}} +{"rvs_sample_number":329,"content":"Can you please meet me at the Pub near the southeast end of 17th street. It's a block and a half from the southeastern end of this street section. There is a large catholic church with a large yard\/park area in the block to the southeast of the pub. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4496963,-79.9858214],"key":8902,"region":"Pittsburgh","rvs_start_point":[40.4385476,-79.9983771],"landmarks":{"end_point":[[40.4496963,-79.9858214],"pub"],"start_point":[[40.4385476,-79.9983771],"fast food restaurant"],"main_pivot":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_2":[[40.4423518,-79.996608],"Centre City Tower"],"main_pivot_3":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_4":[[40.4399137,-79.997673],"William Penn Place"],"main_pivot_5":[[40.4382573968,-79.9984866631],"One Oxford Center"],"main_pivot_6":[[40.4424074,-79.9959229],"Verizon Building"],"main_pivot_7":[[40.4399137,-79.997673],"William Penn Place"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4403538,-79.9971803],"Union Trust Building"],"main_pivot_10":[[40.441724,-79.9962235],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_11":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_12":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4410058,-79.9967462],"Omni William Penn Hotel"],"main_pivot_14":[[40.4405314,-79.9972675],"Mellon Square"],"main_pivot_15":[[40.4496074,-79.9852387],"3 gardens"],"near_pivot":[[40.4496074,-79.9852387],"3 gardens"],"beyond_pivot":[[40.4504558,-79.9854338],"parking"],"around_goal_pivot_1":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_2":[[40.4506848,-79.9852117],"marketplace"],"around_goal_pivot_3":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_4":[[40.4488363,-79.9863971],"storage rental shop"],"around_goal_pivot_5":[[40.4507712,-79.9849852],"farm shop"],"around_goal_pivot_6":[[40.4491756,-79.9867773],"garden"]}} +{"rvs_sample_number":331,"content":"I'm at the restaurant on Penn Avenue after a convenience store. It is on the block after the bank and on the same street side. Move northeast to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.451984,-79.9824985],"key":8903,"region":"Pittsburgh","rvs_start_point":[40.4481808209,-79.9925016208],"landmarks":{"end_point":[[40.451984,-79.9824985],"restaurant"],"start_point":[[40.4481808209,-79.9925016208],"garden"],"main_pivot":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496957556,-79.9881460182],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4515769,-79.9831329],"bank"],"near_pivot":[[40.4515769,-79.9831329],"bank"],"beyond_pivot":[[40.4525884,-79.9820597],"parking"],"around_goal_pivot_1":[[40.4522579,-79.9835422],"church"],"around_goal_pivot_2":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_3":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_4":[[40.4513343,-79.9838441],"cafe"],"around_goal_pivot_5":[[40.4515078,-79.9835594],"books shop"],"around_goal_pivot_6":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_10":[[40.4516689,-79.981295],"2 gardens"]}} +{"rvs_sample_number":332,"content":"Meet me at the warehouse on Bigelow Boulevard. Heat northeast and get past a bridge to get there. There is a parking lot and a railroad behind the warehouse. \r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4464419402,-79.9882859118],"key":8904,"region":"Pittsburgh","rvs_start_point":[40.4389155,-80.0039382],"landmarks":{"end_point":[[40.4464419402,-79.9882859118],"warehouse"],"start_point":[[40.4389155,-80.0039382],"restaurant"],"main_pivot":[[40.4435083134,-79.9938652667],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_2":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_3":[[40.4383775,-80.0024549],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_4":[[40.4383775,-80.0024549],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_5":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_6":[[40.4394681495,-80.0013541472],"Arrott Building"],"main_pivot_7":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_8":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_9":[[40.4435083134,-79.9938652667],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_10":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_11":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_12":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_13":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_14":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_15":[[40.4466269124,-79.9881841771],"parking lot"],"near_pivot":[[40.4466269124,-79.9881841771],"parking lot"]}} +{"rvs_sample_number":96,"content":"Let's meet up for a massage. I'm at the shop on Penn Avenue about 4 blocks northeast of you. It's on the same side of the street and east of the Hair By Design shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4546212,-79.9790847],"key":8905,"region":"Pittsburgh","rvs_start_point":[40.4523176303,-79.9826161316],"landmarks":{"end_point":[[40.4546212,-79.9790847],"hairdresser shop"],"start_point":[[40.4523176303,-79.9826161316],"art shop"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4552116,-79.9795677],"animal boarding"],"near_pivot":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_1":[[40.4557034,-79.9792622],"pub"],"around_goal_pivot_2":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_3":[[40.4537719,-79.9799556],"art shop"],"around_goal_pivot_4":[[40.4541268,-79.9798034],"hairdresser shop"],"around_goal_pivot_5":[[40.4547825,-79.9808077],"four gardens"]}} +{"rvs_sample_number":76,"content":"Let's meet up at the garden that is at the space where 23rd street has it's most southeastern end. There is a park\/Railroad PAST where the street would end. The garden is near a bank on the southwest side of the street, right near where it ends in the main Avenue there. There is a union office to the north and east of the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.452191175,-79.9811296603],"key":8906,"region":"Pittsburgh","rvs_start_point":[40.444468699,-79.9938411857],"landmarks":{"end_point":[[40.452191175,-79.9811296603],"garden"],"start_point":[[40.444468699,-79.9938411857],"garden"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_3":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_6":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_9":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4519781,-79.9808487],"three gardens"],"near_pivot":[[40.4519781,-79.9808487],"three gardens"],"beyond_pivot":[[40.4527575,-79.9805335],"parking"],"around_goal_pivot_1":[[40.4533254,-79.9809237],"bar"],"around_goal_pivot_2":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_3":[[40.4524967578,-79.9821231134],"veterinary"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_6":[[40.4521799,-79.9826034],"butcher shop"],"around_goal_pivot_7":[[40.4519268,-79.9825802],"supermarket"],"around_goal_pivot_8":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4512019,-79.9814013],"two gardens"]}} +{"rvs_sample_number":21,"content":"Go east and meet me on South Aiken Avenue at the Dina Ellen clothes shop which is right next to a bar, a pharmacy, and a salon. It is a bit southwest of Starbucks and Gap.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4504313503,-79.9351467162],"key":8907,"region":"Pittsburgh","rvs_start_point":[40.4483335929,-79.949047041],"landmarks":{"end_point":[[40.4504313503,-79.9351467162],"clothes shop"],"start_point":[[40.4483335929,-79.949047041],"school"],"main_pivot":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_2":[[40.4470436,-79.9449946],"WQED"],"main_pivot_3":[[40.4470436,-79.9449946],"WQED"],"main_pivot_4":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_5":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_6":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_7":[[40.4470436,-79.9449946],"WQED"],"main_pivot_8":[[40.4470436,-79.9449946],"WQED"],"main_pivot_9":[[40.4470436,-79.9449946],"WQED"],"main_pivot_10":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_11":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_12":[[40.4470436,-79.9449946],"WQED"],"main_pivot_13":[[40.4470436,-79.9449946],"WQED"],"main_pivot_14":[[40.4471451,-79.9451481],"Central Catholic High School"],"main_pivot_15":[[40.4510673,-79.9349312],"cafe"],"near_pivot":[[40.4510673,-79.9349312],"cafe"],"beyond_pivot":[[40.4511349,-79.9349275],"restaurant"],"around_goal_pivot_1":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_2":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_3":[[40.4509523,-79.93416],"Gap"],"around_goal_pivot_4":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_5":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_6":[[40.4510513,-79.933702],"florist shop"]}} +{"rvs_sample_number":278,"content":"I'm not far from you. You'll probably just want to walk I'm on South 20th street, a couple of blocks south of its northern end. I'm at the VFW of foreign wars social center, let's meet up there. If you're hungry later we can head up to the fried chicken place up the street about a block and a half north of the VFW for a snack. It's that one on the other side of the street from the VFW up a ways.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4293116,-79.9776875],"key":8908,"region":"Pittsburgh","rvs_start_point":[40.4301111,-79.974649],"landmarks":{"end_point":[[40.4293116,-79.9776875],"social centre"],"start_point":[[40.4301111,-79.974649],"pub"],"main_pivot":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_2":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_3":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_4":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_5":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_6":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_7":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_8":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_9":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_10":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_11":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_12":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_13":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_14":[[40.4299463,-79.9770526],"Family Dollar"],"main_pivot_15":[[40.4299644,-79.9773745],"fast food restaurant"],"near_pivot":[[40.4299644,-79.9773745],"fast food restaurant"],"beyond_pivot":[[40.4284691,-79.9774405],"restaurant"],"around_goal_pivot_1":[[40.4283763,-79.9766352],"fast food restaurant"],"around_goal_pivot_2":[[40.4299463,-79.9770526],"Family Dollar"],"around_goal_pivot_3":[[40.4288087,-79.9767548],"bar"],"around_goal_pivot_4":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_5":[[40.4290353,-79.9795072],"clothes shop"],"around_goal_pivot_6":[[40.429901,-79.9762513],"vacant shop"],"around_goal_pivot_7":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_8":[[40.4286982,-79.9764679],"kiosk shop"],"around_goal_pivot_9":[[40.4289341,-79.9760596],"park"]}} +{"rvs_sample_number":133,"content":"I am at the post box northeast. It is located 2&half blocks from Croatian Fraternal Union Building but on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4409927,-79.9574184],"key":8909,"region":"Pittsburgh","rvs_start_point":[40.4350691,-79.9628299],"landmarks":{"end_point":[[40.4409927,-79.9574184],"post box"],"start_point":[[40.4350691,-79.9628299],"school"],"main_pivot":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_2":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_3":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_4":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_5":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_6":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_7":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_8":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_9":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_10":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_11":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_12":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_13":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_14":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_15":[[40.4415141,-79.9572311],"atm"],"near_pivot":[[40.4415141,-79.9572311],"atm"],"beyond_pivot":[[40.4411962,-79.9563709],"university"],"around_goal_pivot_1":[[40.4419315,-79.9579591],"ice cream"],"around_goal_pivot_2":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_3":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_4":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_5":[[40.4419099,-79.9565806],"recycling"],"around_goal_pivot_6":[[40.4418935,-79.9566272],"waste basket"],"around_goal_pivot_7":[[40.4418806,-79.9571879],"two fast food restaurants"],"around_goal_pivot_8":[[40.4415987,-79.9567764],"jewelry shop"],"around_goal_pivot_9":[[40.4417121,-79.9569675],"tobacco shop"]}} +{"rvs_sample_number":351,"content":"Come to the garden on North Shore Trail facing the river. Go past the railroad and go south to get there. There is a bridge in the northeast direction from the garden and a clothes shop in the north.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4466067667,-80.0042219667],"key":8910,"region":"Pittsburgh","rvs_start_point":[40.4561551526,-80.0017839247],"landmarks":{"end_point":[[40.4466067667,-80.0042219667],"garden"],"start_point":[[40.4561551526,-80.0017839247],"parking lot"],"main_pivot":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_2":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_5":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_8":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_12":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_13":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4468542,-80.0039214],"bridge"],"near_pivot":[[40.4468542,-80.0039214],"bridge"],"around_goal_pivot_1":[[40.4477958,-80.0043583],"restaurant"],"around_goal_pivot_2":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_3":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4476428,-80.0043128],"clothes shop"]}} +{"rvs_sample_number":241,"content":"Move east on Railroad street past Italian restaurant. I'm at the garden by the corner on the next block. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.454603929,-79.9820596119],"key":8911,"region":"Pittsburgh","rvs_start_point":[40.4474923613,-79.992431605],"landmarks":{"end_point":[[40.454603929,-79.9820596119],"garden"],"start_point":[[40.4474923613,-79.992431605],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4543288,-79.9825463],"restaurant"],"near_pivot":[[40.4543288,-79.9825463],"restaurant"],"beyond_pivot":[[40.4538594,-79.9818726],"garden"],"around_goal_pivot_1":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_2":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_6":[[40.4551103,-79.9813384],"three gardens"],"around_goal_pivot_7":[[40.4535659,-79.9812131],"two parking lots"],"around_goal_pivot_9":[[40.4558662,-79.9824487],"two gardens"]}} +{"rvs_sample_number":260,"content":"I'm waiting for you at the garden on Grant Street. There is a courthouse across the street. Pittsburgh Greyhound Bus Station is just two blocks northeast of the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.443625164,-79.9941698937],"key":8912,"region":"Pittsburgh","rvs_start_point":[40.4434335,-79.9965741],"landmarks":{"end_point":[[40.443625164,-79.9941698937],"garden"],"start_point":[[40.4434335,-79.9965741],"bar"],"main_pivot":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_2":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_3":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_5":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_6":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_7":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_8":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_9":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_10":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_11":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_12":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_13":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_14":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4434649468,-79.9939286288],"courthouse"],"near_pivot":[[40.4434649468,-79.9939286288],"courthouse"],"around_goal_pivot_1":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_2":[[40.4436629,-79.9923798],"shelter"],"around_goal_pivot_3":[[40.4444319,-79.9951971],"3 gardens"],"around_goal_pivot_5":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_6":[[40.4435226,-79.9954065],"waste basket"],"around_goal_pivot_7":[[40.4448922,-79.9944217],"bakery shop"],"around_goal_pivot_8":[[40.4436812,-79.9956143],"music shop"],"around_goal_pivot_9":[[40.4443189,-79.9953725],"two gardens"]}} +{"rvs_sample_number":193,"content":"Let's get some fast food. Meet me at the fast food place on Shiloh Street, about a block south of it's northern end. It's about a block south of a post office. There is a liquor store a half block south on the same side of the street. The fast food place is the last place to eat on this block on this side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4300954,-80.0072393],"key":8913,"region":"Pittsburgh","rvs_start_point":[40.4385476,-79.9983771],"landmarks":{"end_point":[[40.4300954,-80.0072393],"fast food restaurant"],"start_point":[[40.4385476,-79.9983771],"fast food restaurant"],"main_pivot":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_2":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_3":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_4":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_5":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_6":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_7":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_8":[[40.4391481114,-79.9982697753],"(former Kaufmann's\/Macy's)"],"main_pivot_9":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_10":[[40.438366192,-79.9987747808],"One Oxford Center"],"main_pivot_11":[[40.4371148,-79.99946],"Hartley-Rose Belting Company Building"],"main_pivot_12":[[40.4391481114,-79.9982697753],"(former Kaufmann's\/Macy's)"],"main_pivot_13":[[40.4391481114,-79.9982697753],"(former Kaufmann's\/Macy's)"],"main_pivot_14":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_15":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"near_pivot":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4290031,-80.007183],"bar"],"around_goal_pivot_2":[[40.4291208604,-80.0070869461],"gas station"],"around_goal_pivot_3":[[40.4293097,-80.0072431],"gift shop"]}} +{"rvs_sample_number":310,"content":"Meet me at the bench across the street from the student accommodation at Carnegie Mellon University. There are two building to the south of the student accommodation. Please meet at the bench outside the eastern one.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4463988,-79.9461661],"key":8914,"region":"Pittsburgh","rvs_start_point":[40.4440043,-79.95359],"landmarks":{"end_point":[[40.4463988,-79.9461661],"bench"],"start_point":[[40.4440043,-79.95359],"fountain"],"main_pivot":[[40.4440132,-79.9528209],"Stephen Foster Memorial"],"main_pivot_2":[[40.4440132,-79.9528209],"Stephen Foster Memorial"],"main_pivot_3":[[40.4450856,-79.9519533],"Heinz Memorial Chapel"],"main_pivot_4":[[40.4450856,-79.9519533],"Heinz Memorial Chapel"],"main_pivot_5":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_6":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_7":[[40.4431612706,-79.9531548031],"Schenley Plaza"],"main_pivot_8":[[40.44517,-79.9511462],"Bellefield Hall"],"main_pivot_9":[[40.4440132,-79.9528209],"Stephen Foster Memorial"],"main_pivot_10":[[40.4450856,-79.9519533],"Heinz Memorial Chapel"],"main_pivot_11":[[40.4431612706,-79.9531548031],"Schenley Plaza"],"main_pivot_12":[[40.4440132,-79.9528209],"Stephen Foster Memorial"],"main_pivot_13":[[40.4450856,-79.9519533],"Heinz Memorial Chapel"],"main_pivot_14":[[40.4431612706,-79.9531548031],"Schenley Plaza"],"main_pivot_15":[[40.4467599077,-79.9466253195],"student accomodation"],"near_pivot":[[40.4467599077,-79.9466253195],"student accomodation"],"around_goal_pivot_1":[[40.4465053471,-79.944975348],"studio"],"around_goal_pivot_2":[[40.4474762816,-79.9451037318],"church"],"around_goal_pivot_3":[[40.4472831753,-79.9467915963],"student accomodation"],"around_goal_pivot_4":[[40.4472059,-79.9469604],"post box"],"around_goal_pivot_5":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_6":[[40.4471751,-79.9471133],"convenience shop"],"around_goal_pivot_7":[[40.4458842,-79.9474097],"garden"]}} +{"rvs_sample_number":45,"content":"Meet me on the tennis pitch located southeast of where you are, east of park and northeast of 2 pitches.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.432850581,-79.9418273472],"key":8915,"region":"Pittsburgh","rvs_start_point":[40.4417977,-79.9528802],"landmarks":{"end_point":[[40.432850581,-79.9418273472],"pitch"],"start_point":[[40.4417977,-79.9528802],"bench"],"main_pivot":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_2":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_4":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_5":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_6":[[40.4416759186,-79.9531547443],"Wesley W. Posvar Hall"],"main_pivot_7":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_8":[[40.4420032764,-79.9527865741],"Schenley Plaza"],"main_pivot_9":[[40.4407380286,-79.9483823527],"Schenley Bridge"],"main_pivot_10":[[40.4416759186,-79.9531547443],"Wesley W. Posvar Hall"],"main_pivot_11":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_12":[[40.4416759186,-79.9531547443],"Wesley W. Posvar Hall"],"main_pivot_13":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_14":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_15":[[40.433206538,-79.9435815776],"park"],"near_pivot":[[40.433206538,-79.9435815776],"park"],"around_goal_pivot_7":[[40.4318537,-79.9432141],"2 pitches"]}} +{"rvs_sample_number":98,"content":"Can you come to the kindergarten on Liberty Avenue? There is a bar and a cafe in the adjacent block to its west. You'll find a bus station in the block east of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4439944,-79.9947572],"key":8916,"region":"Pittsburgh","rvs_start_point":[40.4420838,-79.9944739],"landmarks":{"end_point":[[40.4439944,-79.9947572],"kindergarten"],"start_point":[[40.4420838,-79.9944739],"post box"],"main_pivot":[[40.4423533212,-79.9957611872],"Koppers Tower"],"main_pivot_2":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_3":[[40.4423533212,-79.9957611872],"Koppers Tower"],"main_pivot_4":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_5":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_6":[[40.4423533212,-79.9957611872],"Koppers Tower"],"main_pivot_7":[[40.4423533212,-79.9957611872],"Koppers Tower"],"main_pivot_8":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_9":[[40.4416268301,-79.9944595557],"U.S. Steel Tower"],"main_pivot_10":[[40.4424271,-79.9959257],"Verizon Building"],"main_pivot_11":[[40.4416268301,-79.9944595557],"U.S. Steel Tower"],"main_pivot_12":[[40.4416268301,-79.9944595557],"U.S. Steel Tower"],"main_pivot_13":[[40.4425383,-79.9956546],"Gulf Tower"],"main_pivot_14":[[40.4423533212,-79.9957611872],"Koppers Tower"],"main_pivot_15":[[40.4432796,-79.9953479],"arts centre"],"near_pivot":[[40.4432796,-79.9953479],"arts centre"],"beyond_pivot":[[40.4444525,-79.9933714],"bus_station"],"around_goal_pivot_1":[[40.4447106,-79.9951092],"fast food restaurant"],"around_goal_pivot_2":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_3":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4442636,-79.9959418],"FedEx Office"],"around_goal_pivot_5":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_6":[[40.4436373,-79.9957766],"cafe"],"around_goal_pivot_7":[[40.4436597,-79.9956938],"bar"],"around_goal_pivot_8":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_9":[[40.4444525,-79.9933714],"bus station"],"around_goal_pivot_10":[[40.4445517,-79.9958048],"bicycle rental"]}} +{"rvs_sample_number":587,"content":"Meet me at the cafe northeast of your location. Head north then turn west onto Fifth Avenue. Walk until you see Fairmonth Pittsburgh hotel. Keep going past the next street then turn south onto the next street. Your destination is south, just north of a Chase bank.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4411656,-80.0028461],"key":8917,"region":"Pittsburgh","rvs_start_point":[40.4337254537,-80.0051405947],"landmarks":{"end_point":[[40.4411656,-80.0028461],"cafe"],"start_point":[[40.4337254537,-80.0051405947],"garden"],"main_pivot":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_2":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_3":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_4":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_5":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_6":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_8":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_10":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_11":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_14":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4411935,-80.0036623],"fast_food"],"around_goal_pivot_1":[[40.4406988,-80.0045114],"3 gardens"],"around_goal_pivot_2":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_3":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_4":[[40.4398286,-80.0031415],"two fountains"],"around_goal_pivot_5":[[40.4407398,-80.0044388],"two gardens"],"around_goal_pivot_6":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_7":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_8":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_9":[[40.4411916,-80.0043796],"2 gardens"],"around_goal_pivot_10":[[40.4425478,-80.0033165],"pharmacy"]}} +{"rvs_sample_number":226,"content":"Let's meet up at the bar on East Carson Street. Head west and go past a post box on that street. Across the street from the bar, there is a gas station. In the block east of the bar, you will find a cafe and a pub.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4289103675,-79.9881930502],"key":8918,"region":"Pittsburgh","rvs_start_point":[40.428227241,-79.974243728],"landmarks":{"end_point":[[40.4289103675,-79.9881930502],"bar"],"start_point":[[40.428227241,-79.974243728],"art shop"],"main_pivot":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_2":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_3":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_4":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_5":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_6":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_7":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_8":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_9":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_10":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_11":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_12":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_13":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_14":[[40.4289746,-79.9865225],"Bloom Cigar Company"],"main_pivot_15":[[40.4284526,-79.9882974],"gas station"],"near_pivot":[[40.4284526,-79.9882974],"gas station"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4302196,-79.9885417],"bridge"],"around_goal_pivot_3":[[40.4296718,-79.9888646],"hotel"],"around_goal_pivot_4":[[40.4288148,-79.9865168],"bar"],"around_goal_pivot_5":[[40.4288042,-79.9870277],"pub"],"around_goal_pivot_6":[[40.4288027,-79.9871038],"cafe"],"around_goal_pivot_7":[[40.4286666,-79.9869525],"bank"],"around_goal_pivot_8":[[40.4288715,-79.9865188],"nightclub"],"around_goal_pivot_9":[[40.4288722,-79.9863271],"post box"],"around_goal_pivot_10":[[40.4286604,-79.9872396],"parking lot"]}} +{"rvs_sample_number":171,"content":"I'm directly east of where you are. At the garden on Railroad Street. It is second garden on the block after the block where the Italian restaurant is located.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4548177695,-79.9819543652],"key":8919,"region":"Pittsburgh","rvs_start_point":[40.4533877,-80.0005867],"landmarks":{"end_point":[[40.4548177695,-79.9819543652],"garden"],"start_point":[[40.4533877,-80.0005867],"florist shop"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4543288,-79.9825463],"restaurant"],"near_pivot":[[40.4543288,-79.9825463],"restaurant"],"beyond_pivot":[[40.4551918,-79.9812581],"parking"],"around_goal_pivot_1":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_2":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_6":[[40.4536364784,-79.9811127437],"2 parking lots"]}} +{"rvs_sample_number":419,"content":"Meet me at the clothes shop southeast of your location. Head directly southeast until you get onto Forbes Avenue. Keep going until you see a Hilton Garden Inn. Your destination is in the middle of the next block. It's right next to Pittsburgh Playhouse arts centre.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4397324619,-80.0004047711],"key":8920,"region":"Pittsburgh","rvs_start_point":[40.4425657,-80.0100388],"landmarks":{"end_point":[[40.4397324619,-80.0004047711],"clothes shop"],"start_point":[[40.4425657,-80.0100388],"bicycle parking"],"main_pivot":[[40.4412121,-80.0097626],"Fort Pitt Block House"],"main_pivot_2":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_3":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_4":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_5":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_6":[[40.4412408,-80.0066879],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_7":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_8":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_9":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_10":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_11":[[40.4412121,-80.0097626],"Fort Pitt Block House"],"main_pivot_12":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_13":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_14":[[40.4410764,-80.0018016],"Buhl Building"],"main_pivot_15":[[40.4396374798,-80.0002628315],"arts centre"],"near_pivot":[[40.4396374798,-80.0002628315],"arts centre"],"beyond_pivot":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_1":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_2":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_3":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_4":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"around_goal_pivot_5":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_6":[[40.4402978,-79.998756],"Verizon"],"around_goal_pivot_7":[[40.4384244,-79.9999235],"cafe"],"around_goal_pivot_8":[[40.4399978,-79.9986158],"clock"],"around_goal_pivot_9":[[40.4407271,-79.9995874],"kindergarten"],"around_goal_pivot_10":[[40.4407273,-79.9997963],"library"]}} +{"rvs_sample_number":323,"content":"Meet me at the bicycle parking. It is behind the museum near Portal Bridge. It is right by the river.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.440439,-80.0102765],"key":8921,"region":"Pittsburgh","rvs_start_point":[40.440614,-80.0041668],"landmarks":{"end_point":[[40.440439,-80.0102765],"bicycle parking"],"start_point":[[40.440614,-80.0041668],"parking lot"],"main_pivot":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_2":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_3":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_4":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_5":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_6":[[40.4402491,-80.0064052],"River Vue Apartments"],"main_pivot_7":[[40.4402491,-80.0064052],"River Vue Apartments"],"main_pivot_8":[[40.4407266,-80.0044924],"Four Gateway Center"],"main_pivot_9":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_10":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_11":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_12":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_13":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_14":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_15":[[40.4404464065,-80.0095652976],"museum"],"near_pivot":[[40.4404464065,-80.0095652976],"museum"],"around_goal_pivot_1":[[40.4411468,-80.0097974],"historic building"],"around_goal_pivot_2":[[40.4412008083,-80.0089172526],"bridge"],"around_goal_pivot_3":[[40.4413039,-80.0093375],"bicycle repair station"],"around_goal_pivot_4":[[40.4411717,-80.0093405],"bicycle parking"]}} +{"rvs_sample_number":224,"content":"Meet me at the fast food restaurant southwest on Forbes Avenue. It's in the next block past David Lawrence Hall. It's on the same side of the street as the hall. It's in the middle of the block on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.441714,-79.9566181],"key":8922,"region":"Pittsburgh","rvs_start_point":[40.444392,-79.9465766],"landmarks":{"end_point":[[40.441714,-79.9566181],"fast food restaurant"],"start_point":[[40.444392,-79.9465766],"parking lot"],"main_pivot":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_2":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_3":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_4":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_5":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_6":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_7":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_8":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_9":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_10":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_11":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_12":[[40.4454244712,-79.9465109656],"Central Catholic High School"],"main_pivot_13":[[40.4428203,-79.9553526],"Brackenridge Hall"],"main_pivot_14":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_15":[[40.4418458,-79.9574464],"bank"],"near_pivot":[[40.4418458,-79.9574464],"bank"],"beyond_pivot":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_1":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_2":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_5":[[40.4412365,-79.9576093],"restaurant"],"around_goal_pivot_6":[[40.4425168,-79.9557757],"waste basket"],"around_goal_pivot_7":[[40.4409927,-79.9574184],"post box"],"around_goal_pivot_8":[[40.440825,-79.9578198],"sports shop"],"around_goal_pivot_9":[[40.4408964,-79.9577085],"optician shop"],"around_goal_pivot_10":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":224,"content":"Go down on Forbes Avenue past Hillman Library and David Lawrence Hall. I'm at Panera Bread fast food restaurant in the middle of the block before Rite Aid pharmacy.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.441714,-79.9566181],"key":8923,"region":"Pittsburgh","rvs_start_point":[40.444392,-79.9465766],"landmarks":{"end_point":[[40.441714,-79.9566181],"fast food restaurant"],"start_point":[[40.444392,-79.9465766],"parking lot"],"main_pivot":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_2":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_3":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_4":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_5":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_6":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_7":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_8":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_9":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_10":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_11":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_12":[[40.4454244712,-79.9465109656],"Central Catholic High School"],"main_pivot_13":[[40.4428203,-79.9553526],"Brackenridge Hall"],"main_pivot_14":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_15":[[40.4418458,-79.9574464],"bank"],"near_pivot":[[40.4418458,-79.9574464],"bank"],"beyond_pivot":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_1":[[40.4419825,-79.9578877],"bank"],"around_goal_pivot_2":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_5":[[40.4412365,-79.9576093],"restaurant"],"around_goal_pivot_6":[[40.4425168,-79.9557757],"waste basket"],"around_goal_pivot_7":[[40.4409927,-79.9574184],"post box"],"around_goal_pivot_8":[[40.440825,-79.9578198],"sports shop"],"around_goal_pivot_9":[[40.4408964,-79.9577085],"optician shop"],"around_goal_pivot_10":[[40.4427896,-79.9554318],"clothes shop"]}} +{"rvs_sample_number":68,"content":"Go get the car from the parking lot of the library on Schenley Drive on your east. You should pass David Lawrence Hall and a baseball field. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4421288,-79.9504305],"key":8924,"region":"Pittsburgh","rvs_start_point":[40.4408664236,-79.9584379886],"landmarks":{"end_point":[[40.4421288,-79.9504305],"parking lot"],"start_point":[[40.4408664236,-79.9584379886],"university"],"main_pivot":[[40.4406901,-79.9576121],"Forbes Tower"],"main_pivot_2":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_3":[[40.4415966,-79.956783],"Sennott Square"],"main_pivot_4":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_5":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_6":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_7":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_8":[[40.4426264,-79.956481],"Litchfield Tower B"],"main_pivot_9":[[40.4415966,-79.956783],"Sennott Square"],"main_pivot_10":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_11":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_12":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_13":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_14":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_15":[[40.4423895,-79.9508452],"library"],"near_pivot":[[40.4423895,-79.9508452],"library"],"around_goal_pivot_1":[[40.4420725,-79.9519137],"fountain"],"around_goal_pivot_2":[[40.4423629035,-79.9523430066],"park"],"around_goal_pivot_3":[[40.4429816,-79.9510522],"theatre"],"around_goal_pivot_4":[[40.44154,-79.9512271],"library"],"around_goal_pivot_5":[[40.4416962726,-79.9523359251],"pitch"]}} +{"rvs_sample_number":251,"content":"Cross the river to the west and meet at the garden where Fairview Avenue ends at a loop. It's right in the middle of the West End Elliot Overlook Park.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.445678995,-80.0336674524],"key":8925,"region":"Pittsburgh","rvs_start_point":[40.4467253599,-80.0211933995],"landmarks":{"end_point":[[40.445678995,-80.0336674524],"garden"],"start_point":[[40.4467253599,-80.0211933995],"garden"],"main_pivot":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_2":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_3":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_4":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_5":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_6":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_7":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_8":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_9":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_10":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_11":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_12":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_13":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_14":[[40.449458256,-80.0214137934],"Green 23"],"main_pivot_15":[[40.4450277398,-80.0336323241],"park"],"near_pivot":[[40.4450277398,-80.0336323241],"park"],"beyond_pivot":[[40.4464114,-80.0341227],"garden"],"around_goal_pivot_1":[[40.4464114,-80.0341227],"garden"]}} +{"rvs_sample_number":89,"content":"Meet me at the garden on Spring Way. There is an ice cream shop to its northwest across two streets. Bow-Wow Doggie Day Care is on its southwest in the diagonal block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4566586393,-79.9751191289],"key":8926,"region":"Pittsburgh","rvs_start_point":[40.4545847453,-79.9827289368],"landmarks":{"end_point":[[40.4566586393,-79.9751191289],"garden"],"start_point":[[40.4545847453,-79.9827289368],"garden"],"main_pivot":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_2":[[40.4557034,-79.9792622],"Cinderlands Warehouse"],"main_pivot_3":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_4":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_5":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_6":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_7":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_8":[[40.4543288,-79.9825463],"Osteria 2350"],"main_pivot_9":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_10":[[40.4552116,-79.9795677],"The Dog Stop"],"main_pivot_11":[[40.4557034,-79.9792622],"Cinderlands Warehouse"],"main_pivot_12":[[40.4541496,-79.9828158],"Cioppino Restaurant & Cigar Bar"],"main_pivot_13":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_14":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_15":[[40.4570134,-79.9755625],"ice cream"],"near_pivot":[[40.4570134,-79.9755625],"ice cream"],"around_goal_pivot_1":[[40.4576842162,-79.9742542443],"pub"],"around_goal_pivot_2":[[40.4561124,-79.9760226],"animal boarding"],"around_goal_pivot_3":[[40.4566112,-79.9734016],"parking entrance"],"around_goal_pivot_4":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_5":[[40.4560872,-79.9765269],"fitness centre"],"around_goal_pivot_6":[[40.4575868,-79.973793],"park"]}} +{"rvs_sample_number":567,"content":"From the bicycle parking you will head south to Liberty Avenue. Head west on Liberty Avenue past Gateway Station and Eddie Merlot\"s restaurant. At the next restaurant head go southeast toward the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4404320252,-80.0055841139],"key":8927,"region":"Pittsburgh","rvs_start_point":[40.4464973,-79.9960431],"landmarks":{"end_point":[[40.4404320252,-80.0055841139],"garden"],"start_point":[[40.4464973,-79.9960431],"bicycle parking"],"main_pivot":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_2":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_4":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_6":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_9":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_10":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_11":[[40.4402751,-80.0038938],"One PPG Place"],"main_pivot_12":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_13":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_14":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_15":[[40.4408589,-80.0060956],"restaurant"],"near_pivot":[[40.4408589,-80.0060956],"restaurant"],"beyond_pivot":[[40.439321,-80.0059342],"garden"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_3":[[40.4411362,-80.0044989],"restaurant"],"around_goal_pivot_4":[[40.4398974,-80.0046515],"church"],"around_goal_pivot_5":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_6":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_7":[[40.4393182,-80.0061145],"4 gardens"],"around_goal_pivot_8":[[40.4408478,-80.0039929],"fitness centre"],"around_goal_pivot_9":[[40.4391513895,-80.0058153802],"three gardens"],"around_goal_pivot_10":[[40.4411997,-80.0043789],"two gardens"]}} +{"rvs_sample_number":9,"content":"Let's get together at the garden on 23rd Street. It's on the southmost corner of the block where the factory for stoppers used to seal wine bottles is made. On the north most corner of the lot is a fitness center. Just southeast of here, the whole block is another parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4536379917,-79.9823884732],"key":8928,"region":"Pittsburgh","rvs_start_point":[40.4436460857,-79.9947285119],"landmarks":{"end_point":[[40.4536379917,-79.9823884732],"garden"],"start_point":[[40.4436460857,-79.9947285119],"garden"],"main_pivot":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_2":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_3":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_6":[[40.4433945,-79.9953193],"August Wilson Center for African American Culture"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4433945,-79.9953193],"August Wilson Center for African American Culture"],"main_pivot_9":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_10":[[40.4433945,-79.9953193],"August Wilson Center for African American Culture"],"main_pivot_11":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_13":[[40.4433945,-79.9953193],"August Wilson Center for African American Culture"],"main_pivot_14":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4540878,-79.9817118],"hairdresser shop"],"near_pivot":[[40.4540878,-79.9817118],"hairdresser shop"],"beyond_pivot":[[40.4543288,-79.9825463],"restaurant"],"around_goal_pivot_1":[[40.4546365,-79.9815958],"two gardens"],"around_goal_pivot_2":[[40.4548519,-79.9831112],"2 gardens"],"around_goal_pivot_3":[[40.4546283,-79.9827878],"two gardens"],"around_goal_pivot_4":[[40.4524095,-79.9837249],"church"],"around_goal_pivot_5":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_6":[[40.452669,-79.9823147],"veterinary"],"around_goal_pivot_7":[[40.4524239,-79.9826912],"art shop"],"around_goal_pivot_8":[[40.4547878,-79.9814594],"3 gardens"],"around_goal_pivot_9":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_10":[[40.454542,-79.98227],"fitness centre"]}} +{"rvs_sample_number":309,"content":"Let's meet up at the restaurant inside a university facing the Forbes Avenue. There is a fast food restaurant to its north and a post box to its northwest.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4436715,-79.94234],"key":8929,"region":"Pittsburgh","rvs_start_point":[40.4409403,-79.9576495],"landmarks":{"end_point":[[40.4436715,-79.94234],"restaurant"],"start_point":[[40.4409403,-79.9576495],"cafe"],"main_pivot":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_2":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_3":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_4":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_5":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_6":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_7":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_8":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_9":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_10":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_11":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_12":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_13":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_14":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.444775,-79.9435208],"shelter"],"around_goal_pivot_3":[[40.443955,-79.9411099],"parking entrance"],"around_goal_pivot_4":[[40.4430634,-79.9433876],"bench"],"around_goal_pivot_5":[[40.4444948,-79.943059],"post box"],"around_goal_pivot_6":[[40.4434106,-79.9412932],"track"],"around_goal_pivot_7":[[40.4434319,-79.9413451],"stadium"]}} +{"rvs_sample_number":538,"content":"Meet me at Fine Wine & Good Spirits on Shiloh Street. You'll find a gas station on the south block and Kavsar restaurant at the corner of the southwest block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4297021,-80.0072196],"key":8930,"region":"Pittsburgh","rvs_start_point":[40.4310273471,-79.9962512702],"landmarks":{"end_point":[[40.4297021,-80.0072196],"Fine Wine & Good Spirits"],"start_point":[[40.4310273471,-79.9962512702],"bridge"],"main_pivot":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_2":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_3":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_4":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_5":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_6":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_7":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_8":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_9":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_10":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_11":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_12":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_13":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_14":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_15":[[40.4291144837,-80.0071277355],"gas station"],"near_pivot":[[40.4291144837,-80.0071277355],"gas station"],"around_goal_pivot_1":[[40.4305755,-80.0069519],"post office"],"around_goal_pivot_2":[[40.4288821,-80.0073318],"restaurant"]}} +{"rvs_sample_number":530,"content":"If you want to meet up, you can find me at the waste basket across the street from Hillman Library on Forbes Avenue. It's on the block west of Schenley Plaza. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4428796,-79.9551223],"key":8931,"region":"Pittsburgh","rvs_start_point":[40.4455195517,-79.9482951814],"landmarks":{"end_point":[[40.4428796,-79.9551223],"waste basket"],"start_point":[[40.4455195517,-79.9482951814],"university"],"main_pivot":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_2":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_3":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_5":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_6":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_8":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_9":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_11":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_13":[[40.4421915,-79.9547359],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_15":[[40.4427818486,-79.9546681864],"library"],"near_pivot":[[40.4427818486,-79.9546681864],"library"],"beyond_pivot":[[40.4422014,-79.9556985],"university"],"around_goal_pivot_1":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_2":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_3":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_4":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_5":[[40.4435848,-79.9564488],"church"],"around_goal_pivot_6":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_7":[[40.4434533,-79.9559284],"gift shop"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4419809,-79.9561667],"garden"]}} +{"rvs_sample_number":321,"content":"I'm located directly south of fitness centre on stanwix street. Let's meet at the church west of Ruth's Chris restaurant. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4397789895,-80.0045707176],"key":8932,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473],"landmarks":{"end_point":[[40.4397789895,-80.0045707176],"church"],"start_point":[[40.4420183,-80.0032473],"restaurant"],"main_pivot":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_2":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_3":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_4":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_5":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_6":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_7":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_8":[[40.4407839,-80.0044363],"Four Gateway Center"],"main_pivot_9":[[40.4415452,-80.0040351],"Gateway Station"],"main_pivot_10":[[40.4415452,-80.0040351],"Gateway Station"],"main_pivot_11":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_12":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_13":[[40.4415452,-80.0040351],"Gateway Station"],"main_pivot_14":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_15":[[40.4391225,-80.0047553],"beauty shop"],"near_pivot":[[40.4391225,-80.0047553],"beauty shop"],"beyond_pivot":[[40.439474,-80.0035742],"restaurant"],"around_goal_pivot_1":[[40.4406402,-80.0045489],"three gardens"],"around_goal_pivot_2":[[40.4400518,-80.002816],"fast food restaurant"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4389011,-80.0050604],"post office"],"around_goal_pivot_5":[[40.4408478,-80.0039929],"fitness centre"],"around_goal_pivot_6":[[40.4401498,-80.006048],"two gardens"],"around_goal_pivot_9":[[40.4398286,-80.0031415],"two fountains"]}} +{"rvs_sample_number":319,"content":"You will see me at the parking entrance north of 2 gardens and west of post box. Go southwest past Ohio River Boulevard to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4476638,-80.0213755],"key":8933,"region":"Pittsburgh","rvs_start_point":[40.4498076,-80.0145393],"landmarks":{"end_point":[[40.4476638,-80.0213755],"parking entrance"],"start_point":[[40.4498076,-80.0145393],"waste basket"],"main_pivot":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_2":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_3":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_4":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_5":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_6":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_7":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_8":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_9":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_10":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_11":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_12":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_13":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_14":[[40.4497146,-80.0183776],"Allegheny West Historic District"],"main_pivot_15":[[40.4478797,-80.0205063],"post box"],"near_pivot":[[40.4478797,-80.0205063],"post box"],"around_goal_pivot_1":[[40.4481997,-80.0227133],"parking entrance"],"around_goal_pivot_4":[[40.4467185136,-80.021059857],"2 gardens"]}} +{"rvs_sample_number":177,"content":"Meet me at the garden southwest of your location. Head west until you get to Smithfield Street Bridge. Cross the bridge then turn west onto West Station Square Drive. Your destination is at the end of the block. There is a Sheraton on the block northwest of your destination.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4339588406,-80.0051359517],"key":8934,"region":"Pittsburgh","rvs_start_point":[40.4361743231,-79.9887922053],"landmarks":{"end_point":[[40.4339588406,-80.0051359517],"garden"],"start_point":[[40.4361743231,-79.9887922053],"pitch"],"main_pivot":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_2":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_3":[[40.4377358115,-79.9982577117],"One Oxford Center"],"main_pivot_4":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_5":[[40.4387988,-79.9973291],"Frick Building"],"main_pivot_6":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_7":[[40.4368729,-79.9994515],"Hartley-Rose Belting Company Building"],"main_pivot_8":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_9":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_10":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_11":[[40.4377358115,-79.9982577117],"One Oxford Center"],"main_pivot_12":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_13":[[40.4368729,-79.9994515],"Hartley-Rose Belting Company Building"],"main_pivot_14":[[40.4377358115,-79.9982577117],"One Oxford Center"],"main_pivot_15":[[40.4344506201,-80.0055991905],"Sheraton"],"near_pivot":[[40.4344506201,-80.0055991905],"Sheraton"],"beyond_pivot":[[40.4341322,-80.0058167],"garden"],"around_goal_pivot_1":[[40.4338419,-80.0064879],"2 gardens"],"around_goal_pivot_2":[[40.4363339993,-80.001263658],"bridge"],"around_goal_pivot_3":[[40.4333423,-80.0038478],"bar"],"around_goal_pivot_4":[[40.4331296,-80.0044595],"wine shop"],"around_goal_pivot_5":[[40.4342476,-80.0065797],"2 parking entrances"],"around_goal_pivot_6":[[40.4342179,-80.0066051],"two parking entrances"],"around_goal_pivot_7":[[40.4344782,-80.0063346],"two gardens"],"around_goal_pivot_9":[[40.4345638,-80.0065433],"two gardens"]}} +{"rvs_sample_number":320,"content":"Come to the garden on Waterfront Drive southwest of you. Hampton Inn & Suites is in the opposite block. There is a museum two blocks south of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4475414275,-79.9933873775],"key":8935,"region":"Pittsburgh","rvs_start_point":[40.4550048045,-79.9832316791],"landmarks":{"end_point":[[40.4475414275,-79.9933873775],"garden"],"start_point":[[40.4550048045,-79.9832316791],"garden"],"main_pivot":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"near_pivot":[[40.4472409,-79.9925461],"Hampton Inn & Suites"],"around_goal_pivot_1":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_2":[[40.4462825,-79.992984],"restaurant"],"around_goal_pivot_4":[[40.4465216,-79.9930849],"2 gardens"]}} +{"rvs_sample_number":68,"content":"I'm buying alcohol, go on Northing Craig St. south and turn east and walk until you see the liquor shop on your left. If you reach the tennis courts you have gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4525194,-79.950317],"key":8936,"region":"Pittsburgh","rvs_start_point":[40.4579882,-79.9650734],"landmarks":{"end_point":[[40.4525194,-79.950317],"Fine Wine & Good Spirits"],"start_point":[[40.4579882,-79.9650734],"grit bin"],"main_pivot":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_2":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_3":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_4":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_5":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_6":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_7":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_8":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_9":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_10":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_11":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_12":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_13":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_14":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_15":[[40.4523886,-79.9507375],"fast food restaurant"],"near_pivot":[[40.4523886,-79.9507375],"fast food restaurant"],"beyond_pivot":[[40.4528163,-79.9493263],"restaurant"],"around_goal_pivot_1":[[40.4519602,-79.9515012],"pharmacy"],"around_goal_pivot_2":[[40.4536403,-79.9492952],"library"],"around_goal_pivot_3":[[40.4522384,-79.9519414],"bar"],"around_goal_pivot_4":[[40.4520016,-79.9518821],"post box"],"around_goal_pivot_5":[[40.4519225,-79.9516946],"bicycle rental"],"around_goal_pivot_6":[[40.4514272,-79.9512721],"7 parking spaces"],"around_goal_pivot_7":[[40.4524155,-79.9488872],"pitch"]}} +{"rvs_sample_number":20,"content":"There's an H&R Block on Smithfield Street where we can meet, southwest of you. The Carnegie Library of Allegheny is about a block to the east, and Kaufmann's Clock is about a block to the north. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4535623,-79.9995754],"key":8937,"region":"Pittsburgh","rvs_start_point":[40.4402409,-80.0022379],"landmarks":{"end_point":[[40.4535623,-79.9995754],"Cricket Wireless"],"start_point":[[40.4402409,-80.0022379],"cafe"],"main_pivot":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_2":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_3":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_4":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_5":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_6":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_7":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_9":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_10":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_11":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_12":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_13":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4422726744,-80.0012370082],"EQT Plaza"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4535826331,-79.9986591823],"H&R Block"],"around_goal_pivot_1":[[40.4546119,-79.999623],"bank"],"around_goal_pivot_2":[[40.4538012,-79.9984527],"pharmacy"],"around_goal_pivot_3":[[40.4537225,-79.9984743],"Money Mart"],"around_goal_pivot_4":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_5":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"around_goal_pivot_6":[[40.4540075,-79.9984814],"Rent-A-Center"],"around_goal_pivot_7":[[40.4525799,-79.9983474],"hotel"],"around_goal_pivot_8":[[40.4534549,-80.0013325],"ice cream"],"around_goal_pivot_9":[[40.4531257,-79.998156],"shelter"],"around_goal_pivot_10":[[40.4533877,-80.0005867],"florist shop"]}} +{"rvs_sample_number":138,"content":"Move far southeast, I'm at the parking lot of the shelter. The shelter can be seen by the northeast side of playground.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4335796826,-79.9440541386],"key":8938,"region":"Pittsburgh","rvs_start_point":[40.4405841,-79.9581671],"landmarks":{"end_point":[[40.4335796826,-79.9440541386],"parking lot"],"start_point":[[40.4405841,-79.9581671],"restaurant"],"main_pivot":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_2":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_3":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_4":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_5":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_6":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_7":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_8":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_9":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_10":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_11":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_12":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_13":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_14":[[40.4400932,-79.9575944],"Forbes Tower"],"main_pivot_15":[[40.4337791,-79.9442171],"shelter"],"near_pivot":[[40.4337791,-79.9442171],"shelter"],"around_goal_pivot_1":[[40.4329523,-79.9453618],"shelter"],"around_goal_pivot_2":[[40.4328728736,-79.9435963642],"track"],"around_goal_pivot_3":[[40.4331431,-79.9456858],"playground"],"around_goal_pivot_4":[[40.4327693952,-79.943521114],"pitch"]}} +{"rvs_sample_number":209,"content":"Follow Forbes Avenue going east, and meet me at the tennis pitch just north of Kraus Campo garden. The Purnell Center for the Arts is northwest of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4425367626,-79.9418598191],"key":8939,"region":"Pittsburgh","rvs_start_point":[40.4407735,-79.9583094],"landmarks":{"end_point":[[40.4425367626,-79.9418598191],"pitch"],"start_point":[[40.4407735,-79.9583094],"Verizon"],"main_pivot":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_2":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_3":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_4":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_5":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_6":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_7":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_8":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_9":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_11":[[40.440781,-79.957461],"Forbes Tower"],"main_pivot_12":[[40.4425414,-79.9554321],"David Lawrence Hall"],"main_pivot_13":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_14":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_15":[[40.4431674,-79.9420988],"restaurant"],"near_pivot":[[40.4431674,-79.9420988],"restaurant"],"beyond_pivot":[[40.4425229,-79.9399823],"restaurant"],"around_goal_pivot_1":[[40.4416299,-79.9422016],"garden"],"around_goal_pivot_2":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_3":[[40.4422053,-79.9435606],"2 benches"],"around_goal_pivot_4":[[40.4439169,-79.9431234],"arts centre"],"around_goal_pivot_5":[[40.4426413,-79.9402936],"food court"],"around_goal_pivot_6":[[40.4427381,-79.9404972],"waste basket"],"around_goal_pivot_7":[[40.4437058,-79.9417179],"parking lot"],"around_goal_pivot_8":[[40.4421556,-79.9433239],"two benches"],"around_goal_pivot_9":[[40.4437584,-79.9423308],"books shop"],"around_goal_pivot_10":[[40.4431654,-79.9412733],"track"]}} +{"rvs_sample_number":529,"content":"Go south towards Penn avenue past Bar Marco. I'm at the supermarket in the middle of the block and half a block away form veterinary, also on the opposite side.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4519268,-79.9825802],"key":8940,"region":"Pittsburgh","rvs_start_point":[40.4574933125,-79.9802156994],"landmarks":{"end_point":[[40.4519268,-79.9825802],"supermarket"],"start_point":[[40.4574933125,-79.9802156994],"garden"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4524102,-79.9822488],"veterinary"],"near_pivot":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_1":[[40.4524411,-79.9832823],"church"],"around_goal_pivot_2":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_3":[[40.4515078,-79.9835594],"books shop"],"around_goal_pivot_4":[[40.4517726,-79.9811451],"3 gardens"],"around_goal_pivot_5":[[40.4515303,-79.9835507],"clothes shop"]}} +{"rvs_sample_number":180,"content":"Go south and cross the river to meet me at the garden just off Penn Avenue. It's east of the Wyndham Grand Pittsburgh Downtown exactly opposite the fountain between two parking crosses.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4418132367,-80.0050620106],"key":8941,"region":"Pittsburgh","rvs_start_point":[40.4545428057,-80.0102214791],"landmarks":{"end_point":[[40.4418132367,-80.0050620106],"garden"],"start_point":[[40.4545428057,-80.0102214791],"playground"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4539883,-80.0100546],"National Aviary"],"main_pivot_3":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_4":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4539883,-80.0100546],"National Aviary"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4539883,-80.0100546],"National Aviary"],"main_pivot_15":[[40.4414593,-80.0058493],"hotel"],"near_pivot":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_1":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_2":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_3":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_4":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_5":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_6":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":14,"content":"Go southwest down to the southwestern end (almost) of Dounton Way and meet me at the dentist's office there. Across the street is a Christian type church. Across the street and east is Mana Boardgame Tavern. It's less than half a block away.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4518406,-80.0183603],"key":8942,"region":"Pittsburgh","rvs_start_point":[40.4528207457,-80.0142424011],"landmarks":{"end_point":[[40.4518406,-80.0183603],"dentist's office"],"start_point":[[40.4528207457,-80.0142424011],"garden"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_5":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_10":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_11":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_12":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_13":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4514967,-80.0179848],"hotel"],"near_pivot":[[40.4514967,-80.0179848],"hotel"],"beyond_pivot":[[40.4509276,-80.0188569],"fast_food"],"around_goal_pivot_1":[[40.4509276,-80.0188569],"fast food restaurant"],"around_goal_pivot_2":[[40.4514496,-80.0197356],"bank"],"around_goal_pivot_3":[[40.451248,-80.019085],"7-Eleven"],"around_goal_pivot_4":[[40.4511715649,-80.0196728537],"animal shelter"],"around_goal_pivot_5":[[40.4515855,-80.0171842],"bar"],"around_goal_pivot_6":[[40.4520804,-80.0167403],"restaurant"],"around_goal_pivot_7":[[40.4519682,-80.016929],"ice cream"],"around_goal_pivot_8":[[40.4516021,-80.0171119],"cafe"],"around_goal_pivot_9":[[40.451875,-80.0166804],"waste basket"],"around_goal_pivot_10":[[40.451889,-80.0166084],"post box"]}} +{"rvs_sample_number":519,"content":"Let's meet up at the warehouse on Drovers way after school. It's east of you, and south of Wilson's BBq.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4553490662,-80.0147499469],"key":8943,"region":"Pittsburgh","rvs_start_point":[40.4567357,-80.0286652],"landmarks":{"end_point":[[40.4553490662,-80.0147499469],"warehouse"],"start_point":[[40.4567357,-80.0286652],"school"],"main_pivot":[[40.4559324,-80.0232996],"Manchester Academic Charter School"],"main_pivot_2":[[40.4561094,-80.0160925],"Valero"],"main_pivot_3":[[40.4561643,-80.0144092],"Wilson's BBq"],"main_pivot_4":[[40.4562888,-80.0159777],"Rite Aid Pharmacy"],"main_pivot_5":[[40.4559324,-80.0232996],"Manchester Academic Charter School"],"main_pivot_6":[[40.4562888,-80.0159777],"Rite Aid Pharmacy"],"main_pivot_7":[[40.4561094,-80.0160925],"Valero"],"main_pivot_8":[[40.4562888,-80.0159777],"Rite Aid Pharmacy"],"main_pivot_9":[[40.4561643,-80.0144092],"Wilson's BBq"],"main_pivot_10":[[40.4562888,-80.0159777],"Rite Aid Pharmacy"],"main_pivot_11":[[40.4566223,-80.0277014],"Victory Baptist Church"],"main_pivot_12":[[40.4561802,-80.0247762],"Saint Josephs School"],"main_pivot_13":[[40.4561802,-80.0247762],"Saint Josephs School"],"main_pivot_14":[[40.4562888,-80.0159777],"Rite Aid Pharmacy"],"main_pivot_15":[[40.4549761,-80.0152042],"Dollar General"],"near_pivot":[[40.4549761,-80.0152042],"Dollar General"],"beyond_pivot":[[40.4545944,-80.0145653],"parking"],"around_goal_pivot_1":[[40.4561094,-80.0160925],"gas station"],"around_goal_pivot_2":[[40.4544762,-80.0132554],"3 gardens"],"around_goal_pivot_3":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_4":[[40.4562888,-80.0159777],"pharmacy"],"around_goal_pivot_5":[[40.4562326,-80.0161617],"convenience shop"],"around_goal_pivot_6":[[40.4548277,-80.0131334],"fitness centre"],"around_goal_pivot_8":[[40.4543986,-80.0139533],"2 gardens"]}} +{"rvs_sample_number":67,"content":"Meet me at a restaurant on North Craig Street. On the same block as CVS and a bunch of parking. The restaurant is on the other corner, diagonally across the street from the gas station.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4501035,-79.9507308],"key":8944,"region":"Pittsburgh","rvs_start_point":[40.4400521,-79.9578023],"landmarks":{"end_point":[[40.4501035,-79.9507308],"restaurant"],"start_point":[[40.4400521,-79.9578023],"parking entrance"],"main_pivot":[[40.443002,-79.9556209],"Holland Hall"],"main_pivot_2":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_3":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_4":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_5":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_6":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_7":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_8":[[40.4435763,-79.9544168],"William Pitt Union"],"main_pivot_9":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_10":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_11":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_12":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_13":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_14":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_15":[[40.4494693,-79.9507662],"gas station"],"near_pivot":[[40.4494693,-79.9507662],"gas station"],"beyond_pivot":[[40.4515176,-79.9513999],"pharmacy"],"around_goal_pivot_1":[[40.4513538,-79.9513382],"9 parking spaces"],"around_goal_pivot_5":[[40.4513899,-79.951218],"five parking spaces"],"around_goal_pivot_6":[[40.4513267,-79.9514282],"six parking spaces"]}} +{"rvs_sample_number":416,"content":"head northeast on Centre Avenue, and meet me at the massage shop on the north side of the street a block east of the Giant Eagle supermarket.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.457565,-79.9336342],"key":8945,"region":"Pittsburgh","rvs_start_point":[40.4521112211,-79.9519514388],"landmarks":{"end_point":[[40.457565,-79.9336342],"massage shop"],"start_point":[[40.4521112211,-79.9519514388],"convenience shop"],"main_pivot":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_2":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_3":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_4":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_5":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_6":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_7":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_8":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_9":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_10":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_11":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_12":[[40.4549158,-79.9422878],"Hillman Cancer Center"],"main_pivot_13":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_14":[[40.4547062563,-79.9425736651],"UPMC Shadyside"],"main_pivot_15":[[40.4577964,-79.9342849],"car rental"],"near_pivot":[[40.4577964,-79.9342849],"car rental"],"beyond_pivot":[[40.4579402219,-79.9321094534],"parking"],"around_goal_pivot_1":[[40.4565316,-79.9330054],"bus station"],"around_goal_pivot_2":[[40.4583148,-79.9342951],"3 parking spaces"],"around_goal_pivot_3":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_4":[[40.4582975,-79.9343487],"two parking spaces"],"around_goal_pivot_5":[[40.4582008,-79.9348865],"ALDI"],"around_goal_pivot_6":[[40.4582786,-79.9344],"parking space"],"around_goal_pivot_7":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_8":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_9":[[40.4567199,-79.9345217],"supermarket"],"around_goal_pivot_10":[[40.4584153,-79.9321531],"hairdresser shop"]}} +{"rvs_sample_number":3,"content":"Hey, let's meet up on Eloise Street. It's the 6th short block from it's western origin. The street that is likely the last cross street you'll see on your left before arriving at the parking lot here where we are meeting is the opposite (in time) to \"Night\" way. The parking lot here where we're meeting is on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4550204104,-80.0119682115],"key":8946,"region":"Pittsburgh","rvs_start_point":[40.4476638,-80.0213755],"landmarks":{"end_point":[[40.4550204104,-80.0119682115],"parking lot"],"start_point":[[40.4476638,-80.0213755],"parking entrance"],"main_pivot":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_2":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_3":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_4":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_5":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_6":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_7":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_8":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_9":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_10":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_11":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_12":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_13":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_14":[[40.4522733,-80.0157407],"Allegheny West"],"main_pivot_15":[[40.4540705455,-80.0135370767],"park"],"near_pivot":[[40.4540705455,-80.0135370767],"park"],"around_goal_pivot_1":[[40.4545773,-80.0103866],"playground"],"around_goal_pivot_2":[[40.4548136,-80.0107721],"two gardens"],"around_goal_pivot_3":[[40.4548067,-80.0108662],"2 gardens"],"around_goal_pivot_5":[[40.4543472,-80.0131333],"five gardens"]}} +{"rvs_sample_number":292,"content":"Just go west on the where you are past Carnegie Library of Pittsburgh, Clothes shop and jewelry shop. I am at the post office that has a bar on the west side and adjacent a boutique shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4290179837,-79.9809642525],"key":8947,"region":"Pittsburgh","rvs_start_point":[40.4271926,-79.9668468],"landmarks":{"end_point":[[40.4290179837,-79.9809642525],"post office"],"start_point":[[40.4271926,-79.9668468],"bicycle parking"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4288777,-79.9807142],"post office"],"near_pivot":[[40.4288777,-79.9807142],"post office"],"around_goal_pivot_1":[[40.428695,-79.9821576],"theatre"],"around_goal_pivot_2":[[40.4285833,-79.9794643],"fast food restaurant"],"around_goal_pivot_3":[[40.4290264,-79.98241],"bar"],"around_goal_pivot_4":[[40.4286108,-79.9799384],"bank"],"around_goal_pivot_5":[[40.4288151,-79.9796537],"jewelry shop"],"around_goal_pivot_6":[[40.4288112,-79.9795821],"clothes shop"],"around_goal_pivot_7":[[40.4286714,-79.9817941],"boutique shop"]}} +{"rvs_sample_number":353,"content":"I'm in a community college. Please come to the bench located near the northwest corner of the campus. There is a fast food restaurant more towards the corner. You'll find a bicycle parking in the southeast direction from the bench.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4498383,-80.014548],"key":8948,"region":"Pittsburgh","rvs_start_point":[40.4461775,-80.0108803],"landmarks":{"end_point":[[40.4498383,-80.014548],"bench"],"start_point":[[40.4461775,-80.0108803],"restaurant"],"main_pivot":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_2":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_3":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_4":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_5":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_6":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_7":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_8":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_9":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_10":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_11":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_12":[[40.4457268,-80.0118125],"North Shore Riverfront Park"],"main_pivot_13":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_14":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_2":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_3":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_4":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_5":[[40.4507098,-80.0133385],"park"]}} +{"rvs_sample_number":246,"content":"Let's meet to go for a walk in the garden located just north of th location where Hamerschlag Dr. ends it's most eastern turn before continuing northward. There is a university arts center just east of it. There is a Chinese type restaurant to the west of the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4433428683,-79.9444568254],"key":8949,"region":"Pittsburgh","rvs_start_point":[40.4421288,-79.9504305],"landmarks":{"end_point":[[40.4433428683,-79.9444568254],"garden"],"start_point":[[40.4421288,-79.9504305],"parking lot"],"main_pivot":[[40.4417641,-79.9506112],"Frick Fine Arts Building"],"main_pivot_2":[[40.4424037231,-79.9505556595],"Carnegie Library of Pittsburgh"],"main_pivot_3":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_5":[[40.4417641,-79.9506112],"Frick Fine Arts Building"],"main_pivot_6":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_8":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_9":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_10":[[40.4424037231,-79.9505556595],"Carnegie Library of Pittsburgh"],"main_pivot_11":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_12":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4424037231,-79.9505556595],"Carnegie Library of Pittsburgh"],"main_pivot_14":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_15":[[40.4431208506,-79.943537708],"arts centre"],"near_pivot":[[40.4431208506,-79.943537708],"arts centre"],"around_goal_pivot_1":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_2":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_5":[[40.4436212,-79.9455071],"three bicycle parkings"],"around_goal_pivot_6":[[40.4438383,-79.9461953],"parking lot"],"around_goal_pivot_10":[[40.4422722,-79.9444117],"2 benches"]}} +{"rvs_sample_number":461,"content":"Meet me at the garden southwest of you. It's a little past where Liberty Avenue splits into two lanes with green area between. It's south of the street right after the split. It's a block west of Boost Mobile.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.441178542,-80.0044107104],"key":8950,"region":"Pittsburgh","rvs_start_point":[40.4435226,-79.9954065],"landmarks":{"end_point":[[40.441178542,-80.0044107104],"garden"],"start_point":[[40.4435226,-79.9954065],"waste basket"],"main_pivot":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_2":[[40.4423247,-80.0018562],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_4":[[40.4433204013,-79.9950966127],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.4423247,-80.0018562],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_7":[[40.4423247,-80.0018562],"Heinz Hall for the Performing Arts"],"main_pivot_8":[[40.4422054,-80.001208],"EQT Plaza"],"main_pivot_9":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_10":[[40.4420101,-80.0006432],"Two PNC Plaza"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4415573,-80.0004793],"One PNC Plaza"],"main_pivot_13":[[40.4429899564,-79.9992074777],"Benedum Center"],"main_pivot_14":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_15":[[40.4415198,-80.0040472],"train station"],"near_pivot":[[40.4415198,-80.0040472],"train station"],"beyond_pivot":[[40.4408288708,-80.0051206467],"garden"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.440451,-80.0055722],"six gardens"],"around_goal_pivot_3":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_4":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_5":[[40.4399127,-80.0045804],"church"],"around_goal_pivot_6":[[40.4411656,-80.0028461],"cafe"],"around_goal_pivot_7":[[40.4424318,-80.0052704],"fountain"],"around_goal_pivot_8":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_9":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_10":[[40.4420457,-80.0031582],"confectionery shop"]}} +{"rvs_sample_number":188,"content":"Meet me at the bridge. It is right next to the parking and restaurant on Martindale Street. It is near the north east corner of the building that the restaurant is in.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.44930975,-80.0083332214],"key":8951,"region":"Pittsburgh","rvs_start_point":[40.4474923613,-79.992431605],"landmarks":{"end_point":[[40.44930975,-80.0083332214],"bridge"],"start_point":[[40.4474923613,-79.992431605],"garden"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4488484,-80.0087197],"restaurant"],"near_pivot":[[40.4488484,-80.0087197],"restaurant"],"beyond_pivot":[[40.449075,-80.0091907],"parking"],"around_goal_pivot_2":[[40.4483101,-80.006832],"Residence Inn"],"around_goal_pivot_3":[[40.4501412,-80.0078792],"social facility"],"around_goal_pivot_4":[[40.4480694,-80.0076055],"garden"]}} +{"rvs_sample_number":405,"content":"Meet me at the gift shop on 6th Street. Head southwest to get there. It is next to two restaurants. There is a parking entrance on the northwest corner of the same block as the gift shop.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4433325,-80.0025725],"key":8952,"region":"Pittsburgh","rvs_start_point":[40.4467369548,-79.9952724529],"landmarks":{"end_point":[[40.4433325,-80.0025725],"gift shop"],"start_point":[[40.4467369548,-79.9952724529],"garden"],"main_pivot":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_2":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_3":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_4":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_5":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_6":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_7":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_8":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_9":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_10":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_11":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_12":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_13":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_14":[[40.4442965,-80.0026611],"Roberto Clemente Bridge"],"main_pivot_15":[[40.4431844,-80.0025077],"two restaurants"],"near_pivot":[[40.4431844,-80.0025077],"two restaurants"],"around_goal_pivot_1":[[40.4443358,-80.0012877],"hotel"],"around_goal_pivot_2":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_3":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_4":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_5":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_6":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_7":[[40.4420457,-80.0031582],"confectionery shop"],"around_goal_pivot_8":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"]}} +{"rvs_sample_number":25,"content":"Head northeast over Hot Metal Bridge and go south to meet me at the playground on the east side of Frazier Farms.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4292107,-79.9539599],"key":8953,"region":"Pittsburgh","rvs_start_point":[40.427277,-79.9687135],"landmarks":{"end_point":[[40.4292107,-79.9539599],"playground"],"start_point":[[40.427277,-79.9687135],"restaurant"],"main_pivot":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_2":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_3":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_4":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_5":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_6":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_7":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_8":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_9":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_10":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_11":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_12":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_13":[[40.4274931,-79.9682879],"SouthSide Works"],"main_pivot_14":[[40.4304056518,-79.9738281929],"Birmingham Bridge"],"main_pivot_15":[[40.4298703,-79.9544952],"garden"],"near_pivot":[[40.4298703,-79.9544952],"garden"],"around_goal_pivot_1":[[40.4297498,-79.9550371],"pitch"]}} +{"rvs_sample_number":145,"content":"Meet me at the Boost Mobile northwest of your location. Head northeast from your location then turn northwest onto Fifth Avenue. Keep heading northwest on Fifth Avenue until you reach the end of the street. From there, head southwest. Your destination is on the corner of the second block. It is just southeast of a Gateway train station.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4414144,-80.0033033],"key":8954,"region":"Pittsburgh","rvs_start_point":[40.4333401075,-80.0040926328],"landmarks":{"end_point":[[40.4414144,-80.0033033],"Boost Mobile"],"start_point":[[40.4333401075,-80.0040926328],"garden"],"main_pivot":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_2":[[40.4382675,-80.0021632],"Pittsburgh Ballet Theater Building"],"main_pivot_3":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_4":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_5":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_6":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_8":[[40.4400906,-80.0034034],"One PPG Place"],"main_pivot_9":[[40.4395477,-80.0015674],"Arrott Building"],"main_pivot_10":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_11":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_12":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_13":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_14":[[40.4399086,-80.0025178],"Burke Building"],"main_pivot_15":[[40.4415403,-80.0040357],"train station"],"near_pivot":[[40.4415403,-80.0040357],"train station"],"beyond_pivot":[[40.4415198,-80.0040472],"train_station"],"around_goal_pivot_1":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_2":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_5":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_6":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_7":[[40.4412265,-80.002316],"shoes shop"],"around_goal_pivot_8":[[40.4418037,-80.0048792],"four gardens"],"around_goal_pivot_9":[[40.4411604,-80.0023681],"supermarket"],"around_goal_pivot_10":[[40.4406402,-80.0045489],"four gardens"]}} +{"rvs_sample_number":137,"content":"Meet me at the bar southwest of your location. Head west then turn south onto South 27th Street. Head down two blocks until you see LA Fitness. Your destination is two blocks south in the middle of the block. It is directly south of ALDI supermarket.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4263751499,-79.9672154046],"key":8955,"region":"Pittsburgh","rvs_start_point":[40.4276220736,-79.9621441623],"landmarks":{"end_point":[[40.4263751499,-79.9672154046],"bar"],"start_point":[[40.4276220736,-79.9621441623],"bridge"],"main_pivot":[[40.4269114,-79.9647294],"PNC Bank"],"main_pivot_2":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_3":[[40.4269114,-79.9647294],"PNC Bank"],"main_pivot_4":[[40.4268016,-79.9663021],"Peet's Coffee"],"main_pivot_5":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_6":[[40.4265433,-79.9658555],"Subway"],"main_pivot_7":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_8":[[40.4265433,-79.9658555],"Subway"],"main_pivot_9":[[40.4268016,-79.9663021],"Peet's Coffee"],"main_pivot_10":[[40.4265433,-79.9658555],"Subway"],"main_pivot_11":[[40.4268016,-79.9663021],"Peet's Coffee"],"main_pivot_12":[[40.4265433,-79.9658555],"Subway"],"main_pivot_13":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_14":[[40.4265433,-79.9658555],"Subway"],"main_pivot_15":[[40.4269826,-79.967243],"ALDI"],"near_pivot":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_1":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_2":[[40.427142,-79.9687366],"restaurant"]}} +{"rvs_sample_number":218,"content":"Let's meet up at the cafe on Penn Avenue on the block across from. the pub. It's on the southwest corner of that block. You're about 4 blocks southwest of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4515932,-79.9828384],"key":8956,"region":"Pittsburgh","rvs_start_point":[40.4490529,-79.9873428],"landmarks":{"end_point":[[40.4515932,-79.9828384],"cafe"],"start_point":[[40.4490529,-79.9873428],"restaurant"],"main_pivot":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_2":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_3":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_4":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_5":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_6":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_7":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_8":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_9":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_10":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_11":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_12":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_13":[[40.4491377,-79.9877423],"16th Street Bridge"],"main_pivot_14":[[40.4507593,-79.9855454],"Primanti Bros"],"main_pivot_15":[[40.4521092,-79.9827154],"pub"],"near_pivot":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_1":[[40.4518406,-79.981048],"3 gardens"],"around_goal_pivot_2":[[40.4524102,-79.9822488],"veterinary"],"around_goal_pivot_3":[[40.4515286,-79.9846387],"nightclub"],"around_goal_pivot_4":[[40.4522181,-79.9814326],"bank"],"around_goal_pivot_5":[[40.4522579,-79.9835422],"church"],"around_goal_pivot_6":[[40.4520372,-79.9839204],"bakery shop"],"around_goal_pivot_7":[[40.4509054,-79.9844563],"art shop"],"around_goal_pivot_8":[[40.4523367,-79.9820319],"supermarket"],"around_goal_pivot_9":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_10":[[40.4517726,-79.9811451],"2 gardens"]}} +{"rvs_sample_number":264,"content":"Meet me at the restaurant north of you on the other side of the river. Head up to Suismon Street and head east. The restaurant is on the east end of the block past Olde Towne Laundry.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4552279,-79.9997709],"key":8957,"region":"Pittsburgh","rvs_start_point":[40.4425943,-80.0031128],"landmarks":{"end_point":[[40.4552279,-79.9997709],"restaurant"],"start_point":[[40.4425943,-80.0031128],"restaurant"],"main_pivot":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_2":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4424009,-80.003131],"Fifth Avenue Place"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_9":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4548549367,-79.9996968878],"bank"],"near_pivot":[[40.4548549367,-79.9996968878],"bank"],"around_goal_pivot_1":[[40.4563738,-79.9993388],"childcare"],"around_goal_pivot_2":[[40.4551038,-79.9986654],"alcohol shop"],"around_goal_pivot_3":[[40.4565015,-79.9989705],"car repair shop"],"around_goal_pivot_4":[[40.4550343,-80.0009944],"laundry shop"],"around_goal_pivot_5":[[40.4565656,-79.9996815],"playground"]}} +{"rvs_sample_number":398,"content":"I'm on Schenley Drive west side of where you are. Meet me at the toilets with library located on its west side.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4421927,-79.9527327],"key":8958,"region":"Pittsburgh","rvs_start_point":[40.4420041,-79.943086],"landmarks":{"end_point":[[40.4421927,-79.9527327],"toilets"],"start_point":[[40.4420041,-79.943086],"bench"],"main_pivot":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_2":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_3":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_4":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_5":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_6":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_7":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_8":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_9":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_10":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_11":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_12":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_13":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_14":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_15":[[40.4423547,-79.9534292],"library"],"near_pivot":[[40.4423547,-79.9534292],"library"],"around_goal_pivot_1":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_2":[[40.4436274,-79.9526908],"attraction"],"around_goal_pivot_3":[[40.4431920885,-79.9523304436],"6 gardens"],"around_goal_pivot_4":[[40.4430641,-79.9525423],"picnic site"],"around_goal_pivot_5":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_6":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_7":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4431911,-79.9524624],"pitch"]}} +{"rvs_sample_number":35,"content":"I am at the Starbucks on Ridge Avenue. You will need to go east from where you are at then make a right once you pass Bo Makeup Studio. Keep going straight and you'll run into the road I'm on when you get past the Graybar Electric Company. There you will turn left and the Starbucks is on the right.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4500635,-80.0154789],"key":8959,"region":"Pittsburgh","rvs_start_point":[40.4515274,-80.0185788],"landmarks":{"end_point":[[40.4500635,-80.0154789],"cafe"],"start_point":[[40.4515274,-80.0185788],"waste basket"],"main_pivot":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_2":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_3":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_4":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_5":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_6":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_7":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_8":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_9":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_10":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_11":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_12":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_13":[[40.4509276,-80.0188569],"McDonald's"],"main_pivot_14":[[40.451248,-80.019085],"7-Eleven"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"beyond_pivot":[[40.4498665,-80.0147206],"waste_basket"],"around_goal_pivot_1":[[40.4493658,-80.0147186],"garden"]}} +{"rvs_sample_number":14,"content":"Head north 6 or 7 blocks, and you'll find me at the Advance Auto Parts store on the east side of South 19th Avenue. It's next door to the Fine Wine & Good Spirits.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4315994,-79.9785305],"key":8960,"region":"Pittsburgh","rvs_start_point":[40.4284590135,-79.9795557234],"landmarks":{"end_point":[[40.4315994,-79.9785305],"Advance Auto Parts"],"start_point":[[40.4284590135,-79.9795557234],"fast food restaurant"],"main_pivot":[[40.4314712,-79.9774774],"Rainbow"],"main_pivot_2":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_3":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_4":[[40.4314712,-79.9774774],"Rainbow"],"main_pivot_5":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_6":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_7":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_8":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_9":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_10":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_11":[[40.4314712,-79.9774774],"Rainbow"],"main_pivot_12":[[40.4314712,-79.9774774],"Rainbow"],"main_pivot_13":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_14":[[40.4290368,-79.9784793],"Rite Aid"],"main_pivot_15":[[40.4315885,-79.978208],"Fine Wine & Good Spirits"],"near_pivot":[[40.4315885,-79.978208],"Fine Wine & Good Spirits"],"around_goal_pivot_1":[[40.4314712,-79.9774774],"Rainbow"],"around_goal_pivot_2":[[40.4312038,-79.9769478],"bicycle parking"],"around_goal_pivot_3":[[40.4314932,-79.9771475],"clothes shop"],"around_goal_pivot_4":[[40.4322303437,-79.977564849],"dog park"]}} +{"rvs_sample_number":5,"content":"Go west then head north up Brighton Road. Meet me at the parking lot on the east side of the road, right next to the Dollar Tree, across the road from the police station.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4570519423,-80.015368908],"key":8961,"region":"Pittsburgh","rvs_start_point":[40.453694,-79.9988484],"landmarks":{"end_point":[[40.4570519423,-80.015368908],"parking lot"],"start_point":[[40.453694,-79.9988484],"beauty shop"],"main_pivot":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_2":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_3":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_4":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_5":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_6":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_7":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_8":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_9":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_10":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_11":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_12":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_13":[[40.4558617,-80.0045422],"Allegheny General Hospital"],"main_pivot_14":[[40.4572459,-80.0069541],"Central Northside"],"main_pivot_15":[[40.4568656468,-80.0159662238],"police station"],"near_pivot":[[40.4568656468,-80.0159662238],"police station"],"around_goal_pivot_1":[[40.4558787,-80.0148234],"two gardens"],"around_goal_pivot_2":[[40.4561673,-80.016111],"gas station"],"around_goal_pivot_3":[[40.4581247,-80.0161649],"school"],"around_goal_pivot_4":[[40.4561643,-80.0144092],"restaurant"],"around_goal_pivot_5":[[40.4577823,-80.0160109],"car repair shop"],"around_goal_pivot_6":[[40.4559115,-80.0148475],"garden"],"around_goal_pivot_7":[[40.4559264,-80.0147705],"park"]}} +{"rvs_sample_number":83,"content":"After you finish grocery shopping head up the street and meet me at the frame shop just after 27th street on the right side of the street. If you reach an ice cream shop, you have gone too far. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4561625,-79.9764224],"key":8962,"region":"Pittsburgh","rvs_start_point":[40.4513322,-79.9834142],"landmarks":{"end_point":[[40.4561625,-79.9764224],"frame shop"],"start_point":[[40.4513322,-79.9834142],"supermarket"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4560028,-79.9770379],"restaurant"],"near_pivot":[[40.4560028,-79.9770379],"restaurant"],"beyond_pivot":[[40.4565851,-79.9755417],"parking"],"around_goal_pivot_1":[[40.4570555158,-79.9757239274],"ice cream"],"around_goal_pivot_2":[[40.4568579,-79.9754767],"appliance shop"],"around_goal_pivot_3":[[40.4566906,-79.9778357],"paint shop"],"around_goal_pivot_4":[[40.4564628,-79.975288],"two gardens"]}} +{"rvs_sample_number":296,"content":"Let's look at that bridge together. Meet me up north and slightly west of you. If we meet up at Brownell Street over the railroad tracks, which is known as the Pittsburgh line, we can go over it together. There's a boys and girls club just east of this location.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4547076835,-79.9353208295],"key":8963,"region":"Pittsburgh","rvs_start_point":[40.4515533,-79.9330025],"landmarks":{"end_point":[[40.4547076835,-79.9353208295],"bridge"],"start_point":[[40.4515533,-79.9330025],"restaurant"],"main_pivot":[[40.451478,-79.9330869],"L'Occitane"],"main_pivot_2":[[40.4511496,-79.9336268],"PNC Bank"],"main_pivot_3":[[40.4511369,-79.9335602],"Rite Aid"],"main_pivot_4":[[40.4511369,-79.9335602],"Rite Aid"],"main_pivot_5":[[40.451478,-79.9330869],"L'Occitane"],"main_pivot_6":[[40.4514149,-79.932741],"Sephora"],"main_pivot_7":[[40.4514149,-79.932741],"Sephora"],"main_pivot_8":[[40.4514149,-79.932741],"Sephora"],"main_pivot_9":[[40.4511369,-79.9335602],"Rite Aid"],"main_pivot_10":[[40.4514149,-79.932741],"Sephora"],"main_pivot_11":[[40.451478,-79.9330869],"L'Occitane"],"main_pivot_12":[[40.4514149,-79.932741],"Sephora"],"main_pivot_13":[[40.451478,-79.9330869],"L'Occitane"],"main_pivot_14":[[40.4514149,-79.932741],"Sephora"],"main_pivot_15":[[40.454748,-79.9349008],"social facility"],"near_pivot":[[40.454748,-79.9349008],"social facility"],"around_goal_pivot_1":[[40.4533986105,-79.9339566517],"school"]}} +{"rvs_sample_number":209,"content":"Meet me at the historic memorial to your southwest. You can head south on Art Rooney Avenue and then when the street ends at North Shore Riverfront Park, you will see the memorial just a little to your southwest. It will be the memorial closest to where the street ends.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.445024,-80.0136296],"key":8964,"region":"Pittsburgh","rvs_start_point":[40.4544378723,-80.0080954519],"landmarks":{"end_point":[[40.445024,-80.0136296],"historic memorial"],"start_point":[[40.4544378723,-80.0080954519],"pitch"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4451917273,-80.0135272537],"park"],"near_pivot":[[40.4451917273,-80.0135272537],"park"],"around_goal_pivot_1":[[40.4460786,-80.0142811],"stadium"]}} +{"rvs_sample_number":347,"content":"I'm on the second block east of where you are. At the garden on the same block with the bar and south of fitness centre.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4536813284,-79.981821961],"key":8965,"region":"Pittsburgh","rvs_start_point":[40.4532794079,-79.9849185376],"landmarks":{"end_point":[[40.4536813284,-79.981821961],"garden"],"start_point":[[40.4532794079,-79.9849185376],"garden"],"main_pivot":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4534616,-79.9810818],"bar"],"near_pivot":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_1":[[40.4524182,-79.9811411],"bank"],"around_goal_pivot_2":[[40.452669,-79.9823147],"veterinary"],"around_goal_pivot_3":[[40.454912,-79.9817994],"3 gardens"],"around_goal_pivot_4":[[40.4549697,-79.9817131],"two gardens"],"around_goal_pivot_5":[[40.4548479,-79.9823196],"two gardens"],"around_goal_pivot_6":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_7":[[40.4548007,-79.980831],"4 gardens"],"around_goal_pivot_10":[[40.4550241,-79.9816359],"2 gardens"]}} +{"rvs_sample_number":313,"content":"Meet me at the tower northwest of you. It's the one at the University of Pittsburgh. When you pass Soldiers and Sailors Memorial Hall, you are about halfway there.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4463144,-79.9637143333],"key":8966,"region":"Pittsburgh","rvs_start_point":[40.4419005,-79.945965],"landmarks":{"end_point":[[40.4463144,-79.9637143333],"tower"],"start_point":[[40.4419005,-79.945965],"bench"],"main_pivot":[[40.4423547,-79.9534292],"Hillman Library"],"main_pivot_2":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_3":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_4":[[40.4423547,-79.9534292],"Hillman Library"],"main_pivot_5":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_6":[[40.4423629035,-79.9523430066],"Schenley Plaza"],"main_pivot_7":[[40.4448069,-79.9582197],"Allen Hall"],"main_pivot_8":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_9":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_10":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_11":[[40.4450631,-79.9558626],"Soldiers and Sailors Memorial Hall"],"main_pivot_12":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_13":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_14":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_15":[[40.4463137,-79.9640195],"university"],"near_pivot":[[40.4463137,-79.9640195],"university"]}} +{"rvs_sample_number":95,"content":"Move northwest, I'm at the parking entrance located on South Commons. It is on the east of the pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4505807,-80.0041605],"key":8967,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234],"landmarks":{"end_point":[[40.4505807,-80.0041605],"parking entrance"],"start_point":[[40.4448715,-79.9936234],"bicycle parking"],"main_pivot":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.450578,-80.0042286],"2 parking entrances"],"near_pivot":[[40.450578,-80.0042286],"2 parking entrances"],"around_goal_pivot_1":[[40.4500749,-80.0049796],"post office"],"around_goal_pivot_2":[[40.4511429,-80.0049447],"restaurant"],"around_goal_pivot_3":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_4":[[40.4498497,-80.0048532],"post box"],"around_goal_pivot_5":[[40.4514469,-80.0049565],"fitness centre"],"around_goal_pivot_6":[[40.4507237,-80.0025388],"pitch"]}} +{"rvs_sample_number":130,"content":"We'll meet at the garden off 25th Street, southeast of you, across the water. This garden is northeast of Meraki Studio fitness, and it's on the block north of Dog Stop boarding. Look for the parking lot on the north corner of the block, and the garden will be on the southeast corner of that lot. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4551587346,-79.9805908933],"key":8968,"region":"Pittsburgh","rvs_start_point":[40.4570166,-79.9908293],"landmarks":{"end_point":[[40.4551587346,-79.9805908933],"garden"],"start_point":[[40.4570166,-79.9908293],"parking entrance"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.45695,-79.9915231],"Penn Brewery"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.45695,-79.9915231],"Penn Brewery"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.45695,-79.9915231],"Penn Brewery"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.45695,-79.9915231],"Penn Brewery"],"main_pivot_12":[[40.45695,-79.9915231],"Penn Brewery"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4552157,-79.9806495],"parking lot"],"near_pivot":[[40.4552157,-79.9806495],"parking lot"],"around_goal_pivot_1":[[40.4556033,-79.9797791],"two gardens"],"around_goal_pivot_2":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_3":[[40.4550157,-79.9788222],"fast food restaurant"],"around_goal_pivot_4":[[40.4558998545,-79.9794950258],"pub"],"around_goal_pivot_5":[[40.4564223,-79.9801039],"2 gardens"],"around_goal_pivot_6":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_7":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_8":[[40.4547427,-79.98204],"two gardens"]}} +{"rvs_sample_number":74,"content":"Meet me at Pizza Hut on Baum Boulevard. There is a library across the street. PNC Bank is at the northeast corner of the block where the library is located.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.45387835,-79.949539],"key":8969,"region":"Pittsburgh","rvs_start_point":[40.4418435,-79.9563785],"landmarks":{"end_point":[[40.45387835,-79.949539],"restaurant"],"start_point":[[40.4418435,-79.9563785],"post box"],"main_pivot":[[40.443002,-79.9556209],"Holland Hall"],"main_pivot_2":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_3":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_4":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_5":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_6":[[40.4428425,-79.9553409],"Brackenridge Hall"],"main_pivot_7":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_8":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_9":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_10":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_11":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_12":[[40.4466127,-79.9520778],"Music Building"],"main_pivot_13":[[40.4447837,-79.9533918],"Cathedral of Learning"],"main_pivot_14":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_15":[[40.4538136513,-79.9493212794],"library"],"near_pivot":[[40.4538136513,-79.9493212794],"library"],"around_goal_pivot_1":[[40.4542298508,-79.9479338541],"bank"],"around_goal_pivot_2":[[40.4531854,-79.9483332],"car shop"]}} +{"rvs_sample_number":83,"content":"Let's meet and eat at Subway on East Ohio Street. It's at the corner of the block across the street from the large park there. Arnold's tea is two blocks to the east and on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4534183,-80.0015575],"key":8970,"region":"Pittsburgh","rvs_start_point":[40.4456198267,-80.0080994923],"landmarks":{"end_point":[[40.4534183,-80.0015575],"fast food restaurant"],"start_point":[[40.4456198267,-80.0080994923],"garden"],"main_pivot":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_2":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_5":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_8":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_9":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_12":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_13":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_14":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_15":[[40.4534274,-80.0014876],"Boost Mobile"],"near_pivot":[[40.4534274,-80.0014876],"Boost Mobile"],"beyond_pivot":[[40.4533449,-80.0007631],"clothes"],"around_goal_pivot_1":[[40.4534574,-80.0001877],"Goodwill"],"around_goal_pivot_2":[[40.4543689,-80.0010549],"restaurant"],"around_goal_pivot_3":[[40.4535049,-79.9999813],"marketplace"],"around_goal_pivot_4":[[40.454579859,-80.0017504608],"dentist's office"],"around_goal_pivot_5":[[40.4537025,-79.9999785],"bar"],"around_goal_pivot_6":[[40.4537562,-79.999816],"hardware shop"],"around_goal_pivot_7":[[40.4537844,-79.9997347],"pastry shop"],"around_goal_pivot_8":[[40.4534164,-80.0004003],"money lender shop"],"around_goal_pivot_9":[[40.4535113,-79.9998881],"frame shop"],"around_goal_pivot_10":[[40.4536389,-80.000467],"tea shop"]}} +{"rvs_sample_number":439,"content":"Meet me at the garden across from the pub on 26th Street. It's a block northwest of Pizzeria Davide.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4557085492,-79.9795674304],"key":8971,"region":"Pittsburgh","rvs_start_point":[40.4520329108,-79.9807127972],"landmarks":{"end_point":[[40.4557085492,-79.9795674304],"garden"],"start_point":[[40.4520329108,-79.9807127972],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.455829822,-79.9794120276],"pub"],"near_pivot":[[40.455829822,-79.9794120276],"pub"],"around_goal_pivot_1":[[40.4547825,-79.9808077],"four gardens"],"around_goal_pivot_2":[[40.4550157,-79.9788222],"fast food restaurant"],"around_goal_pivot_3":[[40.4550446,-79.9804536],"two gardens"],"around_goal_pivot_4":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_5":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_6":[[40.4546212,-79.9790847],"hairdresser shop"]}} +{"rvs_sample_number":1,"content":"Meet me at the School of law southwest of library and east of university. Move east towards McAnulty Drive to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4366667,-79.9922222],"key":8972,"region":"Pittsburgh","rvs_start_point":[40.4397209,-80.0032088],"landmarks":{"end_point":[[40.4366667,-79.9922222],"school"],"start_point":[[40.4397209,-80.0032088],"fountain"],"main_pivot":[[40.438344,-79.9983409],"Law & Finance Building"],"main_pivot_2":[[40.4394647,-80.0013449],"Arrott Building"],"main_pivot_3":[[40.4399681,-80.0026742],"Burke Building"],"main_pivot_4":[[40.439919453,-80.0035145443],"One PPG Place"],"main_pivot_5":[[40.4398345,-80.0023235],"Benedum-Trees Building"],"main_pivot_6":[[40.440122166,-80.0030560211],"Two PPG Place"],"main_pivot_7":[[40.437941,-79.9976155],"Grant Building"],"main_pivot_8":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_9":[[40.4383635,-79.9960943],"Allegheny County Courthouse"],"main_pivot_10":[[40.438147,-79.9956273],"Old Allegheny County Jail"],"main_pivot_11":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_12":[[40.440122166,-80.0030560211],"Two PPG Place"],"main_pivot_13":[[40.43809,-79.9959793],"Allegheny County Office Building"],"main_pivot_14":[[40.4385304,-79.9971995],"Pittsburgh City-County Building"],"main_pivot_15":[[40.4371732,-79.9917916],"library"],"near_pivot":[[40.4371732,-79.9917916],"library"],"beyond_pivot":[[40.436387,-79.9912525],"university"],"around_goal_pivot_1":[[40.4359071,-79.9906724],"stadium"],"around_goal_pivot_2":[[40.4377494,-79.9916044],"garden"]}} +{"rvs_sample_number":137,"content":"Meet me at the supermarket on Penn Avenue. Head northeast to get past two bridges and you will get there. On the same block as the destination, there is a hairdresser shop. Across the street, you'll see a fast food restaurant.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4497326,-79.9862681],"key":8973,"region":"Pittsburgh","rvs_start_point":[40.4420183,-80.0032473],"landmarks":{"end_point":[[40.4497326,-79.9862681],"supermarket"],"start_point":[[40.4420183,-80.0032473],"restaurant"],"main_pivot":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_5":[[40.4435929,-80.0005294],"Century Building"],"main_pivot_6":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_9":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_10":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_11":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_12":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_13":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_14":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4493667,-79.9864631],"fast food restaurant"],"near_pivot":[[40.4493667,-79.9864631],"fast food restaurant"],"around_goal_pivot_1":[[40.4490283,-79.987893],"bridge"],"around_goal_pivot_2":[[40.4508388647,-79.9853996761],"marketplace"],"around_goal_pivot_3":[[40.4496074,-79.9852387],"2 gardens"],"around_goal_pivot_4":[[40.4496392,-79.9875935],"nightclub"],"around_goal_pivot_5":[[40.4503984,-79.9847701],"variety store shop"],"around_goal_pivot_6":[[40.4491194,-79.9872407],"hairdresser shop"],"around_goal_pivot_7":[[40.4488363,-79.9863971],"storage rental shop"],"around_goal_pivot_8":[[40.4507712,-79.9849852],"farm shop"],"around_goal_pivot_9":[[40.4501306,-79.9852363],"butcher shop"],"around_goal_pivot_10":[[40.4500834,-79.9876897],"florist shop"]}} +{"rvs_sample_number":135,"content":"Meet me at the restaurant facing Morewood Avenue. There is a shelter in the south direction on the same block. You will find a post box across another street also in the south direction.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4453221,-79.9434039],"key":8974,"region":"Pittsburgh","rvs_start_point":[40.4371847,-79.9395076],"landmarks":{"end_point":[[40.4453221,-79.9434039],"restaurant"],"start_point":[[40.4371847,-79.9395076],"bench"],"main_pivot":[[40.4417137401,-79.9426151806],"Kraus Campo"],"main_pivot_2":[[40.4417137401,-79.9426151806],"Kraus Campo"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_5":[[40.4417137401,-79.9426151806],"Kraus Campo"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_8":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_9":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_10":[[40.4417137401,-79.9426151806],"Kraus Campo"],"main_pivot_11":[[40.4367358,-79.9436626],"Neill Log House"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4417137401,-79.9426151806],"Kraus Campo"],"main_pivot_15":[[40.4447948,-79.9435049],"shelter"],"near_pivot":[[40.4447948,-79.9435049],"shelter"],"around_goal_pivot_1":[[40.4464194,-79.944411],"studio"],"around_goal_pivot_2":[[40.4439269008,-79.9431679037],"arts centre"],"around_goal_pivot_3":[[40.4457717,-79.9448618],"bicycle parking"],"around_goal_pivot_4":[[40.4451299,-79.9448601],"waste basket"],"around_goal_pivot_5":[[40.4442631,-79.9445918],"bench"],"around_goal_pivot_6":[[40.4444948,-79.943059],"post box"],"around_goal_pivot_7":[[40.4459427,-79.9451081],"pitch"]}} +{"rvs_sample_number":345,"content":"Head across the river, and go west past Heinz Field and 2 parking entrances, and meet me on the south side of Reedsdale Street at the leisure garden in front of the Casino.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4482627106,-80.0228662641],"key":8975,"region":"Pittsburgh","rvs_start_point":[40.4424003194,-80.008457134],"landmarks":{"end_point":[[40.4482627106,-80.0228662641],"garden"],"start_point":[[40.4424003194,-80.008457134],"bridge"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4429459,-80.0084466],"Fort Duquesne Bridge"],"main_pivot_3":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_4":[[40.4479914,-80.0158291],"Heinz Field"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_13":[[40.4426042,-80.0073296],"Gateway Towers"],"main_pivot_14":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_15":[[40.4482439541,-80.0228715176],"casino"],"near_pivot":[[40.4482439541,-80.0228715176],"casino"],"beyond_pivot":[[40.4483191045,-80.0240056229],"parking"],"around_goal_pivot_1":[[40.4475842,-80.0214078],"two parking entrances"]}} +{"rvs_sample_number":267,"content":"Get on Forbes Avenue and walk south past Hillman Library, Brackenridge hall and pub. The cafe is west of rue21 and north of Verizon.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.441754,-79.958061],"key":8976,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959],"landmarks":{"end_point":[[40.441754,-79.958061],"cafe"],"start_point":[[40.4434019,-79.9447959],"cafe"],"main_pivot":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_2":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_3":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_4":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_5":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_6":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_8":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_9":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_10":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_11":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_13":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_14":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_15":[[40.4410948,-79.9578744],"cafe"],"near_pivot":[[40.4410948,-79.9578744],"cafe"],"beyond_pivot":[[40.4412363,-79.9572632],"fast_food"],"around_goal_pivot_1":[[40.4428783,-79.957894],"school"],"around_goal_pivot_2":[[40.4413697,-79.9565747],"vending machine"],"around_goal_pivot_3":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_4":[[40.4416568,-79.956708],"rue21"],"around_goal_pivot_5":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_6":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_7":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_8":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_9":[[40.442235,-79.9562162],"pub"],"around_goal_pivot_10":[[40.440917,-79.957296],"ice cream"]}} +{"rvs_sample_number":228,"content":"I'd like to meet you at the restaurant on Wood Street. There is a university in front of it. Starbucks is in the same block to its west.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4397960949,-80.0013443374],"key":8977,"region":"Pittsburgh","rvs_start_point":[40.4501831323,-79.9857857714],"landmarks":{"end_point":[[40.4397960949,-80.0013443374],"restaurant"],"start_point":[[40.4501831323,-79.9857857714],"bakery shop"],"main_pivot":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_2":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_3":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_5":[[40.4432248,-79.9973585],"Ewart Building"],"main_pivot_6":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_7":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4449791051,-79.9940265496],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_11":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_12":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_13":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_14":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4397214897,-80.0010882798],"university"],"near_pivot":[[40.4397214897,-80.0010882798],"university"],"beyond_pivot":[[40.440636,-80.0019972],"fast_food"],"around_goal_pivot_1":[[40.4394718,-80.0003737],"arts centre"],"around_goal_pivot_2":[[40.440151,-79.9998128],"mall"],"around_goal_pivot_3":[[40.4402409,-80.0022379],"cafe"],"around_goal_pivot_4":[[40.4392509,-80.0021914],"bicycle repair station"],"around_goal_pivot_5":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_6":[[40.4392647,-79.9995902],"school"],"around_goal_pivot_7":[[40.4397498,-80.0031091],"two fountains"],"around_goal_pivot_8":[[40.4395082,-79.9995249],"gambling place"],"around_goal_pivot_9":[[40.4393992,-80.0004799],"post office"],"around_goal_pivot_10":[[40.4410125,-80.0009821],"post box"]}} +{"rvs_sample_number":351,"content":"I'm at the nightclub on East Carson street east of Luxx and Locks boutique and west of bicycle parking. Go southwest to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4289208185,-79.986629456],"key":8978,"region":"Pittsburgh","rvs_start_point":[40.4312038,-79.9769478],"landmarks":{"end_point":[[40.4289208185,-79.986629456],"nightclub"],"start_point":[[40.4312038,-79.9769478],"bicycle parking"],"main_pivot":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_2":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_3":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_4":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_5":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_6":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_7":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_8":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_9":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_10":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_11":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_12":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_13":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_14":[[40.4297639,-79.986566],"WYEP-FM"],"main_pivot_15":[[40.428972238,-79.9866394591],"tobacco shop"],"near_pivot":[[40.428972238,-79.9866394591],"tobacco shop"],"around_goal_pivot_1":[[40.4290906,-79.9854415],"fast food restaurant"],"around_goal_pivot_2":[[40.4284526,-79.9882974],"gas station"],"around_goal_pivot_3":[[40.429089,-79.9855149],"Great Clips"],"around_goal_pivot_4":[[40.4288971,-79.9853085],"bicycle parking"],"around_goal_pivot_5":[[40.4290664,-79.9850108],"musical instrument shop"],"around_goal_pivot_6":[[40.4290622,-79.9849344],"tattoo shop"],"around_goal_pivot_7":[[40.429193,-79.9846507],"copyshop shop"],"around_goal_pivot_8":[[40.4290127,-79.9878462],"art shop"],"around_goal_pivot_9":[[40.4288692,-79.9882754],"boutique shop"],"around_goal_pivot_10":[[40.4287207,-79.9848419],"hardware shop"]}} +{"rvs_sample_number":570,"content":"Meet me at the bench southeast of your location. Head south until you get to Hamerschlag Drive. There should be a Hunan Express restaurant north of your location. From there, head across the street. Your destination is at the very center of the block next to a waste basket. It is northwest of Peace Garden park operated by Carnegie Mellon University.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4422356,-79.9444056],"key":8979,"region":"Pittsburgh","rvs_start_point":[40.4528163,-79.9493263],"landmarks":{"end_point":[[40.4422356,-79.9444056],"bench"],"start_point":[[40.4528163,-79.9493263],"restaurant"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4471349128,-79.9452844364],"Central Catholic High School"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4465508,-79.9444149],"WQED"],"main_pivot_10":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_11":[[40.4465508,-79.9444149],"WQED"],"main_pivot_12":[[40.4490203,-79.9482277],"Oakland Catholic High School"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4421857,-79.9442177],"waste basket"],"near_pivot":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_1":[[40.4421413,-79.9432554],"2 benches"],"around_goal_pivot_2":[[40.4432872,-79.9454755],"restaurant"],"around_goal_pivot_3":[[40.4439269008,-79.9431679037],"arts centre"],"around_goal_pivot_4":[[40.4419819,-79.9459111],"two benches"],"around_goal_pivot_5":[[40.4418764,-79.9459255],"7 benches"],"around_goal_pivot_6":[[40.4431423,-79.9446564],"parking entrance"],"around_goal_pivot_7":[[40.4420877,-79.9429518],"parking lot"],"around_goal_pivot_8":[[40.4432864,-79.9440728],"pitch"],"around_goal_pivot_9":[[40.441191,-79.9432778],"park"]}} +{"rvs_sample_number":255,"content":"Meet up with me at the garden that is due east of where you are right now, cutting diagonally across 3 different blocks. It is on Mulberry Way. Across the street and over one half block you'll see an Ice cream shop. In the same block there is a nice wholesale greenhouse. The bench is located on the easternmost corner of that block.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4572225621,-79.9761479013],"key":8980,"region":"Pittsburgh","rvs_start_point":[40.4572199774,-79.9800304262],"landmarks":{"end_point":[[40.4572225621,-79.9761479013],"garden"],"start_point":[[40.4572199774,-79.9800304262],"garden"],"main_pivot":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_2":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_3":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_4":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_5":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_6":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_7":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_8":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_9":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_10":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_11":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_12":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_13":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_14":[[40.4569150881,-79.9783888003],"The Hub at 3 Crossings"],"main_pivot_15":[[40.4570947,-79.97577],"ice cream"],"near_pivot":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_1":[[40.4563649,-79.9761943],"animal boarding"],"around_goal_pivot_2":[[40.4561625,-79.9764224],"frame shop"],"around_goal_pivot_3":[[40.4571346,-79.9744398],"storage rental shop"],"around_goal_pivot_4":[[40.4585485573,-79.9755128549],"interior decoration shop"],"around_goal_pivot_5":[[40.4570698,-79.9779217],"paint shop"],"around_goal_pivot_6":[[40.4562143,-79.9771833],"antiques shop"],"around_goal_pivot_7":[[40.4565891,-79.9748337],"two gardens"],"around_goal_pivot_8":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_9":[[40.4560872,-79.9765269],"fitness centre"]}} +{"rvs_sample_number":2,"content":"Meet me at the cafe on Federal Street. It is on the block south of the library. On the south west corner.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4556178,-80.0065066],"key":8981,"region":"Pittsburgh","rvs_start_point":[40.4502944,-80.0057502],"landmarks":{"end_point":[[40.4556178,-80.0065066],"cafe"],"start_point":[[40.4502944,-80.0057502],"parking entrance"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4561610459,-80.006608844],"library"],"near_pivot":[[40.4561610459,-80.006608844],"library"],"beyond_pivot":[[40.4563551,-80.0070856],"restaurant"],"around_goal_pivot_1":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_2":[[40.4568681,-80.0068866],"alcohol shop"],"around_goal_pivot_3":[[40.4567384,-80.006851],"mobile phone shop"],"around_goal_pivot_4":[[40.4565662,-80.0071629],"beauty shop"],"around_goal_pivot_5":[[40.4552416,-80.0051086],"playground"]}} +{"rvs_sample_number":277,"content":"Meet me at the garden on the other side of the river. It's on West Station Square Drive in front of the Sheraton, towards the middle of the building.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4347778292,-80.0067494701],"key":8982,"region":"Pittsburgh","rvs_start_point":[40.4433950665,-80.0001063719],"landmarks":{"end_point":[[40.4347778292,-80.0067494701],"garden"],"start_point":[[40.4433950665,-80.0001063719],"garden"],"main_pivot":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_2":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_3":[[40.4423821,-80.0005247],"EQT Plaza"],"main_pivot_4":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_5":[[40.4392879,-80.0012486],"The Carlyle"],"main_pivot_6":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_7":[[40.4431734,-80.0001195],"Benedum Center"],"main_pivot_8":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_9":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_10":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_11":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_12":[[40.4396587,-80.0012146],"Arrott Building"],"main_pivot_13":[[40.4423821,-80.0005247],"EQT Plaza"],"main_pivot_14":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4345612322,-80.0064103782],"Sheraton"],"near_pivot":[[40.4345612322,-80.0064103782],"Sheraton"],"around_goal_pivot_1":[[40.4341106,-80.0055141],"restaurant"],"around_goal_pivot_2":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_5":[[40.4338419,-80.0064879],"two gardens"],"around_goal_pivot_8":[[40.4351096,-80.0080639],"two gardens"]}} +{"rvs_sample_number":116,"content":"I'm northwest of you, just across the water on North Shore Drive. The place is the last pub on the block, located almost a block past the bridge. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4460569,-80.0115773],"key":8983,"region":"Pittsburgh","rvs_start_point":[40.443045,-80.0024443],"landmarks":{"end_point":[[40.4460569,-80.0115773],"pub"],"start_point":[[40.443045,-80.0024443],"restaurant"],"main_pivot":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_2":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_3":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_4":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_5":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_6":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_7":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_8":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_10":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_12":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_13":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_15":[[40.4462774,-80.0085173],"park"],"near_pivot":[[40.4462774,-80.0085173],"park"],"around_goal_pivot_1":[[40.4462344,-80.0103426],"pub"],"around_goal_pivot_6":[[40.4457201,-80.013071],"two gardens"]}} +{"rvs_sample_number":571,"content":"Meet me at the nightclub east of your location. Head east on East Carson Street. Keep going until you see a pub. Your destination is at the start of the next block. If you see another bar, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4281668228,-79.9743226348],"key":8984,"region":"Pittsburgh","rvs_start_point":[40.4289566467,-79.9855467642],"landmarks":{"end_point":[[40.4281668228,-79.9743226348],"nightclub"],"start_point":[[40.4289566467,-79.9855467642],"Great Clips"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.4283186,-79.9748282],"pub"],"near_pivot":[[40.4283186,-79.9748282],"pub"],"beyond_pivot":[[40.4282445,-79.973575],"bar"],"around_goal_pivot_1":[[40.4289638,-79.9728661],"veterinary"],"around_goal_pivot_2":[[40.4282232,-79.973147],"post box"],"around_goal_pivot_3":[[40.428008714,-79.9726938982],"clothes shop"],"around_goal_pivot_4":[[40.4280004145,-79.9726081254],"hairdresser shop"],"around_goal_pivot_5":[[40.4288211,-79.9728196],"6 parking spaces"],"around_goal_pivot_6":[[40.4280156491,-79.9727581956],"gift shop"],"around_goal_pivot_7":[[40.4293867,-79.974228],"playground"],"around_goal_pivot_8":[[40.4288195,-79.9727866],"5 parking spaces"],"around_goal_pivot_9":[[40.4288178,-79.9727509],"three parking spaces"],"around_goal_pivot_10":[[40.4286068,-79.9760917],"park"]}} +{"rvs_sample_number":551,"content":"Meet me at the tea shop on East Ohio street located almost opposite Goodwill. Move north across the river to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4536389,-80.000467],"key":8985,"region":"Pittsburgh","rvs_start_point":[40.4412573,-80.0027852],"landmarks":{"end_point":[[40.4536389,-80.000467],"tea shop"],"start_point":[[40.4412573,-80.0027852],"restaurant"],"main_pivot":[[40.4418438,-80.0028846],"Fifth Avenue Place"],"main_pivot_2":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_3":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_4":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4407348,-80.0031087],"Two PPG Place"],"main_pivot_6":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_7":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_8":[[40.4425324,-80.001349],"EQT Plaza"],"main_pivot_9":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_10":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4418438,-80.0028846],"Fifth Avenue Place"],"main_pivot_13":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_14":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_15":[[40.4534574,-80.0001877],"Goodwill"],"near_pivot":[[40.4534574,-80.0001877],"Goodwill"],"beyond_pivot":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_1":[[40.4534183,-80.0015575],"fast food restaurant"],"around_goal_pivot_2":[[40.453205,-80.0014902],"ice cream"],"around_goal_pivot_3":[[40.4537543,-79.9987157],"H&R Block"],"around_goal_pivot_4":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"around_goal_pivot_5":[[40.4534274,-80.0014876],"Boost Mobile"],"around_goal_pivot_6":[[40.4545905,-80.0016868],"dentist's office"],"around_goal_pivot_7":[[40.4532231,-80.0014257],"bar"],"around_goal_pivot_8":[[40.4536497,-79.9990091],"clothes shop"],"around_goal_pivot_9":[[40.4550242,-80.0007652],"laundry shop"],"around_goal_pivot_10":[[40.4536757,-79.9987854],"jewelry shop"]}} +{"rvs_sample_number":30,"content":"Let's eat! I'm just on a small street on the intersection of Liberty avenue and that other avenue I forgot its name. There is a Chase bank down the street. Come quick cause I am hungry! ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4413113,-80.002748],"key":8986,"region":"Pittsburgh","rvs_start_point":[40.4421281,-80.005765],"landmarks":{"end_point":[[40.4413113,-80.002748],"fast food restaurant"],"start_point":[[40.4421281,-80.005765],"bench"],"main_pivot":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_2":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_3":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_4":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_7":[[40.4419585859,-80.0060830433],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_10":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_11":[[40.4419585859,-80.0060830433],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_12":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_13":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_14":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4406267,-80.0032456],"restaurant"],"around_goal_pivot_1":[[40.4415152,-80.0040726],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_7":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_8":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_9":[[40.4409855,-80.0044421],"2 gardens"],"around_goal_pivot_10":[[40.4410125,-80.0009821],"post box"]}} +{"rvs_sample_number":220,"content":"Let's get together at the U of Pittsburgh. I'm a half block south of the spot where Thackeray street's northwestern end is located. The spot where I am is a block north of Pittsburgh Science and Tech academy.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4438736,-79.9586265],"key":8987,"region":"Pittsburgh","rvs_start_point":[40.4384579,-79.961056],"landmarks":{"end_point":[[40.4438736,-79.9586265],"university"],"start_point":[[40.4384579,-79.961056],"university"],"main_pivot":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_2":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_3":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_4":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_5":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_6":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_7":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_8":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_9":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_10":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_11":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_12":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_13":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_14":[[40.4394223,-79.9601175],"Croatian Fraternal Union Building"],"main_pivot_15":[[40.4434484,-79.9582851],"school"],"near_pivot":[[40.4434484,-79.9582851],"school"],"beyond_pivot":[[40.444426,-79.9580099],"university"],"around_goal_pivot_1":[[40.4436986,-79.9569634],"church"],"around_goal_pivot_2":[[40.4440634,-79.9569222],"restaurant"]}} +{"rvs_sample_number":34,"content":"Meet me at the parking lot northeast of you. It's up on North Bellefield Avenue past the Information Sciences Building and another parking lot. It's on the corner just north of the other parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.448379155,-79.9524069693],"key":8988,"region":"Pittsburgh","rvs_start_point":[40.4407331,-79.9579512],"landmarks":{"end_point":[[40.448379155,-79.9524069693],"parking lot"],"start_point":[[40.4407331,-79.9579512],"GameStop"],"main_pivot":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_2":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_3":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_4":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_5":[[40.4444396,-79.9534184],"Nationality Rooms"],"main_pivot_6":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_7":[[40.4428425,-79.9553409],"Brackenridge Hall"],"main_pivot_8":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_9":[[40.443002,-79.9556209],"Holland Hall"],"main_pivot_10":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_11":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_12":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_13":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4435763,-79.9544168],"William Pitt Union"],"main_pivot_15":[[40.4480322,-79.9520142],"parking lot"],"near_pivot":[[40.4480322,-79.9520142],"parking lot"],"beyond_pivot":[[40.4494818,-79.9519355],"parking"],"around_goal_pivot_1":[[40.4473303,-79.9524392],"university"],"around_goal_pivot_2":[[40.4493461,-79.9511804],"7-Eleven"],"around_goal_pivot_3":[[40.449023,-79.9530968],"post box"],"around_goal_pivot_4":[[40.4471594,-79.9519939],"parking entrance"]}} +{"rvs_sample_number":410,"content":"Meet me at the garden southeast of your location. Head east then turn south toward Smithfield Street Bridge. Keep heading south across the water until you get to West Station Square Drive. Head northwest until you see Pennsylvania Wine Cellar. Your destination is just a bit northwest from there on the other side of the street. It is southeast from Sheraton Pittsburgh Hotel at Station Square.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4338123636,-80.0048686726],"key":8989,"region":"Pittsburgh","rvs_start_point":[40.4419697923,-80.0051269032],"landmarks":{"end_point":[[40.4338123636,-80.0048686726],"garden"],"start_point":[[40.4419697923,-80.0051269032],"garden"],"main_pivot":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_2":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_3":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_4":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_5":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_6":[[40.4398946,-80.0041409],"One PPG Place"],"main_pivot_7":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_8":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_9":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_10":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_11":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_12":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_13":[[40.4416054,-80.0041834],"Gateway Station"],"main_pivot_14":[[40.4404031,-80.0037938],"Two PPG Place"],"main_pivot_15":[[40.4342257,-80.0046568],"fountain"],"near_pivot":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_1":[[40.4341495,-80.0066637],"2 parking entrances"],"around_goal_pivot_2":[[40.4363339993,-80.001263658],"bridge"],"around_goal_pivot_3":[[40.4325381,-80.0039932],"fast food restaurant"],"around_goal_pivot_4":[[40.4345151563,-80.0055306782],"Sheraton"],"around_goal_pivot_5":[[40.4334934,-80.0035956],"restaurant"],"around_goal_pivot_6":[[40.4333423,-80.0038478],"bar"],"around_goal_pivot_7":[[40.4331296,-80.0044595],"wine shop"],"around_goal_pivot_8":[[40.4342179,-80.0066051],"two parking entrances"],"around_goal_pivot_9":[[40.4339992,-80.0063842],"4 gardens"]}} +{"rvs_sample_number":535,"content":"Come see me at the garden close to Saint Patrick Church. There is a storage rental shop on the southwest and a furniture shop on the west side. The garden is on Spring way southwest of you.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4495515383,-79.9852290828],"key":8990,"region":"Pittsburgh","rvs_start_point":[40.4546083188,-79.982595086],"landmarks":{"end_point":[[40.4495515383,-79.9852290828],"garden"],"start_point":[[40.4546083188,-79.982595086],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.450129,-79.9855891],"restaurant"],"near_pivot":[[40.450129,-79.9855891],"restaurant"],"around_goal_pivot_1":[[40.4492575,-79.9861494],"fast food restaurant"],"around_goal_pivot_2":[[40.4494489,-79.9866849],"hotel"],"around_goal_pivot_3":[[40.4500153,-79.9869618],"nightclub"],"around_goal_pivot_4":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_5":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_6":[[40.4488363,-79.9863971],"storage rental shop"],"around_goal_pivot_7":[[40.4495244,-79.9865615],"furniture shop"],"around_goal_pivot_8":[[40.4501691,-79.9864771],"antiques shop"],"around_goal_pivot_9":[[40.4506362,-79.9848181],"farm shop"]}} +{"rvs_sample_number":10,"content":"Meet me at the bench northwest of you. Head past the Carnegie Museum of Art. The bench is next to Heinz Memorial Chapel on its southeast side.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4451595,-79.9516474],"key":8991,"region":"Pittsburgh","rvs_start_point":[40.4425835,-79.9459898],"landmarks":{"end_point":[[40.4451595,-79.9516474],"bench"],"start_point":[[40.4425835,-79.9459898],"cafe"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_11":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_15":[[40.4452639474,-79.9517154438],"attraction"],"near_pivot":[[40.4452639474,-79.9517154438],"attraction"],"around_goal_pivot_1":[[40.4441954,-79.9524998],"historic building"],"around_goal_pivot_2":[[40.4439831,-79.9526706],"attraction"],"around_goal_pivot_3":[[40.4457094,-79.9533863],"bicycle rental"],"around_goal_pivot_4":[[40.4439392,-79.9520664],"bicycle parking"],"around_goal_pivot_6":[[40.4459593,-79.9503232],"two parking entrances"]}} +{"rvs_sample_number":351,"content":"I'm mostly south of you, and a bit to the west, at a garden, just west of where Federal Street hits the bridge. North of here on the same block is Taps and Taco restaurant, as well as Clubhouse Store clothes shop. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4466067667,-80.0042219667],"key":8992,"region":"Pittsburgh","rvs_start_point":[40.4561551526,-80.0017839247],"landmarks":{"end_point":[[40.4466067667,-80.0042219667],"garden"],"start_point":[[40.4561551526,-80.0017839247],"parking lot"],"main_pivot":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_2":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_3":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_4":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_5":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_6":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_7":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_8":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_9":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_10":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_11":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_12":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_13":[[40.4563767728,-80.001825917],"Allegheny General Hospital"],"main_pivot_14":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_15":[[40.4468542,-80.0039214],"bridge"],"near_pivot":[[40.4468542,-80.0039214],"bridge"],"around_goal_pivot_1":[[40.4477958,-80.0043583],"restaurant"],"around_goal_pivot_2":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_3":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4476428,-80.0043128],"clothes shop"]}} +{"rvs_sample_number":555,"content":"Move north, I'm waiting at Sherwin-Williams east of laundry shop just before you get on Centre Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.455936159,-79.9367241729],"key":8993,"region":"Pittsburgh","rvs_start_point":[40.4504313503,-79.9351467162],"landmarks":{"end_point":[[40.455936159,-79.9367241729],"Sherwin-Williams"],"start_point":[[40.4504313503,-79.9351467162],"clothes shop"],"main_pivot":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_2":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_3":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_4":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_5":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_6":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_7":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_8":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_9":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_10":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_11":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_12":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_13":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_14":[[40.4515181,-79.9365458],"Shadyside"],"main_pivot_15":[[40.4559084,-79.9372022],"laundry shop"],"near_pivot":[[40.4559084,-79.9372022],"laundry shop"],"around_goal_pivot_1":[[40.45687,-79.9374632],"fast food restaurant"],"around_goal_pivot_2":[[40.4558951,-79.9383962],"post box"],"around_goal_pivot_3":[[40.4565948,-79.9374493],"2 parking lots"],"around_goal_pivot_4":[[40.4567195,-79.9363087],"clothes shop"]}} +{"rvs_sample_number":41,"content":"Go east on Penn Avenue and meet me at the garden on the right side of the street, right next to another garden. It's just past the 16th Street Bridge but before you reach the Helltown Brewing Taproom.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.449256398,-79.9866219553],"key":8994,"region":"Pittsburgh","rvs_start_point":[40.4397498,-80.0031091],"landmarks":{"end_point":[[40.449256398,-79.9866219553],"garden"],"start_point":[[40.4397498,-80.0031091],"fountain"],"main_pivot":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_2":[[40.442968215,-79.999285949],"Benedum Center"],"main_pivot_3":[[40.443428,-79.9956527],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_5":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_8":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_9":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_10":[[40.4410409,-80.0002962],"One PNC Plaza"],"main_pivot_11":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.4417284,-80.0005922],"Two PNC Plaza"],"main_pivot_14":[[40.4392057,-80.0009684],"Commonwealth Building"],"main_pivot_15":[[40.4493667,-79.9864631],"fast food restaurant"],"near_pivot":[[40.4493667,-79.9864631],"fast food restaurant"],"beyond_pivot":[[40.449589,-79.9858815],"bicycle_rental"],"around_goal_pivot_1":[[40.4490283,-79.987893],"bridge"],"around_goal_pivot_2":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_3":[[40.4498296,-79.9856912],"biergarten"],"around_goal_pivot_4":[[40.4495439,-79.985241],"three gardens"],"around_goal_pivot_5":[[40.4502726876,-79.9857581528],"restaurant"],"around_goal_pivot_6":[[40.4504252392,-79.9856461337],"supermarket"],"around_goal_pivot_7":[[40.4495966,-79.9852387],"2 gardens"],"around_goal_pivot_8":[[40.4500834,-79.9876897],"florist shop"],"around_goal_pivot_9":[[40.4501306,-79.9852363],"butcher shop"],"around_goal_pivot_10":[[40.4503154059,-79.9857344564],"appliance shop"]}} +{"rvs_sample_number":327,"content":"Head northwest of you up to the restaurant that is located past the west end, opposite side where McCrea Way would proceed IF it continued (it does not). There are several other restaurants in this area, this one is the most northern on THIS side of the street though across and north there are at least two others.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4431844,-80.0025077],"key":8995,"region":"Pittsburgh","rvs_start_point":[40.4391422,-79.9980044],"landmarks":{"end_point":[[40.4431844,-80.0025077],"restaurant"],"start_point":[[40.4391422,-79.9980044],"restaurant"],"main_pivot":[[40.4391197,-79.9981947],"(former Kaufmann's\/Macy's)"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_4":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_5":[[40.438694,-79.9983902],"Law & Finance Building"],"main_pivot_6":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_7":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_8":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_9":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_10":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_11":[[40.4410911,-80.0010364],"Three PNC Plaza"],"main_pivot_12":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_13":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_14":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_15":[[40.4435392,-80.0024124],"Renaissance"],"near_pivot":[[40.4435392,-80.0024124],"Renaissance"],"beyond_pivot":[[40.4442400279,-80.0028798975],"bridge"],"around_goal_pivot_1":[[40.443855,-80.0011366],"hotel"],"around_goal_pivot_2":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_3":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_4":[[40.44242,-80.0028811],"cafe"],"around_goal_pivot_5":[[40.4421078,-80.0032967],"fast food restaurant"],"around_goal_pivot_6":[[40.4434091,-80.0006562],"fountain"],"around_goal_pivot_7":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_8":[[40.4436915,-80.0035324],"parking entrance"],"around_goal_pivot_9":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_10":[[40.4422781,-80.0033896],"stationery shop"]}} +{"rvs_sample_number":578,"content":"Head north and meet me at the fast food restaurant on Centre Avenue. There is a parking entrance southwest of it and 2 convenience shops to its northeast.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4519173358,-79.9524994527],"key":8996,"region":"Pittsburgh","rvs_start_point":[40.4466977,-79.9508161],"landmarks":{"end_point":[[40.4519173358,-79.9524994527],"fast food restaurant"],"start_point":[[40.4466977,-79.9508161],"bicycle rental"],"main_pivot":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_2":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_3":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_4":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_5":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_6":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_7":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_8":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_9":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_10":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_11":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_12":[[40.4501059,-79.9530515],"Western Pennsylvania School for Blind Children"],"main_pivot_13":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_14":[[40.4478932,-79.9508959],"Pittsburgh Chinese Church"],"main_pivot_15":[[40.4521728092,-79.9520807417],"2 convenience shops"],"near_pivot":[[40.4521728092,-79.9520807417],"2 convenience shops"],"beyond_pivot":[[40.4511509,-79.9520836],"restaurant"],"around_goal_pivot_1":[[40.4523886,-79.9507375],"fast food restaurant"],"around_goal_pivot_2":[[40.4521481,-79.950698],"bar"],"around_goal_pivot_3":[[40.4506553,-79.9526483],"church"],"around_goal_pivot_4":[[40.4514182,-79.9513021],"seven parking spaces"],"around_goal_pivot_5":[[40.4510585,-79.9529737],"parking entrance"],"around_goal_pivot_7":[[40.4513731,-79.9514523],"eight parking spaces"],"around_goal_pivot_8":[[40.4518588,-79.9511428],"three parking spaces"],"around_goal_pivot_9":[[40.4513641,-79.9514824],"six parking spaces"]}} +{"rvs_sample_number":336,"content":"Let's get together at the Library that is on Whiting Drive. It's one of the last structures on the drive at it's southern end. It's on the north side of the street. There is a school and Chapel just north of the Library. This block is part of a religious type organization.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4391667,-79.9636111],"key":8997,"region":"Pittsburgh","rvs_start_point":[40.4451146,-79.9517705],"landmarks":{"end_point":[[40.4391667,-79.9636111],"library"],"start_point":[[40.4451146,-79.9517705],"bench"],"main_pivot":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_2":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_3":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_4":[[40.4425799,-79.9562621],"Litchfield Tower A"],"main_pivot_5":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_6":[[40.445274,-79.9540078],"Alumni Hall"],"main_pivot_7":[[40.4434528,-79.9559434],"Amos Hall"],"main_pivot_8":[[40.4396343286,-79.9604392129],"Croatian Fraternal Union Building"],"main_pivot_9":[[40.4448119,-79.953376],"Cathedral of Learning"],"main_pivot_10":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_11":[[40.4453459925,-79.9512225044],"Bellefield Hall"],"main_pivot_12":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_13":[[40.4453459925,-79.9512225044],"Bellefield Hall"],"main_pivot_14":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_15":[[40.4397913,-79.963941],"school"],"near_pivot":[[40.4397913,-79.963941],"school"],"beyond_pivot":[[40.4389004,-79.9649048],"school"],"around_goal_pivot_1":[[40.4389004,-79.9649048],"school"],"around_goal_pivot_2":[[40.4399810149,-79.964262803],"parking lot"]}} +{"rvs_sample_number":363,"content":"Meet me at the golf pitch to your southeast. You can take Schenley Drive past Phipps Conservatory. Stay on that street until you get to the bicycle parking. Head out on the trail near the bicycle parking towards the bench. The golf pitch is right next to the bench on the west side of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.438927855,-79.9423241205],"key":8998,"region":"Pittsburgh","rvs_start_point":[40.4421945,-79.9563137],"landmarks":{"end_point":[[40.438927855,-79.9423241205],"pitch"],"start_point":[[40.4421945,-79.9563137],"fast food restaurant"],"main_pivot":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_2":[[40.4426264,-79.956481],"Litchfield Tower B"],"main_pivot_3":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_4":[[40.4408415424,-79.9482868545],"Schenley Bridge"],"main_pivot_5":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_6":[[40.4424792,-79.9567823],"Litchfield Tower C"],"main_pivot_7":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_8":[[40.4426264,-79.956481],"Litchfield Tower B"],"main_pivot_9":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_10":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_11":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_12":[[40.4387468675,-79.946922255],"Phipps Conservatory"],"main_pivot_13":[[40.4425414,-79.9554321],"David Lawrence Hall"],"main_pivot_14":[[40.4426044301,-79.9557010202],"Brackenridge Hall"],"main_pivot_15":[[40.4389205,-79.9422762],"bench"],"near_pivot":[[40.4389205,-79.9422762],"bench"],"beyond_pivot":[[40.4374001,-79.938866],"bench"],"around_goal_pivot_1":[[40.4394128,-79.943182],"bicycle parking"]}} +{"rvs_sample_number":68,"content":"I'm at a garden west of you and just a bit south, at downtown. Just go west on the avenue south of you and when you see a hotel cross south on the park and find me just east of a restaurant at a nice garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.440714861,-80.0055477525],"key":8999,"region":"Pittsburgh","rvs_start_point":[40.4423,-80.0021167],"landmarks":{"end_point":[[40.440714861,-80.0055477525],"garden"],"start_point":[[40.4423,-80.0021167],"restaurant"],"main_pivot":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_2":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_3":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_4":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.4415198,-80.0040472],"Gateway Station"],"main_pivot_6":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_7":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_8":[[40.4416183,-80.0018676],"Three PNC Plaza"],"main_pivot_9":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_10":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_11":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_12":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_13":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_14":[[40.4412824,-80.0020835],"Buhl Building"],"main_pivot_15":[[40.4411132,-80.0049731],"fountain"],"near_pivot":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4415198,-80.0040472],"train station"],"around_goal_pivot_3":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_4":[[40.4419068,-80.00617],"two restaurants"],"around_goal_pivot_5":[[40.4398974,-80.0046515],"church"],"around_goal_pivot_6":[[40.440614,-80.0041668],"parking lot"],"around_goal_pivot_7":[[40.4410931,-80.0070716],"drinking water"],"around_goal_pivot_8":[[40.4408478,-80.0039929],"fitness centre"]}} +{"rvs_sample_number":582,"content":"Go straight south past two parking lots and fast food restaurant. You will see me at the university almost west of two benches.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4494850424,-80.0153767389],"key":9000,"region":"Pittsburgh","rvs_start_point":[40.4596461,-80.0180438],"landmarks":{"end_point":[[40.4494850424,-80.0153767389],"university"],"start_point":[[40.4596461,-80.0180438],"car shop"],"main_pivot":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_2":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_3":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_4":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_5":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_6":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_7":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_8":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_9":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_10":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_11":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_12":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_13":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_14":[[40.450478684,-80.0143091648],"Allegheny West Historic District"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4499536,-80.0146013],"bicycle parking"],"around_goal_pivot_2":[[40.4506212,-80.0149318],"two parking lots"],"around_goal_pivot_9":[[40.4498264,-80.0145443],"two benches"]}} +{"rvs_sample_number":76,"content":"Let's get together at the garden northeast of you. It's just southwest of where 23rd street terminates just north of the Pittsburgh Line rr. There is a bank type establishment on the lot with the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.452191175,-79.9811296603],"key":9001,"region":"Pittsburgh","rvs_start_point":[40.444468699,-79.9938411857],"landmarks":{"end_point":[[40.452191175,-79.9811296603],"garden"],"start_point":[[40.444468699,-79.9938411857],"garden"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_3":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_6":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_9":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4519781,-79.9808487],"three gardens"],"near_pivot":[[40.4519781,-79.9808487],"three gardens"],"beyond_pivot":[[40.4527575,-79.9805335],"parking"],"around_goal_pivot_1":[[40.4533254,-79.9809237],"bar"],"around_goal_pivot_2":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_3":[[40.4524967578,-79.9821231134],"veterinary"],"around_goal_pivot_4":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_5":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_6":[[40.4521799,-79.9826034],"butcher shop"],"around_goal_pivot_7":[[40.4519268,-79.9825802],"supermarket"],"around_goal_pivot_8":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4512019,-79.9814013],"two gardens"]}} +{"rvs_sample_number":374,"content":"Let's eat together at the taiwanese restaurant on South Craig St. It's in the southernmost block of the street (before it branches apart in the Carnegie museum parking lot) on the west sideof it. It's just north of the spot that sells Submarine shaped sandwiches.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4447986,-79.948858],"key":9002,"region":"Pittsburgh","rvs_start_point":[40.4362555,-79.9579355],"landmarks":{"end_point":[[40.4447986,-79.948858],"restaurant"],"start_point":[[40.4362555,-79.9579355],"fast food restaurant"],"main_pivot":[[40.4416278,-79.9531334],"Wesley W. Posvar Hall"],"main_pivot_2":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_3":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4412213,-79.9526917],"Forbes Field Oufield Wall and Flagpole"],"main_pivot_5":[[40.441931,-79.9512365],"Frick Fine Arts Building"],"main_pivot_6":[[40.4428236,-79.951039],"Carnegie Library of Pittsburgh"],"main_pivot_7":[[40.441931,-79.9512365],"Frick Fine Arts Building"],"main_pivot_8":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_9":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_10":[[40.4425176837,-79.9518365719],"Schenley Plaza"],"main_pivot_11":[[40.441931,-79.9512365],"Frick Fine Arts Building"],"main_pivot_12":[[40.4420457,-79.9519751],"Mary Schenley Memorial Fountain"],"main_pivot_13":[[40.4416278,-79.9531334],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_15":[[40.4441209,-79.94885],"museum"],"near_pivot":[[40.4441209,-79.94885],"museum"],"beyond_pivot":[[40.445609,-79.9489984],"fast_food"],"around_goal_pivot_1":[[40.4435803,-79.9508116],"museum"],"around_goal_pivot_2":[[40.4456807,-79.9490816],"police station"],"around_goal_pivot_3":[[40.4458841,-79.9487456],"dentist's office"],"around_goal_pivot_4":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_5":[[40.4444165,-79.9477794],"park"],"around_goal_pivot_6":[[40.4456331,-79.9473761],"garden"]}} +{"rvs_sample_number":399,"content":"Move far southeast across the river past hotel. Meet me at the gas station by the corner, on the third block from the hotel but on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4284526,-79.9882974],"key":9003,"region":"Pittsburgh","rvs_start_point":[40.4408746321,-79.9973235624],"landmarks":{"end_point":[[40.4284526,-79.9882974],"gas station"],"start_point":[[40.4408746321,-79.9973235624],"fountain"],"main_pivot":[[40.4402131,-79.9964206],"Omni William Penn Hotel"],"main_pivot_2":[[40.4399541,-79.996279],"BNY Mellon Center"],"main_pivot_3":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_4":[[40.4399541,-79.996279],"BNY Mellon Center"],"main_pivot_5":[[40.4399541,-79.996279],"BNY Mellon Center"],"main_pivot_6":[[40.4402671,-79.9960472],"Mellon Green"],"main_pivot_7":[[40.4403609,-79.9971481],"Union Trust Building"],"main_pivot_8":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_9":[[40.4402671,-79.9960472],"Mellon Green"],"main_pivot_10":[[40.4405421,-79.9977181],"Mellon National Bank Building"],"main_pivot_11":[[40.4388796,-79.9957685],"Allegheny County Courthouse"],"main_pivot_12":[[40.4403609,-79.9971481],"Union Trust Building"],"main_pivot_13":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_14":[[40.4399541,-79.996279],"BNY Mellon Center"],"main_pivot_15":[[40.4287834,-79.9882554],"bar"],"near_pivot":[[40.4287834,-79.9882554],"bar"],"around_goal_pivot_1":[[40.4289715,-79.986676],"tobacco shop"],"around_goal_pivot_2":[[40.4301961,-79.9888833],"hotel"],"around_goal_pivot_3":[[40.428867,-79.9867364],"nightclub"],"around_goal_pivot_4":[[40.4288012,-79.987174],"cafe"],"around_goal_pivot_5":[[40.4286666,-79.9869525],"bank"],"around_goal_pivot_6":[[40.4288103,-79.9867343],"bar"],"around_goal_pivot_7":[[40.4288027,-79.9871038],"pub"],"around_goal_pivot_8":[[40.4286604,-79.9872396],"parking lot"],"around_goal_pivot_9":[[40.4286747,-79.9865744],"florist shop"],"around_goal_pivot_10":[[40.4286093,-79.9898964],"stadium"]}} +{"rvs_sample_number":147,"content":"Meet me at the parking entrance on Meyran Avenue. Head northwest and get past Oakland. There is a restaurant at the corner and across the street from the destination. Fine Wine & Good Spirits is two blocks away in the northeast direction.\r\n\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4401308,-79.9579008],"key":9004,"region":"Pittsburgh","rvs_start_point":[40.4354802613,-79.9479078008],"landmarks":{"end_point":[[40.4401308,-79.9579008],"parking entrance"],"start_point":[[40.4354802613,-79.9479078008],"shelter"],"main_pivot":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_2":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_3":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_4":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_5":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_6":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_7":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_8":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_9":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_10":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_11":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_12":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_13":[[40.434476941,-79.9526878554],"Saint George Antiochian Orthodox Church"],"main_pivot_14":[[40.4389972,-79.9557454],"Oakland"],"main_pivot_15":[[40.4405841,-79.9581671],"restaurant"],"near_pivot":[[40.4405841,-79.9581671],"restaurant"],"beyond_pivot":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_1":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_2":[[40.4395489,-79.9594471],"Hilton Garden Inn"],"around_goal_pivot_3":[[40.440747,-79.9570626],"Fine Wine & Good Spirits"],"around_goal_pivot_4":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_5":[[40.4413616,-79.9579014],"hospital"],"around_goal_pivot_6":[[40.440917,-79.957296],"ice cream"],"around_goal_pivot_7":[[40.4414825,-79.9572814],"florist shop"],"around_goal_pivot_8":[[40.4408964,-79.9577085],"optician shop"],"around_goal_pivot_9":[[40.4408627,-79.9577648],"stationery shop"]}} +{"rvs_sample_number":68,"content":"Meet me at the shelter pavilion just north of the research institute. It's on the north side of East North Avenue. You need to travel pretty far northeast, way past Nova Place, and across from The Allegheny Inn.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4573038047,-80.0030037767],"key":9005,"region":"Pittsburgh","rvs_start_point":[40.4464526,-80.0076755],"landmarks":{"end_point":[[40.4573038047,-80.0030037767],"shelter"],"start_point":[[40.4464526,-80.0076755],"pub"],"main_pivot":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_2":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_3":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_4":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_5":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_6":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_7":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_8":[[40.450536,-80.0043921],"Nova Place"],"main_pivot_9":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_10":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_11":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_12":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_13":[[40.4460138673,-80.0075929588],"North Shore Riverfront Park"],"main_pivot_14":[[40.4467296,-80.0072179],"PNC Park"],"main_pivot_15":[[40.4566668,-80.0029152],"research institute"],"near_pivot":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_1":[[40.4561418,-80.0024363],"guest house"],"around_goal_pivot_2":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_3":[[40.4560669916,-80.0027163612],"park"],"around_goal_pivot_4":[[40.4575584,-80.0016121],"garden"],"around_goal_pivot_5":[[40.458082,-80.0032183],"2 parking entrances"],"around_goal_pivot_9":[[40.4579699,-80.0040179],"two parking entrances"]}} +{"rvs_sample_number":178,"content":"Let's meet at the garden to the southwest of the end of 23rd Street. It's across the avenue from a credit union that supports one of the historic trade unions for this city. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.451827877,-79.98101161],"key":9006,"region":"Pittsburgh","rvs_start_point":[40.4527348268,-79.965711588],"landmarks":{"end_point":[[40.451827877,-79.98101161],"garden"],"start_point":[[40.4527348268,-79.965711588],"fire station"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.4522619,-79.9810163],"bank"],"near_pivot":[[40.4522619,-79.9810163],"bank"],"around_goal_pivot_1":[[40.4504810963,-79.9804564079],"park"],"around_goal_pivot_2":[[40.4525051,-79.982111],"veterinary"],"around_goal_pivot_3":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_4":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_5":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_6":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_7":[[40.4520628,-79.9827898],"florist shop"],"around_goal_pivot_8":[[40.4522901,-79.9824586],"clothes shop"],"around_goal_pivot_9":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_10":[[40.4521799,-79.9826034],"butcher shop"]}} +{"rvs_sample_number":226,"content":"Meet me at the garden to your northeast. It's on the south side of Waterfront Drive and one block north of the museum.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4472130405,-79.9929201274],"key":9007,"region":"Pittsburgh","rvs_start_point":[40.4437907,-80.0023122],"landmarks":{"end_point":[[40.4472130405,-79.9929201274],"garden"],"start_point":[[40.4437907,-80.0023122],"restaurant"],"main_pivot":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_5":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4458237461,-79.9981862264],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4465814,-79.9925275],"museum"],"near_pivot":[[40.4465814,-79.9925275],"museum"],"beyond_pivot":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_1":[[40.4457179,-79.9938465],"AC Hotel"],"around_goal_pivot_2":[[40.4459295,-79.9925106],"bicycle rental"],"around_goal_pivot_3":[[40.4463363,-79.9916776],"convenience shop"],"around_goal_pivot_4":[[40.4459261,-79.9923564],"furniture shop"]}} +{"rvs_sample_number":206,"content":"Go south on allegheny Avenue, you'll see me at the garden a little past stadium and on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4463586224,-80.0174891627],"key":9008,"region":"Pittsburgh","rvs_start_point":[40.450680097,-80.0150308249],"landmarks":{"end_point":[[40.4463586224,-80.0174891627],"garden"],"start_point":[[40.450680097,-80.0150308249],"parking lot"],"main_pivot":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_2":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_3":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_4":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_5":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_6":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_7":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_8":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_9":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_10":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_11":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_12":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_13":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_14":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_15":[[40.4466654625,-80.0171380421],"stadium"],"near_pivot":[[40.4466654625,-80.0171380421],"stadium"],"beyond_pivot":[[40.4458834,-80.0169497],"parking"],"around_goal_pivot_1":[[40.4449813788,-80.018063317],"historic ship"],"around_goal_pivot_2":[[40.4465186,-80.0185147],"museum"],"around_goal_pivot_3":[[40.4452182,-80.0172413],"park"],"around_goal_pivot_4":[[40.4456099,-80.0181094],"cinema"],"around_goal_pivot_5":[[40.4471445,-80.016296],"pitch"],"around_goal_pivot_6":[[40.4466345,-80.0184481],"garden"]}} +{"rvs_sample_number":514,"content":"Let's meet up and sit on the bench on Western Avenue. It's on the north side of the street before the street changes names on it's Eastern end. It's located just over a block away from the end of the Avenue before it's name change and southern turn. West park is located a block to the West. Very near the bench is a sandwich restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4523023,-80.0150617],"key":9009,"region":"Pittsburgh","rvs_start_point":[40.4556387,-80.006406],"landmarks":{"end_point":[[40.4523023,-80.0150617],"bench"],"start_point":[[40.4556387,-80.006406],"deli shop"],"main_pivot":[[40.4561800471,-80.0065078866],"Carnegie Library of Pittsburgh-Allegheny"],"main_pivot_2":[[40.4525855,-80.0139539],"West Park"],"main_pivot_3":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_4":[[40.4525855,-80.0139539],"West Park"],"main_pivot_5":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_6":[[40.4525855,-80.0139539],"West Park"],"main_pivot_7":[[40.4525855,-80.0139539],"West Park"],"main_pivot_8":[[40.4525855,-80.0139539],"West Park"],"main_pivot_9":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_10":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_11":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_12":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_13":[[40.455454812,-80.0072118479],"Garden Theater"],"main_pivot_14":[[40.4525855,-80.0139539],"West Park"],"main_pivot_15":[[40.4523315,-80.0150728],"restaurant"],"near_pivot":[[40.4523315,-80.0150728],"restaurant"],"beyond_pivot":[[40.4519793,-80.016878],"place_of_worship"],"around_goal_pivot_1":[[40.451993,-80.0159552],"pub"],"around_goal_pivot_2":[[40.4518183,-80.0165241],"bicycle parking"],"around_goal_pivot_3":[[40.4510375,-80.0157857],"parking lot"],"around_goal_pivot_4":[[40.4531255,-80.0143908],"two gardens"],"around_goal_pivot_5":[[40.451889,-80.0166084],"post box"],"around_goal_pivot_6":[[40.4522986,-80.0165304],"books shop"],"around_goal_pivot_7":[[40.4517896,-80.0166761],"beauty shop"]}} +{"rvs_sample_number":115,"content":"Let's get together on the hockey pitch just west of the spot right before the northern end of Olympia road. It's in a park there. There is an area for canines to freely play just west of this pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4316682547,-80.0177612885],"key":9010,"region":"Pittsburgh","rvs_start_point":[40.4323417571,-80.0040085623],"landmarks":{"end_point":[[40.4316682547,-80.0177612885],"pitch"],"start_point":[[40.4323417571,-80.0040085623],"garden"],"main_pivot":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_2":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_3":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_4":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_5":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_6":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_7":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_8":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_9":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_10":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_11":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_12":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_13":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_14":[[40.4310416,-80.002122],"Panhandle Bridge"],"main_pivot_15":[[40.4316268842,-80.0174829971],"park"],"near_pivot":[[40.4316268842,-80.0174829971],"park"]}} +{"rvs_sample_number":95,"content":"Meet me at the parking entrance on South commons, northwest of where you are. It is located on the west of the pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4505807,-80.0041605],"key":9011,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234],"landmarks":{"end_point":[[40.4505807,-80.0041605],"parking entrance"],"start_point":[[40.4448715,-79.9936234],"bicycle parking"],"main_pivot":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.450578,-80.0042286],"2 parking entrances"],"near_pivot":[[40.450578,-80.0042286],"2 parking entrances"],"around_goal_pivot_1":[[40.4500749,-80.0049796],"post office"],"around_goal_pivot_2":[[40.4511429,-80.0049447],"restaurant"],"around_goal_pivot_3":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_4":[[40.4498497,-80.0048532],"post box"],"around_goal_pivot_5":[[40.4514469,-80.0049565],"fitness centre"],"around_goal_pivot_6":[[40.4507237,-80.0025388],"pitch"]}} +{"rvs_sample_number":585,"content":"Head down southeast. I'm waiting now for you at The restaurant that is Mexican and is named for a succulent. It's on the most southern part of Culloden Way. Across the street is a Pharmacy though, if you have a hangover and need pain reliever.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4513527,-79.9335602],"key":9012,"region":"Pittsburgh","rvs_start_point":[40.4564289477,-79.9376455963],"landmarks":{"end_point":[[40.4513527,-79.9335602],"restaurant"],"start_point":[[40.4564289477,-79.9376455963],"parking lot"],"main_pivot":[[40.456856,-79.9375114],"Wendy's"],"main_pivot_2":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_3":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_4":[[40.456856,-79.9375114],"Wendy's"],"main_pivot_5":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_6":[[40.4563172,-79.9367732],"Subway"],"main_pivot_7":[[40.4563172,-79.9367732],"Subway"],"main_pivot_8":[[40.4563172,-79.9367732],"Subway"],"main_pivot_9":[[40.4563172,-79.9367732],"Subway"],"main_pivot_10":[[40.4560664,-79.9367001],"Sherwin-Williams"],"main_pivot_11":[[40.454748,-79.9349008],"Boys & Girls Club"],"main_pivot_12":[[40.4561883,-79.9373672],"Panera Bread"],"main_pivot_13":[[40.454748,-79.9349008],"Boys & Girls Club"],"main_pivot_14":[[40.4559084,-79.9372022],"Little Caesars"],"main_pivot_15":[[40.4511369,-79.9335602],"pharmacy"],"near_pivot":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_1":[[40.4507787,-79.9346206],"Pandora"],"around_goal_pivot_2":[[40.4512311,-79.9347471],"bar"],"around_goal_pivot_3":[[40.4506574,-79.9351904],"pharmacy"],"around_goal_pivot_4":[[40.4506774,-79.9349721],"marketplace"],"around_goal_pivot_5":[[40.4520659,-79.9322801],"parking lot"],"around_goal_pivot_6":[[40.4505436,-79.9350527],"alcohol shop"],"around_goal_pivot_7":[[40.4510076,-79.9346043],"variety store shop"],"around_goal_pivot_8":[[40.4513983,-79.9321878],"toy shop"],"around_goal_pivot_9":[[40.4504889,-79.9350619],"clothes shop"],"around_goal_pivot_10":[[40.4507468,-79.9347737],"gift shop"]}} +{"rvs_sample_number":510,"content":"Meet me at Carnegie Mellon University. It's northeast of you on Forbes Avenue. It's just a little bit east of Carnegie Museum of Art. If you get to the post box, you went too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4442928173,-79.9478875307],"key":9013,"region":"Pittsburgh","rvs_start_point":[40.4402643,-79.9577724],"landmarks":{"end_point":[[40.4442928173,-79.9478875307],"university"],"start_point":[[40.4402643,-79.9577724],"parking entrance"],"main_pivot":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_2":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_3":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_4":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_5":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_6":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_7":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_8":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_9":[[40.4428203,-79.9553526],"Brackenridge Hall"],"main_pivot_10":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_11":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_12":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_13":[[40.4421159,-79.9551409],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_15":[[40.4441209,-79.94885],"museum"],"near_pivot":[[40.4441209,-79.94885],"museum"],"around_goal_pivot_1":[[40.4438336,-79.9463016],"recycling"],"around_goal_pivot_2":[[40.443334,-79.9466113],"mailroom"],"around_goal_pivot_3":[[40.4444725,-79.9461216],"post box"],"around_goal_pivot_4":[[40.4442776,-79.9488965],"bicycle rental"],"around_goal_pivot_5":[[40.4437617,-79.9462655],"bicycle parking"],"around_goal_pivot_6":[[40.44488,-79.9485551],"stationery shop"],"around_goal_pivot_7":[[40.4449996,-79.9488453],"games shop"],"around_goal_pivot_8":[[40.4449867,-79.9488638],"jewelry;religion;clothes shop"],"around_goal_pivot_9":[[40.4451,-79.9485465],"convenience shop"],"around_goal_pivot_10":[[40.4456331,-79.9473761],"garden"]}} +{"rvs_sample_number":304,"content":"I'm at a parking entrance many blocks to the north of you, on East North Avenue. It's on the east side of the street, on the block with the Allegheny-Singer Research Institute. The Light of Life Rescue Mission is a little ways west of here. The parking entrance you want is the one closest to the southwest corner of this block.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.456207,-80.0044734],"key":9014,"region":"Pittsburgh","rvs_start_point":[40.4409233372,-80.0043591406],"landmarks":{"end_point":[[40.456207,-80.0044734],"parking entrance"],"start_point":[[40.4409233372,-80.0043591406],"garden"],"main_pivot":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_2":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_5":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_8":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_9":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_10":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_13":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_14":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_15":[[40.4562853,-80.0047978],"parking lot"],"near_pivot":[[40.4562853,-80.0047978],"parking lot"],"beyond_pivot":[[40.4569977,-80.004722],"parking_entrance"],"around_goal_pivot_1":[[40.4556986,-80.0060009],"social facility"],"around_goal_pivot_2":[[40.4566668,-80.0029152],"research institute"],"around_goal_pivot_3":[[40.4569977,-80.004722],"parking entrance"],"around_goal_pivot_4":[[40.4557918,-80.0030566],"garden"],"around_goal_pivot_5":[[40.4553092,-80.0040395],"pitch"]}} +{"rvs_sample_number":517,"content":"Let's get together at the garden on 26th Street. It's on the last block before the Allegheny River interrupts it (it ends). It's the small strip of shrubs at the street side of the parking area on the northeast side of the street. There is a warehouse where you might find beverages on the street one block southeast on the same street and same side of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4566988391,-79.98041416],"key":9015,"region":"Pittsburgh","rvs_start_point":[40.4507954494,-79.9856799219],"landmarks":{"end_point":[[40.4566988391,-79.98041416],"garden"],"start_point":[[40.4507954494,-79.9856799219],"warehouse"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4571354,-79.9802577],"3 gardens"],"near_pivot":[[40.4571354,-79.9802577],"3 gardens"],"beyond_pivot":[[40.4574752,-79.98027],"garden"],"around_goal_pivot_1":[[40.4559416,-79.9795445],"pub"],"around_goal_pivot_5":[[40.4574543,-79.9802452],"three gardens"]}} +{"rvs_sample_number":147,"content":"I'm not far from you. Come to McDonald's on Smithfield St. just 3-4 blocks south and almost on the corner of the avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4403807,-79.9986905],"key":9016,"region":"Pittsburgh","rvs_start_point":[40.4437465874,-79.9941189427],"landmarks":{"end_point":[[40.4403807,-79.9986905],"fast food restaurant"],"start_point":[[40.4437465874,-79.9941189427],"garden"],"main_pivot":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_2":[[40.4434482,-79.9955779],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_4":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_5":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_8":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_9":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_10":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_11":[[40.4432827,-79.9971321],"Ewart Building"],"main_pivot_12":[[40.4434482,-79.9955779],"August Wilson Center for African American Culture"],"main_pivot_13":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_14":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_15":[[40.4408844,-79.998227],"Embassy Suites"],"near_pivot":[[40.4408844,-79.998227],"Embassy Suites"],"beyond_pivot":[[40.4411217,-79.9997285],"restaurant"],"around_goal_pivot_1":[[40.4395082,-79.9995249],"arts centre"],"around_goal_pivot_2":[[40.440791,-79.9968911],"hotel"],"around_goal_pivot_3":[[40.4397112,-79.9998517],"university"],"around_goal_pivot_4":[[40.4393635,-79.9993962],"pharmacy"],"around_goal_pivot_5":[[40.439067,-79.9990828],"fast food restaurant"],"around_goal_pivot_6":[[40.4403352,-79.9976914],"bank"],"around_goal_pivot_7":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_8":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_9":[[40.4397444,-79.999459],"RadioShack"],"around_goal_pivot_10":[[40.4393958,-79.9992243],"gambling place"]}} +{"rvs_sample_number":177,"content":"Meet me at the garden on Railroad Street. It is across the street from garden and right next to two gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.45497254,-79.9821178621],"key":9017,"region":"Pittsburgh","rvs_start_point":[40.4436812,-79.9956143],"landmarks":{"end_point":[[40.45497254,-79.9821178621],"garden"],"start_point":[[40.4436812,-79.9956143],"music shop"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4434482,-79.9955779],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_9":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_10":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_11":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_14":[[40.4434482,-79.9955779],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4547081,-79.9824376],"two gardens"],"near_pivot":[[40.4547081,-79.9824376],"two gardens"],"beyond_pivot":[[40.4548441,-79.9814146],"garden"],"around_goal_pivot_1":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_2":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_3":[[40.4536623,-79.9824065],"2 gardens"]}} +{"rvs_sample_number":301,"content":"Meet me at the massage shop north of your current location, on South Millvale Avenue, just before it intersects with a major street. It's on the west side of the road across from First Commonwealth Bank, and a few blocks north of UPMC Shadyside.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4598914,-79.9461803],"key":9018,"region":"Pittsburgh","rvs_start_point":[40.4501627,-79.9520449],"landmarks":{"end_point":[[40.4598914,-79.9461803],"massage shop"],"start_point":[[40.4501627,-79.9520449],"school"],"main_pivot":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_2":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_3":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_4":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_5":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_6":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_7":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_8":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_9":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_10":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_11":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_12":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_13":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_14":[[40.4571444,-79.9468933],"UPMC Shadyside"],"main_pivot_15":[[40.4597295,-79.9460342],"bank"],"near_pivot":[[40.4597295,-79.9460342],"bank"],"around_goal_pivot_1":[[40.4593685,-79.9451369],"bar"],"around_goal_pivot_2":[[40.459468,-79.9453595],"clothes shop"]}} +{"rvs_sample_number":43,"content":"I'm northeast of you, past the Pennsylvania Railroad Fruit Auction & Sales building, at a garden on 23rd Street. The garden is about equidistant from all the streets that make up this block, putting it right in the center. On the block to the south is a fitness centre. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4549002508,-79.9832874034],"key":9019,"region":"Pittsburgh","rvs_start_point":[40.4444944233,-79.9959258603],"landmarks":{"end_point":[[40.4549002508,-79.9832874034],"garden"],"start_point":[[40.4444944233,-79.9959258603],"garden"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.444803588,-79.9946719097],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4550987,-79.9826305],"parking lot"],"near_pivot":[[40.4550987,-79.9826305],"parking lot"],"beyond_pivot":[[40.4549242,-79.9841232],"garden"],"around_goal_pivot_1":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_2":[[40.454981,-79.981732],"three gardens"],"around_goal_pivot_4":[[40.4545085,-79.9819574],"two gardens"],"around_goal_pivot_5":[[40.4548118,-79.981979],"three gardens"],"around_goal_pivot_8":[[40.4550914,-79.98157],"3 gardens"],"around_goal_pivot_10":[[40.454687,-79.9816553],"two gardens"]}} +{"rvs_sample_number":127,"content":"Meet me at the bank southeast of you on Grant Street. It's right across the street from the Allegheny County Courthouse to the west.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4393343,-79.9971696],"key":9020,"region":"Pittsburgh","rvs_start_point":[40.4490176602,-80.0010527002],"landmarks":{"end_point":[[40.4393343,-79.9971696],"bank"],"start_point":[[40.4490176602,-80.0010527002],"parking lot"],"main_pivot":[[40.4430094,-79.9991373],"Benedum Center"],"main_pivot_2":[[40.4423509,-79.9969605],"Centre City Tower"],"main_pivot_3":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_4":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_5":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_6":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_7":[[40.4401235,-79.9984914],"Mellon National Bank Building"],"main_pivot_8":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_9":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_10":[[40.4430094,-79.9991373],"Benedum Center"],"main_pivot_11":[[40.4423509,-79.9969605],"Centre City Tower"],"main_pivot_12":[[40.4401235,-79.9984914],"Mellon National Bank Building"],"main_pivot_13":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_14":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_15":[[40.4390998882,-79.9968081843],"courthouse"],"near_pivot":[[40.4390998882,-79.9968081843],"courthouse"],"beyond_pivot":[[40.4385304,-79.9971995],"townhall"],"around_goal_pivot_1":[[40.4385304,-79.9971995],"townhall"],"around_goal_pivot_2":[[40.4404736,-79.9971024],"hotel"],"around_goal_pivot_3":[[40.4396801,-79.9957895],"bicycle repair station"],"around_goal_pivot_4":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_5":[[40.4399978,-79.9986158],"clock"],"around_goal_pivot_6":[[40.4388038,-79.9964112],"fountain"],"around_goal_pivot_7":[[40.4386063,-79.9986052],"parking entrance"],"around_goal_pivot_8":[[40.4388544,-79.9982075],"optician shop"],"around_goal_pivot_9":[[40.4390875,-79.9987853],"tobacco shop"],"around_goal_pivot_10":[[40.4405583,-79.9967137],"hairdresser shop"]}} +{"rvs_sample_number":346,"content":"I'm northeast of your position. At the garden southwest of restaurant on Penn Avenue. It is by the corner and on the same block with car repair shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4578896412,-79.973994525],"key":9021,"region":"Pittsburgh","rvs_start_point":[40.4570674221,-79.9767390361],"landmarks":{"end_point":[[40.4578896412,-79.973994525],"garden"],"start_point":[[40.4570674221,-79.9767390361],"garden"],"main_pivot":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_2":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_3":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_4":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_5":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_6":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_7":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_8":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_10":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_11":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_12":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_13":[[40.4563649,-79.9761943],"Bow-Wow Doggie Day Care"],"main_pivot_14":[[40.4569724,-79.9756262],"Klavon's Ice Cream Parlor"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4584863318,-79.9734451827],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_4":[[40.4570383,-79.9752146],"appliance shop"],"around_goal_pivot_5":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_6":[[40.4583299,-79.973125],"car repair shop"],"around_goal_pivot_7":[[40.4588009307,-79.9747173771],"2 gardens"],"around_goal_pivot_8":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":364,"content":"I'm up the coast from you on West Carson Street. Go past the Fort Pitt Bridge, and meet me at the little garden near the first set of parking spots on the south side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4409494096,-80.0198121422],"key":9022,"region":"Pittsburgh","rvs_start_point":[40.4334995,-80.0043859],"landmarks":{"end_point":[[40.4409494096,-80.0198121422],"garden"],"start_point":[[40.4334995,-80.0043859],"restaurant"],"main_pivot":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_2":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_3":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_4":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_5":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_6":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_7":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_8":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_9":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_10":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_11":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_12":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_13":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_14":[[40.4379506553,-80.0136398341],"Fort Pitt Bridge"],"main_pivot_15":[[40.44085621,-80.0198498735],"garden"],"near_pivot":[[40.44085621,-80.0198498735],"garden"],"beyond_pivot":[[40.4414701,-80.0213462],"parking"],"around_goal_pivot_1":[[40.4417137,-80.0213169],"garden"]}} +{"rvs_sample_number":387,"content":"I'm west of you, at a parking entrance on the south side of Darragh Street. The Eye and Ear Hospital is on the block north of here. This parking entrance is more to the northwest than the other entrance that it is adjacent to. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4413379,-79.9618556],"key":9023,"region":"Pittsburgh","rvs_start_point":[40.4413697,-79.9565747],"landmarks":{"end_point":[[40.4413379,-79.9618556],"parking entrance"],"start_point":[[40.4413697,-79.9565747],"vending machine"],"main_pivot":[[40.4409588,-79.9561028],"Bouquet Gardens"],"main_pivot_2":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_3":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_4":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_5":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_6":[[40.4409588,-79.9561028],"Bouquet Gardens"],"main_pivot_7":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_8":[[40.4409588,-79.9561028],"Bouquet Gardens"],"main_pivot_9":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_10":[[40.4428783,-79.957894],"Pittsburgh Science and Technology Academy"],"main_pivot_11":[[40.4409588,-79.9561028],"Bouquet Gardens"],"main_pivot_12":[[40.4424487,-79.957033],"Litchfield Tower C"],"main_pivot_13":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_14":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_15":[[40.4412951,-79.9617724],"parking entrance"],"near_pivot":[[40.4412951,-79.9617724],"parking entrance"],"beyond_pivot":[[40.4421849,-79.962809],"university"],"around_goal_pivot_1":[[40.4418426,-79.9611552],"clinic"],"around_goal_pivot_2":[[40.4425142,-79.9626908],"school"],"around_goal_pivot_3":[[40.4417791,-79.9633992],"parking lot"],"around_goal_pivot_4":[[40.4419602,-79.9630095],"park"]}} +{"rvs_sample_number":549,"content":"Meet me at the parking lot on Bridle Trail. There is a shelter very close to it. You will find a big track and a pitch south of it across two trails.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4335796826,-79.9440541386],"key":9024,"region":"Pittsburgh","rvs_start_point":[40.4468304193,-79.9518583591],"landmarks":{"end_point":[[40.4335796826,-79.9440541386],"parking lot"],"start_point":[[40.4468304193,-79.9518583591],"historic ruins"],"main_pivot":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_2":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_3":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_4":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_5":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_6":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_7":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_8":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_9":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_10":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_11":[[40.4434248,-79.9517616],"Stephen Foster"],"main_pivot_12":[[40.4435803,-79.9508116],"Carnegie Museum of Natural History"],"main_pivot_13":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_14":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_15":[[40.4337791,-79.9442171],"shelter"],"near_pivot":[[40.4337791,-79.9442171],"shelter"],"around_goal_pivot_1":[[40.4329523,-79.9453618],"shelter"],"around_goal_pivot_2":[[40.4328728736,-79.9435963642],"track"],"around_goal_pivot_3":[[40.4327693952,-79.943521114],"pitch"],"around_goal_pivot_4":[[40.4331431,-79.9456858],"playground"]}} +{"rvs_sample_number":213,"content":"Meet me at Citizens Bank on William Penn Place. It is across the street from Verizon. If you go past Apollo Cafe, you went too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4403352,-79.9976914],"key":9025,"region":"Pittsburgh","rvs_start_point":[40.4480976084,-79.9924701433],"landmarks":{"end_point":[[40.4403352,-79.9976914],"bank"],"start_point":[[40.4480976084,-79.9924701433],"garden"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_3":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_4":[[40.4433143,-79.9951005],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.441724,-79.9962235],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_6":[[40.4421099,-79.9959395],"Koppers Tower"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4429052,-79.9954119],"Gulf Tower"],"main_pivot_9":[[40.4445113,-79.9938576],"Federated Tower"],"main_pivot_10":[[40.441724,-79.9962235],"Kimpton Hotel Monaco Pittsburgh"],"main_pivot_11":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_12":[[40.4423518,-79.996608],"Centre City Tower"],"main_pivot_13":[[40.4416153,-79.9965186],"Regional Enterprise Tower"],"main_pivot_14":[[40.4423942063,-79.9959349115],"Verizon Building"],"main_pivot_15":[[40.4409179871,-79.9982052727],"Embassy Suites"],"near_pivot":[[40.4409179871,-79.9982052727],"Embassy Suites"],"beyond_pivot":[[40.4408844,-79.998227],"Embassy Suites"],"around_goal_pivot_1":[[40.4392303,-79.9967236],"courthouse"],"around_goal_pivot_2":[[40.441724,-79.9962235],"Kimpton"],"around_goal_pivot_3":[[40.4402256,-79.9992849],"mall"],"around_goal_pivot_4":[[40.4406063,-79.9958221],"park"],"around_goal_pivot_5":[[40.4402978,-79.998756],"Verizon"],"around_goal_pivot_6":[[40.4404115,-79.9992279],"Fine Wine & Good Spirits"],"around_goal_pivot_7":[[40.4392274,-79.9983088],"EVEN Hotels"],"around_goal_pivot_8":[[40.4412916,-79.9984397],"grave yard"],"around_goal_pivot_9":[[40.4392024,-79.9972654],"library"],"around_goal_pivot_10":[[40.4391422,-79.9980044],"restaurant"]}} +{"rvs_sample_number":171,"content":"Meet me at the garden east of your location. Head east until you get onto Railroad Street. Keep heading northeast past an Italian restaurant. Your destination is on the next block on the same side of the street, in the middle of the block. If you get to a private parking, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4548177695,-79.9819543652],"key":9026,"region":"Pittsburgh","rvs_start_point":[40.4533877,-80.0005867],"landmarks":{"end_point":[[40.4548177695,-79.9819543652],"garden"],"start_point":[[40.4533877,-80.0005867],"florist shop"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4543288,-79.9825463],"restaurant"],"near_pivot":[[40.4543288,-79.9825463],"restaurant"],"beyond_pivot":[[40.4551918,-79.9812581],"parking"],"around_goal_pivot_1":[[40.4550188,-79.9804767],"bicycle parking"],"around_goal_pivot_2":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_6":[[40.4536364784,-79.9811127437],"2 parking lots"]}} +{"rvs_sample_number":312,"content":"When you're done at the Cheesecake Factory, meet me at the Slacker boutique I told you about yesterday. It's on East Carson Street west of the Rex Theater on the block just east of the Dairy Queen. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4289082,-79.9844281],"key":9027,"region":"Pittsburgh","rvs_start_point":[40.4281728,-79.9653706],"landmarks":{"end_point":[[40.4289082,-79.9844281],"boutique shop"],"start_point":[[40.4281728,-79.9653706],"restaurant"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.428741,-79.9835382],"fast food restaurant"],"near_pivot":[[40.428741,-79.9835382],"fast food restaurant"],"beyond_pivot":[[40.428841,-79.9854326],"fast_food"],"around_goal_pivot_1":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_2":[[40.428841,-79.9854326],"fast food restaurant"],"around_goal_pivot_3":[[40.4288395,-79.985506],"Great Clips"],"around_goal_pivot_4":[[40.4286492,-79.9827612],"beauty shop"],"around_goal_pivot_5":[[40.4287024,-79.9856103],"sports shop"],"around_goal_pivot_6":[[40.4287544,-79.982986],"two pubs"],"around_goal_pivot_7":[[40.4288915,-79.9829811],"computer shop"],"around_goal_pivot_8":[[40.4286961,-79.9858988],"musical instrument shop"],"around_goal_pivot_9":[[40.4282284,-79.9860748],"playground"]}} +{"rvs_sample_number":426,"content":"Go south near the riverfront. Meet me on Federal Street at the PNC Bank, just north of the bridge, on the west side of the road.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4471681,-80.0041565],"key":9028,"region":"Pittsburgh","rvs_start_point":[40.4536835,-80.0097648],"landmarks":{"end_point":[[40.4471681,-80.0041565],"bank"],"start_point":[[40.4536835,-80.0097648],"shelter"],"main_pivot":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_3":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_4":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_5":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_7":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_9":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_10":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_11":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_12":[[40.4535281,-80.008638],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4533064,-80.0096276],"National Aviary"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4468542,-80.0039214],"bridge"],"near_pivot":[[40.4468542,-80.0039214],"bridge"],"around_goal_pivot_1":[[40.4483506,-80.0044321],"SpringHill Suites"],"around_goal_pivot_2":[[40.4480087,-80.0040035],"bar"],"around_goal_pivot_3":[[40.4475028,-80.0030151],"fountain"],"around_goal_pivot_4":[[40.4477429,-80.0034477],"post box"],"around_goal_pivot_5":[[40.4485382,-80.0041658],"clothes shop"],"around_goal_pivot_6":[[40.4484067,-80.0041218],"cannabis shop"],"around_goal_pivot_7":[[40.4480369,-80.0046238],"ticket shop"]}} +{"rvs_sample_number":206,"content":"Move south across Ohio River Boulevard, you'll see me at the garden a little past stadium but on the other side of the street. It is east of museum.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4463586224,-80.0174891627],"key":9029,"region":"Pittsburgh","rvs_start_point":[40.450680097,-80.0150308249],"landmarks":{"end_point":[[40.4463586224,-80.0174891627],"garden"],"start_point":[[40.450680097,-80.0150308249],"parking lot"],"main_pivot":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_2":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_3":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_4":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_5":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_6":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_7":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_8":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_9":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_10":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_11":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_12":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_13":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_14":[[40.4506427,-80.0156459],"BABB Incorporated"],"main_pivot_15":[[40.4466654625,-80.0171380421],"stadium"],"near_pivot":[[40.4466654625,-80.0171380421],"stadium"],"beyond_pivot":[[40.4458834,-80.0169497],"parking"],"around_goal_pivot_1":[[40.4449813788,-80.018063317],"historic ship"],"around_goal_pivot_2":[[40.4465186,-80.0185147],"museum"],"around_goal_pivot_3":[[40.4452182,-80.0172413],"park"],"around_goal_pivot_4":[[40.4456099,-80.0181094],"cinema"],"around_goal_pivot_5":[[40.4471445,-80.016296],"pitch"],"around_goal_pivot_6":[[40.4466345,-80.0184481],"garden"]}} +{"rvs_sample_number":114,"content":"Meet me at the garden northwest of you on the other side of the river. After you go over the Fort Duquesne Bridge, head west on North Shore Drive. The garden is just west of the entrance to North Shore Riverfront Park.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4455656469,-80.0121846416],"key":9030,"region":"Pittsburgh","rvs_start_point":[40.4392509,-80.0021914],"landmarks":{"end_point":[[40.4455656469,-80.0121846416],"garden"],"start_point":[[40.4392509,-80.0021914],"bicycle repair station"],"main_pivot":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_2":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_5":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_6":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_7":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4383657,-80.0020993],"Pittsburgh Ballet Theater Building"],"main_pivot_9":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_10":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_12":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_13":[[40.4397574,-80.0021209],"Benedum-Trees Building"],"main_pivot_14":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_15":[[40.4456801587,-80.0120684835],"park"],"near_pivot":[[40.4456801587,-80.0120684835],"park"],"around_goal_pivot_1":[[40.4450606,-80.013534],"garden"]}} +{"rvs_sample_number":530,"content":"Get on Forbes avenue south of you and move west. Continue moving on street till you get to Hillman Library. You will see me at the waste basket on the opposite side.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4428796,-79.9551223],"key":9031,"region":"Pittsburgh","rvs_start_point":[40.4455195517,-79.9482951814],"landmarks":{"end_point":[[40.4428796,-79.9551223],"waste basket"],"start_point":[[40.4455195517,-79.9482951814],"university"],"main_pivot":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_2":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_3":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_4":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_5":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_6":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_7":[[40.4441209,-79.94885],"Carnegie Museum of Art"],"main_pivot_8":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_9":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_10":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_11":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_13":[[40.4421915,-79.9547359],"Wesley W. Posvar Hall"],"main_pivot_14":[[40.4434066,-79.9522339],"Schenley Plaza"],"main_pivot_15":[[40.4427818486,-79.9546681864],"library"],"near_pivot":[[40.4427818486,-79.9546681864],"library"],"beyond_pivot":[[40.4422014,-79.9556985],"university"],"around_goal_pivot_1":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_2":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_3":[[40.4436183,-79.9548449],"museum"],"around_goal_pivot_4":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_5":[[40.4435848,-79.9564488],"church"],"around_goal_pivot_6":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_7":[[40.4434533,-79.9559284],"gift shop"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4419809,-79.9561667],"garden"]}} +{"rvs_sample_number":19,"content":"I'm just west of you at the restaurant on East Carson Street. Pass the Schwartz Living Market and meet me at the restaurant across the street from the Dairy Queen. It's not the place on the corner.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4286662,-79.9855523],"key":9032,"region":"Pittsburgh","rvs_start_point":[40.428619023,-79.9826135835],"landmarks":{"end_point":[[40.4286662,-79.9855523],"restaurant"],"start_point":[[40.428619023,-79.9826135835],"beauty shop"],"main_pivot":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_2":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_3":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_4":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_5":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_6":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_7":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_8":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_9":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_10":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_11":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_12":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_13":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_14":[[40.4287355,-79.9840745],"Starbucks"],"main_pivot_15":[[40.428841,-79.9854326],"fast food restaurant"],"near_pivot":[[40.428841,-79.9854326],"fast food restaurant"],"beyond_pivot":[[40.4289746,-79.9865225],"tobacco"],"around_goal_pivot_1":[[40.4289746,-79.9865225],"tobacco shop"],"around_goal_pivot_2":[[40.4286221251,-79.9867352716],"bank"],"around_goal_pivot_3":[[40.4288715,-79.9865188],"nightclub"],"around_goal_pivot_4":[[40.4288042,-79.9870277],"pub"],"around_goal_pivot_5":[[40.4287397,-79.9836649],"tattoo shop"],"around_goal_pivot_6":[[40.4286305719,-79.9865135162],"florist shop"],"around_goal_pivot_7":[[40.4287371,-79.9839137],"clothes shop"],"around_goal_pivot_8":[[40.4289082,-79.9844281],"boutique shop"],"around_goal_pivot_9":[[40.428861,-79.9844667],"supermarket"]}} +{"rvs_sample_number":265,"content":"Let's meet at the garden at the end of Schenley drive. I'm in the north part of the garden near the picnic area. To get to the garden you should pass the Arts Building and go on the Schenley bridge. ","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4431234695,-79.952724674],"key":9033,"region":"Pittsburgh","rvs_start_point":[40.442218407,-79.9419798546],"landmarks":{"end_point":[[40.4431234695,-79.952724674],"garden"],"start_point":[[40.442218407,-79.9419798546],"pitch"],"main_pivot":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_2":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_3":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_4":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_5":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_6":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_7":[[40.4420713811,-79.9518778721],"Mary Schenley Memorial Fountain"],"main_pivot_8":[[40.4434164,-79.9517914],"Stephen Foster"],"main_pivot_9":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_10":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_11":[[40.4409344307,-79.948201159],"Schenley Bridge"],"main_pivot_12":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_13":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_14":[[40.4438424,-79.9520104],"Log Cabin"],"main_pivot_15":[[40.4436279,-79.9527243],"attraction"],"near_pivot":[[40.4436279,-79.9527243],"attraction"],"beyond_pivot":[[40.4438813,-79.9527302],"theatre"],"around_goal_pivot_1":[[40.4439396,-79.9531095],"historic building"],"around_goal_pivot_2":[[40.4444396,-79.9534184],"museum"],"around_goal_pivot_3":[[40.4434012,-79.9544294],"attraction"],"around_goal_pivot_4":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_5":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_6":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":269,"content":"I'm about two blocks from you, to the west, at a convenience shop on Forbes Avenue. It'll be a little bit west of Millenium Panther, on the same side of the street. If you come to Hemingway's pub, you've gone too far west. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4429238,-79.9550307],"key":9034,"region":"Pittsburgh","rvs_start_point":[40.443855966,-79.952214363],"landmarks":{"end_point":[[40.4429238,-79.9550307],"convenience shop"],"start_point":[[40.443855966,-79.952214363],"parking lot"],"main_pivot":[[40.4434247,-79.9517921],"Stephen Foster"],"main_pivot_2":[[40.4433846271,-79.9523163807],"Schenley Plaza"],"main_pivot_3":[[40.4433846271,-79.9523163807],"Schenley Plaza"],"main_pivot_4":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_5":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_6":[[40.4434247,-79.9517921],"Stephen Foster"],"main_pivot_7":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_8":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_9":[[40.4434247,-79.9517921],"Stephen Foster"],"main_pivot_10":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_11":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_12":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_13":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_14":[[40.4441439,-79.9525475],"Cathedral of Learning"],"main_pivot_15":[[40.4430249418,-79.9537502103],"library"],"near_pivot":[[40.4430249418,-79.9537502103],"library"],"beyond_pivot":[[40.4422014,-79.9556985],"university"],"around_goal_pivot_1":[[40.4435445,-79.9557594],"cafe"],"around_goal_pivot_2":[[40.4438449,-79.955951],"pharmacy"],"around_goal_pivot_3":[[40.4428255,-79.9531771],"restaurant"],"around_goal_pivot_4":[[40.4422841,-79.956147],"pub"],"around_goal_pivot_5":[[40.4435848,-79.9564488],"church"],"around_goal_pivot_6":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_7":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_8":[[40.4434533,-79.9559284],"gift shop"],"around_goal_pivot_9":[[40.4419809,-79.9561667],"garden"],"around_goal_pivot_10":[[40.4439302,-79.9557363],"park"]}} +{"rvs_sample_number":222,"content":"Meet me at PNC Bank southeast of you on East Carson Street. It's on the same block as Clarissa Boutique but on the east end. It's catty-corner from Bruegger's Bagels. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4285178104,-79.9807531482],"key":9035,"region":"Pittsburgh","rvs_start_point":[40.4303623747,-79.9839688158],"landmarks":{"end_point":[[40.4285178104,-79.9807531482],"bank"],"start_point":[[40.4303623747,-79.9839688158],"parking lot"],"main_pivot":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_4":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_12":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_15":[[40.4288573,-79.9804342],"fast food restaurant"],"near_pivot":[[40.4288573,-79.9804342],"fast food restaurant"],"around_goal_pivot_1":[[40.4287681,-79.9825353],"theatre"],"around_goal_pivot_2":[[40.42840972,-79.9796398165],"fast food restaurant"],"around_goal_pivot_3":[[40.4283939778,-79.9794827543],"pub"],"around_goal_pivot_4":[[40.4289075,-79.9826244],"bar"],"around_goal_pivot_5":[[40.4292938,-79.9810352],"parking lot"],"around_goal_pivot_6":[[40.4289301,-79.9816823],"confectionery shop"],"around_goal_pivot_7":[[40.4288112,-79.9795821],"clothes shop"],"around_goal_pivot_8":[[40.4286714,-79.9817941],"boutique shop"]}} +{"rvs_sample_number":307,"content":"You can meet me to your northwest, at a parking lot on Bluff Street. It's to the east of Rooney Field stadium, and to the west of University of Pittsburgh Medical Center. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.435126467,-79.9878509215],"key":9036,"region":"Pittsburgh","rvs_start_point":[40.4253479699,-79.9809055489],"landmarks":{"end_point":[[40.435126467,-79.9878509215],"parking lot"],"start_point":[[40.4253479699,-79.9809055489],"bridge"],"main_pivot":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_2":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_3":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_4":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_5":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_6":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_7":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_8":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_9":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_10":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_11":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_12":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_13":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_14":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_15":[[40.435814648,-79.9878424651],"parking lot"],"near_pivot":[[40.435814648,-79.9878424651],"parking lot"],"beyond_pivot":[[40.4352211,-79.986668],"hospital"],"around_goal_pivot_1":[[40.4364457,-79.988593],"school"],"around_goal_pivot_2":[[40.4339261055,-79.9895442934],"parking lot"],"around_goal_pivot_3":[[40.4364551873,-79.987802308],"track"],"around_goal_pivot_4":[[40.4350952,-79.9894387],"stadium"]}} +{"rvs_sample_number":195,"content":"I'm southeast of you quite a ways. You'll find me at the cafe south of Forbes Avenue, and east of the art centre. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4434019,-79.9447959],"key":9037,"region":"Pittsburgh","rvs_start_point":[40.4555042,-79.940201],"landmarks":{"end_point":[[40.4434019,-79.9447959],"cafe"],"start_point":[[40.4555042,-79.940201],"post box"],"main_pivot":[[40.4465508,-79.9444149],"WQED"],"main_pivot_2":[[40.4465508,-79.9444149],"WQED"],"main_pivot_3":[[40.4465508,-79.9444149],"WQED"],"main_pivot_4":[[40.4465508,-79.9444149],"WQED"],"main_pivot_5":[[40.4465508,-79.9444149],"WQED"],"main_pivot_6":[[40.4465508,-79.9444149],"WQED"],"main_pivot_7":[[40.4465508,-79.9444149],"WQED"],"main_pivot_8":[[40.4465508,-79.9444149],"WQED"],"main_pivot_9":[[40.4465508,-79.9444149],"WQED"],"main_pivot_10":[[40.4465508,-79.9444149],"WQED"],"main_pivot_11":[[40.4465508,-79.9444149],"WQED"],"main_pivot_12":[[40.4465508,-79.9444149],"WQED"],"main_pivot_13":[[40.4465508,-79.9444149],"WQED"],"main_pivot_14":[[40.4465508,-79.9444149],"WQED"],"main_pivot_15":[[40.4432855,-79.9439564],"arts centre"],"near_pivot":[[40.4432855,-79.9439564],"arts centre"],"around_goal_pivot_1":[[40.4438336,-79.9463016],"recycling"],"around_goal_pivot_2":[[40.443334,-79.9466113],"mailroom"],"around_goal_pivot_3":[[40.4426204,-79.9458063],"library"],"around_goal_pivot_4":[[40.4425835,-79.9459898],"cafe"],"around_goal_pivot_5":[[40.4421857,-79.9442177],"waste basket"],"around_goal_pivot_6":[[40.4422106,-79.9442258],"2 benches"],"around_goal_pivot_10":[[40.4422722,-79.9444117],"two benches"]}} +{"rvs_sample_number":533,"content":"Let's meet at the hookah bar on East Carson Street. It is on the 6th block east of your location. It is located before Emiliano's restaurant but on the other side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4275352994,-79.9695030527],"key":9038,"region":"Pittsburgh","rvs_start_point":[40.4293116,-79.9776875],"landmarks":{"end_point":[[40.4275352994,-79.9695030527],"bar"],"start_point":[[40.4293116,-79.9776875],"social centre"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4279593,-79.9698464],"ice cream"],"near_pivot":[[40.4279593,-79.9698464],"ice cream"],"beyond_pivot":[[40.4277325,-79.9684992],"restaurant"],"around_goal_pivot_1":[[40.4281646,-79.9705854],"gas station"],"around_goal_pivot_2":[[40.4277325,-79.9684992],"restaurant"],"around_goal_pivot_3":[[40.4284349,-79.9707295],"convenience shop"]}} +{"rvs_sample_number":376,"content":"Meet me at the Starbucks southeast of your location. Head east then south from PNC Park until you get to 6th Street. Keep going until you see a 7-Eleven. Your destination is on the opposite corner across the street. it is one block east of Laurie's Hallmark stationery.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4425312,-80.0022313],"key":9039,"region":"Pittsburgh","rvs_start_point":[40.4492678635,-80.0131723543],"landmarks":{"end_point":[[40.4425312,-80.0022313],"cafe"],"start_point":[[40.4492678635,-80.0131723543],"parking lot"],"main_pivot":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_2":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_3":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_4":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_10":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_11":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_12":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_13":[[40.4506259,-80.0135253],"Allegheny West Historic District"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4428912,-80.0020656],"7-Eleven"],"near_pivot":[[40.4428912,-80.0020656],"7-Eleven"],"beyond_pivot":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_1":[[40.441611,-80.0035306],"2 gardens"],"around_goal_pivot_2":[[40.4435392,-80.0024124],"Renaissance"],"around_goal_pivot_3":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_4":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_5":[[40.4437169,-80.0022349],"hotel"],"around_goal_pivot_6":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_7":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_8":[[40.4432892,-80.0012487],"kindergarten"],"around_goal_pivot_9":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_10":[[40.4412265,-80.002316],"shoes shop"]}} +{"rvs_sample_number":27,"content":"Meet me at the garden southwest of you on Smallman Street. When you see the Pennsylvania Railroad Fruit Auction & Sales building, you are about halfway there. The garden is across the street and slightly past the Homewood Suites.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4479943362,-79.99066821],"key":9040,"region":"Pittsburgh","rvs_start_point":[40.4586924677,-79.9748860826],"landmarks":{"end_point":[[40.4479943362,-79.99066821],"garden"],"start_point":[[40.4586924677,-79.9748860826],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.447922,-79.9903697],"Homewood Suites"],"near_pivot":[[40.447922,-79.9903697],"Homewood Suites"],"beyond_pivot":[[40.4473502,-79.9913322],"garden"],"around_goal_pivot_1":[[40.446930431,-79.9916659806],"museum"],"around_goal_pivot_2":[[40.4472542,-79.9920203],"Hampton Inn & Suites"],"around_goal_pivot_3":[[40.4483818,-79.9896211],"restaurant"],"around_goal_pivot_4":[[40.4480044,-79.9895647],"carpet shop"]}} +{"rvs_sample_number":458,"content":"Meet me at the garden on Smallman Street. It it catty-cornered from Homewood Suites. There is a restaurant to its northeast in the same block as the suites.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4479943362,-79.99066821],"key":9041,"region":"Pittsburgh","rvs_start_point":[40.4430227366,-79.9945610561],"landmarks":{"end_point":[[40.4479943362,-79.99066821],"garden"],"start_point":[[40.4430227366,-79.9945610561],"garden"],"main_pivot":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_2":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_4":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_5":[[40.442666,-79.994771],"Gulf Tower"],"main_pivot_6":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4434143877,-79.9939622036],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_8":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.442666,-79.994771],"Gulf Tower"],"main_pivot_10":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.442666,-79.994771],"Gulf Tower"],"main_pivot_12":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.442666,-79.994771],"Gulf Tower"],"main_pivot_14":[[40.442666,-79.994771],"Gulf Tower"],"main_pivot_15":[[40.447922,-79.9903697],"Homewood Suites"],"near_pivot":[[40.447922,-79.9903697],"Homewood Suites"],"around_goal_pivot_1":[[40.4465814,-79.9925275],"museum"],"around_goal_pivot_2":[[40.4469489941,-79.9922539417],"Hampton Inn & Suites"],"around_goal_pivot_3":[[40.4483818,-79.9896211],"restaurant"],"around_goal_pivot_4":[[40.4479392,-79.9896671],"carpet shop"]}} +{"rvs_sample_number":439,"content":"Meet me at the garden. If you head northeast on Smallman Street, turn on the street where the pub is and then you'll see me at the garden on the west side of the street right across the street from the pub.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4557085492,-79.9795674304],"key":9042,"region":"Pittsburgh","rvs_start_point":[40.4520329108,-79.9807127972],"landmarks":{"end_point":[[40.4557085492,-79.9795674304],"garden"],"start_point":[[40.4520329108,-79.9807127972],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.455829822,-79.9794120276],"pub"],"near_pivot":[[40.455829822,-79.9794120276],"pub"],"around_goal_pivot_1":[[40.4547825,-79.9808077],"four gardens"],"around_goal_pivot_2":[[40.4550157,-79.9788222],"fast food restaurant"],"around_goal_pivot_3":[[40.4550446,-79.9804536],"two gardens"],"around_goal_pivot_4":[[40.4550067,-79.9804632],"bicycle parking"],"around_goal_pivot_5":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_6":[[40.4546212,-79.9790847],"hairdresser shop"]}} +{"rvs_sample_number":258,"content":"Meet me at the pet shop southeast of your location. Head east until you get to East Street. Then head south until you see East Street Distributing Co. alcohol shop. Your destination is two blocks south on the corner. It is across the street and northeast of a Happy Nails beauty shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4540974,-79.9980284],"key":9043,"region":"Pittsburgh","rvs_start_point":[40.4570177,-80.0157661],"landmarks":{"end_point":[[40.4540974,-79.9980284],"pet shop"],"start_point":[[40.4570177,-80.0157661],"waste basket"],"main_pivot":[[40.4537200381,-80.014583619],"Allegheny West Historic District"],"main_pivot_2":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_3":[[40.4537200381,-80.014583619],"Allegheny West Historic District"],"main_pivot_4":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_5":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_6":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_7":[[40.4537200381,-80.014583619],"Allegheny West Historic District"],"main_pivot_8":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_9":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_10":[[40.4537200381,-80.014583619],"Allegheny West Historic District"],"main_pivot_11":[[40.4537200381,-80.014583619],"Allegheny West Historic District"],"main_pivot_12":[[40.4537200381,-80.014583619],"Allegheny West Historic District"],"main_pivot_13":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_14":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_15":[[40.4540839,-79.9990951],"bank"],"near_pivot":[[40.4540839,-79.9990951],"bank"],"around_goal_pivot_1":[[40.4535623,-79.9995754],"Cricket Wireless"],"around_goal_pivot_3":[[40.4531338,-79.9981077],"shelter"],"around_goal_pivot_4":[[40.4535755,-79.9995036],"restaurant"],"around_goal_pivot_5":[[40.453694,-79.9988484],"beauty shop"],"around_goal_pivot_9":[[40.4536542,-79.9990737],"hairdresser shop"],"around_goal_pivot_10":[[40.4548855,-79.998594],"alcohol shop"]}} +{"rvs_sample_number":274,"content":"Meet me at the parking entrance on Bigelow Boulevard. It is right next to the Church, to the west. Parking entrance is south west corner of the building.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4470928,-79.9534652],"key":9044,"region":"Pittsburgh","rvs_start_point":[40.4452148,-79.9516739],"landmarks":{"end_point":[[40.4470928,-79.9534652],"parking entrance"],"start_point":[[40.4452148,-79.9516739],"bench"],"main_pivot":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_2":[[40.4465933439,-79.9521042579],"Music Building"],"main_pivot_3":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_4":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_5":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_6":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_7":[[40.4465933439,-79.9521042579],"Music Building"],"main_pivot_8":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_9":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_10":[[40.4465933439,-79.9521042579],"Music Building"],"main_pivot_11":[[40.4465933439,-79.9521042579],"Music Building"],"main_pivot_12":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_13":[[40.4465933439,-79.9521042579],"Music Building"],"main_pivot_14":[[40.4454066659,-79.9512497649],"Bellefield Hall"],"main_pivot_15":[[40.4474908932,-79.9531720766],"church"],"near_pivot":[[40.4474908932,-79.9531720766],"church"],"around_goal_pivot_1":[[40.4464672,-79.9545073],"hotel"],"around_goal_pivot_2":[[40.4467623,-79.9550623],"post storage box"],"around_goal_pivot_3":[[40.4471594,-79.9519939],"parking entrance"],"around_goal_pivot_4":[[40.4457094,-79.9533863],"bicycle rental"]}} +{"rvs_sample_number":188,"content":"Let's get together at the library on the northern end of Alexander Street, just east of where it ends at it's northernmost spot. One block to the east there is a Christian Church, on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.441879,-80.0347415],"key":9045,"region":"Pittsburgh","rvs_start_point":[40.4481997,-80.0227133],"landmarks":{"end_point":[[40.441879,-80.0347415],"library"],"start_point":[[40.4481997,-80.0227133],"parking entrance"],"main_pivot":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_2":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_3":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_4":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_5":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_6":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_7":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_8":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_9":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_10":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_11":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_12":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_13":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_14":[[40.4424157,-80.0332407],"Jerusalem Baptist Church"],"main_pivot_15":[[40.441427,-80.0346601],"post office"],"near_pivot":[[40.441427,-80.0346601],"post office"],"around_goal_pivot_1":[[40.4409933,-80.0347898],"library"],"around_goal_pivot_2":[[40.4417497296,-80.0331656245],"cafe"],"around_goal_pivot_3":[[40.4407534,-80.0348241],"post box"]}} +{"rvs_sample_number":76,"content":"Meet me at the garden southwest on Penn Avenue. When you go along the avenue from your direction, you will get past Byrnes & Kiefer Building. The garden is almost catty-cornered from a parking lot. Courtyard by Marriott is west of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4446132411,-79.9954238108],"key":9046,"region":"Pittsburgh","rvs_start_point":[40.4520831,-79.9837757],"landmarks":{"end_point":[[40.4446132411,-79.9954238108],"garden"],"start_point":[[40.4520831,-79.9837757],"restaurant"],"main_pivot":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_2":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_4":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4450335,-79.9953305],"2 parking entrances"],"near_pivot":[[40.4450335,-79.9953305],"2 parking entrances"],"beyond_pivot":[[40.4442618,-79.9960391],"parking"],"around_goal_pivot_1":[[40.4437869,-79.9943209],"3 gardens"],"around_goal_pivot_2":[[40.4435009,-79.9950052],"two gardens"],"around_goal_pivot_3":[[40.4434767,-79.9953748],"arts centre"],"around_goal_pivot_4":[[40.4440251,-79.996842],"fast food restaurant"],"around_goal_pivot_5":[[40.4435162,-79.9962249],"Cricket Wireless"],"around_goal_pivot_6":[[40.4436929,-79.9946137],"2 gardens"],"around_goal_pivot_7":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_8":[[40.4435985,-79.9959204],"Fine Wine & Good Spirits"],"around_goal_pivot_9":[[40.4433225,-79.9951219],"hotel"],"around_goal_pivot_10":[[40.4436373,-79.9957766],"cafe"]}} +{"rvs_sample_number":20,"content":"Let's eat, meet me at the fast food place, Qdoba on South 28th Street. It's just over 2 blocks from the northeast terminus or end of 28th. It's on the north side of the street. It's just east of a Subway Sandwich shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4265181,-79.9657156],"key":9047,"region":"Pittsburgh","rvs_start_point":[40.4285665677,-79.9810418114],"landmarks":{"end_point":[[40.4265181,-79.9657156],"fast food restaurant"],"start_point":[[40.4285665677,-79.9810418114],"restaurant"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4265433,-79.9658555],"fast food restaurant"],"near_pivot":[[40.4265433,-79.9658555],"fast food restaurant"],"around_goal_pivot_1":[[40.4269114,-79.9647294],"atm"],"around_goal_pivot_2":[[40.4271335,-79.966633],"LA Fitness"],"around_goal_pivot_3":[[40.4277401,-79.9652069],"Urban Outfitters"],"around_goal_pivot_4":[[40.4269826,-79.967243],"ALDI"],"around_goal_pivot_5":[[40.4263713,-79.9671015],"bar"],"around_goal_pivot_6":[[40.4264241,-79.9644376],"bench"],"around_goal_pivot_7":[[40.427814,-79.965599],"post box"],"around_goal_pivot_8":[[40.4269378,-79.9643888],"parking entrance"]}} +{"rvs_sample_number":95,"content":"Meet me across the river at the entrance to the parking on South Commons. If you take Federal Street, and go right at south commons, you'll see the parking entrance directing past the first two parking entrances on your left.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4505807,-80.0041605],"key":9048,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234],"landmarks":{"end_point":[[40.4505807,-80.0041605],"parking entrance"],"start_point":[[40.4448715,-79.9936234],"bicycle parking"],"main_pivot":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_7":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_14":[[40.4445685,-79.9976171],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.450578,-80.0042286],"2 parking entrances"],"near_pivot":[[40.450578,-80.0042286],"2 parking entrances"],"around_goal_pivot_1":[[40.4500749,-80.0049796],"post office"],"around_goal_pivot_2":[[40.4511429,-80.0049447],"restaurant"],"around_goal_pivot_3":[[40.4512037,-80.0047247],"cafe"],"around_goal_pivot_4":[[40.4498497,-80.0048532],"post box"],"around_goal_pivot_5":[[40.4514469,-80.0049565],"fitness centre"],"around_goal_pivot_6":[[40.4507237,-80.0025388],"pitch"]}} +{"rvs_sample_number":393,"content":"Meet me at Beta Bites restaurant on south bouquet street, a little past University of Pittsburgh but on the other side of the street. Go southeast to get there.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.440067,-79.9532053],"key":9049,"region":"Pittsburgh","rvs_start_point":[40.4440962,-79.9582139],"landmarks":{"end_point":[[40.440067,-79.9532053],"restaurant"],"start_point":[[40.4440962,-79.9582139],"fast food restaurant"],"main_pivot":[[40.4429023,-79.9553325],"Bruce Hall"],"main_pivot_2":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_3":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_4":[[40.4426373,-79.9568355],"Litchfield Tower C"],"main_pivot_5":[[40.4429023,-79.9553325],"Bruce Hall"],"main_pivot_6":[[40.4438512801,-79.9583975055],"Benedum Hall"],"main_pivot_7":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_8":[[40.4424254,-79.9555241],"David Lawrence Hall"],"main_pivot_9":[[40.4429023,-79.9553325],"Bruce Hall"],"main_pivot_10":[[40.4438512801,-79.9583975055],"Benedum Hall"],"main_pivot_11":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_12":[[40.4424254,-79.9555241],"David Lawrence Hall"],"main_pivot_13":[[40.4416142,-79.9556488],"Barco Law Building"],"main_pivot_14":[[40.4439999,-79.9574856],"Thackeray Hall"],"main_pivot_15":[[40.4406172,-79.9537228],"university"],"near_pivot":[[40.4406172,-79.9537228],"university"],"around_goal_pivot_1":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_2":[[40.4411376,-79.9545791],"university"],"around_goal_pivot_3":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_4":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_5":[[40.4411997,-79.9524171],"pitch"]}} +{"rvs_sample_number":19,"content":"Meet me at the Amoco gas station southeast of your location. Head east from your location then head south on the winding road. Your destination is on Boulevard Drive. It is southwest of a Subway.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4267232179,-79.9382638738],"key":9050,"region":"Pittsburgh","rvs_start_point":[40.4335796826,-79.9440541386],"landmarks":{"end_point":[[40.4267232179,-79.9382638738],"gas station"],"start_point":[[40.4335796826,-79.9440541386],"parking lot"],"main_pivot":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_2":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_3":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_4":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_5":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_6":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_7":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_8":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_9":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_10":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_11":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_12":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_13":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_14":[[40.4337282,-79.9440808],"Vietnam Veterans Pavilion"],"main_pivot_15":[[40.4271137,-79.9377622],"fast food restaurant"],"near_pivot":[[40.4271137,-79.9377622],"fast food restaurant"],"beyond_pivot":[[40.4270928,-79.9376557],"optician"]}} +{"rvs_sample_number":599,"content":"Let's meet up at the Hilton Garden Inn on McKee Place. It's just over a block south of where this street ends and it's northwestern turn changes names. There is a bank on the other side of the street. There is a large drug store just to the west.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4395489,-79.9594471],"key":9051,"region":"Pittsburgh","rvs_start_point":[40.4382904,-79.9770518],"landmarks":{"end_point":[[40.4395489,-79.9594471],"Hilton Garden Inn"],"start_point":[[40.4382904,-79.9770518],"bicycle repair station"],"main_pivot":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_2":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_3":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_4":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_5":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_6":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_7":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_8":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_9":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_10":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_11":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_12":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_13":[[40.4382999843,-79.9612944604],"UPMC Magee-Womens Hospital"],"main_pivot_14":[[40.4377944733,-79.9642801674],"Carlow University"],"main_pivot_15":[[40.4393339,-79.9598901],"pharmacy"],"near_pivot":[[40.4393339,-79.9598901],"pharmacy"],"beyond_pivot":[[40.4401553,-79.958615],"parking"],"around_goal_pivot_1":[[40.4405841,-79.9581671],"restaurant"],"around_goal_pivot_2":[[40.4407282,-79.9586848],"cafe"],"around_goal_pivot_3":[[40.4386592,-79.9608742],"police station"],"around_goal_pivot_4":[[40.4405099,-79.9581629],"post box"]}} +{"rvs_sample_number":413,"content":"I'm west of you, past the Central Catholic High School, at a convenience shop on South Craig Street. It's on the north corner of the block where South Craig Street ends, and there's a Starbucks on the south corner. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4451,-79.9485465],"key":9052,"region":"Pittsburgh","rvs_start_point":[40.4443251241,-79.9421505426],"landmarks":{"end_point":[[40.4451,-79.9485465],"convenience shop"],"start_point":[[40.4443251241,-79.9421505426],"garden"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"around_goal_pivot_1":[[40.4441214,-79.9488022],"museum"],"around_goal_pivot_2":[[40.4464552713,-79.9486418379],"bank"],"around_goal_pivot_3":[[40.4458939864,-79.9485996212],"dentist's office"],"around_goal_pivot_4":[[40.4460541789,-79.9486108715],"fast food restaurant"],"around_goal_pivot_5":[[40.4442776,-79.9488965],"bicycle rental"],"around_goal_pivot_6":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_7":[[40.4462841,-79.9487558],"boutique shop"],"around_goal_pivot_8":[[40.4463215,-79.9485086],"hairdresser shop"],"around_goal_pivot_9":[[40.4456331,-79.9473761],"garden"],"around_goal_pivot_10":[[40.4444165,-79.9477794],"park"]}} +{"rvs_sample_number":253,"content":"Meet me at the garden southeast of you on Forbes Avenue. It's on the south side of the street, and just north of Gumberg Library.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4377922167,-79.9915009896],"key":9053,"region":"Pittsburgh","rvs_start_point":[40.442456,-80.0076622],"landmarks":{"end_point":[[40.4377922167,-79.9915009896],"garden"],"start_point":[[40.442456,-80.0076622],"drinking water"],"main_pivot":[[40.4391195,-79.9963408],"Allegheny County Courthouse"],"main_pivot_2":[[40.4424027,-80.0072399],"Gateway Towers"],"main_pivot_3":[[40.4391195,-79.9963408],"Allegheny County Courthouse"],"main_pivot_4":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_5":[[40.4391195,-79.9963408],"Allegheny County Courthouse"],"main_pivot_6":[[40.4415152,-80.0040726],"Gateway Station"],"main_pivot_7":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_8":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_9":[[40.4388811,-79.9953545],"Old Allegheny County Jail"],"main_pivot_10":[[40.4395035,-79.9968973],"Union Trust Building"],"main_pivot_11":[[40.4399718,-79.9980898],"Mellon National Bank Building"],"main_pivot_12":[[40.440877,-80.0034822],"Two PPG Place"],"main_pivot_13":[[40.4394941,-79.9959605],"BNY Mellon Center"],"main_pivot_14":[[40.4402256,-79.9992849],"Warner Centre"],"main_pivot_15":[[40.4375140207,-79.9915161095],"library"],"near_pivot":[[40.4375140207,-79.9915161095],"library"],"beyond_pivot":[[40.4377429,-79.9891859],"parking"],"around_goal_pivot_1":[[40.4366667,-79.9922222],"school"],"around_goal_pivot_2":[[40.4386606,-79.9920801],"police station"]}} +{"rvs_sample_number":344,"content":"Meet me at the garden on Liberty Avenue. Go past Federated Tower\r\nand head north to get there. You'll find another garden directly south of the one where we will meet. There is an art shop across two streets.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4533536321,-79.9790265095],"key":9054,"region":"Pittsburgh","rvs_start_point":[40.4438553,-79.9950577],"landmarks":{"end_point":[[40.4533536321,-79.9790265095],"garden"],"start_point":[[40.4438553,-79.9950577],"parking entrance"],"main_pivot":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_2":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_3":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_4":[[40.4441794,-79.9942851],"Federated Tower"],"main_pivot_5":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_6":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_9":[[40.4446692,-79.9951676],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_11":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_12":[[40.4434725,-79.9953577],"August Wilson Center for African American Culture"],"main_pivot_13":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_14":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_15":[[40.4534828,-79.9798447],"art shop"],"near_pivot":[[40.4534828,-79.9798447],"art shop"],"around_goal_pivot_1":[[40.4545677,-79.9791587],"restaurant"],"around_goal_pivot_2":[[40.4533254,-79.9809237],"bar"],"around_goal_pivot_3":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_4":[[40.4523888,-79.9802562],"garden"]}} +{"rvs_sample_number":302,"content":"Meet me at the garden on West Carson street. So go east past Pacific Pride, and it's a little garden next to a parking lot. If you reach Duquesne Lower station you have gone too far. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4409494096,-80.0198121422],"key":9055,"region":"Pittsburgh","rvs_start_point":[40.445678995,-80.0336674524],"landmarks":{"end_point":[[40.4409494096,-80.0198121422],"garden"],"start_point":[[40.445678995,-80.0336674524],"garden"],"main_pivot":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_2":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_3":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_4":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_5":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_6":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_7":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_8":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_9":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_10":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_11":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_12":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_13":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_14":[[40.4429979,-80.0248016],"Pacific Pride"],"main_pivot_15":[[40.44085621,-80.0198498735],"garden"],"near_pivot":[[40.44085621,-80.0198498735],"garden"],"beyond_pivot":[[40.4408362,-80.0186036],"parking"],"around_goal_pivot_1":[[40.4417339,-80.021382],"garden"]}} +{"rvs_sample_number":175,"content":"Meet me at the garden near a hotel and a restaurant to your south. The garden is in the middle of the block north of Liberty Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4420852675,-80.005374683],"key":9056,"region":"Pittsburgh","rvs_start_point":[40.4563210313,-80.0049259605],"landmarks":{"end_point":[[40.4420852675,-80.005374683],"garden"],"start_point":[[40.4563210313,-80.0049259605],"parking lot"],"main_pivot":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_2":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_3":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_4":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_7":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.455868,-80.0045089],"Allegheny General Hospital"],"main_pivot_10":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.448565,-80.0023595],"The Andy Warhol Museum"],"main_pivot_13":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4419071083,-80.0060589078],"hotel"],"near_pivot":[[40.4419071083,-80.0060589078],"hotel"],"beyond_pivot":[[40.4419253856,-80.0061788119],"restaurant"],"around_goal_pivot_1":[[40.4419131,-80.0042195],"train station"],"around_goal_pivot_2":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_3":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_4":[[40.4422536,-80.0035015],"variety store shop"]}} +{"rvs_sample_number":384,"content":"Meet me at the garden on Penn Avenue. It is east of the hotel. Across the street from the train station.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4421527696,-80.0052069003],"key":9057,"region":"Pittsburgh","rvs_start_point":[40.4449341,-79.9933879],"landmarks":{"end_point":[[40.4421527696,-80.0052069003],"garden"],"start_point":[[40.4449341,-79.9933879],"parking entrance"],"main_pivot":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_2":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_3":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_4":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_5":[[40.4417723,-80.0041133],"Gateway"],"main_pivot_6":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_7":[[40.4446718,-79.9951564],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_9":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_10":[[40.4429124309,-80.0011930776],"Heinz Hall for the Performing Arts"],"main_pivot_11":[[40.4431942,-80.0001091],"Benedum Center"],"main_pivot_12":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_13":[[40.4419131,-80.0042195],"Gateway Station"],"main_pivot_14":[[40.4434951,-79.997478],"Ewart Building"],"main_pivot_15":[[40.4417814693,-80.0060001075],"hotel"],"near_pivot":[[40.4417814693,-80.0060001075],"hotel"],"around_goal_pivot_1":[[40.4407693,-80.0053629],"two gardens"],"around_goal_pivot_2":[[40.4419131,-80.0042195],"train station"],"around_goal_pivot_3":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_4":[[40.4432911,-80.0050568],"parking entrance"],"around_goal_pivot_5":[[40.4422781,-80.0033896],"stationery shop"],"around_goal_pivot_6":[[40.4422536,-80.0035015],"variety store shop"],"around_goal_pivot_7":[[40.4412594225,-80.0048850009],"park"],"around_goal_pivot_10":[[40.4410747,-80.0055995],"2 gardens"]}} +{"rvs_sample_number":304,"content":"I'm up north at the bicycle parking on the same block with garden. It is on the next block of where you are.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4464973,-79.9960431],"key":9058,"region":"Pittsburgh","rvs_start_point":[40.443874667,-79.9951126811],"landmarks":{"end_point":[[40.4464973,-79.9960431],"bicycle parking"],"start_point":[[40.443874667,-79.9951126811],"garden"],"main_pivot":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_2":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_3":[[40.4434755,-79.9953651],"August Wilson Center for African American Culture"],"main_pivot_4":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_5":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_6":[[40.4434755,-79.9953651],"August Wilson Center for African American Culture"],"main_pivot_7":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_8":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_9":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_10":[[40.4434755,-79.9953651],"August Wilson Center for African American Culture"],"main_pivot_11":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_12":[[40.4434755,-79.9953651],"August Wilson Center for African American Culture"],"main_pivot_13":[[40.4436262,-79.9949018],"William S. Moorhead Federal Building"],"main_pivot_14":[[40.4434755,-79.9953651],"August Wilson Center for African American Culture"],"main_pivot_15":[[40.4467252,-79.9953527],"garden"],"near_pivot":[[40.4467252,-79.9953527],"garden"],"beyond_pivot":[[40.4462310031,-79.9941476522],"parking"],"around_goal_pivot_1":[[40.4460481,-79.9970975],"bicycle parking"]}} +{"rvs_sample_number":6,"content":"I'm waiting for you at the garden on Forbes Avenue. Go south to get there. The garden is almost catty-cornered from a waste basket. Stephen Foster is in the adjacent block to the east of it.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4431473892,-79.953068224],"key":9059,"region":"Pittsburgh","rvs_start_point":[40.4521448692,-79.9517896725],"landmarks":{"end_point":[[40.4431473892,-79.953068224],"garden"],"start_point":[[40.4521448692,-79.9517896725],"convenience shop"],"main_pivot":[[40.4434205,-79.9517927],"Stephen Foster"],"main_pivot_2":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_3":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_4":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_5":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_6":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_7":[[40.4493343,-79.95033],"Oakland Catholic High School"],"main_pivot_8":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_9":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_10":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_11":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_12":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_13":[[40.4438851,-79.9520285],"Log Cabin"],"main_pivot_14":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_15":[[40.4441439,-79.9525475],"historic building"],"near_pivot":[[40.4441439,-79.9525475],"historic building"],"beyond_pivot":[[40.4432728,-79.9538504],"waste_basket"],"around_goal_pivot_1":[[40.4434012,-79.9544294],"attraction"],"around_goal_pivot_2":[[40.4434862,-79.954478],"picnic site"],"around_goal_pivot_3":[[40.443824,-79.9523403],"parking lot"]}} +{"rvs_sample_number":253,"content":"Meet me at the social facility on East Carson Street. It is the next building to the east of Citgo gas station.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4281906343,-79.9701681707],"key":9060,"region":"Pittsburgh","rvs_start_point":[40.4285914042,-79.9849570785],"landmarks":{"end_point":[[40.4281906343,-79.9701681707],"social facility"],"start_point":[[40.4285914042,-79.9849570785],"bar"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_6":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4287681,-79.9825353],"Rex Theater"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4281646,-79.9705854],"gas station"],"near_pivot":[[40.4281646,-79.9705854],"gas station"],"beyond_pivot":[[40.4276373,-79.9695014],"bar"],"around_goal_pivot_1":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_2":[[40.4275693,-79.9692566],"pub"],"around_goal_pivot_3":[[40.428126,-79.971617],"sports shop"],"around_goal_pivot_4":[[40.4283701,-79.9720662],"furniture shop"],"around_goal_pivot_5":[[40.427525,-79.9690971],"2 cafes"],"around_goal_pivot_6":[[40.4275022,-79.9690152],"cafe"],"around_goal_pivot_7":[[40.4281223,-79.971551],"computer shop"],"around_goal_pivot_8":[[40.4273907,-79.9689752],"beauty shop"]}} +{"rvs_sample_number":269,"content":"Meet me at the garden where the Factory that made things to stop up wine bottles is. It's on 23rd street where the northwest end of the street is. The garden is in the south part of that block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4545035617,-79.9829259861],"key":9061,"region":"Pittsburgh","rvs_start_point":[40.4517921886,-79.9821264493],"landmarks":{"end_point":[[40.4545035617,-79.9829259861],"garden"],"start_point":[[40.4517921886,-79.9821264493],"parking lot"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.454542,-79.98227],"fitness centre"],"near_pivot":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_1":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_2":[[40.4550243,-79.9820676],"three gardens"],"around_goal_pivot_8":[[40.4551589,-79.9835079],"2 gardens"],"around_goal_pivot_9":[[40.4550192,-79.9812306],"2 gardens"],"around_goal_pivot_10":[[40.4549236,-79.9818168],"three gardens"]}} +{"rvs_sample_number":227,"content":"I'm on the next block east of you but on the opposite side of the street. At Osteria restaurant south of two gardens.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4543288,-79.9825463],"key":9062,"region":"Pittsburgh","rvs_start_point":[40.453737955,-79.9853387505],"landmarks":{"end_point":[[40.4543288,-79.9825463],"restaurant"],"start_point":[[40.453737955,-79.9853387505],"garden"],"main_pivot":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4548519,-79.9831112],"two gardens"],"near_pivot":[[40.4548519,-79.9831112],"two gardens"],"beyond_pivot":[[40.4534706,-79.9821564],"parking"],"around_goal_pivot_1":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_2":[[40.4537349,-79.9815374],"restaurant"],"around_goal_pivot_3":[[40.4548558,-79.9808575],"4 gardens"],"around_goal_pivot_6":[[40.4551103,-79.9813384],"three gardens"]}} +{"rvs_sample_number":224,"content":"Meet me at the garden east of you. If you head east on Penn Avenue, you'll see the garden right before the train station.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.441747041,-80.0044390984],"key":9063,"region":"Pittsburgh","rvs_start_point":[40.4411925123,-80.0098216109],"landmarks":{"end_point":[[40.441747041,-80.0044390984],"garden"],"start_point":[[40.4411925123,-80.0098216109],"historic building"],"main_pivot":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_2":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_3":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_4":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_5":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_6":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_7":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_8":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_9":[[40.4408290905,-80.0096886678],"Fort Pitt Museum"],"main_pivot_10":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_11":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_12":[[40.4408290905,-80.0096886678],"Fort Pitt Museum"],"main_pivot_13":[[40.4409265,-80.0061044],"River Vue Apartments"],"main_pivot_14":[[40.4414593,-80.0058493],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_15":[[40.441774734,-80.004203286],"train station"],"near_pivot":[[40.441774734,-80.004203286],"train station"],"beyond_pivot":[[40.441352,-80.0035431],"restaurant"],"around_goal_pivot_1":[[40.4414593,-80.0058493],"hotel"],"around_goal_pivot_2":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_3":[[40.4414144,-80.0033033],"Boost Mobile"],"around_goal_pivot_4":[[40.4406759,-80.0046415],"4 gardens"],"around_goal_pivot_5":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_6":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_7":[[40.4419336,-80.0060713],"two restaurants"],"around_goal_pivot_8":[[40.4407351,-80.0046052],"two gardens"],"around_goal_pivot_9":[[40.4425218,-80.0046402],"bicycle parking"],"around_goal_pivot_10":[[40.4409032,-80.0031441],"bicycle rental"]}} +{"rvs_sample_number":190,"content":"Meet me at the garden on Penn Avenue. There is a clothes shop across the street and a car repair shop is at the end of the preceding block to the southwest.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4593999687,-79.971777514],"key":9064,"region":"Pittsburgh","rvs_start_point":[40.4515587913,-79.9822498593],"landmarks":{"end_point":[[40.4593999687,-79.971777514],"garden"],"start_point":[[40.4515587913,-79.9822498593],"parking lot"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4590916752,-79.9725627599],"clothes shop"],"near_pivot":[[40.4590916752,-79.9725627599],"clothes shop"],"around_goal_pivot_1":[[40.4586733,-79.9713371],"storage rental shop"],"around_goal_pivot_2":[[40.4586043,-79.9727963],"car repair shop"],"around_goal_pivot_3":[[40.458015532,-79.9731689594],"park"]}} +{"rvs_sample_number":393,"content":"Meet me at the garden on the corner by the Schenley Drive Extension. It's right across the street from the Stephen Foster Memorial.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4433069,-79.9523231],"key":9065,"region":"Pittsburgh","rvs_start_point":[40.4421168,-79.9424723],"landmarks":{"end_point":[[40.4433069,-79.9523231],"garden"],"start_point":[[40.4421168,-79.9424723],"bench"],"main_pivot":[[40.4417030214,-79.9425575745],"Kraus Campo"],"main_pivot_2":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_3":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.4417030214,-79.9425575745],"Kraus Campo"],"main_pivot_6":[[40.4417030214,-79.9425575745],"Kraus Campo"],"main_pivot_7":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_8":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_9":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_10":[[40.4423895,-79.9508452],"Carnegie Library of Pittsburgh"],"main_pivot_11":[[40.4420713811,-79.9518778721],"Mary Schenley Memorial Fountain"],"main_pivot_12":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_13":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_14":[[40.4418389,-79.9507751],"Frick Fine Arts Building"],"main_pivot_15":[[40.4436738,-79.9525419],"attraction"],"near_pivot":[[40.4436738,-79.9525419],"attraction"],"beyond_pivot":[[40.4426273,-79.9527277],"restaurant"],"around_goal_pivot_1":[[40.4441439,-79.9525475],"historic building"],"around_goal_pivot_2":[[40.4429816,-79.9510522],"theatre"],"around_goal_pivot_3":[[40.4425219,-79.95238],"shelter"],"around_goal_pivot_4":[[40.4439598,-79.9536505],"bench"],"around_goal_pivot_5":[[40.4430337,-79.9537191],"post box"],"around_goal_pivot_6":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":30,"content":"I'm at the garden on the corner of 25th st. just go up the road, pass the bridge and you will see it on your left when you reach 25th st.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4548071707,-79.9807874677],"key":9066,"region":"Pittsburgh","rvs_start_point":[40.4444071,-79.9953094],"landmarks":{"end_point":[[40.4548071707,-79.9807874677],"garden"],"start_point":[[40.4444071,-79.9953094],"parking entrance"],"main_pivot":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_2":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_3":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_4":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_5":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_8":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4548223,-79.9813877],"three gardens"],"near_pivot":[[40.4548223,-79.9813877],"three gardens"],"beyond_pivot":[[40.4551528,-79.9814483],"garden"],"around_goal_pivot_1":[[40.455682,-79.9798751],"3 gardens"],"around_goal_pivot_2":[[40.4548231,-79.9819299],"three gardens"],"around_goal_pivot_3":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_4":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_5":[[40.4537397207,-79.9800016114],"art shop"],"around_goal_pivot_6":[[40.4543108,-79.9795391],"bicycle shop"],"around_goal_pivot_7":[[40.454542,-79.98227],"fitness centre"]}} +{"rvs_sample_number":309,"content":"Meet me at the restaurant just south of the Au Bon Pain fast food place. It's a bit west of the running track on the south side of Forbes Avenue. Go east and past the Hillman Library and Stephen Foster Memorial. Keep going around the curve, but look south just after you pass the shelter on the the north side of the road.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4436715,-79.94234],"key":9067,"region":"Pittsburgh","rvs_start_point":[40.4409403,-79.9576495],"landmarks":{"end_point":[[40.4436715,-79.94234],"restaurant"],"start_point":[[40.4409403,-79.9576495],"cafe"],"main_pivot":[[40.4427572,-79.9547633],"Hillman Library"],"main_pivot_2":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_3":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_4":[[40.4436544,-79.9525768],"Stephen Foster Memorial"],"main_pivot_5":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_6":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_7":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_8":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_9":[[40.4430632,-79.9549027],"William Pitt Union"],"main_pivot_10":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_11":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_12":[[40.4427777,-79.9559334],"Holland Hall"],"main_pivot_13":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_14":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.444775,-79.9435208],"shelter"],"around_goal_pivot_3":[[40.443955,-79.9411099],"parking entrance"],"around_goal_pivot_4":[[40.4430634,-79.9433876],"bench"],"around_goal_pivot_5":[[40.4444948,-79.943059],"post box"],"around_goal_pivot_6":[[40.4434106,-79.9412932],"track"],"around_goal_pivot_7":[[40.4434319,-79.9413451],"stadium"]}} +{"rvs_sample_number":400,"content":"Meet me at the garden northeast of your location. Head northwest on West North Avenue. When you see Allegany West Historic District, head east three blocks. Your destination is in the middle of the northern block, just west of a playground. It is southwest one block from a private parking.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4545401924,-80.0122536764],"key":9068,"region":"Pittsburgh","rvs_start_point":[40.4528731185,-80.0198298344],"landmarks":{"end_point":[[40.4545401924,-80.0122536764],"garden"],"start_point":[[40.4528731185,-80.0198298344],"parking lot"],"main_pivot":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_2":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_3":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_4":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_5":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_6":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_7":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_8":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_9":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_10":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_11":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_12":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_13":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_14":[[40.4539260475,-80.0149983522],"Allegheny West Historic District"],"main_pivot_15":[[40.4540705455,-80.0135370767],"park"],"near_pivot":[[40.4540705455,-80.0135370767],"park"],"beyond_pivot":[[40.4550553,-80.0114112],"parking"],"around_goal_pivot_1":[[40.4545773,-80.0103866],"playground"]}} +{"rvs_sample_number":290,"content":"Go south across the river and head west up West Station Square Drive. Just after you pass the Sheraton, meet me on the south side of the street at the garden.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4342921986,-80.0064859905],"key":9069,"region":"Pittsburgh","rvs_start_point":[40.4431343,-80.0024879],"landmarks":{"end_point":[[40.4342921986,-80.0064859905],"garden"],"start_point":[[40.4431343,-80.0024879],"restaurant"],"main_pivot":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_2":[[40.440120472,-80.000542246],"Tower at PNC Plaza"],"main_pivot_3":[[40.4414496,-80.0019784],"Three PNC Plaza"],"main_pivot_4":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_5":[[40.4412036,-80.0021353],"Buhl Building"],"main_pivot_6":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4423964,-80.0019021],"Heinz Hall for the Performing Arts"],"main_pivot_9":[[40.438168,-80.002228],"Hartje Bros. Paper Manufacturing Co."],"main_pivot_10":[[40.4391609816,-80.0009959012],"Commonwealth Building"],"main_pivot_11":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_13":[[40.4391577,-80.0005765],"Pittsburgh Playhouse"],"main_pivot_14":[[40.440025,-80.0024413],"Burke Building"],"main_pivot_15":[[40.4342522,-80.0058118],"Sheraton"],"near_pivot":[[40.4342522,-80.0058118],"Sheraton"],"around_goal_pivot_1":[[40.433863,-80.0049839],"restaurant"],"around_goal_pivot_2":[[40.4342257,-80.0046568],"fountain"],"around_goal_pivot_3":[[40.4345693,-80.0076878],"parking entrance"],"around_goal_pivot_4":[[40.4336793,-80.0049931],"mall"],"around_goal_pivot_8":[[40.4349188,-80.0075786],"2 gardens"],"around_goal_pivot_9":[[40.4337453,-80.0051524],"2 gardens"]}} +{"rvs_sample_number":204,"content":"Let's meet at the bench to your east on Forbes Avenue. You'll need to find the post box that is east of CMU ArtPark, and then take that small road there to the south, all the way to the end. The bench is east of there. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4437584,-79.9423308],"key":9070,"region":"Pittsburgh","rvs_start_point":[40.4462841,-79.9487558],"landmarks":{"end_point":[[40.4437584,-79.9423308],"books shop"],"start_point":[[40.4462841,-79.9487558],"boutique shop"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_8":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_11":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.444775,-79.9435208],"shelter"],"around_goal_pivot_3":[[40.4430634,-79.9433876],"bench"],"around_goal_pivot_4":[[40.4444948,-79.943059],"post box"],"around_goal_pivot_5":[[40.443955,-79.9411099],"parking entrance"],"around_goal_pivot_6":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_7":[[40.4434106,-79.9412932],"track"],"around_goal_pivot_8":[[40.4442325,-79.943115],"garden"],"around_goal_pivot_9":[[40.4434319,-79.9413451],"stadium"]}} +{"rvs_sample_number":118,"content":"I'm located northwest of your position on Ridge Avenue. At the bench east of fast food restaurant and close to vending machine. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4501968,-80.0138015],"key":9071,"region":"Pittsburgh","rvs_start_point":[40.4416413438,-80.0033597287],"landmarks":{"end_point":[[40.4501968,-80.0138015],"bench"],"start_point":[[40.4416413438,-80.0033597287],"garden"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_3":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_7":[[40.4416035,-80.0040341],"Gateway Station"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_10":[[40.4416035,-80.0040341],"Gateway Station"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4416035,-80.0040341],"Gateway Station"],"main_pivot_13":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4505141,-80.0135743],"vending machine"],"near_pivot":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_1":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_2":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_3":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_7":[[40.4506212,-80.0149318],"2 parking lots"]}} +{"rvs_sample_number":471,"content":"Meet me at the restaurant southeast of you. Go past Walking to the Sky and keep walking southeast. The restaurant is the most southeast one in the food court.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4424191,-79.9397388],"key":9072,"region":"Pittsburgh","rvs_start_point":[40.4457785814,-79.9473303619],"landmarks":{"end_point":[[40.4424191,-79.9397388],"restaurant"],"start_point":[[40.4457785814,-79.9473303619],"garden"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_4":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_5":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4425396,-79.9398909],"food court"],"near_pivot":[[40.4425396,-79.9398909],"food court"],"beyond_pivot":[[40.4439199,-79.9411583],"bicycle_repair_station"],"around_goal_pivot_1":[[40.4435200771,-79.9395035271],"parking lot"]}} +{"rvs_sample_number":153,"content":"I'm directly east of you, at a cafe just north of where Hamerschlag Drive branches into several dead ends. The Sorrells Library is southwest of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4511528115,-79.9843435632],"key":9073,"region":"Pittsburgh","rvs_start_point":[40.4529814908,-80.0008693957],"landmarks":{"end_point":[[40.4511528115,-79.9843435632],"parking lot"],"start_point":[[40.4529814908,-80.0008693957],"parking lot"],"main_pivot":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4496782,-79.9881741],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4507712,-79.9849852],"marketplace"],"near_pivot":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4515932,-79.9828384],"cafe"],"around_goal_pivot_3":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_4":[[40.4522071,-79.9836164],"church"],"around_goal_pivot_5":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_6":[[40.451801,-79.9833387],"bicycle rental"],"around_goal_pivot_7":[[40.4502371,-79.985419],"appliance shop"],"around_goal_pivot_8":[[40.4503984,-79.9847701],"variety store shop"],"around_goal_pivot_9":[[40.4518217,-79.9831366],"chocolate shop"],"around_goal_pivot_10":[[40.4521399,-79.9831637],"art shop"]}} +{"rvs_sample_number":405,"content":"Let's meet up at the clothes shop west of you. It's located just south of the Birmingham Bridge, at the locale where IF it continued south it would go right through the store. There is a library just northwest of here.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4281368839,-79.9736242703],"key":9074,"region":"Pittsburgh","rvs_start_point":[40.4280087,-79.9659471],"landmarks":{"end_point":[[40.4281368839,-79.9736242703],"clothes shop"],"start_point":[[40.4280087,-79.9659471],"bicycle parking"],"main_pivot":[[40.428568,-79.9657239],"REI"],"main_pivot_2":[[40.4281498,-79.971998],"State Farm"],"main_pivot_3":[[40.4281498,-79.971998],"State Farm"],"main_pivot_4":[[40.4282262,-79.9655892],"The Cheesecake Factory"],"main_pivot_5":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_6":[[40.4269826,-79.967243],"ALDI"],"main_pivot_7":[[40.4281728,-79.9653706],"The Cheesecake Factory"],"main_pivot_8":[[40.4282262,-79.9655892],"The Cheesecake Factory"],"main_pivot_9":[[40.4282262,-79.9655892],"The Cheesecake Factory"],"main_pivot_10":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_11":[[40.4281646,-79.9705854],"Cogo's"],"main_pivot_12":[[40.4281498,-79.971998],"State Farm"],"main_pivot_13":[[40.4271335,-79.966633],"LA Fitness"],"main_pivot_14":[[40.4279593,-79.9698464],"Rita's Italian Ice"],"main_pivot_15":[[40.42857,-79.9741027],"library"],"near_pivot":[[40.42857,-79.9741027],"library"],"beyond_pivot":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_1":[[40.4281498,-79.971998],"State Farm"],"around_goal_pivot_2":[[40.4281297,-79.9716831],"bar"],"around_goal_pivot_3":[[40.4289408,-79.9727818],"veterinary"],"around_goal_pivot_4":[[40.4288211,-79.9728196],"six parking spaces"],"around_goal_pivot_5":[[40.4288239,-79.972878],"three parking spaces"],"around_goal_pivot_6":[[40.4288226,-79.9728511],"3 parking spaces"],"around_goal_pivot_7":[[40.4288162,-79.9727162],"3 parking spaces"],"around_goal_pivot_8":[[40.4286837,-79.9742529],"library"],"around_goal_pivot_9":[[40.4288195,-79.9727866],"2 parking spaces"],"around_goal_pivot_10":[[40.4288178,-79.9727509],"parking space"]}} +{"rvs_sample_number":37,"content":"You can meet me at the UPMC hospital northwest of you, where O'Hara Street makes a T-intersection with another street. The hospital is northwest of Pittsburgh Science and Technology Academy, and west of a bicycle repair station. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4435492,-79.959846],"key":9075,"region":"Pittsburgh","rvs_start_point":[40.4391517,-79.955366],"landmarks":{"end_point":[[40.4435492,-79.959846],"hospital"],"start_point":[[40.4391517,-79.955366],"restaurant"],"main_pivot":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_2":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_3":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_4":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_5":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_6":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_7":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_8":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_9":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_10":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_11":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_12":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_13":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_14":[[40.4404912,-79.9570105],"Forbes Tower"],"main_pivot_15":[[40.4436243,-79.9590368],"bicycle repair station"],"near_pivot":[[40.4436243,-79.9590368],"bicycle repair station"],"beyond_pivot":[[40.4427535,-79.9622117],"university"],"around_goal_pivot_1":[[40.4430041733,-79.9580488166],"school"],"around_goal_pivot_2":[[40.4440962,-79.9582139],"fast food restaurant"],"around_goal_pivot_3":[[40.4439142,-79.9582883],"two benches"],"around_goal_pivot_4":[[40.4439492,-79.9581446],"library"]}} +{"rvs_sample_number":394,"content":"Meet me at the thai restaurant on Fifth Avenue. Verizon is on the corner of the block south of the restaurant. Peter's Pub is on the east side of the block to the east of the restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4413696,-79.9587902],"key":9076,"region":"Pittsburgh","rvs_start_point":[40.4435681,-79.9526537],"landmarks":{"end_point":[[40.4413696,-79.9587902],"restaurant"],"start_point":[[40.4435681,-79.9526537],"waste basket"],"main_pivot":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_2":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_3":[[40.442398,-79.9560469],"Litchfield Tower A"],"main_pivot_4":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_5":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_6":[[40.4433354,-79.955797],"Amos Hall"],"main_pivot_7":[[40.4425287,-79.9554517],"David Lawrence Hall"],"main_pivot_8":[[40.4425287,-79.9554517],"David Lawrence Hall"],"main_pivot_9":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_10":[[40.4424243,-79.9569841],"Litchfield Tower C"],"main_pivot_11":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_12":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_13":[[40.4433354,-79.955797],"Amos Hall"],"main_pivot_14":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_15":[[40.4407735,-79.9583094],"Verizon"],"near_pivot":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_1":[[40.4418806,-79.9571879],"2 fast food restaurants"],"around_goal_pivot_2":[[40.4423229,-79.9597103],"hospital"],"around_goal_pivot_3":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_4":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_5":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_6":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_7":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_8":[[40.4406831,-79.9580276],"vacant shop"],"around_goal_pivot_9":[[40.4408964,-79.9577085],"optician shop"],"around_goal_pivot_10":[[40.4414825,-79.9572814],"florist shop"]}} +{"rvs_sample_number":318,"content":"Meet me at the bicycle parking just southeast of the Hillman Library on the corner where the Posvar Passage ends.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4423844,-79.9534361],"key":9077,"region":"Pittsburgh","rvs_start_point":[40.4408627,-79.9577648],"landmarks":{"end_point":[[40.4423844,-79.9534361],"bicycle parking"],"start_point":[[40.4408627,-79.9577648],"stationery shop"],"main_pivot":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_2":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_3":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_4":[[40.4406767931,-79.9576305236],"Forbes Tower"],"main_pivot_5":[[40.4429598,-79.954834],"Bruce Hall"],"main_pivot_6":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_7":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_8":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_9":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_10":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_11":[[40.4430307,-79.9550258],"William Pitt Union"],"main_pivot_12":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_13":[[40.4426009,-79.9556967],"Brackenridge Hall"],"main_pivot_14":[[40.4425573,-79.9553999],"David Lawrence Hall"],"main_pivot_15":[[40.4426682713,-79.9536836847],"library"],"near_pivot":[[40.4426682713,-79.9536836847],"library"],"around_goal_pivot_1":[[40.4420182,-79.9519944],"fountain"],"around_goal_pivot_2":[[40.4412213,-79.9526917],"historic marker"],"around_goal_pivot_3":[[40.4437547,-79.9529557],"museum"],"around_goal_pivot_4":[[40.4436869,-79.9526969],"theatre"],"around_goal_pivot_5":[[40.4417977,-79.9528802],"bench"],"around_goal_pivot_6":[[40.4412287,-79.9537859],"parking entrance"],"around_goal_pivot_7":[[40.4413282,-79.9533984],"parking lot"],"around_goal_pivot_8":[[40.4432459,-79.9537648],"clothes shop"],"around_goal_pivot_9":[[40.4432262676,-79.9523515134],"six gardens"],"around_goal_pivot_10":[[40.4429238,-79.9550307],"convenience shop"]}} +{"rvs_sample_number":292,"content":"Let's get together at the bench that is northwest of you. It's just off ridge ave. it's in the area or campus area of the county community college there. It's at the northeast corner of the parking lot there, near an emergency phone call box.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4498546,-80.0145513],"key":9078,"region":"Pittsburgh","rvs_start_point":[40.4465292333,-80.0041016333],"landmarks":{"end_point":[[40.4498546,-80.0145513],"bench"],"start_point":[[40.4465292333,-80.0041016333],"garden"],"main_pivot":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_2":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_3":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_4":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_5":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_6":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_7":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_8":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_9":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_10":[[40.4468982,-80.0040483],"PNC Park"],"main_pivot_11":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_12":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_13":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_14":[[40.4500901,-80.00678],"Nova Place"],"main_pivot_15":[[40.4500149,-80.014843],"fast food restaurant"],"near_pivot":[[40.4500149,-80.014843],"fast food restaurant"],"around_goal_pivot_1":[[40.4500635,-80.0154789],"cafe"],"around_goal_pivot_2":[[40.4505141,-80.0135743],"vending machine"],"around_goal_pivot_3":[[40.4495242,-80.0134734],"bicycle parking"],"around_goal_pivot_4":[[40.4500516,-80.0155438],"books shop"],"around_goal_pivot_5":[[40.4508269,-80.0127024],"park"]}} +{"rvs_sample_number":221,"content":"Meet me at the garden northeast of your location. Head northeast on Penn Avenue. Walk many blocks until you see a pub on the corner. Your destination is on the next block on the other side of the street. If you see two gardens, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4582315985,-79.9738251738],"key":9079,"region":"Pittsburgh","rvs_start_point":[40.4513145962,-79.9832266453],"landmarks":{"end_point":[[40.4582315985,-79.9738251738],"garden"],"start_point":[[40.4513145962,-79.9832266453],"bakery shop"],"main_pivot":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_2":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_3":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_4":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_5":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_6":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_7":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_8":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_9":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_10":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_11":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_12":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_13":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_14":[[40.4525707,-79.9816679],"Bar Marco"],"main_pivot_15":[[40.4576916,-79.974263],"pub"],"near_pivot":[[40.4576916,-79.974263],"pub"],"beyond_pivot":[[40.4590503603,-79.9729049507],"parking"],"around_goal_pivot_1":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_2":[[40.4568823,-79.9731933],"parking entrance"],"around_goal_pivot_3":[[40.4584245,-79.9753234],"interior decoration shop"],"around_goal_pivot_4":[[40.4586905,-79.9728346],"two gardens"],"around_goal_pivot_5":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":254,"content":"Head directly east and meet me at the garden just south of the large stadium and track. It's near Margaret Morrison Street and the food court.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4422777643,-79.9396176362],"key":9080,"region":"Pittsburgh","rvs_start_point":[40.4434019,-79.9447959],"landmarks":{"end_point":[[40.4422777643,-79.9396176362],"garden"],"start_point":[[40.4434019,-79.9447959],"cafe"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4425853,-79.9400997],"food court"],"near_pivot":[[40.4425853,-79.9400997],"food court"],"around_goal_pivot_1":[[40.4435027479,-79.9394224337],"parking lot"],"around_goal_pivot_2":[[40.4430158,-79.9394249],"track"]}} +{"rvs_sample_number":171,"content":"Meet me at the garden northeast of your location. Head north past David L. Lawrence Convention Center. Keep heading north then turn east onto Smallman Street. Your destination is on the first corner of the next block, across the street from a museum.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4464965872,-79.9929969892],"key":9081,"region":"Pittsburgh","rvs_start_point":[40.443625164,-79.9941698937],"landmarks":{"end_point":[[40.4464965872,-79.9929969892],"garden"],"start_point":[[40.443625164,-79.9941698937],"garden"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_3":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_4":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_5":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_6":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_7":[[40.4456413,-79.9933517],"Byrnes & Kiefer Building"],"main_pivot_8":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_10":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_11":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_12":[[40.4435189,-79.9938928],"Joseph F. Weis, Jr. U.S. Courthouse"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4463334,-79.9928196],"museum"],"near_pivot":[[40.4463334,-79.9928196],"museum"],"around_goal_pivot_1":[[40.4456972,-79.9937454],"bar"],"around_goal_pivot_2":[[40.4463363,-79.9916776],"convenience shop"],"around_goal_pivot_3":[[40.4453544,-79.9932687],"toy shop"],"around_goal_pivot_4":[[40.4459261,-79.9923564],"furniture shop"]}} +{"rvs_sample_number":146,"content":"I'm across the water from you, a few blocks to the northwest. The place I'm at is a clinic off Federal Street. It's the one farthest west into the block from the street. The Garden Theatre is south of here, and there's a library to the southeast of here. ","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.456478,-80.0084401],"key":9082,"region":"Pittsburgh","rvs_start_point":[40.4527236102,-80.0066827506],"landmarks":{"end_point":[[40.456478,-80.0084401],"shelter"],"start_point":[[40.4527236102,-80.0066827506],"museum"],"main_pivot":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_2":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_3":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_4":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_5":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_6":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_7":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_8":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_9":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_10":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_11":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_12":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_13":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_14":[[40.4532834,-80.0081403],"Allegheny Traditional Academy"],"main_pivot_15":[[40.4562372,-80.0086036],"2 gardens"],"near_pivot":[[40.4562372,-80.0086036],"2 gardens"],"around_goal_pivot_1":[[40.4554983,-80.0093831],"two parking lots"],"around_goal_pivot_2":[[40.4554671,-80.0092937],"2 gardens"],"around_goal_pivot_3":[[40.4556681,-80.0074387],"theatre"],"around_goal_pivot_4":[[40.4565984,-80.0068513],"library"],"around_goal_pivot_5":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_6":[[40.4560566,-80.0066507],"Metro by T-Mobile"],"around_goal_pivot_7":[[40.4570154,-80.0074518],"doctor's office"],"around_goal_pivot_8":[[40.455391,-80.0094257],"shelter"],"around_goal_pivot_9":[[40.4564011,-80.0071036],"fast food restaurant"],"around_goal_pivot_10":[[40.4569522,-80.0076342],"clinic"]}} +{"rvs_sample_number":576,"content":"Meet me at the recycling south of you on Sidney Street. If you go directly south from where you are, you'll see the recycling on the south side of Sidney Street at the corner of the street that you are on.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4294249,-79.9776508],"key":9083,"region":"Pittsburgh","rvs_start_point":[40.4314712,-79.9774774],"landmarks":{"end_point":[[40.4294249,-79.9776508],"recycling"],"start_point":[[40.4314712,-79.9774774],"Rainbow"],"main_pivot":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_2":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_3":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_4":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_5":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_6":[[40.4314566,-79.9778541],"Sally Beauty"],"main_pivot_7":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_8":[[40.4314566,-79.9778541],"Sally Beauty"],"main_pivot_9":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_10":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_11":[[40.4314566,-79.9778541],"Sally Beauty"],"main_pivot_12":[[40.4314566,-79.9778541],"Sally Beauty"],"main_pivot_13":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_14":[[40.4310201,-79.9766634],"Giant Eagle"],"main_pivot_15":[[40.4290212,-79.9781916],"pharmacy"],"near_pivot":[[40.4290212,-79.9781916],"pharmacy"],"beyond_pivot":[[40.4290627,-79.9806299],"post_office"],"around_goal_pivot_1":[[40.4283763,-79.9766352],"fast food restaurant"],"around_goal_pivot_2":[[40.4288132,-79.9768342],"bar"],"around_goal_pivot_3":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_4":[[40.4285128,-79.9782144],"parking lot"],"around_goal_pivot_5":[[40.4288607,-79.9770571],"beauty shop"],"around_goal_pivot_6":[[40.4300778,-79.9763573],"vacant shop"],"around_goal_pivot_7":[[40.4286982,-79.9764679],"kiosk shop"],"around_goal_pivot_8":[[40.4283708,-79.9765349],"optician shop"],"around_goal_pivot_9":[[40.4289341,-79.9760596],"park"]}} +{"rvs_sample_number":438,"content":"Meet me at the garden southwest of your location. Head southwest then turn southeast onto 25th Street. Your destination is the third bush on the southern block. It is one block northeast of Meraki Studio fitness centre.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4550136706,-79.9812099766],"key":9084,"region":"Pittsburgh","rvs_start_point":[40.4569476283,-79.979273055],"landmarks":{"end_point":[[40.4550136706,-79.9812099766],"garden"],"start_point":[[40.4569476283,-79.979273055],"garden"],"main_pivot":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_2":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_3":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_4":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_5":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_6":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_7":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_8":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_9":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_10":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_11":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_12":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_13":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_14":[[40.4559416,-79.9795445],"Cinderlands Warehouse"],"main_pivot_15":[[40.4550554,-79.9805566],"3 gardens"],"near_pivot":[[40.4550554,-79.9805566],"3 gardens"],"beyond_pivot":[[40.4550188,-79.9804767],"bicycle_parking"],"around_goal_pivot_1":[[40.4552116,-79.9795677],"animal boarding"],"around_goal_pivot_2":[[40.454542,-79.98227],"fitness centre"]}} +{"rvs_sample_number":289,"content":"Let's meet at the restaurant on Copeland street. It's on it's eastern side across from a yoga type place. It's just north of a coffee place.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4511589,-79.9347254],"key":9085,"region":"Pittsburgh","rvs_start_point":[40.444197,-79.94315205],"landmarks":{"end_point":[[40.4511589,-79.9347254],"restaurant"],"start_point":[[40.444197,-79.94315205],"garden"],"main_pivot":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_6":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_9":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_12":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_15":[[40.4511957,-79.9340204],"J.Crew"],"near_pivot":[[40.4511957,-79.9340204],"J.Crew"],"around_goal_pivot_1":[[40.4511496,-79.9336268],"atm"],"around_goal_pivot_2":[[40.4511369,-79.9335602],"pharmacy"],"around_goal_pivot_3":[[40.4507402,-79.9357127],"fast food restaurant"],"around_goal_pivot_4":[[40.4511693,-79.9334241],"Apple Store"],"around_goal_pivot_5":[[40.451478,-79.9330869],"L'Occitane"],"around_goal_pivot_6":[[40.4512774,-79.9337683],"jewelry shop"],"around_goal_pivot_7":[[40.4507111,-79.9356097],"mall"],"around_goal_pivot_8":[[40.4510513,-79.933702],"florist shop"],"around_goal_pivot_9":[[40.4514368,-79.9333787],"vacant shop"]}} +{"rvs_sample_number":170,"content":"Meet me at the bar on Western Avenue, three blocks northwest of where you are now. If you've hit Parador Inn, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4515855,-80.0171842],"key":9086,"region":"Pittsburgh","rvs_start_point":[40.4495233,-80.0132934],"landmarks":{"end_point":[[40.4515855,-80.0171842],"bar"],"start_point":[[40.4495233,-80.0132934],"bench"],"main_pivot":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_2":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_3":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_4":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_5":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_6":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_7":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_8":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_9":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_10":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_11":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_12":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_13":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_14":[[40.4502499,-80.015872],"BABB Incorporated"],"main_pivot_15":[[40.4514967,-80.0179848],"hotel"],"near_pivot":[[40.4514967,-80.0179848],"hotel"],"beyond_pivot":[[40.450325,-80.0187662],"fast_food"],"around_goal_pivot_1":[[40.4523645,-80.0159351],"2 gardens"],"around_goal_pivot_2":[[40.4508192797,-80.0188200946],"fast food restaurant"],"around_goal_pivot_3":[[40.4518406,-80.0183603],"dentist's office"],"around_goal_pivot_4":[[40.4518188,-80.0159534],"pub"],"around_goal_pivot_5":[[40.4516358,-80.019041],"post box"],"around_goal_pivot_6":[[40.4521579,-80.0159562],"florist shop"],"around_goal_pivot_7":[[40.451763,-80.0154381],"fitness centre"],"around_goal_pivot_8":[[40.4523675,-80.0159092],"garden"]}} +{"rvs_sample_number":7,"content":"Let's sit down together at the library on Whiting Drive, near the center of the major curve on this drive, just north of it. There is a religious school just to the west of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4391667,-79.9636111],"key":9087,"region":"Pittsburgh","rvs_start_point":[40.4453536,-79.9561404],"landmarks":{"end_point":[[40.4391667,-79.9636111],"library"],"start_point":[[40.4453536,-79.9561404],"waste basket"],"main_pivot":[[40.4449514,-79.9572791],"O'Hara Student Center"],"main_pivot_2":[[40.4446363,-79.9570153],"Thackeray Hall"],"main_pivot_3":[[40.4455760447,-79.9577477411],"Cheveron Science Center"],"main_pivot_4":[[40.4446363,-79.9570153],"Thackeray Hall"],"main_pivot_5":[[40.444426,-79.9580099],"Gardner Steel Conference Center"],"main_pivot_6":[[40.4454248,-79.9564708],"Soldiers and Sailors Memorial Hall"],"main_pivot_7":[[40.444426,-79.9580099],"Gardner Steel Conference Center"],"main_pivot_8":[[40.4446363,-79.9570153],"Thackeray Hall"],"main_pivot_9":[[40.444426,-79.9580099],"Gardner Steel Conference Center"],"main_pivot_10":[[40.4454248,-79.9564708],"Soldiers and Sailors Memorial Hall"],"main_pivot_11":[[40.4441456,-79.9586912],"Learning Research and Development Center Building"],"main_pivot_12":[[40.4441456,-79.9586912],"Learning Research and Development Center Building"],"main_pivot_13":[[40.4455760447,-79.9577477411],"Cheveron Science Center"],"main_pivot_14":[[40.4444545,-79.9583493],"Allen Hall"],"main_pivot_15":[[40.4397913,-79.963941],"school"],"near_pivot":[[40.4397913,-79.963941],"school"],"around_goal_pivot_1":[[40.4389004,-79.9649048],"school"],"around_goal_pivot_2":[[40.4404484,-79.9648237],"parking lot"]}} +{"rvs_sample_number":153,"content":"Meet me at the garden on Liberty Avenue. It is to the east of the train station, across the street. North of the bicycle rental.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4415914304,-80.0035712266],"key":9088,"region":"Pittsburgh","rvs_start_point":[40.4457280002,-80.013089776],"landmarks":{"end_point":[[40.4415914304,-80.0035712266],"garden"],"start_point":[[40.4457280002,-80.013089776],"garden"],"main_pivot":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_2":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_3":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_4":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_7":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_8":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_9":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_10":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_11":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_12":[[40.4478643,-80.0059974],"PNC Park"],"main_pivot_13":[[40.4460958323,-80.0098354923],"Fort Duquesne Bridge"],"main_pivot_14":[[40.4456856,-80.0120454],"North Shore Riverfront Park"],"main_pivot_15":[[40.4416035,-80.0040341],"train station"],"near_pivot":[[40.4416035,-80.0040341],"train station"],"around_goal_pivot_1":[[40.4423059,-80.0051113],"5 gardens"],"around_goal_pivot_2":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_3":[[40.4410422,-80.0029338],"Chase"],"around_goal_pivot_4":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_5":[[40.4415138,-80.0020949],"taxi stand"],"around_goal_pivot_6":[[40.4423748,-80.0049941],"2 gardens"],"around_goal_pivot_7":[[40.4411132,-80.0049731],"fountain"],"around_goal_pivot_8":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_9":[[40.4409032,-80.0031441],"bicycle rental"],"around_goal_pivot_10":[[40.4425218,-80.0046402],"bicycle parking"]}} +{"rvs_sample_number":219,"content":"Meet me at the pitch to the south of a university which is on Forbes Avenue. There is a garden directly south of the pitch. You will find some benches in the northwest direction from the pitch.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4422916875,-79.9423115682],"key":9089,"region":"Pittsburgh","rvs_start_point":[40.4435445,-79.9557594],"landmarks":{"end_point":[[40.4422916875,-79.9423115682],"pitch"],"start_point":[[40.4435445,-79.9557594],"cafe"],"main_pivot":[[40.4432834319,-79.9559704763],"Holland Hall"],"main_pivot_2":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_3":[[40.441671,-79.9511618],"Nicholas Lochoff Cloister"],"main_pivot_4":[[40.4419444,-79.9493782],"Bellefield Boiler Plant"],"main_pivot_5":[[40.4429027,-79.9554843],"Brackenridge Hall"],"main_pivot_6":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_7":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_8":[[40.4420489,-79.9533203],"Wesley W. Posvar Hall"],"main_pivot_9":[[40.4429932492,-79.9553570401],"Bruce Hall"],"main_pivot_10":[[40.4423629035,-79.9523430066],"Schenley Plaza"],"main_pivot_11":[[40.4423082,-79.9501928],"Carnegie Museum of Natural History"],"main_pivot_12":[[40.4430295,-79.953733],"Hillman Library"],"main_pivot_13":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_14":[[40.4420725,-79.9519137],"Mary Schenley Memorial Fountain"],"main_pivot_15":[[40.4416946953,-79.9425170408],"garden"],"near_pivot":[[40.4416946953,-79.9425170408],"garden"],"beyond_pivot":[[40.4415167,-79.9419599],"restaurant"],"around_goal_pivot_1":[[40.4431541,-79.9433372],"arts centre"],"around_goal_pivot_2":[[40.4413262,-79.9440246],"library"],"around_goal_pivot_3":[[40.4430256,-79.9421484],"convenience shop"],"around_goal_pivot_4":[[40.4421556,-79.9433239],"2 benches"],"around_goal_pivot_5":[[40.4422173,-79.9436255],"three benches"],"around_goal_pivot_6":[[40.441191,-79.9432778],"park"],"around_goal_pivot_7":[[40.4431506118,-79.9412612071],"track"],"around_goal_pivot_8":[[40.443115667,-79.9412900174],"stadium"]}} +{"rvs_sample_number":129,"content":"Meet me at the pub northwest of your location. Head northwest and cross the bridge over the water. Make a right onto North Shore Drive. Your destination is on the corner of the next block, just north of North Shore Riverfront Park.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4464526,-80.0076755],"key":9090,"region":"Pittsburgh","rvs_start_point":[40.4422099,-80.0054427],"landmarks":{"end_point":[[40.4464526,-80.0076755],"pub"],"start_point":[[40.4422099,-80.0054427],"bench"],"main_pivot":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_3":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_6":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_7":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_8":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_9":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_11":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_12":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_13":[[40.4419032505,-80.0060571041],"Wyndham Grand Pittsburgh Downtown"],"main_pivot_14":[[40.4439343,-80.0025929],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4460138673,-80.0075929588],"park"],"near_pivot":[[40.4460138673,-80.0075929588],"park"],"around_goal_pivot_1":[[40.4479245,-80.0067191],"Residence Inn"],"around_goal_pivot_2":[[40.4458833,-80.0083784],"fountain"],"around_goal_pivot_3":[[40.4472989,-80.0054428],"pitch"],"around_goal_pivot_4":[[40.4458972,-80.0068456],"playground"]}} +{"rvs_sample_number":18,"content":"Head south across the river and meet up with me at the garden just inland and across from the hotel from the clipper fleet's spot on the Monongahela. West station square Dr. passes right by it. A parking garage is just southwest of it.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4345144873,-80.0066808955],"key":9091,"region":"Pittsburgh","rvs_start_point":[40.4440251,-79.996842],"landmarks":{"end_point":[[40.4345144873,-80.0066808955],"garden"],"start_point":[[40.4440251,-79.996842],"fast food restaurant"],"main_pivot":[[40.4431806,-79.996395],"August Wilson Center for African American Culture"],"main_pivot_2":[[40.444723556,-79.997026878],"David L. Lawrence Convention Center"],"main_pivot_3":[[40.440499,-79.9977463],"William Penn Place"],"main_pivot_4":[[40.439223,-79.9997089],"Pittsburgh Playhouse"],"main_pivot_5":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_6":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_7":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_8":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_9":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_10":[[40.4376491,-80.0007098],"Engine Company No. 1"],"main_pivot_11":[[40.4406937,-79.9981196],"Mellon National Bank Building"],"main_pivot_12":[[40.4419529,-79.9967665],"Verizon Building"],"main_pivot_13":[[40.4413204,-79.9976806],"Mellon Square"],"main_pivot_14":[[40.4415348,-79.9970014],"Regional Enterprise Tower"],"main_pivot_15":[[40.4345390862,-80.0065015566],"Sheraton"],"near_pivot":[[40.4345390862,-80.0065015566],"Sheraton"],"beyond_pivot":[[40.4349323,-80.0078754],"parking"],"around_goal_pivot_1":[[40.4345693,-80.0076878],"parking entrance"]}} +{"rvs_sample_number":197,"content":"Meet me at the restaurant south of you on the other side of the river on Liberty Avenue. It's across the street from the August Wilson Center for African American Culture.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4435693,-79.9960282],"key":9092,"region":"Pittsburgh","rvs_start_point":[40.4539564,-79.9987368],"landmarks":{"end_point":[[40.4435693,-79.9960282],"restaurant"],"start_point":[[40.4539564,-79.9987368],"Metro by T-Mobile"],"main_pivot":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_2":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_3":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_4":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_5":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_6":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_7":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_8":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_9":[[40.4427059,-79.9967623],"Centre City Tower"],"main_pivot_10":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_11":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_12":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_13":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_14":[[40.4435531,-79.9972516],"Ewart Building"],"main_pivot_15":[[40.4433159,-79.9960715],"arts centre"],"near_pivot":[[40.4433159,-79.9960715],"arts centre"],"beyond_pivot":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_1":[[40.4436986,-79.9942322],"3 gardens"],"around_goal_pivot_2":[[40.4445609,-79.9958304],"three gardens"],"around_goal_pivot_3":[[40.4440719,-79.995139],"Westin"],"around_goal_pivot_4":[[40.4444503,-79.9960007],"two gardens"],"around_goal_pivot_5":[[40.443149,-79.997737],"Minuteman Press"],"around_goal_pivot_6":[[40.4443646,-79.9963232],"Courtyard"],"around_goal_pivot_7":[[40.4444077,-79.9962786],"dentist's office"],"around_goal_pivot_8":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_9":[[40.4444057,-79.9954843],"bicycle parking"],"around_goal_pivot_10":[[40.4439966,-79.9942907],"post box"]}} +{"rvs_sample_number":281,"content":"Meet me at the restaurant on Filmore Street, located at the northeast corner of a block. Starbucks is across the street on the opposite end. There is a bicycle rental also on the northeast corner of the south block.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4451416429,-79.9490473075],"key":9093,"region":"Pittsburgh","rvs_start_point":[40.4547076835,-79.9353208295],"landmarks":{"end_point":[[40.4451416429,-79.9490473075],"restaurant"],"start_point":[[40.4547076835,-79.9353208295],"bridge"],"main_pivot":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_2":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_3":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_4":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_5":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_6":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_7":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_8":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_9":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_10":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_11":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_12":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_13":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_14":[[40.4482662,-79.948769],"Oakland Catholic High School"],"main_pivot_15":[[40.4445757,-79.9485513],"cafe"],"near_pivot":[[40.4445757,-79.9485513],"cafe"],"around_goal_pivot_1":[[40.4441209,-79.94885],"museum"],"around_goal_pivot_2":[[40.4464446,-79.9487914],"bank"],"around_goal_pivot_3":[[40.4446115,-79.9483075],"social centre"],"around_goal_pivot_4":[[40.4458841,-79.9487456],"dentist's office"],"around_goal_pivot_5":[[40.4444144,-79.9478904],"post box"],"around_goal_pivot_6":[[40.4442776,-79.9488965],"bicycle rental"],"around_goal_pivot_7":[[40.4452688,-79.9480839],"parking lot"],"around_goal_pivot_8":[[40.4463215,-79.9485086],"hairdresser shop"],"around_goal_pivot_9":[[40.4462841,-79.9487558],"boutique shop"],"around_goal_pivot_10":[[40.4458842,-79.9474097],"garden"]}} +{"rvs_sample_number":134,"content":"Meet me at the cafe south of you. If you head south on Smithfield Street, you will see the cafe in the next block past the block where the Smithfield News kiosk is. It's on the opposite side of the street of the kiosk and near the middle of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4368682,-80.0005621],"key":9094,"region":"Pittsburgh","rvs_start_point":[40.4434091,-80.0006562],"landmarks":{"end_point":[[40.4368682,-80.0005621],"cafe"],"start_point":[[40.4434091,-80.0006562],"fountain"],"main_pivot":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_2":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_3":[[40.4390905,-80.0006572],"Commonwealth Building"],"main_pivot_4":[[40.4378103,-80.0006048],"Engine Company No. 1"],"main_pivot_5":[[40.4428174,-79.9999592],"Benedum Center"],"main_pivot_6":[[40.4422748,-79.9995486],"Wood Street Galleries"],"main_pivot_7":[[40.4435495154,-80.0006933556],"Century Building"],"main_pivot_8":[[40.4428174,-79.9999592],"Benedum Center"],"main_pivot_9":[[40.4411790727,-80.0009786206],"Three PNC Plaza"],"main_pivot_10":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_11":[[40.44176,-79.9998403],"K&L Gates Center"],"main_pivot_12":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_13":[[40.4405162,-80.0003926],"Tower at PNC Plaza"],"main_pivot_14":[[40.4378103,-80.0006048],"Engine Company No. 1"],"main_pivot_15":[[40.4394231116,-80.0012866519],"university"],"near_pivot":[[40.4394231116,-80.0012866519],"university"],"beyond_pivot":[[40.4362533,-80.0010549],"bridge"],"around_goal_pivot_1":[[40.4378103,-80.0006048],"public building"],"around_goal_pivot_2":[[40.4381826,-80.0001673],"restaurant"],"around_goal_pivot_3":[[40.4378722,-80.0000798],"bicycle parking"],"around_goal_pivot_4":[[40.4376629,-79.9992586],"parking entrance"],"around_goal_pivot_5":[[40.4376162,-80.0004162],"kiosk shop"],"around_goal_pivot_6":[[40.4379902,-80.0002944],"mobile phone shop"],"around_goal_pivot_7":[[40.4380743,-80.0002446],"clothes shop"],"around_goal_pivot_8":[[40.4363755,-80.0013041],"park"]}} +{"rvs_sample_number":565,"content":"Head out west and meet up with me at the garden on Sassafras way just a couple of blocks northeast of where it goes under the bridge. There is a storage rental spot just to the east of it. It's in the area where there is a sort of performing dance arts place.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4575709484,-79.9725837569],"key":9095,"region":"Pittsburgh","rvs_start_point":[40.4575829,-79.9572073],"landmarks":{"end_point":[[40.4575709484,-79.9725837569],"garden"],"start_point":[[40.4575829,-79.9572073],"school"],"main_pivot":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_2":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_3":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_4":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_5":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_6":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_7":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_8":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_9":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_10":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_11":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_12":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_13":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_14":[[40.4590036,-79.9571355],"Bloomfield Bridge"],"main_pivot_15":[[40.458207,-79.97298],"car repair shop"],"near_pivot":[[40.458207,-79.97298],"car repair shop"],"beyond_pivot":[[40.4578243,-79.9719115],"storage_rental"],"around_goal_pivot_1":[[40.4575966,-79.9740304],"pub"],"around_goal_pivot_2":[[40.458395,-79.9735747],"restaurant"],"around_goal_pivot_3":[[40.4578969,-79.9739684],"3 gardens"],"around_goal_pivot_4":[[40.458395,-79.9735747],"supermarket"],"around_goal_pivot_5":[[40.4572902,-79.9736669],"storage rental shop"],"around_goal_pivot_9":[[40.4586231,-79.9728332],"two gardens"]}} +{"rvs_sample_number":205,"content":"Meet me at the parking lot to your northeast. Head up Liberty Avenue and you will find it about half a block past the garden, on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4597188331,-79.9696358296],"key":9096,"region":"Pittsburgh","rvs_start_point":[40.4551130228,-79.9834504428],"landmarks":{"end_point":[[40.4597188331,-79.9696358296],"parking lot"],"start_point":[[40.4551130228,-79.9834504428],"garden"],"main_pivot":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_2":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_3":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_4":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_5":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_6":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_7":[[40.4554291,-79.9778835],"Pane e Pronto"],"main_pivot_8":[[40.4561124,-79.9760226],"Bow-Wow Doggie Day Care"],"main_pivot_9":[[40.4570134,-79.9755625],"Klavon's Ice Cream Parlor"],"main_pivot_10":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_11":[[40.4553703,-79.9779581],"Savoy"],"main_pivot_12":[[40.4550375,-79.978714],"DiAnoia's Eatery"],"main_pivot_13":[[40.4550157,-79.9788222],"Pizzeria Davide"],"main_pivot_14":[[40.4575966,-79.9740304],"Art's Tavern"],"main_pivot_15":[[40.459366,-79.9703439],"garden"],"near_pivot":[[40.459366,-79.9703439],"garden"]}} +{"rvs_sample_number":352,"content":"I'm to the northwest of you. We can meet here at a parking lot on Childrens Way, southeast of Allegheny Traditional Academy. It's the lot closest to the planetarium. ","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4530372572,-80.0071245609],"key":9097,"region":"Pittsburgh","rvs_start_point":[40.4433325,-80.0025725],"landmarks":{"end_point":[[40.4530372572,-80.0071245609],"parking lot"],"start_point":[[40.4433325,-80.0025725],"gift shop"],"main_pivot":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_2":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_3":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_4":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_5":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_6":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_7":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_8":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_9":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_10":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_11":[[40.4474572,-80.0042202],"PNC Park"],"main_pivot_12":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_13":[[40.4503211181,-80.0068592619],"Nova Place"],"main_pivot_14":[[40.4435392,-80.0024124],"Renaissance Pittsburgh Hotel"],"main_pivot_15":[[40.4529581,-80.0066317],"planetarium"],"near_pivot":[[40.4529581,-80.0066317],"planetarium"],"around_goal_pivot_1":[[40.4532834,-80.0081403],"historic building"],"around_goal_pivot_2":[[40.4533448,-80.005309],"theatre"],"around_goal_pivot_3":[[40.4520527,-80.0062278],"fountain"],"around_goal_pivot_4":[[40.4524871,-80.0058614],"bicycle parking"],"around_goal_pivot_5":[[40.4521145,-80.0069101],"dog park"],"around_goal_pivot_6":[[40.45317,-80.0060977],"garden"]}} +{"rvs_sample_number":231,"content":"Meet me at the parking lot southwest of you. Head down South Bellefield Avenue until you reach the end of the street and then head west. You will see the parking lot in about half of a block on the north side of that street. It's in front of the Cathedral of Learning.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.443855966,-79.952214363],"key":9098,"region":"Pittsburgh","rvs_start_point":[40.4562577,-79.9446608],"landmarks":{"end_point":[[40.443855966,-79.952214363],"parking lot"],"start_point":[[40.4562577,-79.9446608],"parking entrance"],"main_pivot":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_2":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_3":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_4":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_5":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_6":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_7":[[40.445364,-79.9516393],"Heinz Memorial Chapel"],"main_pivot_8":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_9":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_10":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_11":[[40.4473303,-79.9524392],"Information Sciences Building"],"main_pivot_12":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_13":[[40.445569,-79.9513232],"Bellefield Hall"],"main_pivot_14":[[40.4466542,-79.9520803],"Music Building"],"main_pivot_15":[[40.4441649,-79.9525158],"historic building"],"near_pivot":[[40.4441649,-79.9525158],"historic building"],"around_goal_pivot_1":[[40.443177,-79.9526182],"4 gardens"],"around_goal_pivot_2":[[40.445364,-79.9516393],"attraction"],"around_goal_pivot_3":[[40.4430641,-79.9525423],"picnic site"],"around_goal_pivot_4":[[40.4434709,-79.9513212],"theatre"],"around_goal_pivot_5":[[40.4431206,-79.9531096],"two fast food restaurants"],"around_goal_pivot_6":[[40.443054991,-79.9530308791],"fast food restaurant"],"around_goal_pivot_7":[[40.4425977,-79.9524953],"shelter"],"around_goal_pivot_8":[[40.4451738,-79.9518083],"seven benches"],"around_goal_pivot_9":[[40.4432459,-79.9537648],"clothes shop"]}} +{"rvs_sample_number":487,"content":"Meet me at the streetside bridge southeast of your location. Head northeast until you get to Second Avenue across the water. Then head southeast. Your destination is just before some toilets. There is also a private parking lot farther south.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4260148932,-79.953617305],"key":9099,"region":"Pittsburgh","rvs_start_point":[40.4280480717,-79.9717577584],"landmarks":{"end_point":[[40.4260148932,-79.953617305],"bridge"],"start_point":[[40.4280480717,-79.9717577584],"bar"],"main_pivot":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_2":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_3":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_4":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_5":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_6":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_7":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_8":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_9":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_10":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_11":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_12":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_13":[[40.4317837,-79.9604527],"Pittsburgh Technology Center"],"main_pivot_14":[[40.4364108973,-79.9727432991],"Birmingham Bridge"],"main_pivot_15":[[40.4257559,-79.9533667],"toilets"],"near_pivot":[[40.4257559,-79.9533667],"toilets"],"around_goal_pivot_1":[[40.4250418,-79.9529612],"parking lot"]}} +{"rvs_sample_number":12,"content":"I'm at the marina near 23rd Street to your southwest. There are several gardens around here, and the marina is north of the Pennsylvania Railroad Fruit Auction & Sales building.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4545931,-79.9852341],"key":9100,"region":"Pittsburgh","rvs_start_point":[40.4571134383,-79.9734530791],"landmarks":{"end_point":[[40.4545931,-79.9852341],"marina"],"start_point":[[40.4571134383,-79.9734530791],"garden"],"main_pivot":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4525264,-79.9843725],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4547509,-79.9843929],"garden"],"near_pivot":[[40.4547509,-79.9843929],"garden"],"around_goal_pivot_1":[[40.4537560056,-79.9853910407],"two gardens"],"around_goal_pivot_2":[[40.4551511,-79.983519],"3 gardens"],"around_goal_pivot_3":[[40.4552735,-79.983711],"4 gardens"],"around_goal_pivot_5":[[40.4549106,-79.9838907],"4 gardens"]}} +{"rvs_sample_number":457,"content":"Head up northwest to the restaurant. It's on Graeme St. I'm at the northwest corner top of the market area. There is a Chase bank just south of here. A mickey D's fast food place is on the next block to the west of here if you don't like the cuisine here.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4412167,-80.0028105],"key":9101,"region":"Pittsburgh","rvs_start_point":[40.4388895,-79.9981732],"landmarks":{"end_point":[[40.4412167,-80.0028105],"restaurant"],"start_point":[[40.4388895,-79.9981732],"bank"],"main_pivot":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_2":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_3":[[40.4394148,-79.9989752],"(former Kaufmann's\/Macy's)"],"main_pivot_4":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_5":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_6":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_7":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_8":[[40.4389306,-79.9976781],"Frick Building"],"main_pivot_9":[[40.4400290653,-80.0024519792],"Burke Building"],"main_pivot_10":[[40.4400332,-80.0021929],"Benedum-Trees Building"],"main_pivot_11":[[40.4398487,-80.0000093],"Warner Centre"],"main_pivot_12":[[40.4386466761,-79.9982649408],"Law & Finance Building"],"main_pivot_13":[[40.4397441,-80.0014382],"Arrott Building"],"main_pivot_14":[[40.4395082,-79.9995249],"Pittsburgh Playhouse"],"main_pivot_15":[[40.4410422,-80.0029338],"Chase"],"near_pivot":[[40.4410422,-80.0029338],"Chase"],"beyond_pivot":[[40.4411935,-80.0036623],"fast_food"],"around_goal_pivot_1":[[40.4415403,-80.0040357],"train station"],"around_goal_pivot_2":[[40.4412207,-80.0010921],"bank"],"around_goal_pivot_3":[[40.4406988,-80.0045114],"2 gardens"],"around_goal_pivot_4":[[40.4402268,-80.0016139],"Hilton Garden Inn"],"around_goal_pivot_5":[[40.4414817,-80.0018083],"Fairmont"],"around_goal_pivot_6":[[40.4410152,-80.0038795],"Rite Aid"],"around_goal_pivot_7":[[40.4398286,-80.0031415],"fountain"],"around_goal_pivot_8":[[40.4423734,-80.0021589],"bar"],"around_goal_pivot_9":[[40.4425478,-80.0033165],"pharmacy"],"around_goal_pivot_10":[[40.4410125,-80.0009821],"post box"]}} +{"rvs_sample_number":357,"content":"Let's meet up at the garden on Smallman Street. On the same block to its southwest, there is two gardens. Across two blocks on the south, you'll see a clothes shop directly to its south.\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4584831289,-79.9752872051],"key":9102,"region":"Pittsburgh","rvs_start_point":[40.4514610326,-79.9838743022],"landmarks":{"end_point":[[40.4584831289,-79.9752872051],"garden"],"start_point":[[40.4514610326,-79.9838743022],"restaurant"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.458771,-79.974782],"two gardens"],"near_pivot":[[40.458771,-79.974782],"two gardens"],"around_goal_pivot_1":[[40.4588971,-79.9742653],"gas station"],"around_goal_pivot_2":[[40.4584801,-79.9740105],"restaurant"],"around_goal_pivot_3":[[40.4570947,-79.97577],"ice cream"],"around_goal_pivot_4":[[40.4576916,-79.974263],"pub"],"around_goal_pivot_5":[[40.4580074,-79.9738336],"three gardens"],"around_goal_pivot_6":[[40.4573062,-79.9751722],"clothes shop"],"around_goal_pivot_7":[[40.4586307,-79.973854],"supermarket"],"around_goal_pivot_8":[[40.4577381,-79.9763146],"two gardens"]}} +{"rvs_sample_number":263,"content":"Head northwest, and cross under the portal bridge. I'm near the north coast at the drinking water just west of the viewpoint.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4425876,-80.0101805],"key":9103,"region":"Pittsburgh","rvs_start_point":[40.439353,-79.9963234],"landmarks":{"end_point":[[40.4425876,-80.0101805],"drinking water"],"start_point":[[40.439353,-79.9963234],"fountain"],"main_pivot":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_2":[[40.439983,-79.9986048],"(former Kaufmann's\/Macy's)"],"main_pivot_3":[[40.4391204421,-79.9963554032],"Allegheny County Courthouse"],"main_pivot_4":[[40.4416065,-80.003628],"Fifth Avenue Place"],"main_pivot_5":[[40.4394046143,-79.9962000507],"BNY Mellon Center"],"main_pivot_6":[[40.4396131,-79.9962907],"BNY Mellon Center"],"main_pivot_7":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_8":[[40.4412497,-80.0046296],"Four Gateway Center"],"main_pivot_9":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_10":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_11":[[40.4396131,-79.9962907],"BNY Mellon Center"],"main_pivot_12":[[40.4405752,-80.0002825],"Tower at PNC Plaza"],"main_pivot_13":[[40.4408272302,-80.0096585777],"Fort Pitt Museum"],"main_pivot_14":[[40.4410024,-80.0008386],"One PNC Plaza"],"main_pivot_15":[[40.4423911,-80.0096045],"viewpoint"],"near_pivot":[[40.4423911,-80.0096045],"viewpoint"],"around_goal_pivot_1":[[40.4412156511,-80.0097737385],"historic building"],"around_goal_pivot_2":[[40.4400474958,-80.0073164698],"park"],"around_goal_pivot_3":[[40.4413039,-80.0093375],"bicycle repair station"]}} +{"rvs_sample_number":121,"content":"Head north, and meet me at the research institute. It's a part of the hospital complex, just south of where the outdoor shelters are located. You'll see if just west of Legends of the North Shore restaurant on East North Avenue.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.4566668,-80.0029152],"key":9104,"region":"Pittsburgh","rvs_start_point":[40.4532779,-80.0010938],"landmarks":{"end_point":[[40.4566668,-80.0029152],"research institute"],"start_point":[[40.4532779,-80.0010938],"restaurant"],"main_pivot":[[40.4534183,-80.0015575],"Subway"],"main_pivot_2":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_3":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_4":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_5":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_6":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_7":[[40.4535275,-80.0009731],"Fine Wine & Good Spirits"],"main_pivot_8":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_9":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_10":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_11":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_12":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_13":[[40.453205,-80.0014902],"Rita's Italian Ice"],"main_pivot_14":[[40.4534274,-80.0014876],"Boost Mobile"],"main_pivot_15":[[40.4571234,-80.002953],"two shelters"],"near_pivot":[[40.4571234,-80.002953],"two shelters"],"around_goal_pivot_1":[[40.4565365,-80.001474],"restaurant"],"around_goal_pivot_2":[[40.455582,-80.0022957],"funeral directors shop"],"around_goal_pivot_3":[[40.4549847,-80.0031087],"pitch"],"around_goal_pivot_6":[[40.4580896,-80.0031618],"2 parking entrances"]}} +{"rvs_sample_number":256,"content":"Across the river southwest of you, meet me at the library there. It's on Grandview ave. To reach it, you'll have to cross the bridge. You'll likely want to take the Fort Pitt bridge, but you could take the smithfield street bridge, it's just going to be further for you if you do that. Across the street there is a nice viewpoint (it's on the northeast side of the street- the library on southwest, each place is near the tunnel.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4335037,-80.0104666],"key":9105,"region":"Pittsburgh","rvs_start_point":[40.4404320252,-80.0055841139],"landmarks":{"end_point":[[40.4335037,-80.0104666],"library"],"start_point":[[40.4404320252,-80.0055841139],"garden"],"main_pivot":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_2":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_3":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_4":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_5":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_6":[[40.4406813,-80.0058714],"River Vue Apartments"],"main_pivot_7":[[40.4405925,-80.0050708],"Four Gateway Center"],"main_pivot_8":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_9":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_10":[[40.4406813,-80.0058714],"River Vue Apartments"],"main_pivot_11":[[40.4406813,-80.0058714],"River Vue Apartments"],"main_pivot_12":[[40.4390455,-80.0058641],"11 Stanwix Street"],"main_pivot_13":[[40.4388739,-80.0047489],"Mamaux Building"],"main_pivot_14":[[40.4406813,-80.0058714],"River Vue Apartments"],"main_pivot_15":[[40.4337425,-80.0102316],"viewpoint"],"near_pivot":[[40.4337425,-80.0102316],"viewpoint"],"beyond_pivot":[[40.4312862,-80.0134007],"playground"],"around_goal_pivot_1":[[40.4345176,-80.0112983],"viewpoint"]}} +{"rvs_sample_number":349,"content":"I'm on the west side of West Park. Meet me at the garden on Brighton Road. It's on the Northeast corner of the block east of Allegheny Sandwich Shop.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4530382699,-80.0144397649],"key":9106,"region":"Pittsburgh","rvs_start_point":[40.4530372572,-80.0071245609],"landmarks":{"end_point":[[40.4530382699,-80.0144397649],"garden"],"start_point":[[40.4530372572,-80.0071245609],"parking lot"],"main_pivot":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_2":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_3":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_4":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_5":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_6":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_7":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_8":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_9":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_10":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_11":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_12":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_13":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_14":[[40.4528595,-80.0068496],"Children's Museum of Pittsburgh"],"main_pivot_15":[[40.4516891,-80.0111034],"park"],"near_pivot":[[40.4516891,-80.0111034],"park"],"beyond_pivot":[[40.4526133,-80.0152897],"parking"],"around_goal_pivot_1":[[40.4523315,-80.0150728],"restaurant"],"around_goal_pivot_2":[[40.4523023,-80.0150617],"bench"],"around_goal_pivot_3":[[40.4522507243,-80.0123814592],"pitch"],"around_goal_pivot_4":[[40.4523332,-80.0135172],"park"],"around_goal_pivot_5":[[40.4520406,-80.015434],"fitness centre"],"around_goal_pivot_8":[[40.4542817,-80.0140294],"2 gardens"]}} +{"rvs_sample_number":452,"content":"Meet me at the garden just a few blocks north of you. If you take 23rd Street northwest you will see the garden in the middle of the last block before you get to the water. It's about a block northwest of Coop de Ville restaurant.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4544167646,-79.9833489609],"key":9107,"region":"Pittsburgh","rvs_start_point":[40.4520397,-79.9824153],"landmarks":{"end_point":[[40.4544167646,-79.9833489609],"garden"],"start_point":[[40.4520397,-79.9824153],"fabric shop"],"main_pivot":[[40.4537468,-79.9822684],"Coop de Ville"],"main_pivot_2":[[40.4515262,-79.982754],"Pittsburgh Popcorn Company"],"main_pivot_3":[[40.452115,-79.9819883],"Leaf & Bean"],"main_pivot_4":[[40.4515262,-79.982754],"Pittsburgh Popcorn Company"],"main_pivot_5":[[40.4524411,-79.9832823],"Saint Stanislaus Church"],"main_pivot_6":[[40.4537468,-79.9822684],"Coop de Ville"],"main_pivot_7":[[40.4523827,-79.9819657],"Penn Avenue Fish Co"],"main_pivot_8":[[40.4518012,-79.982765],"Luke Wholey's Wild Alaskan Grille"],"main_pivot_9":[[40.4524270599,-79.982269196],"Penn Animal Hospital"],"main_pivot_10":[[40.4524411,-79.9832823],"Saint Stanislaus Church"],"main_pivot_11":[[40.4515262,-79.982754],"Pittsburgh Popcorn Company"],"main_pivot_12":[[40.4524270599,-79.982269196],"Penn Animal Hospital"],"main_pivot_13":[[40.4524270599,-79.982269196],"Penn Animal Hospital"],"main_pivot_14":[[40.452115,-79.9819883],"Leaf & Bean"],"main_pivot_15":[[40.4536321,-79.9823067],"parking lot"],"near_pivot":[[40.4536321,-79.9823067],"parking lot"],"beyond_pivot":[[40.455275,-79.9836605],"garden"],"around_goal_pivot_1":[[40.4537468,-79.9822684],"restaurant"],"around_goal_pivot_2":[[40.455275,-79.9836605],"3 gardens"],"around_goal_pivot_3":[[40.4540878,-79.9817118],"hairdresser shop"],"around_goal_pivot_4":[[40.454542,-79.98227],"fitness centre"],"around_goal_pivot_10":[[40.4536528,-79.9824195],"two gardens"]}} +{"rvs_sample_number":109,"content":"Meet me at the post box on Louisa Street. It is across the street from Fire Station Number 14. It is on the corner of the block.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4383823,-79.9575775],"key":9108,"region":"Pittsburgh","rvs_start_point":[40.446792,-79.9488775],"landmarks":{"end_point":[[40.4383823,-79.9575775],"post box"],"start_point":[[40.446792,-79.9488775],"post box"],"main_pivot":[[40.4447837,-79.9533918],"Cathedral of Learning"],"main_pivot_2":[[40.446451,-79.9522987],"Music Building"],"main_pivot_3":[[40.4419421,-79.9560561],"Barco Law Building"],"main_pivot_4":[[40.4418286,-79.9564675],"Sennott Square"],"main_pivot_5":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_6":[[40.4435763,-79.9544168],"William Pitt Union"],"main_pivot_7":[[40.4428425,-79.9553409],"Brackenridge Hall"],"main_pivot_8":[[40.442824796,-79.9545059009],"Hillman Library"],"main_pivot_9":[[40.445649,-79.9534806],"Alumni Hall"],"main_pivot_10":[[40.4428425,-79.9553409],"Brackenridge Hall"],"main_pivot_11":[[40.4421138,-79.9564459],"Essie's Original Hot Dogs"],"main_pivot_12":[[40.4460286,-79.9529221],"Clapp Hall"],"main_pivot_13":[[40.4409588,-79.9561028],"Bouquet Gardens"],"main_pivot_14":[[40.446451,-79.9522987],"Music Building"],"main_pivot_15":[[40.4387003,-79.9576606],"fire station"],"near_pivot":[[40.4387003,-79.9576606],"fire station"],"around_goal_pivot_1":[[40.4391879,-79.956479],"post box"]}} +{"rvs_sample_number":163,"content":"Let's meet up for a massage. I'm at the shop northeast of you on Centre Avenue. It's west of the painter's shop and doctor's office.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.457565,-79.9336342],"key":9109,"region":"Pittsburgh","rvs_start_point":[40.4511349,-79.9349275],"landmarks":{"end_point":[[40.457565,-79.9336342],"massage shop"],"start_point":[[40.4511349,-79.9349275],"restaurant"],"main_pivot":[[40.4565316,-79.9330054],"Negley"],"main_pivot_2":[[40.4565316,-79.9330054],"Negley"],"main_pivot_3":[[40.4565316,-79.9330054],"Negley"],"main_pivot_4":[[40.4565316,-79.9330054],"Negley"],"main_pivot_5":[[40.4565316,-79.9330054],"Negley"],"main_pivot_6":[[40.4565316,-79.9330054],"Negley"],"main_pivot_7":[[40.4565316,-79.9330054],"Negley"],"main_pivot_8":[[40.4565316,-79.9330054],"Negley"],"main_pivot_9":[[40.4565316,-79.9330054],"Negley"],"main_pivot_10":[[40.4565316,-79.9330054],"Negley"],"main_pivot_11":[[40.4565316,-79.9330054],"Negley"],"main_pivot_12":[[40.4565316,-79.9330054],"Negley"],"main_pivot_13":[[40.4565316,-79.9330054],"Negley"],"main_pivot_14":[[40.4565316,-79.9330054],"Negley"],"main_pivot_15":[[40.4578621505,-79.9330219628],"doctor's office"],"near_pivot":[[40.4578621505,-79.9330219628],"doctor's office"],"beyond_pivot":[[40.4578794,-79.9325114],"paint"],"around_goal_pivot_1":[[40.4583148,-79.9342951],"3 parking spaces"],"around_goal_pivot_2":[[40.4565316,-79.9330054],"bus station"],"around_goal_pivot_3":[[40.4584463,-79.9343438],"pharmacy"],"around_goal_pivot_4":[[40.4582008,-79.9348865],"ALDI"],"around_goal_pivot_5":[[40.4582786,-79.9344],"2 parking spaces"],"around_goal_pivot_6":[[40.4582975,-79.9343487],"parking space"],"around_goal_pivot_7":[[40.4580119,-79.9353587],"cafe"],"around_goal_pivot_8":[[40.4569643,-79.9347156],"bicycle parking"],"around_goal_pivot_9":[[40.4567199,-79.9345217],"supermarket"],"around_goal_pivot_10":[[40.4584153,-79.9321531],"hairdresser shop"]}} +{"rvs_sample_number":148,"content":"Meet me at the restaurant inside a university on Forbes Avenue. There is a fast food restaurant located northwest of the restaurant and a parking lot northeast of it, all inside the university campus.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4431674,-79.9420988],"key":9110,"region":"Pittsburgh","rvs_start_point":[40.4342756777,-79.9538382118],"landmarks":{"end_point":[[40.4431674,-79.9420988],"restaurant"],"start_point":[[40.4342756777,-79.9538382118],"restaurant"],"main_pivot":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_2":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_3":[[40.4400577,-79.9441013],"Flagstaff Hill"],"main_pivot_4":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_5":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_6":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_7":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_8":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_9":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_10":[[40.4400577,-79.9441013],"Flagstaff Hill"],"main_pivot_11":[[40.4416299,-79.9422016],"Kraus Campo"],"main_pivot_12":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_13":[[40.4370408,-79.9471862],"Panther Hollow Lake"],"main_pivot_14":[[40.4387101,-79.9469166],"Phipps Conservatory"],"main_pivot_15":[[40.4437058,-79.9417179],"parking lot"],"near_pivot":[[40.4437058,-79.9417179],"parking lot"],"beyond_pivot":[[40.4431899922,-79.9433236893],"arts_centre"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.4439431,-79.9421986],"fast food restaurant"],"around_goal_pivot_3":[[40.443233,-79.9433075],"arts centre"],"around_goal_pivot_4":[[40.443955,-79.9411099],"parking entrance"],"around_goal_pivot_7":[[40.4421556,-79.9433239],"two benches"]}} +{"rvs_sample_number":101,"content":"I'm just east of you. Walk past shadyside Commons to get on Ellsworth Avenue. Meet me at the kindergarten close to the library.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4533107,-79.9334449],"key":9111,"region":"Pittsburgh","rvs_start_point":[40.4518582339,-79.9511001944],"landmarks":{"end_point":[[40.4533107,-79.9334449],"kindergarten"],"start_point":[[40.4518582339,-79.9511001944],"parking space"],"main_pivot":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_2":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_3":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_4":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_5":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_6":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_7":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_8":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_9":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_10":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_11":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_12":[[40.4528650492,-79.941308682],"Shadyside Commons"],"main_pivot_13":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_14":[[40.4496325,-79.9494895],"Oakland Catholic High School"],"main_pivot_15":[[40.4535066,-79.9332304],"library"],"near_pivot":[[40.4535066,-79.9332304],"library"],"around_goal_pivot_1":[[40.4544858,-79.9345096],"social facility"],"around_goal_pivot_2":[[40.4522463,-79.9342203],"restaurant"],"around_goal_pivot_3":[[40.4520157756,-79.9329895912],"parking lot"]}} +{"rvs_sample_number":117,"content":"Meet me at the convenience shop southwest of your location. Head south past Columbus Traditional Academy. Keep going south then turn west onto West North Avenue. Head west three blocks. Your destination is on the corner of the fourth block. There is a Pittsburgh Bureau of Fire Station 37 on the next block west.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4532916515,-80.0202852249],"key":9112,"region":"Pittsburgh","rvs_start_point":[40.45994495,-80.01817215],"landmarks":{"end_point":[[40.4532916515,-80.0202852249],"convenience shop"],"start_point":[[40.45994495,-80.01817215],"parking lot"],"main_pivot":[[40.4571256,-80.0160473],"Zone One Police Station"],"main_pivot_2":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_3":[[40.4571256,-80.0160473],"Zone One Police Station"],"main_pivot_4":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_5":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_6":[[40.4561094,-80.0160925],"Valero"],"main_pivot_7":[[40.4561094,-80.0160925],"Valero"],"main_pivot_8":[[40.4571256,-80.0160473],"Zone One Police Station"],"main_pivot_9":[[40.4561094,-80.0160925],"Valero"],"main_pivot_10":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_11":[[40.4581784,-80.0162105],"Northside Common Ministries"],"main_pivot_12":[[40.4581247,-80.0161649],"Columbus Traditional Academy"],"main_pivot_13":[[40.4565504,-80.0156064],"Rite Aid Pharmacy"],"main_pivot_14":[[40.4565504,-80.0156064],"Rite Aid Pharmacy"],"main_pivot_15":[[40.4539229,-80.0197872],"restaurant"],"near_pivot":[[40.4539229,-80.0197872],"restaurant"],"around_goal_pivot_1":[[40.4531596,-80.0216878],"fire station"],"around_goal_pivot_2":[[40.4519822,-80.0195844],"parking lot"]}} +{"rvs_sample_number":126,"content":"Meet me at the restaurant on Penn Avenue. It is on the block across from three gardens, east of Urban Pathways school. It is towards the middle of the block, closest restaurant to the parking lot.","rvs_path":"data\/geodata\/pittsburgh_samples_v3.gpkg","rvs_goal_point":[40.4441376,-79.9963719],"key":9113,"region":"Pittsburgh","rvs_start_point":[40.439177927,-80.0066754261],"landmarks":{"end_point":[[40.4441376,-79.9963719],"restaurant"],"start_point":[[40.439177927,-80.0066754261],"garden"],"main_pivot":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_2":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_3":[[40.4447691859,-79.9968537137],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.4426922,-80.0020356],"Heinz Hall for the Performing Arts"],"main_pivot_5":[[40.4433013,-79.9997087],"Benedum Center"],"main_pivot_6":[[40.441575,-80.0041355],"Gateway Station"],"main_pivot_7":[[40.4425692,-80.0017198],"Heinz Hall"],"main_pivot_8":[[40.4447691859,-79.9968537137],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.440672934,-80.003616378],"Two PPG Place"],"main_pivot_10":[[40.4447691859,-79.9968537137],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4447691859,-79.9968537137],"David L. Lawrence Convention Center"],"main_pivot_12":[[40.4430954,-80.0000006],"Benedum Center"],"main_pivot_13":[[40.4422321,-80.0037918],"Fifth Avenue Place"],"main_pivot_14":[[40.4447691859,-79.9968537137],"David L. Lawrence Convention Center"],"main_pivot_15":[[40.4445812,-79.9959306],"three gardens"],"near_pivot":[[40.4445812,-79.9959306],"three gardens"],"around_goal_pivot_1":[[40.443296221,-79.9961442238],"arts centre"],"around_goal_pivot_2":[[40.4441979,-79.9952745],"2 gardens"],"around_goal_pivot_3":[[40.444202,-79.9951955],"Westin"],"around_goal_pivot_4":[[40.443149,-79.997737],"Minuteman Press"],"around_goal_pivot_5":[[40.4431987,-79.9952338],"hotel"],"around_goal_pivot_6":[[40.4439944,-79.9947572],"kindergarten"],"around_goal_pivot_7":[[40.4438118,-79.9975808],"school"],"around_goal_pivot_8":[[40.4429547,-79.9973557],"bicycle rental"],"around_goal_pivot_9":[[40.4435226,-79.9954065],"waste basket"],"around_goal_pivot_10":[[40.4444231,-79.9954209],"2 gardens"]}} +{"rvs_sample_number":90,"content":"Move past Forbes Avenue. I'm located southeast at Grano restaurant which is also southeast of Au Bon Pain. You will see it before getting to waste basket.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4433003,-79.9419895],"key":9114,"region":"Pittsburgh","rvs_start_point":[40.4514181,-79.9512133],"landmarks":{"end_point":[[40.4433003,-79.9419895],"restaurant"],"start_point":[[40.4514181,-79.9512133],"parking space"],"main_pivot":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_2":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_3":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_4":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_5":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_6":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_7":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_8":[[40.4441214,-79.9488022],"Carnegie Museum of Art"],"main_pivot_9":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_10":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_11":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_12":[[40.4450455,-79.9457716],"Central Catholic High School"],"main_pivot_13":[[40.4441403,-79.9428881],"Walking to the Sky"],"main_pivot_14":[[40.4482286263,-79.9496478576],"Oakland Catholic High School"],"main_pivot_15":[[40.4439431,-79.9421986],"fast food restaurant"],"near_pivot":[[40.4439431,-79.9421986],"fast food restaurant"],"beyond_pivot":[[40.4427274,-79.941398],"waste_basket"],"around_goal_pivot_1":[[40.4439199,-79.9411583],"bicycle repair station"],"around_goal_pivot_2":[[40.4427415,-79.9402778],"food court"],"around_goal_pivot_3":[[40.4439169,-79.9431234],"arts centre"],"around_goal_pivot_4":[[40.443955,-79.9411099],"parking entrance"]}} +{"rvs_sample_number":307,"content":"I'd like to meet you at the parking lot on Boulevard of hte Allies. You'll find Rooney Field to its west on the same block, and a hospital to its east on the adjacent block.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.435126467,-79.9878509215],"key":9115,"region":"Pittsburgh","rvs_start_point":[40.4253479699,-79.9809055489],"landmarks":{"end_point":[[40.435126467,-79.9878509215],"parking lot"],"start_point":[[40.4253479699,-79.9809055489],"bridge"],"main_pivot":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_2":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_3":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_4":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_5":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_6":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_7":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_8":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_9":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_10":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_11":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_12":[[40.429758,-79.986852],"WYEP-FM"],"main_pivot_13":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_14":[[40.4290243,-79.9865242],"Bloom Cigar Company"],"main_pivot_15":[[40.435814648,-79.9878424651],"parking lot"],"near_pivot":[[40.435814648,-79.9878424651],"parking lot"],"beyond_pivot":[[40.4352211,-79.986668],"hospital"],"around_goal_pivot_1":[[40.4364457,-79.988593],"school"],"around_goal_pivot_2":[[40.4339261055,-79.9895442934],"parking lot"],"around_goal_pivot_3":[[40.4364551873,-79.987802308],"track"],"around_goal_pivot_4":[[40.4350952,-79.9894387],"stadium"]}} +{"rvs_sample_number":195,"content":"Meet me at the fitness centre on the corner of Railroad Street, northeast of you. The Pennsylvania Railroad Fruit Auction & Sales building is about halfway between us. On the block south of here is a bar called Mullaney's Harp and Fiddle Irish Pub. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.454542,-79.98227],"key":9116,"region":"Pittsburgh","rvs_start_point":[40.4442636,-79.9959418],"landmarks":{"end_point":[[40.454542,-79.98227],"fitness centre"],"start_point":[[40.4442636,-79.9959418],"FedEx Office"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_4":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_5":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_6":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_8":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_9":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_10":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_11":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_12":[[40.4447562,-79.9941354],"Federated Tower"],"main_pivot_13":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4499841,-79.9883606],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.4548306,-79.9822972],"two gardens"],"near_pivot":[[40.4548306,-79.9822972],"two gardens"],"around_goal_pivot_1":[[40.4534616,-79.9810818],"bar"],"around_goal_pivot_2":[[40.4550384,-79.983567],"two gardens"],"around_goal_pivot_9":[[40.4535659,-79.9812131],"2 parking lots"],"around_goal_pivot_10":[[40.455818,-79.9825212],"two gardens"]}} +{"rvs_sample_number":259,"content":"Meet me at the clothes shop northeast of your location. Head northeast on Penn Avenue. Keep going until you see The Pennsylvania Market marketplace. Your destination is two more blocks northeast. Your destination is right next to a bar. If you see The BeerHive pub, you've gone too far.","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4515303,-79.9835507],"key":9117,"region":"Pittsburgh","rvs_start_point":[40.4448715,-79.9936234],"landmarks":{"end_point":[[40.4515303,-79.9835507],"clothes shop"],"start_point":[[40.4448715,-79.9936234],"bicycle parking"],"main_pivot":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_2":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_3":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_4":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_5":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_6":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_7":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_8":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_9":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_10":[[40.4455482,-79.9929178],"Byrnes & Kiefer Building"],"main_pivot_11":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_12":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_13":[[40.4449823,-79.9940148],"David L. Lawrence Convention Center"],"main_pivot_14":[[40.444678,-79.9939204],"Federated Tower"],"main_pivot_15":[[40.4515642,-79.9835029],"bar"],"near_pivot":[[40.4515642,-79.9835029],"bar"],"beyond_pivot":[[40.4515262,-79.982754],"restaurant"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.452137,-79.9822866],"ice cream"],"around_goal_pivot_3":[[40.4509211,-79.9849423],"bar"],"around_goal_pivot_4":[[40.4507712,-79.9849852],"marketplace"],"around_goal_pivot_5":[[40.4521092,-79.9827154],"pub"],"around_goal_pivot_6":[[40.4525752,-79.9824482],"veterinary"],"around_goal_pivot_7":[[40.452115,-79.9819883],"cafe"],"around_goal_pivot_8":[[40.4520988,-79.9823437],"confectionery shop"],"around_goal_pivot_9":[[40.4520406,-79.9821593],"furniture shop"],"around_goal_pivot_10":[[40.4520397,-79.9824153],"fabric shop"]}} +{"rvs_sample_number":476,"content":"I'm at the Thai restaurant southwest of you, on Fifth Avenue. It's the farthest restaurant to the west on this block. Northwest of here is UPMC Presbyterian Hospital, while Peter's Pub is about a block to the northeast. ","rvs_path":"data\/geodata\/pittsburgh_samples_v4.gpkg","rvs_goal_point":[40.4413696,-79.9587902],"key":9118,"region":"Pittsburgh","rvs_start_point":[40.4440043,-79.95359],"landmarks":{"end_point":[[40.4413696,-79.9587902],"restaurant"],"start_point":[[40.4440043,-79.95359],"fountain"],"main_pivot":[[40.4433862,-79.9552903],"McCormick Hall"],"main_pivot_2":[[40.442827,-79.9566406],"Litchfield Tower B"],"main_pivot_3":[[40.4441654,-79.9537196],"Cathedral of Learning"],"main_pivot_4":[[40.4433862,-79.9552903],"McCormick Hall"],"main_pivot_5":[[40.4436911869,-79.9556098545],"Amos Hall"],"main_pivot_6":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_7":[[40.4429986,-79.9577293],"Pittsburgh Science and Technology Academy"],"main_pivot_8":[[40.4426115,-79.9570472],"Litchfield Tower C"],"main_pivot_9":[[40.4429986,-79.9577293],"Pittsburgh Science and Technology Academy"],"main_pivot_10":[[40.4436911869,-79.9556098545],"Amos Hall"],"main_pivot_11":[[40.4437307,-79.9549525],"William Pitt Union"],"main_pivot_12":[[40.4437307,-79.9549525],"William Pitt Union"],"main_pivot_13":[[40.4433458,-79.9560478],"Holland Hall"],"main_pivot_14":[[40.4441654,-79.9537196],"Cathedral of Learning"],"main_pivot_15":[[40.4407735,-79.9583094],"Verizon"],"near_pivot":[[40.4407735,-79.9583094],"Verizon"],"around_goal_pivot_1":[[40.4423229,-79.9597103],"hospital"],"around_goal_pivot_2":[[40.4418806,-79.9571879],"2 fast food restaurants"],"around_goal_pivot_3":[[40.4411465,-79.9573812],"pharmacy"],"around_goal_pivot_4":[[40.4415141,-79.9572311],"atm"],"around_goal_pivot_5":[[40.4407331,-79.9579512],"GameStop"],"around_goal_pivot_6":[[40.4412874,-79.9571868],"FedEx Office"],"around_goal_pivot_7":[[40.4417862,-79.9574481],"pub"],"around_goal_pivot_8":[[40.4417121,-79.9569675],"tobacco shop"],"around_goal_pivot_9":[[40.440825,-79.9578198],"sports shop"],"around_goal_pivot_10":[[40.4408627,-79.9577648],"stationery shop"]}} +{"rvs_sample_number":284,"content":"I'm northeast of you on Penn Avenue at a garden on the south side of the street, across from where a small unnamed road makes a T-intersection with Penn. Almost straight north of here is EQT Natural Gas for Vehicles, while Mecka Fitness centre is to the northwest. ","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4579793385,-79.9738602081],"key":9119,"region":"Pittsburgh","rvs_start_point":[40.4515874803,-79.9813026319],"landmarks":{"end_point":[[40.4579793385,-79.9738602081],"garden"],"start_point":[[40.4515874803,-79.9813026319],"garden"],"main_pivot":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_2":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_3":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_4":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_5":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_6":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_7":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_8":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_9":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_10":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_11":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_12":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_13":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_14":[[40.4534096,-79.9793014],"Pittsburgh Opera"],"main_pivot_15":[[40.45831,-79.9737029],"restaurant"],"near_pivot":[[40.45831,-79.9737029],"restaurant"],"beyond_pivot":[[40.4590093,-79.9734918],"parking"],"around_goal_pivot_1":[[40.4587895,-79.9741391],"gas station"],"around_goal_pivot_2":[[40.4582674,-79.9751717],"restaurant"],"around_goal_pivot_3":[[40.4566535,-79.9752321],"appliance shop"],"around_goal_pivot_4":[[40.4586905,-79.9728346],"2 gardens"],"around_goal_pivot_5":[[40.4585327,-79.9751863],"interior decoration shop"],"around_goal_pivot_6":[[40.4586623,-79.974608],"fitness centre"]}} +{"rvs_sample_number":235,"content":"Let's meet up at the bicycle parking on Smithfield Street. You will find a bank in the northwest direction from the parking. There is a public building located southwest of it.\r\n\r\n","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4378722,-80.0000798],"key":9120,"region":"Pittsburgh","rvs_start_point":[40.4310273471,-79.9962512702],"landmarks":{"end_point":[[40.4378722,-80.0000798],"bicycle parking"],"start_point":[[40.4310273471,-79.9962512702],"bridge"],"main_pivot":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_2":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_3":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_4":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_5":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_6":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_7":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_8":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_9":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_10":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_11":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_12":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_13":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_14":[[40.4309332164,-80.0001942448],"Panhandle Bridge"],"main_pivot_15":[[40.4376491,-80.0007098],"public building"],"near_pivot":[[40.4376491,-80.0007098],"public building"],"around_goal_pivot_1":[[40.4390165,-80.0002175],"arts centre"],"around_goal_pivot_2":[[40.4390031,-79.9991179],"H&R Block"],"around_goal_pivot_3":[[40.4367698,-79.9997119],"Fairfield Inn & Suites"],"around_goal_pivot_4":[[40.4371189,-80.0009491],"public building"],"around_goal_pivot_5":[[40.4386076,-79.9999908],"bank"],"around_goal_pivot_6":[[40.4391788869,-79.9995909177],"gambling place"],"around_goal_pivot_7":[[40.4382439,-80.0018495],"waste basket"],"around_goal_pivot_8":[[40.4388559,-79.9992156],"mobile phone shop"],"around_goal_pivot_9":[[40.4380347,-79.9985839],"florist shop"],"around_goal_pivot_10":[[40.4391126,-79.9995161],"hairdresser shop"]}} +{"rvs_sample_number":88,"content":"Move west on East Carson Street past bicycle shop and Z Lounge bar. Let's meet at the beauty shop in the middle of the block and east of Rite aid pharmacy.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4287561377,-79.9770406],"key":9121,"region":"Pittsburgh","rvs_start_point":[40.4277448,-79.9664387],"landmarks":{"end_point":[[40.4287561377,-79.9770406],"beauty shop"],"start_point":[[40.4277448,-79.9664387],"bicycle parking"],"main_pivot":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_2":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_3":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_4":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_5":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_6":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_7":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_8":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_9":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_10":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_11":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_12":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_13":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_14":[[40.4285668,-79.9742977],"Carnegie Library of Pittsburgh: South Side Branch"],"main_pivot_15":[[40.4283763,-79.9766352],"fast food restaurant"],"near_pivot":[[40.4283763,-79.9766352],"fast food restaurant"],"beyond_pivot":[[40.4293116,-79.9776875],"social_centre"],"around_goal_pivot_1":[[40.4299463,-79.9770526],"fast food restaurant"],"around_goal_pivot_2":[[40.4293116,-79.9776875],"social centre"],"around_goal_pivot_3":[[40.4287274,-79.978219],"pharmacy"],"around_goal_pivot_4":[[40.4299418306,-79.9769735564],"Family Dollar"],"around_goal_pivot_5":[[40.4285345,-79.9785988],"dentist's office"],"around_goal_pivot_6":[[40.4294316,-79.9776677],"waste disposal"],"around_goal_pivot_7":[[40.4294249,-79.9776508],"recycling"],"around_goal_pivot_8":[[40.4283724,-79.9757754],"bar"],"around_goal_pivot_9":[[40.4283383,-79.9751749],"bicycle shop"],"around_goal_pivot_10":[[40.4299079,-79.9763738],"vacant shop"]}} +{"rvs_sample_number":226,"content":"Meet me at the police station on Forbes Avenue. It is the second building, across the street from the post box.","rvs_path":"data\/geodata\/pittsburgh_samples_v0.gpkg","rvs_goal_point":[40.4386592,-79.9608742],"key":9122,"region":"Pittsburgh","rvs_start_point":[40.4454541,-79.9433899],"landmarks":{"end_point":[[40.4386592,-79.9608742],"police station"],"start_point":[[40.4454541,-79.9433899],"kindergarten"],"main_pivot":[[40.4435532,-79.9514976],"Dippy"],"main_pivot_2":[[40.4406901,-79.9576121],"Forbes Tower"],"main_pivot_3":[[40.4430968,-79.9554957],"McCormick Hall"],"main_pivot_4":[[40.4426478,-79.9564345],"Litchfield Tower B"],"main_pivot_5":[[40.4438795,-79.9500535],"Carnegie Museum of Natural History"],"main_pivot_6":[[40.4415966,-79.956783],"Sennott Square"],"main_pivot_7":[[40.4438239,-79.9533131],"Cathedral of Learning"],"main_pivot_8":[[40.4433093,-79.9541857],"Millenium Panther"],"main_pivot_9":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_10":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_11":[[40.4422014,-79.9556985],"Barco Law Building"],"main_pivot_12":[[40.4424444,-79.9568187],"Litchfield Tower C"],"main_pivot_13":[[40.4434334,-79.9517786],"Stephen Foster"],"main_pivot_14":[[40.4438628,-79.9519272],"Log Cabin"],"main_pivot_15":[[40.4382713,-79.9611665],"post box"],"near_pivot":[[40.4382713,-79.9611665],"post box"],"around_goal_pivot_1":[[40.4393339,-79.9598901],"pharmacy"],"around_goal_pivot_2":[[40.4394479,-79.9597209],"fast food restaurant"],"around_goal_pivot_3":[[40.4395489,-79.9594471],"Hilton Garden Inn"],"around_goal_pivot_4":[[40.4397058,-79.9598145],"bank"]}} +{"rvs_sample_number":406,"content":"I need to show you something at the relay box on North Dithridge street. It's located at the spot just a few feet before this street becomes the South option of it. Meet me there. It's across the street and south from the Church rectory. One block south (this street is renamed here) there is Bellefield Hall. It's on the same side of the street.","rvs_path":"data\/geodata\/pittsburgh_samples_v5.gpkg","rvs_goal_point":[40.446906,-79.9508134],"key":9123,"region":"Pittsburgh","rvs_start_point":[40.4426396243,-79.9494166589],"landmarks":{"end_point":[[40.446906,-79.9508134],"relay box"],"start_point":[[40.4426396243,-79.9494166589],"museum"],"main_pivot":[[40.4425151,-79.9490464],"Bellefield Boiler Plant"],"main_pivot_2":[[40.4435105,-79.9485128],"Carnegie Museum of Art"],"main_pivot_3":[[40.4456291,-79.9505303],"Bellefield Hall"],"main_pivot_4":[[40.4425957,-79.9500436],"Carnegie Library of Pittsburgh"],"main_pivot_5":[[40.4425957,-79.9500436],"Carnegie Library of Pittsburgh"],"main_pivot_6":[[40.4435105,-79.9485128],"Carnegie Museum of Art"],"main_pivot_7":[[40.4425151,-79.9490464],"Bellefield Boiler Plant"],"main_pivot_8":[[40.4425151,-79.9490464],"Bellefield Boiler Plant"],"main_pivot_9":[[40.4425151,-79.9490464],"Bellefield Boiler Plant"],"main_pivot_10":[[40.4425957,-79.9500436],"Carnegie Library of Pittsburgh"],"main_pivot_11":[[40.4425151,-79.9490464],"Bellefield Boiler Plant"],"main_pivot_12":[[40.4435105,-79.9485128],"Carnegie Museum of Art"],"main_pivot_13":[[40.4435105,-79.9485128],"Carnegie Museum of Art"],"main_pivot_14":[[40.4425957,-79.9500436],"Carnegie Library of Pittsburgh"],"main_pivot_15":[[40.4466977,-79.9508161],"bicycle rental"],"near_pivot":[[40.4466977,-79.9508161],"bicycle rental"],"beyond_pivot":[[40.447782,-79.950829],"place_of_worship"],"around_goal_pivot_1":[[40.4467044,-79.9491703],"bank"],"around_goal_pivot_2":[[40.4477846,-79.9493669],"garden"]}} +{"rvs_sample_number":139,"content":"Meet me at the variety store southwest of you. Head southwest on Penn Avenue and you will see the variety store a block past Lucy's Handmade Clothing. It's on the opposite side of the street as Lucy's. The road that the marketplace is on dead ends right in front of the variety store.","rvs_path":"data\/geodata\/pittsburgh_samples_v2.gpkg","rvs_goal_point":[40.4506082,-79.9844867],"key":9124,"region":"Pittsburgh","rvs_start_point":[40.4547977149,-79.9814328752],"landmarks":{"end_point":[[40.4506082,-79.9844867],"variety store shop"],"start_point":[[40.4547977149,-79.9814328752],"garden"],"main_pivot":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_2":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_3":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_4":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_5":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_6":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_7":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_8":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_9":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_10":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_11":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_12":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_13":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_14":[[40.4523237,-79.9841364],"Pennsylvania Railroad Fruit Auction & Sales building"],"main_pivot_15":[[40.450867,-79.9848504],"marketplace"],"near_pivot":[[40.450867,-79.9848504],"marketplace"],"beyond_pivot":[[40.4505668,-79.9852737],"parking"],"around_goal_pivot_1":[[40.4519047,-79.9848104],"Fine Wine & Good Spirits"],"around_goal_pivot_2":[[40.4497961,-79.9852819],"biergarten"],"around_goal_pivot_3":[[40.4496963,-79.9858214],"pub"],"around_goal_pivot_4":[[40.4515642,-79.9835029],"bar"],"around_goal_pivot_5":[[40.4515051,-79.9832078],"atm"],"around_goal_pivot_6":[[40.4516432,-79.9838047],"books shop"],"around_goal_pivot_7":[[40.4515303,-79.9835507],"clothes shop"],"around_goal_pivot_8":[[40.450129,-79.9855891],"coffee shop"],"around_goal_pivot_9":[[40.4502371,-79.985419],"appliance shop"],"around_goal_pivot_10":[[40.4497524,-79.9857343],"beverages shop"]}} +{"rvs_sample_number":271,"content":"Go west and meet me at the fast food restaurant on Federal Street across the street from a library, north of Crazy Mocha cafe and south of Aden Market.","rvs_path":"data\/geodata\/pittsburgh_samples_v1.gpkg","rvs_goal_point":[40.4564011,-80.0071036],"key":9125,"region":"Pittsburgh","rvs_start_point":[40.4566443457,-79.9995655401],"landmarks":{"end_point":[[40.4564011,-80.0071036],"fast food restaurant"],"start_point":[[40.4566443457,-79.9995655401],"playground"],"main_pivot":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_2":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_3":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_4":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_5":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_6":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_7":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_8":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_9":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_10":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_11":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_12":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_13":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_14":[[40.4565059,-80.0015931],"Allegheny General Hospital"],"main_pivot_15":[[40.4557107,-80.0072114],"theatre"],"near_pivot":[[40.4557107,-80.0072114],"theatre"],"around_goal_pivot_1":[[40.4570869,-80.00772],"atm"],"around_goal_pivot_2":[[40.4562372,-80.0086036],"two gardens"],"around_goal_pivot_3":[[40.4556178,-80.0065066],"cafe"],"around_goal_pivot_4":[[40.457238,-80.0070393],"marketplace"],"around_goal_pivot_5":[[40.4564715,-80.008424],"shelter"],"around_goal_pivot_6":[[40.4554176,-80.0075346],"restaurant"],"around_goal_pivot_7":[[40.4556986,-80.0060009],"social facility"],"around_goal_pivot_8":[[40.4556387,-80.006406],"deli shop"],"around_goal_pivot_9":[[40.4569869,-80.0077415],"convenience shop"],"around_goal_pivot_10":[[40.4561307,-80.0085475],"garden"]}}