Add chicago-downtown (step 1 of renaming chicago) - #146
Merged
Conversation
Step 1 of 2. Adds the dataset under its correct id, pointing at the raw COPC already copied in R2 to chicago-downtown/ (via the infrastructure repo's new r2-move-object workflow, size-verified at 203,503,244 bytes). The old "chicago" directory is deliberately left in place here and removed in a follow-up PR. Split into two PRs on purpose. A single PR doing `git mv` would touch two dataset directories, which sets too_many_datasets -- and both dispatch-ingest and dispatch-removal are gated on that being false, so the rename would have merged cleanly while silently performing neither the ingest nor the de-index. Adding first (rather than removing first) also means there is no window where the dataset is absent from the site and catalog; the two coexist briefly, sharing the same underlying data. Renamed because "chicago" overstated it: this is a clip of the Loop and the riverfront, not the city.
Contributor
Author
|
chicago-downtown
|
Contributor
Author
|
chicago-downtown: ✅ Ingest complete -- 1 asset(s) processed.
DescriptionClassified airborne lidar point cloud of downtown Chicago, clipped to the Loop and the surrounding riverfront and lakefront from the USGS 3DEP work unit IL_4County_Cook_2017 (Cook County, Illinois). Collected 16 April to 7 May 2017 by Geiger-mode lidar for the "WI Kenosha-Racine Counties and IL 4 County QL1 Lidar" project under USGS contract G16PD00498, and processed to classified LAS 1.4 by Dewberry. Acquired to Quality Level 1 at a nominal pulse spacing of 0.35 m, meeting the USGS Lidar Base Specification 1.2 -- the densest specification tier 3DEP publishes, which is what makes the vertical structure of the downtown high-rises legible in the viewer. Footprint{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "chicago-downtown",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-87.5561757473377,
41.8178400309726
],
[
-87.5248164590843,
41.9391656173198
],
[
-87.6188952221596,
41.9795565090575
],
[
-87.7443341718035,
41.8987497948434
],
[
-87.5561757473377,
41.8178400309726
]
]
]
},
"properties": {
"id": "chicago-downtown",
"pc:count": 358197
}
}
]
}
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Step 1 of 2 of renaming
chicago→chicago-downtown.Adds the dataset under its correct id, pointing at the raw COPC already copied in R2 to
chicago-downtown/(via the infra repo's newr2-move-objectworkflow, size-verified at 203,503,244 bytes). The oldmanifests/chicago/is left in place here and removed in the follow-up PR.Why two PRs: a single
git mvtouches two dataset directories, which setstoo_many_datasets— and bothdispatch-ingestanddispatch-removalare gated on that being false. The rename would have merged cleanly while performing neither the ingest nor the de-index. Adding first also avoids any window where the dataset is missing from the site and catalog.Renamed because
chicagooverstated it — this is a clip of the Loop and riverfront, not the city.