-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Availability under commercial-compatible LICENSE #22
Comments
Hi, I'm not really familiar enough with license varieties to make a switch immediately. I did a bit of research and I do like the copyleft aspect. I reached out to a connection who may have some better-informed opinions. However - if the only goal is to add a marker (and open a map) then you may be better off just writing the API calls directly to caltopo servers; caltopo_python might introduce a lot of overhead and functionality that you don't need. |
Ok, I'll look into that then. Is it okay if I use this project for understanding the API? |
Certainly - you'll probably need to use chrome dev tools or such as well,
to see what caltopo API calls happen as you do certain user actions in the
web browser. Keep in mind that the caltopo API (according to its authors)
is unofficial, undocumented, unsupported, and subject to change at any
time. I don't know whether they have plans to do an official documented
and supported API.
…On Thu, Sep 26, 2024 at 9:21 AM mkrupczak3 ***@***.***> wrote:
Ok, I'll look into that then.
Is it okay if I use this project for understanding the API?
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEPCEZUSWPGZ4Y4NPZYAMB3ZYQX7NAVCNFSM6AAAAABO3YEV3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXGQYTENJYGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi @ncssar,
I'm the developer of OpenAthena for Andrdoid, an AGPLv3.0 open source app designed to make drone use easier for search and rescue:
I'm looking at converting this
caltopo_python
API implementation into Java for use within the OpenAthena Android app. This would allow calculated points to be transmitted to CalTopo as a feature.I was wondering, would you be amenable to changing the license for this project to something like Apache 2.0 or MIT? We have a commercial version of OpenAthena called Core that I'd like to add CalTopo support to as well, however it would be incompatible with the GPLv3 license.
The text was updated successfully, but these errors were encountered: