Git Product home page Git Product logo

Comments (4)

kvos avatar kvos commented on August 10, 2024

are the transects longer than 1km? there is something hard-coded to be within 1km from transect origin, see issue #499 .
Please try first to compute the intersections with the normal function SDS_transects.compute_intersections(), before using the QA version that has more parameters. Let me know if that fixes the issue.

from coastsat.

evecchi avatar evecchi commented on August 10, 2024

Actually no, they are shorter! I'll have a look at that issue and let you know.
Thanks!

from coastsat.

kvos avatar kvos commented on August 10, 2024

did you try the simple compute_intersections()?

from coastsat.

evecchi avatar evecchi commented on August 10, 2024

I found that the issue is related to the clipping operation of the output points I added to the script.
While in Qgis I can see that the Coastsat output points and the clipped ones have the same extension, for example when I plot them by:

_fig = plt.figure()
plt.axis('equal')
plt.xlabel('Eastings')
plt.ylabel('Northings')
plt.grid(linestyle=':', color='0.5')

for i in range(len(output['shorelines'])):
sl = output['shorelines'][i]
date = output['dates'][i]
plt.plot(sl[:,0], sl[:,1], '.', label=date.strftime('%d-%m-%Y'))
#plt.legend();_

the extension of the clipped dataset is smaller and equal to the area where the transect values are computed.
I will try to fix this by analysing which parameter of my clipping operation can affect how the dataset extension is read.
Do you have any suggestions?

Thanks

Enrica

from coastsat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.