Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.8 KB

README.rst

File metadata and controls

48 lines (33 loc) · 1.8 KB

HDX DOCUMENTATION

PYTHON DEPENDENCY MANAGEMENT

Information about compiling (dev-)requirements.txt can be found here Dependency Management

ANALYTICS

Information about how we collect and use analytics information can be found here Analytics Documentation

SEARCH ENGINE

Information about how the CKAN search results are being computed can be found here Search Documentation

Information about how to use the API endpoint package_search() can be found here Using the API to Search on HDX

ONBOARDING

Information about how to modify the content of web pages and emails that are used in the process can be found here Changing Content

DATASET FIELDS

SPECIAL FIELDS

Information about the fields and the dataset creation form can be found here Special Dataset Fields

Information about the PII fields can be found here PII Fields

HOW TO ADD A NEW FIELD

Adding a new field to dataset. Please note that doesn't necessarily mean storing a new field. It might be a computed field also: Adding a new field to datasets

HOW TO DOWNLOAD FILES/RESOURCES FROM HDX

Information about how to download the files from HDX can be found here Download Files from HDX

CODE QUALITY

Information about configuring the linter (Ruff) can be found here: Linter Configuration.

Information about configuring the type(s) checker can be found here: Type Checker Configuration.