Tracktable 1.7.0 #6
atwilso
announced in
Announcements
Replies: 2 comments 2 replies
-
Nice to see the latest upgrades! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Still trying to deprogram myself from being a Sandian. I needed some
change to kickstart me, and boy did I get some. All is still currently
chaos, but I'm slowly adjusting. I sure wish I'd spent more time talking
databases with you before I took this job!
Danny
…On Sat, Oct 28, 2023 at 9:55 PM Andy Wilson ***@***.***> wrote:
Thanks, Danny! I've gone ahead and fixed that in the patches for 1.7.1
(coming out very soon).
We miss you and Michael a lot.
—
Reply to this email directly, view it on GitHub
<#6 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDLBSFASZVGZTDFOBCIS7C3YBWZR3AVCNFSM6AAAAAA5CRPIISVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMJTG44TQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome back!
Most of the work in this release is in the build and test infrastructure to make our development practices more sustainable. We've added the following user-facing features:
Maps in Folium can now be created with the
attr
andcrs
parameters. The
attr
argument is used to pass an attribution stringfor custom tile sets. The
crs
argument names a coordinate transformto project geographical points into pixel coordinates and back. The
functions
tracktable.render.render_trajectories.render_trajectories()
and
tracktable.render.render_heatmap.render_heatmap()
both support thesenew arguments.
Trajectory maps in Folium can be animated. See the arguments
animate
,anim_display_update_interval
,anim_trail_duration
, anduse_markers
in
tracktable.render.render_trajectories.render_trajectories()
.New function
tracktable.rw.load.load_trajectories()
that will load a.traj
,.csv
, or.tsv
file and assemble points into trajectories.An optional flag will cause it to return points instead of trajectories.
Examples that load trajectories or points have been updated to use this
feature.
Sea ports and airports can be rendered into maps for both the Cartopy
and Folium back ends.
Docs and data have been separated out into their own repositories
implemented as submodules. Note that you will need to
git clone --recursive
when cloning the source code. The
tracktable-data
package should be installedas a dependency when you install with
pip
or from conda-forge.Full details are available in the https://tracktable.readthedocs.io.
This discussion was created from the release Tracktable 1.7.0.
Beta Was this translation helpful? Give feedback.
All reactions