Replies: 4 comments
-
Hi @menarinis. To load data in text files with Python you should take a look at Pandas. For example, with Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you all. I managed to import some files without problems by transforming them into csv with comma separator and adding an extra column as you suggested. I followed the video to practice and arrived, using my data in Jupyter, at minute 32.13. Now I can't go on here. My data is already in UTM coordinates 33N and in the proj documentation I can't find information about the syntax part of Pyproj-proj ...lat_ts=data... Plot the bathymetry data locations as black dotsplt.plot(*coordinates, ".k", markersize=1, transform=crs) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@menarinis reducing the name or index column will definitely not work. The reduction calculates the median of the values that fall inside a block. If your values are an index or the name of points, then their median doesn't mean anything. You'll probably need to through away that column and make a new index. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm Stefano Menarini from Italy and I work in agriculture. I discovered Verde after a research on how to decimate the points acquired with gps. I have this need for decimation. I acquire land metrics data on fields of a few hectares each time. I need to decimate my acquired positions along generally straight and parallel lines (the path of a tractor). I experimented with Verde's datasets and I understood how it works. Now I would like to use it with my gps data which is in text format (point name, latitude, longitude). I ask you can I use Green to decimate my gps points? If yes, how can I import my file with the data in Green and follow the decimation procedure? Thanks a lot in advance for the answer.
Beta Was this translation helpful? Give feedback.
All reactions