nasa-jpl-memex / GeoParser

Extract and Visualize location from any file
Apache License 2.0
52 stars 23 forks source link

Show list of indexed geoparsed under "save" button #45

Closed MBoustani closed 8 years ago

MBoustani commented 8 years ago

After user types domain name and indexed URL put the result under save button that user can come back and on/off point on map.

smadha commented 8 years ago

To clarify this will need new APIs to fetch list of available domains and list of indexed URLs. I will keep this issue updated on APIs status.

MBoustani commented 8 years ago

@smadha you can call "list_of_domains" to get the list of domains if exists.

Example: http://localhost:8000/list_of_domains

smadha commented 8 years ago

@MBoustani Thanks! I will use it. Is there a separate API for getting geotagged index under that domain?

MBoustani commented 8 years ago

@smadha you mean to get the crawled URLs under each domain? Lets just list domains for now and have checkbox beside it for toggling on/off points on map.

MBoustani commented 8 years ago

@smadha calling http://localhost:8000/list_of_domains returns: {u'mr': [u'http://crawl.dyndns.org/solr/materials_research_v2']} "mr" is domain name with list of all urls under domain name.

MBoustani commented 8 years ago

You did commit to master branch and not the new one I created. But now I have moved using_geotopicparser to master and master to using_geograpy_geopy. So can you please git pull fresh and commit changes of #45 again on new master

Thanks Mazi

On Dec 11, 2015, at 8:24 PM, Madhav Sharan notifications@github.com wrote:

Closed #45 https://github.com/MBoustani/GeoParser/issues/45 via f079f90 https://github.com/MBoustani/GeoParser/commit/f079f9015f3d3c2e99f3b1ec5a2d3b4090a114a1.

— Reply to this email directly or view it on GitHub https://github.com/MBoustani/GeoParser/issues/45#event-489998368.

smadha commented 8 years ago

Done!