{"id":32473938,"url":"https://github.com/felixriese/lucas2csv","last_synced_at":"2026-07-11T15:31:47.708Z","repository":{"id":97836537,"uuid":"160411777","full_name":"felixriese/lucas2csv","owner":"felixriese","description":"Export Rdata-File of the LUCAS Topsoil Database 2009 to CSV files.","archived":false,"fork":false,"pushed_at":"2019-11-03T10:11:12.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T19:40:17.206Z","etag":null,"topics":["csv","hyperspectral-data","lucas-topsoil-database","python","rdata","soil-texture"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixriese.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-12-04T20:00:02.000Z","updated_at":"2023-07-20T14:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7f2fe1f-b6b4-4462-8e5a-33627db53ab0","html_url":"https://github.com/felixriese/lucas2csv","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"9d58207f6967560cfaf40d5984807507ec1964fd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felixriese/lucas2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixriese%2Flucas2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixriese%2Flucas2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixriese%2Flucas2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixriese%2Flucas2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixriese","download_url":"https://codeload.github.com/felixriese/lucas2csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixriese%2Flucas2csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35367446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","hyperspectral-data","lucas-topsoil-database","python","rdata","soil-texture"],"created_at":"2025-10-26T19:29:55.290Z","updated_at":"2026-07-11T15:31:47.702Z","avatar_url":"https://github.com/felixriese.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LUCAS 2 CSV\n\nExport several columns from the Rdata-File of the LUCAS Topsoil Database 2009 to CSV files.\n\n## Description\n\nThe LUCAS 2009 TOPSOIL database is a rich dataset consisting of hyperspectral reflectance data and various soil properties data like clay, silt and sand content. This Python script extracts the several columns from the RData-file. I uploaded this script since there are no working examples for this file available yet.\n\nThe following columns are extracted:\n\n- `sample.ID`: ID of the soil sample\n- `date`: date and time\n- `spc`: hyperspectral data\n- `clay`: clay content in percentage\n- `silt`: silt content in percentage\n- `sand`: sand content in percentage\n- `GPS_LAT`: GPS latitude\n- `GPS_LONG`: GPS longitude\n\nLink to the LUCAS Topsoil database: [https://esdac.jrc.ec.europa.eu/content/lucas-2009-topsoil-data](https://esdac.jrc.ec.europa.eu/content/lucas-2009-topsoil-data)\n\n## Requirements\n\nFor this script, the following Python 3.x packages are needed:\n\n* rpy2\n* numpy\n* pandas\n\n## Usage\n\n```python\nimport lucas2csv as l2csv\n\nlucas2csv(\n    path_to_rdata_file=\"path/to/rdata\",\n    output_path=\"output/path/\",\n    verbose=1)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixriese%2Flucas2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixriese%2Flucas2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixriese%2Flucas2csv/lists"}