Monday, June 29, 2020

PSF GSoC students blogs: GSoC: Week #5

Hi!

What did you do this week?

I worked on the API to properly separate additional info for the offset and reshaping features from the dataset parameters. I’m almost finished with the offset feature in the general tile generation function used for most of the formats. Both positive and negative offsets work, both with and without an ROI applied, but I’ve to fix a bug which inserts real frames instead of empty ones when a negative offset is set.

What is coming up next?

I’ll fix the bug to complete the feature, make sure the K2IS format works as expected, implement the offset feature for the ‘memory’ dataset for testing and work on the general reshaping feature.

Did you get stuck anywhere?

No.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...