FOSS4G-Europe 2014 - Bremen - 2014-07-15
Stephan Meißl stephan.meissl@eox.at @Schpidi
Joachim Ungar joachim.ungar@eox.at @ungarjo
Fabian Schindler fabian.schindler@eox.at
This work is licensed under a Creative Commons Attribution 4.0 International License.
...
/var/ngeob_data/mapcache.sqlite
select strftime('%Y-%m-%dT%H:%M:%SZ',start_time)||'/'||
strftime('%Y-%m-%dT%H:%M:%SZ',end_time)
from time
where source_id=:tileset and
datetime(:end_timestamp,'unixepoch')>=start_time and
end_time>=datetime(:start_timestamp,'unixepoch') and
maxx>=:minx and
maxy>=:miny and
:maxx>=minx and
:maxy>=miny
order by end_time
limit 100
FOSS4G-Europe 2014 - Bremen - 2014-07-15
schpidi.github.io/foss4g-e_2014_maps_and_services_for_esa
Stephan Meißl stephan.meissl@eox.at @Schpidi
Joachim Ungar joachim.ungar@eox.at @ungarjo
Fabian Schindler fabian.schindler@eox.at
This work is licensed under a Creative Commons Attribution 4.0 International License.