You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from org.opensextant.extractors.xcoord import XCoord
x = XCoord(True)
matches = x.extract("dummy test at 38SMB4611036560 looks bad, bad.")
print(matches)
[38SMB4611036560 @(14:29) matched by MGRS-01]
for m in matches:
print( m.text, m.pattern_id, m.getLatitude() )
(u'38SMB4611036560', u'MGRS-01', 32.86583444516076)
Type of Feature:
[ ] Collaboration or partnership
[ ] Improvement or clarification
[ X ] New Processing
Description of Feature
use Jython 2.7 for basic usage of API
The text was updated successfully, but these errors were encountered: