@njmattes @ricardobarroslourenco the first API call is working, you can test it via
wget http://[our IP]:5001/api/v0/griddata/1/1
it takes quite a while because it's asking for all the data for ingested NetCDF #1 and variable #1,
see views.py. i am finishing the remaining http routes this afternoon and let you know when you can play with all of them.
@njmattes @ricardobarroslourenco the first API call is working, you can test it via
wget http://[our IP]:5001/api/v0/griddata/1/1
it takes quite a while because it's asking for all the data for ingested NetCDF#1
and variable#1
, seeviews.py
. i am finishing the remaining http routes this afternoon and let you know when you can play with all of them.