Showing 35 open source projects for "you-get"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    DeepChem

    DeepChem

    Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, etc

    DeepChem aims to provide a high-quality open-source toolchain that democratizes the use of deep learning in drug discovery, materials science, quantum chemistry, and biology. DeepChem currently supports Python 3.7 through 3.9 and requires these packages on any condition. DeepChem has a number of "soft" requirements. If you face some errors like ImportError: This class requires XXXX, you may need to install some packages. Deepchem provides support for TensorFlow, PyTorch, JAX and each requires an individual pip Installation. The DeepChem project maintains an extensive collection of tutorials. All tutorials are designed to be run on Google collab (or locally if you prefer). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    SAGA GIS
    ...Functions are organised as modules in framework independent Module Libraries and can be accessed via SAGA’s Graphical User Interface (GUI) or various scripting environments (shell scripts, Python, R, ...). Please provide the following reference in your work if you are using SAGA: Conrad, O., Bechtel, B., Bock, M., Dietrich, H., Fischer, E., Gerlitz, L., Wehberg, J., Wichmann, V., and Boehner, J. (2015): System for Automated Geoscientific Analyses (SAGA) v. 2.1.4. Geosci. Model Dev., 8, 1991-2007, https://doi.org/10.5194/gmd-8-1991-2015. For more information visit the project homepage and the wiki.
    Leader badge
    Downloads: 6,361 This Week
    Last Update:
    See Project
  • 3
    ALAMODE

    ALAMODE

    Ab initio simulator for thermal transport and lattice anharmonicity

    ALAMODE is designed for analyzing lattice anharmonicity and lattice thermal conductivity of solids. By using an external DFT package such as VASP and Quantum ESPRESSO, you can extract harmonic and anharmonic force constants straightforwardly with ALAMODE. Using the anharmonic force constants, you can also calculate lattice thermal conductivity from first principles. For more information about ALAMODE, please visit the following webpages: Documentation : http://alamode.readthedocs.io/en/latest/ git repository : https://github.com/ttadano/alamode
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4

    33

    A project on topography and weather comparison

    33 starts out to gather topographic information to compare different locations on key measures like Height Above Sea Level, Geographical Latitude, Aspect (ST_Aspect), Slope (ST_Slope), Terrain Ruggedness Index (TRI, ST_TRI/ST_Roughness), Topographic Position Index (TPI, ST_TPI), or Hill Shade (ST_HillShade). Ultimately intended to make a comparing decision on suitability for agriculture. We will see how far we get or if we surpass it even, e.g with weather data and more. Why 33 as the name? Even though the answers we could get from the project might be very important, they won't be "The Answer to the Ultimate Question of Life, the Universe, and Everything", so not quite 42. But why exactly 33? Well, the founder had a project given up project of self-sustainability at house number 33. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 5

    sequoia-dap

    SEQUOIA ocean data assimilation platform (a SIROCCO suite tool)

    ...Recent additions include extensions towards simultaneous assimilation and downscaling (AMICO project), and a toolbox for ensemble assessment (SCRUM project). *Please note that due to frequent updates the code is only available via the svn repository. Please get in touch with us to obtain access.*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Euler Pole Calculator (EPC)

    Euler Pole Calculator (EPC)

    A Matlab software to estimate Euler pole parameters

    The EPC software calculates velocities for any points located on the earth’s surface given the Euler pole parameters and estimates the Euler pole parameters given the observed velocities of a set of sites located on a tectonic plate. Since version 2, the software is able to estimate or apply the Plate Translation Rates, as well. Please cite one of the following papers when you use the software: - Goudarzi, M A, Cocard, M, and Santerre, R. 2014."EPC: Matlab Software to Estimate Euler Pole Parameters". GPS Solutions 18 (1): 153–62. DOI: 10.1007/s10291-013-0354-4*. - Goudarzi, M A. 2025."Evaluating Euler Pole Parameters for the North American Terrestrial Reference Frame of 2022". Geodesy and Geodynamics. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Autoplot

    Autoplot

    Autoplot is an interactive browser for data on the web

    Autoplot is an interactive browser for data on the web. Give Autoplot a URL or local file name and it creates a sensible plot of the data. Autoplot allows you to interactively browse data stored in ascii, .cdf, netcdf, and many other formats. Autoplot's source has been moved to GitHub. Thanks to SourceForge for many years of hosting!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    GDAL wheels for linux

    GDAL wheels for linux

    GDAL wheels for python and C/C++ projects (Linux only)

    To use precompiled wheels: 1) go to releases (Files) and download tarball needed; 2) install it with command: python3 -m pip install /path/to/wheel.whl Or simply use URL in pip: python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download URL may be found under "View details" button (i) To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs (usually this folder resides inside python site-packages) To compile your own wheels see information given at forefather project: https://github.com/youngpm/gdalmanylinux Usually this is done via command `make wheels` GDAL wheels for Windows are provided by Christoph Gohlke at https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal Built with PROJ (proj.db is included), GEOS, EXPAT. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 9
    GPlates

    GPlates

    Interactive visualization of plate tectonics.

    ...Manipulate reconstructions of geological and paleo-geographic features through geological time. Interactively visualize vector, raster and volume data. PyGPlates is the GPlates Python library. Get fine-grained access to GPlates functionality in your Python scripts.
    Downloads: 29 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    GEOMS2

    GEOMS2

    Geostatistics and geosciences modeling software

    ...It has several functions to manipulate your data as well as provide univariate and multivariate analysis. NOTE: The software is still an early beta. Please tell us if you found a bug. Download datasets for students of Geostatistics 2017 (Petroleum Engineering): https://sourceforge.net/projects/geoms2/files/Geostatistics_Petroleum.zip/download Download datasets for students of Geostatistics 2017 (Geology and Mining Engineering): https://sourceforge.net/projects/geoms2/files/Geostatistics_Mining.zip/download Old: http://sourceforge.net/projects/geoms2/files/SETS_geoestatistica2_2015.7z/download https://sites.google.com/site/cmrpsoftware/downloads/Quarry_sets.7z?...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11

    iTides

    an internal tide generation GUI (in Matlab)

    With the support of the NSF and ONR over the past few years we have developed a MATLAB tool that calculates the internal wave field generated by barotropic tidal flow of a nonlinearly stratified fluid past any arbitrary two-dimensional topography of finite extent You can download a recent version as a .zip file or get up-to-date version via the svn version (svn checkout svn://svn.code.sf.net/p/itides/svn/trunk itides-svn).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PRay

    GUI for rayinvr modelling

    ...B., 1992, Seismic traveltime inversion for 2-D crustal velocity structure, Geophysical Journal International, 108(1), 16--34, 10.1111/j.1365-246X.1992.tb00836.x SYSTEM/USER REQUIREMENTS: - Linux/Mac OS X - You do need to be familiar with command line operations. - a running rayinvr installation DOWNLOAD AND INSTALLATION: Please use the svn repository to download the code: svn checkout svn://svn.code.sf.net/p/pray-plot-rayinvr/code/trunk/ path/to/your/installation To install follow the instructions in the downloaded file 'install.readme'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    viewpix

    A Landsat 8 scene viewer

    Viewpix allows the user to load all eleven bands of a Landsat 8 Level 1 data set into memory concurrently. You can scroll and view each band at full resolution. Change bands instantly with a single key press. Band 8 is 15 meters resolution, all other bands are 30m resolution. A 30m resolution gray scale scene is generated by Viewpix and is presented as band 12. Each Landsat 8 scene is roughly 190 X 180 kilometers. Viewpix was originally written as a simple platform to test GPU software on low end computer systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    QNetMap

    QNetMap is the library for displaying the map and the objects on it

    ...To show the map QNetMap can use different providers like OpenStreetMap or other WMS servers. The map data can be downloaded from the Internet or from the disk cache. User's own raster maps can also be used. QNetMap supports layers so you can mix maps from different servers. To enrich the map presentation you can draw your own objects in the given coordinates. The development of the library was supported by "Sintels" LLC (ЗАО "Синтелс" - http://sintels.ru) and OJSC "T8" (ОАО "Т8" - https://t8.ru). Written by Sergey Shumeyko and Sergey Vasyutin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    opticks
    UPDATE March 14, 2018 Repository and tracking officially moved to github. https://github.com/opticks-org/opticks Sourceforge mailing lists are still in use. Opticks is an open source remote sensing application and development framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CONMAP

    Geobody connectivity analysis tool in geosciences. New version: 2.0

    CONMAP is a console program to aid in geobody connection analysis in geosciences. It accepts input and outpts results in GEO-EAS (GSLIB) format for easy interoperability with most geoscience softwares. To get help in usage, simply run the program without arguments. CONMAP is a Java 1.7 program. Open a command prompt, go to the directory where you download CONMAP.jar and enter the command "java -jar CONMAP.jar <arguments>" (without quotation marks) to run the program. Geobody detection itself runs pretty fast, with almost all execution time spent in file loading, parsing and saving. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    IMG2GSLIB

    Converts images to GSLIB grids -NEW: 3D support.

    IMG2GSLIB is a small command line tool that converts images to grids into GEO-EAS format readable by geoscientific software such as GSLIB, SGeMS, Isatis, Gocad, Petrel, etc. It now can output 3D volumes from image stacking. The ASCII result is sent to stdout, so you can redirect it using the > operator if you want to save it to a file. Run java -jar IMG2GSLIB.jar without arguments to get help on usage. Requirements: -Java 1.7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Temperatura Atual

    Saiba a temperatura atual da cidade desejada

    ...Este é um Shell Script, e roda em todas as distribuições GNU/Linux. Você precisa apenas ter o software "curl" instalado. Em distros baseadas no Debian, apenas faça: #apt-get install libcurl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PyPak is a Python library for communication with Campbell Scientific dataloggers through the PakBus interface over TCP/IP or serial lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    nwhess2freq

    Calculates frequencies/modes from an nwchem generated hessian

    This is a simple Octave script which calculates the frequencies/normal modes from an nwchem generated hessian matrix. The advantage of having a separate script for this is that you can use the same hessian to calculate frequencies for different isotopic substitutions i.e. you only have to run one nwchem calculation. The script is finished in its current form in the sense that it is feature complete. Feel free to amend, translate, copy, steal etc. See the README in the code repository for instructions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PhaenUhr is an easy to use graphical Java application to visualize the impact of climate change on seasonal biological phenomena as two nested phenological clocks. You can configure the clocks in many ways and export them to standard graphic formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pyTectonics

    pyTectonics

    3d plate tectonics in Python

    PyTectonics is no longer maintained. There is a replacement, which you can see here: davidson16807.github.io/tectonics.js.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    mesoFON

    mesoFON is an individual-based mangrove forest model, a KiWi extension

    mesoFON is an individual-based mangrove forest model. It is a Java implementation of the KiWi model done with RePast Simphony. It contains several new features: (1) You can add up to 10 species via the GUI. However, in principle, the number of species to be included programmatically is unlimited. (2) You can use a variety of growth functions via typing them in as a string on the GUI. (3) The model is transparent, sinc it comes with the Eclipse workbench of RePast.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    With OSM-TileDownload you can easily create maps from www.openstreetmap.org OSM-TileDownload requires Python, Qt4, PyQt4 and ImageMagick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    M0H1D
    Please use the MOHID code official site http://mohid.codeplex.com/, Thank you, The MOHID team
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next