Skip to content

Commit 697ce26

Browse files
committed
Update to data version 20260417.
1 parent e88b7ae commit 697ce26

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

site/public/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,19 +450,19 @@ <h2>Data Access &amp; Licensing</h2>
450450
<div class="s3-block-header">
451451
<span class="s3-block-title">OSM snapshot</span>
452452
<a class="s3-browse-link"
453-
href="https://openpois-public.s3.us-west-2.amazonaws.com/?list-type=2&prefix=snapshots/osm/20260416/osm_snapshot_partitioned/"
453+
href="https://openpois-public.s3.us-west-2.amazonaws.com/?list-type=2&prefix=snapshots/osm/20260417/osm_snapshot_partitioned/"
454454
target="_blank" rel="noopener noreferrer">Browse files &rarr;</a>
455455
</div>
456-
<code class="s3-path">s3://openpois-public/snapshots/osm/20260416/osm_snapshot_partitioned/</code>
456+
<code class="s3-path">s3://openpois-public/snapshots/osm/20260417/osm_snapshot_partitioned/</code>
457457
</div>
458458
<div class="s3-block">
459459
<div class="s3-block-header">
460460
<span class="s3-block-title">Conflated dataset</span>
461461
<a class="s3-browse-link"
462-
href="https://openpois-public.s3.us-west-2.amazonaws.com/?list-type=2&prefix=snapshots/conflated/20260416/conflated_partitioned/"
462+
href="https://openpois-public.s3.us-west-2.amazonaws.com/?list-type=2&prefix=snapshots/conflated/20260417/conflated_partitioned/"
463463
target="_blank" rel="noopener noreferrer">Browse files &rarr;</a>
464464
</div>
465-
<code class="s3-path">s3://openpois-public/snapshots/conflated/20260416/conflated_partitioned/</code>
465+
<code class="s3-path">s3://openpois-public/snapshots/conflated/20260417/conflated_partitioned/</code>
466466
</div>
467467

468468
<h2>Python API Documentation</h2>

site/src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import {
99

1010
// S3 URLs
1111
export const OSM_S3_BASE =
12-
'https://openpois-public.s3.us-west-2.amazonaws.com/snapshots/osm/20260416/osm_snapshot_partitioned'
12+
'https://openpois-public.s3.us-west-2.amazonaws.com/snapshots/osm/20260417/osm_snapshot_partitioned'
1313

1414
export const FSQ_S3_BASE =
1515
'https://openpois-public.s3.us-west-2.amazonaws.com/snapshots/foursquare/20260313/foursquare_snapshot_partitioned'
1616

1717
export const CONFLATED_S3_BASE =
18-
'https://openpois-public.s3.us-west-2.amazonaws.com/snapshots/conflated/20260416/conflated_partitioned'
18+
'https://openpois-public.s3.us-west-2.amazonaws.com/snapshots/conflated/20260417/conflated_partitioned'
1919

2020
// Overture PMTiles (latest release — update URL on each Overture monthly release)
2121
export const OVERTURE_PMTILES_URL =

0 commit comments

Comments
 (0)