Skip to content

cleanup script for dataset format #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

longshuicy
Copy link
Member

Currently we have some mismatch of the format. Here is a summary:

{'table': 904,
 'shapefile': 2536,
 'textFiles': 1,
 'shp-network': 57,
 'raster': 2792,
 'csv': 19,
 'Unknown': 1,
 'geotif': 747,
 'json': 14,
 'inp': 1,
 'Table': 1,
 'geotiff': 1}

Proposing to clean it up by
"csv" --> "table",
"geotif" --> "raster"
"geotiff" --> "raster"
"textFiles" --> "textfile"
"inp" --> "unknown"

Caution: Uncomment the last line to deposit real change into database

@longshuicy longshuicy linked an issue Jan 10, 2024 that may be closed by this pull request
@longshuicy longshuicy changed the title cleanup script cleanup script for dataset format Jan 10, 2024
Copy link
Contributor

@Rashmil-1999 Rashmil-1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up the format field in dataset documents
2 participants