[x] a quota or rate limit is not yet implemented. The load is pretty heavy for the /datasets/<dataset_id>/dataset.zip route.
[x] monitoring is not yet implemented for the direct /datasets/<dataset_id>/ortho.tif route, so I can't say anything precise about the load. By I htop locally while downloading a few files and this seems to be fairly memory consumptive. So if we are not careful, this route could interfere with the COG creation...
@JesJehle, @cmosig for reference
Used all routes via curl, /docs, Python's httpx, and loaded the labels directly to QGis. Seems to work all fine (at least for the few datasets I tried)
closes #19
not quite finished
/datasets/<dataset_id>/dataset.zip
route./datasets/<dataset_id>/ortho.tif
route, so I can't say anything precise about the load. By I htop locally while downloading a few files and this seems to be fairly memory consumptive. So if we are not careful, this route could interfere with the COG creation...@JesJehle, @cmosig for reference
Used all routes via curl, /docs, Python's httpx, and loaded the labels directly to QGis. Seems to work all fine (at least for the few datasets I tried)