jiayuasu commented on PR #2879: URL: https://github.com/apache/sedona/pull/2879#issuecomment-4358389750
Documented data provenance. New file `docs/usecases/data/README.md` (commit `36d4b0957b`) covers every dataset bundled with the example notebooks: source URL, license with link, required attribution, CRS, and which notebook(s) consume it. For data referenced by notebooks in this PR series: - `ne_50m_admin_0_countries_lakes/` and `ne_50m_airports/` — Natural Earth, public domain per <https://www.naturalearthdata.com/about/terms-of-use/>. Used by `00-quickstart.ipynb`. - `nyc_taxi_zones/` (added in this PR) — NYC TLC public reference data, distributed at <https://d37ci6vzurychx.cloudfront.net/misc/taxi_zones.zip>. NYC Open Data terms apply: free for any use including commercial, attribution to NYC Taxi & Limousine Commission requested. Used by `01-mobility-pulse.ipynb`. - TLC trip-data parquet (`yellow_tripdata_2024-01.parquet`) — same source, fetched live at notebook runtime, not redistributed. The README also catalogues pre-existing datasets shipped since #1336 (Geofabrik/OSM ODbL, Census/TIGER public domain, project test fixtures) on a best-effort basis, plus a "Adding new data" checklist so future PRs don't repeat the audit gap. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
