Skip to content
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

Use geo search from upstream spatial extension #2440

Open
1 of 4 tasks
avdata99 opened this issue Nov 17, 2020 · 1 comment
Open
1 of 4 tasks

Use geo search from upstream spatial extension #2440

avdata99 opened this issue Nov 17, 2020 · 1 comment
Assignees

Comments

@avdata99
Copy link
Contributor

avdata99 commented Nov 17, 2020

Attempt to replace issue #2418.

Feature/what we're after

Start using geo-search from ckanext-spatial extension and stop using our (not documented) custom table

Anticipated/hypothesized benefits

  • We can stop maintaining our custom search function.
  • We have a documented process to update the locations data periodically

Measurements/metrics

  • We are able to search by location names or using the map in the UI

References/background

In ckanext-spatial you can index your geo data and then search by location

We will need to fix our spatial extra field validation issue before doing this.

Tasks

  • Validate the feature at spatial extension cover our custom feature
    • Our geo search allows searching by name (e.g. california). Analyze to improve spatial extension whit this feature.
  • Discover how to get the data and define a process to update this periodically
  • Apply the new search and remove code from GeoDataGov extension
@avdata99 avdata99 self-assigned this Nov 17, 2020
@avdata99
Copy link
Contributor Author

Notes:

  • CKAN version does not allow to search by location name (e.g. California). Is just the ability to search inside a map. This feature uses the spatial extra field in datasets.
  • Our version allows text search

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

No branches or pull requests

1 participant